Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / mmeye / Makefile
blob1c12f9042e7dca46a49c7da95d7ae50b5e8b1d53
1 # $NetBSD: Makefile,v 1.2 2003/01/06 17:40:39 lukem Exp $
3 # Makefile for mmeye tags file and boot blocks
5 #.include "../sh3/Makefile.inc"
7 TMMEYE= ../mmeye/tags
8 SMMEYE= ../mmeye/mmeye/*.[ch] ../mmeye/include/*.h
9 AMMEYE= ../mmeye/mmeye/*.[sS]
11 # Directories in which to place tags links
12 DMMEYE= mmeye include
14 .include "../../kern/Make.tags.inc"
16 tags:
17 -ctags -wdtf ${TMMEYE} ${SMMEYE} ${COMM}
18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMMEYE} | \
19 ${TOOL_SED} -e \
20 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
21 >> ${TMMEYE}
22 sort -o ${TMMEYE} ${TMMEYE}
24 links:
25 -for i in ${DMMEYE}; do \
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
29 SUBDIR= compile include stand
31 .include <bsd.subdir.mk>