[counters] Fix file handle leak in cpu_load ()
[mono-project.git] / mcs / class / System.Xaml / Makefile
blob5104e87b042d8239c7207647c7020cbcfb65568a
1 thisdir = class/System.Xaml
2 SUBDIRS =
3 include ../../build/rules.make
5 RESOURCE_FILES =
7 LIBRARY = System.Xaml.dll
8 LIB_MCS_FLAGS = \
9 /r:System.dll \
10 /r:System.Xml.dll \
11 /r:System.Core.dll \
12 $(RESOURCE_FILES:%=/resource:%)
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXTRA_DISTFILES)
17 TEST_EXTRA_DISTFILES = \
18 Test/XmlFiles/*.xml \
19 Test/XmlFiles/*.xaml
21 VALID_PROFILE := $(filter 4 monodroid monotouch mobile mobile_static, $(FRAMEWORK_VERSION_MAJOR))
22 ifndef VALID_PROFILE
23 LIBRARY_NAME = dummy-System.Xaml.dll
24 NO_INSTALL = yes
25 NO_SIGN_ASSEMBLY = yes
26 NO_TEST = yes
27 endif
29 include ../../build/library.make