NetBSD/sys/arch/sparc64/Makefile

33 lines
852 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1998/09/05 23:57:24 eeh Exp $
1998-06-20 08:58:50 +04:00
# Makefile for sparc64 tags file and boot blocks
TSPARC64= ../sparc64/tags
SSPARC64= ../sparc64/dev/*.[ch] ../sparc64/fpu/*.[ch] \
../sparc64/include/*.[ch] ../sparc64/sparc64/*.[ch]
ASPARC64= ../sparc64/sparc64/*.s
# Directories in which to place tags links
DSPARC64= conf dev fpu include sparc64
tags:
-ctags -wdtf ${TSPARC64} ${SSPARC64} ${COMM}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASPARC64} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags
sort -o ${TSPARC64} ${TSPARC64}
TAGS:
@find ../.. -name '*.[chsS]' -print | grep -v CVS >filist
etags `grep sparc64 filist` `grep -v arch filist`
-${RM} fillist
1998-06-20 08:58:50 +04:00
links:
-for i in ${DSPARC64}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
SUBDIR= include stand
1998-06-20 08:58:50 +04:00
.include <bsd.subdir.mk>