merge from trunk revisions 58933, 58935, 58936
[mono.git] / mcs / nunit20 / util / Makefile
1 thisdir = nunit20/util
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = NUnit.Util.dll
6 LIBRARY_NAME = nunit.util.dll
7 LIBRARY_SNK = $(topdir)/nunit.key
8
9 LOCAL_MCS_FLAGS= \
10         /resource:Transform.resources,NUnit.Util.Transform.resources \
11         -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
12         -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly
13 NO_TEST = yo
14
15 RESX_RES = Transform.resources
16
17 EXTRA_DISTFILES = \
18         nunit.util.dll.csproj   \
19         $(RESX_RES:.resources=.resx)
20
21 CLEAN_FILES = $(RESX_RES)
22
23 ifeq (net_2_0, $(PROFILE))
24 NO_INSTALL = yes
25 endif
26
27
28 include ../../build/library.make
29
30 $(the_lib): $(RESX_RES)
31
32 $(RESX_RES): %.resources: %.resx
33         $(RESGEN) `echo $< | $(PLATFORM_CHANGE_SEPARATOR_CMD)`