Merge pull request #1860 from saper/tz-fix
[mono.git] / mcs / class / System.Xaml / Makefile
1 thisdir = class/System.Xaml
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 RESOURCE_FILES = 
6
7 LIBRARY = System.Xaml.dll
8 LIB_REFS = System System.Xml System.Core
9 LIB_MCS_FLAGS = $(RESOURCE_FILES:%=/resource:%)
10
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
12
13 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXTRA_DISTFILES)
14 TEST_EXTRA_DISTFILES = \
15         Test/XmlFiles/*.xml \
16         Test/XmlFiles/*.xaml
17
18 VALID_PROFILE := $(filter 4 monodroid monotouch monotouch_watch mobile mobile_static, $(FRAMEWORK_VERSION_MAJOR))
19 ifndef VALID_PROFILE
20 LIBRARY_NAME = dummy-System.Xaml.dll
21 NO_INSTALL = yes
22 NO_SIGN_ASSEMBLY = yes
23 NO_TEST = yes
24 endif
25
26 include ../../build/library.make