**** Merged from MCS ****
[mono-project.git] / mcs / class / Mono.PEToolkit / build / Makefile
blobac5a05295659e0e5aff7db324bc272c2a71e69f5
1 thisdir = class/Mono.PEToolkit/build
2 SUBDIRS =
3 include ../../../build/rules.make
5 # ok this duplication of the source lists is just wrong. But we can't
6 # include both library and build/executable.make in one makefile at the
7 # moment, so...
9 # someday there will be a better way.
11 PROGRAM = mddump.exe
12 LOCAL_MCS_FLAGS = /unsafe
14 EXTRA_DISTFILES = \
15 ChangeLog \
16 srcgen/a.bat \
17 srcgen/bitconv-types.xml \
18 srcgen/xslt.wsf \
19 $(wildcard srcgen/*.xsl) \
20 srcgen/data/ilasm.xml \
21 srcgen/data/md-schema.xml
23 include ../../../build/executable.make