Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / ilasm / Makefile
blob43cee29c15b0e231810fcba9648787a453bb251e
1 thisdir = ilasm
2 SUBDIRS =
3 include ../build/rules.make
5 PROGRAM = ilasm.exe
6 BUILT_SOURCES = ILParser.cs
7 LOCAL_MCS_FLAGS = /lib:../class/lib/$(PROFILE) /r:../class/lib/$(PROFILE)/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll
9 CLEAN_FILES = parser/y.output
11 EXTRA_DISTFILES = \
12 parser/ILParser.jay \
13 parser/ChangeLog \
14 scanner/ChangeLog \
15 tests/ChangeLog \
16 $(wildcard tests/*.il)
18 ILParser.cs: parser/ILParser.jay $(topdir)/jay/skeleton.cs
19 $(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $(CURDIR)/$< >$@
21 include ../build/executable.make