2014-08-13 10:39:27 +01:00
|
|
|
MCS_BUILD_DIR = ../../build
|
|
|
|
|
|
|
|
thisdir = class/Facades
|
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
include subdirs.make
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
#OVERRIDE_TARGET_ALL = yes
|
|
|
|
|
|
|
|
#
|
|
|
|
# The output directory for the facade assemblies
|
|
|
|
#
|
|
|
|
target_dir = $(topdir)/class/lib/$(PROFILE)/Facades
|
|
|
|
|
|
|
|
#
|
|
|
|
# Contains the expanded version of the target dll for each profile
|
|
|
|
#
|
|
|
|
target_libraries = $(patsubst %,$(target_dir)/%.dll,$(SUBDIRS))
|
|
|
|
|
|
|
|
#
|
|
|
|
# To build each target, go into the subdirectory
|
|
|
|
#
|
|
|
|
$(target_dir)/%.dll:
|
|
|
|
(cd `basename $@ .dll`; $(MAKE))
|
|
|
|
|
|
|
|
#all.override: $(target_libraries)
|
|
|
|
|
|
|
|
include $(MCS_BUILD_DIR)/rules.make
|
|
|
|
|
|
|
|
dist-local: dist-default
|
|
|
|
|
2016-07-21 09:40:10 +00:00
|
|
|
DIST_SUBDIRS = $(net_4_x_PARALLEL_SUBDIRS) $(net_4_x_SUBDIRS) $(mobile_only_SUBDIRS)
|
2016-02-22 11:00:01 -05:00
|
|
|
DISTFILES=subdirs.make
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
doc-update-local:
|
|
|
|
@echo "not doing docs"
|
|
|
|
|
|
|
|
doc-update-recursive:
|
2015-08-26 07:17:56 -04:00
|
|
|
@echo "do not recurse the Facades folder"
|
2016-02-22 11:00:01 -05:00
|
|
|
|
2016-07-21 09:40:10 +00:00
|
|
|
System System.Core System.ComponentModel.DataAnnotations System.Numerics System.Runtime.Serialization System.XML \
|
|
|
|
System.ComponentModel.Composition System.ServiceModel System.Xml.Linq System.Data System.IO.Compression.FileSystem \
|
|
|
|
System.ServiceProcess System.Security System.Net.Http.WebRequest System.Net.Http:
|
|
|
|
|