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