1997-05-09 01:11:01 +04:00
|
|
|
# $NetBSD: Makefile,v 1.14 1997/05/08 21:11:43 gwr Exp $
|
1995-06-14 19:18:37 +04:00
|
|
|
# @(#)Makefile 5.2 (Berkeley) 12/28/90
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= make
|
1996-11-06 20:58:58 +03:00
|
|
|
CFLAGS+= -g -I${.CURDIR} -Wall -Wno-unused #-Wmissing-prototypes -Wstrict-prototypes
|
1994-03-05 03:34:29 +03:00
|
|
|
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
|
1996-03-11 16:45:31 +03:00
|
|
|
make.c parse.c str.c suff.c targ.c var.c util.c
|
1993-03-21 12:45:37 +03:00
|
|
|
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
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/lst.lib
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-30 09:33:30 +04:00
|
|
|
.if make(install)
|
1994-06-25 09:57:47 +04:00
|
|
|
SUBDIR+= PSD.doc
|
|
|
|
.endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|