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