2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.ComponentModel.Composition / Makefile
blobba49984cdf0b69407fe1caf2e3e53ca6b57939ea
1 thisdir = class/System.ComponentModel.Composition
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.ComponentModel.Composition.dll
6 LIB_MCS_FLAGS = -r:System.dll -r:System.Core.dll -d:CLR40 -resource:$(RESOURCE_FILES)
8 RESOURCE_FILES = src/ComponentModel/Strings.resx
10 EXTRA_DISTFILES = \
11 $(RESOURCE_FILES)
13 VALID_PROFILE := $(filter 4.0, $(FRAMEWORK_VERSION))
14 ifndef VALID_PROFILE
15 LIBRARY_NAME = dummy-System.ComponentModel.Composition.dll
16 NO_INSTALL = yes
17 NO_SIGN_ASSEMBLY = yes
18 NO_TEST = yes
19 endif
21 include ../../build/library.make