NetBSD/sys/arch/dreamcast/Makefile

31 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/01/06 17:40:27 lukem Exp $
# Makefile for dreamcast tags file and boot blocks
#.include "../sh3/Makefile.inc"
TDREAMCAST= ../dreamcast/tags
SDREAMCAST= ../dreamcast/dreamcast/*.[ch] ../dreamcast/include/*.h
ADREAMCAST= ../dreamcast/dreamcast/*.[sS]
# Directories in which to place tags links
DDREAMCAST= dreamcast include
.include "../../kern/Make.tags.inc"
tags:
-ctags -wdtf ${TDREAMCAST} ${SDREAMCAST} ${COMM}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ADREAMCAST} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TDREAMCAST}
sort -o ${TDREAMCAST} ${TDREAMCAST}
links:
-for i in ${DDREAMCAST}; do \
(cd $$i && rm -f tags; ln -s ../tags tags); done
SUBDIR= compile include # stand
.include <bsd.subdir.mk>