2009-06-12 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / linker / Makefile
blob99670dc3fc390a1d5b68226438d04738e9384e5a
1 thisdir = tools/linker
2 SUBDIRS =
3 include ../../build/rules.make
5 PROGRAM_SNK = ../../class/mono.snk
7 RESOURCES = \
8 Descriptors/mscorlib.xml \
9 Descriptors/System.xml \
10 Descriptors/System.Drawing.xml \
11 Descriptors/System.Web.xml \
12 Descriptors/Mono.Posix.xml \
14 PROGRAM = $(topdir)/class/lib/$(PROFILE)/monolinker.exe
16 $(PROGRAM): $(RESOURCES)
18 LOCAL_MCS_FLAGS = /r:Mono.Cecil.dll /r:System.Xml.dll -keyfile:$(PROGRAM_SNK) $(RESOURCES:%=-resource:%)
20 EXTRA_DISTFILES = $(RESOURCES)
22 include ../../build/executable.make