fd766e659ccbe71f68ff090a52c59024a2aa0533
[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 DISTFILES=subdirs.make
33
34 doc-update-local:
35         @echo "not doing docs"
36
37 doc-update-recursive:
38         @echo "do not recurse the Facades folder"
39
40 System System.Core System.ComponentModel.DataAnnotations System.Numerics System.Runtime.Serialization System.XML \
41 System.ComponentModel.Composition System.ServiceModel System.Xml.Linq System.Data System.IO.Compression.FileSystem \
42 System.ServiceProcess System.Security System.Net.Http.WebRequest System.Net.Http System.ServiceProcess:
43
44 all-local-aot:
45