NetBSD/sys/arch/dreamcast/Makefile

31 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/12/11 18:19:12 marcus 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= include # stand
.include <bsd.subdir.mk>