* nunit20/util/Makefile (EXTRA_DISTFILES): Remove
[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 LOCAL_MCS_FLAGS= \
8         /resource:Transform.resources,NUnit.Util.Transform.resources \
9         -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll \
10         -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly
11 NO_TEST = yo
12
13 EXTRA_DISTFILES = \
14         nunit.util.dll.csproj   \
15         Transform.resx
16
17 %.resources: %.resx
18         MONO_PATH=$(topdir)/class/lib/$(PROFILE):$$MONO_PATH $(INTERNAL_RESGEN) $<
19
20 include ../../build/library.make
21
22 $(the_lib): Transform.resources