Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / zaurus / Makefile
blob0da732e65857e2e74133356eb8e7d4099feb87b6
1 # $NetBSD: Makefile,v 1.3 2007/10/17 19:58:34 garbled Exp $
3 # Makefile for zaurus tags file and boot blocks
5 TZAURUS= ../zaurus/tags
6 SZAURUS= ../zaurus/zaurus/*.[ch] ../zaurus/include/*.h \
7 ../zaurus/dev/*.[ch]
8 AZAURUS= ../zaurus/zaurus/*.S ../zaurus/dev/*.S
10 # Directories in which to place tags links
11 DZAURUS= include
13 .include "../../kern/Make.tags.inc"
15 tags:
16 -ctags -wdtf ${TZAURUS} ${SZAURUS} ${COMM}
17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AZAURUS} | \
18 ${TOOL_SED} -e \
19 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
20 >> ${TZAURUS}
21 sort -o ${TZAURUS} ${TZAURUS}
23 links:
24 -for i in ${DZAURUS}; do \
25 cd $$i && rm -f tags; ln -s ../tags tags; done
27 SUBDIR= compile include stand
29 .include <bsd.subdir.mk>