This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mono / cil / Makefile.am
1
2 opcode.def: make-opcodes-def.pl cil-opcodes.xml
3         perl make-opcodes-def.pl < $(srcdir)/cil-opcodes.xml > opcode.def
4
5 defdir = $(includedir)/mono/cil
6 def_DATA = opcode.def
7
8 xmldir = $(datadir)/mono/cil
9 xml_DATA = cil-opcodes.xml
10
11 EXTRA_DIST=opcode.def make-opcodes-def.pl make-opcode-def.xsl $(xml_DATA) $(def_DATA)
12