Cross Reference: Makefile
xref: /src/games/boggle/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/boggle/
Makefile revision 1.15
11.15Slukem#	$NetBSD: Makefile,v 1.15 1999/02/13 02:54:20 lukem Exp $
21.1Sjtc#	@(#)Makefile	8.1 (Berkeley) 6/11/93
31.1Sjtc
41.15Slukem.include <bsd.own.mk>
51.15Slukem
61.1SjtcSUBDIR=	boggle mkdict mkindex
71.1Sjtc
81.2SpkMKDICT!=cd $(.CURDIR)/mkdict; \
91.11Smycroft	printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/mkdict\n" | ${MAKE} -s -f-
101.2SpkMKINDEX!=cd $(.CURDIR)/mkindex; \
111.11Smycroft	printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/mkindex\n" | ${MAKE} -s -f-
121.10SchristosWORDS=${.CURDIR}/../../share/dict/web2
131.14ShubertfDICTFILES=${.OBJDIR}/dictionary ${.OBJDIR}/dictindex
141.15Slukem.if ${MKSHARE} != "no"
151.13SlukemFILES=${DICTFILES}
161.7SchristosFILESDIR=/usr/share/games/boggle
171.13Slukem.endif
181.13SlukemCLEANFILES+=${DICTFILES}
191.2Spk
201.7Schristosall: ${FILES}
211.3Sglass
221.9Schristos${MKDICT}:
231.9Schristos	@cd ${.CURDIR}/mkdict && ${MAKE}
241.9Schristos
251.9Schristos${MKINDEX}:
261.9Schristos	@cd ${.CURDIR}/mkindex && ${MAKE}
271.7Schristos	
281.7Schristos
291.14Shubertf${.OBJDIR}/dictionary: ${WORDS} ${MKDICT}
301.7Schristos	rm -f ${.TARGET}
311.7Schristos	${MKDICT} < ${WORDS} > ${.TARGET}
321.7Schristos
331.14Shubertf${.OBJDIR}/dictindex: ${.OBJDIR}/dictionary ${MKINDEX}
341.7Schristos	rm -f ${.TARGET}
351.14Shubertf	${MKINDEX} < ${.OBJDIR}/dictionary > ${.TARGET}
361.7Schristos
371.7Schristos.include <bsd.prog.mk>
381.12Smycroft.include <bsd.subdir.mk>
39

Indexes created Sun Dec 21 11:09:39 GMT 2025