Cross Reference: Makefile
xref: /src/sys/arch/sandpoint/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/sandpoint/
11.4Sdyoung#	$NetBSD: Makefile,v 1.4 2011/04/04 19:47:50 dyoung Exp $
21.4Sdyoung
31.4Sdyoung.include <../powerpc/Makefile.inc>
41.4Sdyoung
51.4SdyoungTSANDPOINT=	${SYSDIR}/arch/sandpoint/tags
61.4SdyoungSSANDPOINT=	${SYSDIR}/arch/sandpoint/sandpoint/*.[ch] \
71.4Sdyoung		${SYSDIR}/arch/sandpoint/isa/*.[ch] \
81.4Sdyoung		${SYSDIR}/arch/sandpoint/pci/*.[ch] \
91.4Sdyoung		${SYSDIR}/arch/sandpoint/include/*.h
101.4SdyoungASANDPOINT=	${SYSDIR}/arch/sandpoint/sandpoint/*.S
111.4Sdyoung
121.4SdyoungDSANDPOINT=	include
131.4Sdyoung
141.4Sdyoung.include "../../kern/Make.tags.inc"
151.4Sdyoung
161.4Sdyoungtags:
171.4Sdyoung	-rm -f ${TSANDPOINT}
181.4Sdyoung	-echo ${SSANDPOINT} ${SPPC} | xargs ctags -wadtf ${TSANDPOINT}
191.4Sdyoung	-${FINDCOMM} | xargs ctags -wadtf ${TSANDPOINT}
201.4Sdyoung	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASANDPOINT} ${APPC} | \
211.4Sdyoung	    ${TOOL_SED} -e \
221.4Sdyoung		"s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3	\1	/^\2(\3\4$$/;" \
231.4Sdyoung	    >> ${TSANDPOINT}
241.4Sdyoung	sort -o ${TSANDPOINT} ${TSANDPOINT}
251.4Sdyoung
261.4Sdyounglinks:
271.4Sdyoung	-for i in ${DSANDPOINT}; do \
281.4Sdyoung	    cd $$i && rm -f tags; ln -s ../tags tags; done
291.4Sdyoung
301.1Sbriggs
311.3SphxSUBDIR=	compile include stand
321.1Sbriggs
331.1Sbriggs.include <bsd.subdir.mk>
34

Indexes created Sat Dec 20 17:09:30 GMT 2025