[System.Net] Add support for .pac proxy config scripts on mac
[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_MCS_FLAGS = \
9                 /r:System.dll \
10                 /r:System.Xml.dll \
11                 /r:System.Core.dll \
12                 $(RESOURCE_FILES:%=/resource:%)
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15
16 EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXTRA_DISTFILES)
17 TEST_EXTRA_DISTFILES = \
18         Test/XmlFiles/*.xml \
19         Test/XmlFiles/*.xaml
20
21 VALID_PROFILE := $(filter 4 monodroid monotouch, $(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
28
29 include ../../build/library.make