1998-06-13 03:22:30 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1998/06/12 23:22:42 cgd Exp $
|
1994-05-27 03:48:00 +04:00
|
|
|
|
1997-10-11 13:12:18 +04:00
|
|
|
# Makefile for pc532 tags file and boot blocks
|
1994-05-27 03:48:00 +04:00
|
|
|
|
|
|
|
TPC532= ../pc532/tags
|
|
|
|
SPC532= ../pc532/pc532/*.[ch] ../pc532/include/*.h \
|
|
|
|
../pc532/dev/*.[ch] ../pc532/scsi/*.[ch]
|
|
|
|
APC532= ../pc532/pc532/*.s
|
|
|
|
|
1997-10-11 13:12:18 +04:00
|
|
|
# Directories in which to place tags links
|
1996-12-23 11:38:02 +03:00
|
|
|
DPC532= dev include
|
1994-05-27 03:48:00 +04:00
|
|
|
|
1997-10-11 12:42:02 +04:00
|
|
|
.include "../../kern/Make.tags.inc"
|
|
|
|
|
1994-05-27 03:48:00 +04:00
|
|
|
tags:
|
1997-10-11 12:42:02 +04:00
|
|
|
-ctags -wdtf ${TPC532} ${SPC532} ${COMM}
|
1994-05-27 03:48:00 +04:00
|
|
|
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${APC532} | \
|
|
|
|
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
|
|
|
|
>> ${TPC532}
|
|
|
|
sort -o ${TPC532} ${TPC532}
|
|
|
|
|
|
|
|
links:
|
|
|
|
-for i in ${DPC532}; do \
|
|
|
|
cd ../$$i && rm -f tags; ln -s ../tags tags; done
|
|
|
|
|
1997-10-11 13:12:18 +04:00
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
SUBDIR= include stand
|
1997-10-11 13:12:18 +04:00
|
|
|
|
1997-10-11 12:42:02 +04:00
|
|
|
.include <bsd.subdir.mk>
|