[netcore] Implement Thread.GetCurrentProcessorId (#18450)
[mono-project.git] / mono / cil / Makefile.am
blob7888a649df3a2f6a51f5f7e86f30849bdfb3150e
1 MAKEFLAGS := $(MAKEFLAGS) --no-builtin-rules
3 # opcode.def is not built by default -- based on timestamps.
4 # CI does not have the dependencies installed (perl, XML::Parser).
5 # The derived file is checked in.
6 opcode.def: make-opcodes-def.pl cil-opcodes.xml
7         perl $(srcdir)/make-opcodes-def.pl $(srcdir)/cil-opcodes.xml $@.tmp
8         mv $@.tmp $@
10 defdir = $(includedir)/mono-$(API_VER)/mono/cil
11 def_DATA = opcode.def
13 xmldir = $(datadir)/mono-$(API_VER)/mono/cil
14 xml_DATA = cil-opcodes.xml
16 EXTRA_DIST=tables.def opcode.def make-opcodes-def.pl make-opcode-def.xsl $(xml_DATA) $(def_DATA)