Xamarin Public Jenkins (auto-signing) 7d7f676260 Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
2018-08-07 15:19:03 +00:00

17 lines
571 B
Makefile

include $(top_srcdir)/mk/common.mk
# opcode.def is not built by default -- based on timestamps.
# CI does not have the dependencies installed (perl, XML::Parser).
# The derived file is checked in.
opcode.def: make-opcodes-def.pl cil-opcodes.xml
perl $(srcdir)/make-opcodes-def.pl $(srcdir)/cil-opcodes.xml $@.tmp
mv $@.tmp $@
defdir = $(includedir)/mono-$(API_VER)/mono/cil
def_DATA = opcode.def
xmldir = $(datadir)/mono-$(API_VER)/mono/cil
xml_DATA = cil-opcodes.xml
EXTRA_DIST=tables.def opcode.def make-opcodes-def.pl make-opcode-def.xsl $(xml_DATA) $(def_DATA)