Fix bugs in sizing TableLayoutPanel (Xamarin bug 18638)
[mono.git] / mcs / nunit24 / NUnitMocks / mocks / Makefile
1 thisdir = nunit24/NUnitMocks/mocks
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit.mocks.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
7
8 LOCAL_MCS_FLAGS= -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
9 NO_TEST = yo
10
11 ifneq (net_2_0, $(PROFILE))
12 NO_INSTALL = yes
13 install-local: install-symlink
14 uninstall-local: uninstall-symlink
15 endif
16
17 EXTRA_DISTFILES = \
18         nunit.mocks.csproj \
19         nunit.mocks_VS2005.csproj
20
21 include ../../../build/library.make
22
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)
27
28 uninstall-symlink:
29         rm -f $(DESTDIR)$(symlinkdir)/$(LIBRARY_NAME)