Cross Reference: Makefile
xref: /src/sys/arch/ofppc/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/ofppc/
11.7Sdyoung#	$NetBSD: Makefile,v 1.7 2011/04/04 19:47:21 dyoung Exp $
21.7Sdyoung
31.7Sdyoung.include <../powerpc/Makefile.inc>
41.7Sdyoung
51.7SdyoungTOFPPC=	${SYSDIR}/arch/ofppc/tags
61.7SdyoungSOFPPC=	${SYSDIR}/arch/ofppc/ofppc/*.[ch] \
71.7Sdyoung	${SYSDIR}/arch/ofppc/isa/*.[ch] \
81.7Sdyoung	${SYSDIR}/arch/ofppc/pci/*.[ch] \
91.7Sdyoung	${SYSDIR}/arch/ofppc/include/*.h
101.7SdyoungAOFPPC=	${SYSDIR}/arch/ofppc/ofppc/*.S
111.7Sdyoung
121.7SdyoungDOFPPC=	include
131.7Sdyoung
141.7Sdyoung.include "../../kern/Make.tags.inc"
151.7Sdyoung
161.7Sdyoungtags:
171.7Sdyoung	-rm -f ${TOFPPC}
181.7Sdyoung	-echo ${SOFPPC} ${SPPC} | xargs ctags -wadtf ${TOFPPC}
191.7Sdyoung	-${FINDCOMM} | xargs ctags -wadtf ${TOFPPC}
201.7Sdyoung	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AOFPPC} ${APPC} | \
211.7Sdyoung	    ${TOOL_SED} -e \
221.7Sdyoung		"s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3	\1	/^\2(\3\4$$/;" \
231.7Sdyoung	    >> ${TOFPPC}
241.7Sdyoung	sort -o ${TOFPPC} ${TOFPPC}
251.7Sdyoung
261.7Sdyounglinks:
271.7Sdyoung	-for i in ${DOFPPC}; do \
281.7Sdyoung	    cd $$i && rm -f tags; ln -s ../tags tags; done
291.7Sdyoung
301.1Sws
311.6SlukemSUBDIR=	compile include stand
321.1Sws
331.3Smycroft.include <bsd.subdir.mk>
34

Indexes created Sat Dec 20 21:09:36 GMT 2025