File:  [Net/2] / Net2 / arch / i386 / makefile
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:19:48 2018 UTC (8 years, 2 months ago) by root
Branches: NetBSD, MAIN, CSRG, BJolitz
CVS tags: NetBSD09, HEAD
NetBSD 0.9

#	from: @(#)Makefile	7.3 (Berkeley) 6/9/91
#	Makefile,v 1.3 1993/07/04 14:03:00 cgd Exp

# Makefile for i386 tags file and boot blocks

NOPROG=	noprog
NOMAN=	noman
NOOBJ=	noobj

SUBDIR=	boot

TI386=	../i386/tags
SI386=	../i386/i386/*.[ch] ../i386/include/*.h ../i386/isa/*.[ch]
AI386=	../i386/i386/*.s

# Directories in which to place i386 tags links
DI386=	eisa isa mca include

tags:
	-ctags -dtf ${TI386} ${COMM} ${SI386}
	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
	    sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
		>> ${TI386}
	sort -o ${TI386} ${TI386}

links:
	-for i in ${DI386}; do \
	    cd $$i && rm -f tags; ln -s ../tags tags; done

.include <bsd.prog.mk>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.