2007-04-18 Jeffrey Stedfast <fejj@novell.com>
[mono.git] / mcs / class / Mono.C5 / Makefile
1 thisdir = class/Mono.C5
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.C5.dll
6 LIBRARY_SNK = c5.snk
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:169
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
9
10 EXTRA_DISTFILES = \
11         LICENSE.txt \
12         c5.pub c5.snk c5.xml
13
14 # This is a .NET 2.0 only assembly
15 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
16 ifndef VALID_PROFILE
17 LIBRARY_NAME = dummy-Mono.C5.dll
18 NO_INSTALL = yes
19 NO_SIGN_ASSEMBLY = yes
20 NO_TEST = yes
21 endif
22
23 include ../../build/library.make