Makefile revision 1.24
11.24Ssjg# $NetBSD: Makefile,v 1.24 2001/06/09 05:17:51 sjg Exp $ 21.8Schristos# @(#)Makefile 5.2 (Berkeley) 12/28/90 31.1Scgd 41.18SlukemCPPFLAGS+= -I${.CURDIR} 51.1ScgdPROG= make 61.4ScgdSRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ 71.22Ssommerfe make.c parse.c str.c suff.c targ.c trace.c var.c util.c 81.1ScgdSRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ 91.1Scgd lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \ 101.1Scgd lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \ 111.1Scgd lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \ 121.1Scgd lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c 131.14Sgwr.PATH: ${.CURDIR}/lst.lib 141.21SisWFORMAT= 1 151.6Scgd.if make(install) 161.16SmycroftSUBDIR= PSD.doc 171.5Scgd.endif 181.1Scgd 191.1Scgd.include <bsd.prog.mk> 201.16Smycroft.include <bsd.subdir.mk> 211.24Ssjg 221.24Ssjg# provide a clue as to what we are using 231.24SsjgBUILD_DATE!= date +%Y%m%d 241.24SsjgMAKE_VERSION:= netbsd-${BUILD_DATE} 251.24SsjgCPPFLAGS_main.o:= "-DMAKE_VERSION=\"${MAKE_VERSION}\"" 261.24SsjgCPPFLAGS+= ${CPPFLAGS_${.TARGET}} 271.24Ssjgmain.o: ${SRCS} ${MAKEFILE} 28