gno/lib/libcontrib/Makefile

18 lines
331 B
Makefile
Raw Normal View History

1997-10-03 04:49:40 +00:00
#
# This is the makefile for libcontrib, GNO v2.0.6
1997-10-03 04:49:40 +00:00
#
# $Id: Makefile,v 1.3 1998/02/08 03:47:29 gdr-ftp Exp $
1997-10-03 04:49:40 +00:00
#
LIB = contrib
SRCS = copyfile.c expandpath.c strarray.c xalloc.c
OPTIMIZE = 78
CFLAGS += -I. -Slibcontrib
1997-10-03 04:49:40 +00:00
.INCLUDE: /src/gno/lib/lib.mk
1997-10-03 04:49:40 +00:00
$(LIBTARGET):: lib$(LIB).r
$(CATREZ) -d $@ lib$(LIB).r
1997-10-03 04:49:40 +00:00
$(OBJS):: contrib.h