2014-08-13 10:39:27 +01:00
|
|
|
thisdir = ilasm
|
|
|
|
SUBDIRS =
|
|
|
|
include ../build/rules.make
|
|
|
|
|
|
|
|
PROGRAM = ilasm.exe
|
|
|
|
BUILT_SOURCES = ILParser.cs
|
2017-04-10 11:41:01 +00:00
|
|
|
LIB_REFS = PEAPI Mono.CompilerServices.SymbolWriter Mono.Security
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
CLEAN_FILES = parser/y.output
|
|
|
|
|
|
|
|
EXTRA_DISTFILES = \
|
|
|
|
parser/ILParser.jay \
|
|
|
|
$(wildcard tests/*.il)
|
|
|
|
|
|
|
|
ILParser.cs: parser/ILParser.jay $(topdir)/jay/skeleton.cs
|
|
|
|
$(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $(CURDIR)/$< >$@
|
|
|
|
|
|
|
|
include ../build/executable.make
|
|
|
|
|