Tue Aug 21 18:51:05 CEST 2001 Paolo Molaro <lupus@ximian.com>
[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 = $(share)/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)