Makefile revision 1.27
11.27Schristos# $NetBSD: Makefile,v 1.27 2003/07/14 18:19:11 christos 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.27SchristosWARNS=3 151.21SisWFORMAT= 1 161.6Scgd.if make(install) 171.16SmycroftSUBDIR= PSD.doc 181.5Scgd.endif 191.1Scgd 201.1Scgd.include <bsd.prog.mk> 211.16Smycroft.include <bsd.subdir.mk> 221.24Ssjg 231.24Ssjg# provide a clue as to what we are using 241.24SsjgBUILD_DATE!= date +%Y%m%d 251.24SsjgMAKE_VERSION:= netbsd-${BUILD_DATE} 261.24SsjgCPPFLAGS_main.o:= "-DMAKE_VERSION=\"${MAKE_VERSION}\"" 271.24SsjgCPPFLAGS+= ${CPPFLAGS_${.TARGET}} 281.25Stvmain.o: ${OBJS:Nmain.o} ${MAKEFILE} 29