gno/lib/libutil/Makefile

17 lines
315 B
Makefile
Raw Normal View History

1997-02-28 05:03:52 +00:00
#
# This is the top-level makefile for libutil, GNO v2.0.6
#
1997-09-21 05:59:14 +00:00
# $Id: Makefile,v 1.2 1997/09/21 05:59:14 gdr Exp $
1997-02-28 05:03:52 +00:00
#
1997-09-21 05:59:14 +00:00
.INCLUDE: ../../paths.mk
.INCLUDE: ../const.mk
1997-02-28 05:03:52 +00:00
1997-09-21 05:59:14 +00:00
OBJS = login.o logintty.o logwtmp.o
CFLAGS += -O78
1997-02-28 05:03:52 +00:00
libutil: $(OBJS)
$(RM) -f $@
$(MAKELIB) $(MAKELIBFLAGS) -l $@ $(OBJS)