freebsd_amp_hwpstate/usr.bin/make/Makefile

19 lines
695 B
Makefile
Raw Normal View History

# from: @(#)Makefile 5.2 (Berkeley) 12/28/90
# $Id: Makefile,v 1.3 1995/01/23 21:00:09 jkh Exp $
1994-05-27 12:33:43 +00:00
PROG= make
CFLAGS+= -I${.CURDIR} -DPOSIX -DSYSVINCLUDE
1994-05-27 12:33:43 +00:00
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
make.c parse.c str.c suff.c targ.c var.c
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH: ${.CURDIR}/lst.lib
1994-08-29 17:01:06 +00:00
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>