Merge pull request #2215 from kumpera/crash_in_mono_class_get_method_from_name_flags
[mono.git] / mcs / class / Facades / Makefile
1 MCS_BUILD_DIR = ../../build
2
3 thisdir = class/Facades
4
5 include subdirs.make
6
7 #OVERRIDE_TARGET_ALL = yes
8
9
10 # The output directory for the facade assemblies
11 #
12 target_dir = $(topdir)/class/lib/$(PROFILE)/Facades
13
14 #
15 # Contains the expanded version of the target dll for each profile
16 #
17 target_libraries = $(patsubst %,$(target_dir)/%.dll,$(SUBDIRS))
18
19 #
20 # To build each target, go into the subdirectory
21 #
22 $(target_dir)/%.dll: 
23         (cd `basename $@ .dll`; $(MAKE))
24
25 #all.override: $(target_libraries)
26
27 include $(MCS_BUILD_DIR)/rules.make
28
29 dist-local: dist-default
30
31 DIST_SUBDIRS = $(net_4_x_PARALLEL_SUBDIRS)
32
33 doc-update-local:
34         @echo "not doing docs"
35
36 doc-update-recursive:
37         @echo "do not recurse the Facades folder"
38
39 System System.Core System.ComponentModel.DataAnnotations System.Numerics System.Runtime.Serialization System.XML System.ComponentModel.Composition System.ServiceModel System.Xml.Linq: