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

File: [Development] / linux-2.4-xfs / net / 802 / pseudo / 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

all:	pseudocode.h actionnm.h

clean:
	touch pseudocode.h actionnm.h
	rm pseudocode.h actionnm.h

pseudocode.h: pseudocode opcd2num.sed compile.awk
	sed -f opcd2num.sed pseudocode |  awk -f compile.awk >pseudocode.h

actionnm.h: pseudocode.h actionnm.awk
	awk -f actionnm.awk pseudocode.h>actionnm.h