X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FFacades%2FMakefile;h=ffdea4c751cc43b7e65000974c3a907311bc8eec;hb=0c95513a0ebdace7423d207c63f259be4bc252be;hp=d0e85464e45aee059b3f96ec1a5e6ecc80ce56da;hpb=424595ea7043f30b0553f2842654db13baeda3ca;p=mono.git diff --git a/mcs/class/Facades/Makefile b/mcs/class/Facades/Makefile index d0e85464e45..ffdea4c751c 100644 --- a/mcs/class/Facades/Makefile +++ b/mcs/class/Facades/Makefile @@ -3,13 +3,13 @@ MCS_BUILD_DIR = ../../build thisdir = class/Facades monotouch_SUBDIRS = System.Collections.Concurrent System.Collections System.ComponentModel.Annotations System.ComponentModel.EventBasedAsync System.ComponentModel \ - System.Diagnostics.Contracts System.Diagnostics.Debug System.Diagnostics.Tools System.Dynamic.Runtime System.Globalization System.IO System.Linq.Expressions \ + System.Diagnostics.Contracts System.Diagnostics.Debug System.Diagnostics.Tracing System.Diagnostics.Tools System.Dynamic.Runtime System.Globalization System.IO System.Linq.Expressions \ System.Linq.Parallel System.Linq.Queryable System.Linq System.Net.NetworkInformation System.Net.Primitives System.Net.Requests System.ObjectModel \ System.Reflection.Extensions System.Reflection.Primitives System.Reflection System.Resources.ResourceManager System.Runtime.Extensions \ System.Runtime.InteropServices System.Runtime.InteropServices.WindowsRuntime System.Runtime.Numerics System.Runtime.Serialization.Json \ System.Runtime.Serialization.Primitives System.Runtime.Serialization.Xml System.Runtime System.Security.Principal System.ServiceModel.Http \ - System.ServiceModel.Primitives System.Text.Encoding.Extensions System.Text.Encoding System.Text.RegularExpressions System.Threading.Tasks.Parallel \ - System.Threading.Tasks System.Threading System.Xml.ReaderWriter System.Xml.XDocument System.Xml.XmlSerializer + System.ServiceModel.Primitives System.ServiceModel.Security System.Text.Encoding.Extensions System.Text.Encoding System.Text.RegularExpressions System.Threading.Tasks.Parallel \ + System.Threading.Tasks System.Threading.Timer System.Threading System.Xml.ReaderWriter System.Xml.XDocument System.Xml.XmlSerializer mobile_static_SUBDIRS = $(monotouch_SUBDIRS) @@ -19,10 +19,36 @@ monodroid_SUBDIRS = $(net_4_5_SUBDIRS) xammac_SUBDIRS = $(net_4_5_SUBDIRS) -SUBDIRS = $(net_4_5_SUBDIRS) +PROFILE_SUBDIRS = $(net_4_5_SUBDIRS) + +#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 +SUBDIRS = $(net_4_5_SUBDIRS) + +doc-update-local: + @echo "not doing docs" +doc-update-recursive: + @echo "do not recurse the Facades folder" \ No newline at end of file