**** Merged from MCS ****
[mono-project.git] / mcs / nunit20 / util / Makefile
blob29ed5b4a5eac7ece7ef45b0bcc84b9d7becbb766
1 thisdir = nunit20/util
2 SUBDIRS =
3 include ../../build/rules.make
5 CLEAN_FILES = Transform.resources
7 LIBRARY = NUnit.Util.dll
8 LIBRARY_NAME = nunit.util.dll
9 LIBRARY_SNK = $(topdir)/nunit.key
11 LOCAL_MCS_FLAGS= \
12 /resource:Transform.resources,NUnit.Util.Transform.resources \
13 -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
14 -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -debug
15 NO_TEST = yo
17 EXTRA_DISTFILES = \
18 nunit.util.dll.csproj \
19 Transform.resx
21 %.resources: %.resx
22 $(RESGEN) $<
24 include ../../build/library.make
26 $(the_lib): Transform.resources