Cross Reference: Makefile
xref: /src/games/boggle/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/boggle/
Makefile revision 1.14
11.14Shubertf#	$NetBSD: Makefile,v 1.14 1998/11/09 15:30:10 hubertf Exp $
21.1Sjtc#	@(#)Makefile	8.1 (Berkeley) 6/11/93
31.1Sjtc
41.1SjtcSUBDIR=	boggle mkdict mkindex
51.1Sjtc
61.2SpkMKDICT!=cd $(.CURDIR)/mkdict; \
71.11Smycroft	printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/mkdict\n" | ${MAKE} -s -f-
81.2SpkMKINDEX!=cd $(.CURDIR)/mkindex; \
91.11Smycroft	printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/mkindex\n" | ${MAKE} -s -f-
101.10SchristosWORDS=${.CURDIR}/../../share/dict/web2
111.14ShubertfDICTFILES=${.OBJDIR}/dictionary ${.OBJDIR}/dictindex
121.13Slukem.if !defined(NOSHARE)
131.13SlukemFILES=${DICTFILES}
141.7SchristosFILESDIR=/usr/share/games/boggle
151.13Slukem.endif
161.13SlukemCLEANFILES+=${DICTFILES}
171.2Spk
181.7Schristosall: ${FILES}
191.3Sglass
201.9Schristos${MKDICT}:
211.9Schristos	@cd ${.CURDIR}/mkdict && ${MAKE}
221.9Schristos
231.9Schristos${MKINDEX}:
241.9Schristos	@cd ${.CURDIR}/mkindex && ${MAKE}
251.7Schristos	
261.7Schristos
271.14Shubertf${.OBJDIR}/dictionary: ${WORDS} ${MKDICT}
281.7Schristos	rm -f ${.TARGET}
291.7Schristos	${MKDICT} < ${WORDS} > ${.TARGET}
301.7Schristos
311.14Shubertf${.OBJDIR}/dictindex: ${.OBJDIR}/dictionary ${MKINDEX}
321.7Schristos	rm -f ${.TARGET}
331.14Shubertf	${MKINDEX} < ${.OBJDIR}/dictionary > ${.TARGET}
341.7Schristos
351.7Schristos.include <bsd.prog.mk>
361.12Smycroft.include <bsd.subdir.mk>
37

Indexes created Sun Dec 21 17:09:30 GMT 2025