[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / net / 802 / transit

File: [Development] / linux-2.4-xfs / net / 802 / transit / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

include $(TOPDIR)/Rules.make

all:	pdutr.h timertr.h

pdutr.h: pdutr.pre compile.awk			
	awk -f ./compile.awk pdutr.pre > pdutr.h

timertr.h: timertr.pre compile.awk
	awk -f ./compile.awk timertr.pre > timertr.h

clean:
	touch pdutr.h timertr.h
	rm pdutr.h timertr.h