Copied remotely
[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 -debug
13 NO_TEST = yo
14
15 ifeq (net_2_0, $(PROFILE))
16 NO_INSTALL = yes
17 endif
18
19 RESX_RES = Transform.resources
20
21 EXTRA_DISTFILES = \
22         nunit.util.dll.csproj   \
23         $(RESX_RES:.resources=.resx)
24
25 CLEAN_FILES = $(RESX_RES)
26
27 include ../../build/library.make
28
29 $(the_lib): $(RESX_RES)
30
31 $(RESX_RES): %.resources: %.resx
32         $(RESGEN) `echo $< | $(PLATFORM_CHANGE_SEPARATOR_CMD)`