1 1.19 ross # $NetBSD: Makefile,v 1.19 1999/08/04 02:54:56 ross Exp $ 2 1.8 christos # @(#)Makefile 5.2 (Berkeley) 12/28/90 3 1.1 cgd 4 1.18 lukem CPPFLAGS+= -I${.CURDIR} 5 1.19 ross CFLAGS+= -pg 6 1.19 ross LDFLAGS+= -pg 7 1.1 cgd PROG= make 8 1.4 cgd SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ 9 1.10 christos make.c parse.c str.c suff.c targ.c var.c util.c 10 1.1 cgd SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ 11 1.1 cgd lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \ 12 1.1 cgd lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \ 13 1.1 cgd lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \ 14 1.1 cgd lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c 15 1.14 gwr .PATH: ${.CURDIR}/lst.lib 16 1.5 cgd 17 1.6 cgd .if make(install) 18 1.16 mycroft SUBDIR= PSD.doc 19 1.5 cgd .endif 20 1.1 cgd 21 1.1 cgd .include <bsd.prog.mk> 22 1.16 mycroft .include <bsd.subdir.mk> 23