2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / nunit24 / NUnitExtensions / framework / Makefile
blobc49a5f487d9332aa34605f88fa3f055385e420cf
1 thisdir = nunit24/NUnitExtensions/framework
2 SUBDIRS =
3 include ../../../build/rules.make
5 LIBRARY = nunit.framework.extensions.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
8 LIB_MCS_FLAGS = -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
9 NO_TEST = yo
11 ifneq (net_2_0, $(PROFILE))
12 NO_INSTALL = yes
13 install-local: install-symlink
14 uninstall-local: uninstall-symlink
15 endif
17 EXTRA_DISTFILES = \
18 nunit.framework.extensions.dll.csproj \
19 nunit.framework.extensions.dll_VS2005.csproj
21 include ../../../build/library.make
23 symlinkdir = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
24 install-symlink:
25 $(MKINSTALLDIRS) $(DESTDIR)$(symlinkdir)
26 cd $(DESTDIR)$(symlinkdir) && rm -f $(LIBRARY_NAME) && ln -s ../2.0/$(LIBRARY_NAME) $(LIBRARY_NAME)
28 uninstall-symlink:
29 rm -f $(DESTDIR)$(symlinkdir)/$(LIBRARY_NAME)