summaryrefslogtreecommitdiff
path: root/mcs/class/Facades/Makefile
blob: 6d18c6c58a3cc2dccd5a2b68f4e1d1973d13d5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
thisdir = class/Facades

net_4_5_SUBDIRS = System.Runtime System.Linq System.Xml.XmlSerializer \
	System.ServiceModel.Primitives System.Xml.ReaderWriter System.Diagnostics.Debug \
	System.Runtime.Extensions System.Diagnostics.Tools System.Collections \
	System.ComponentModel.EventBasedAsync System.ComponentModel System.ObjectModel \
	System.Text.RegularExpressions System.Threading System.Runtime.InteropServices \
	System.Reflection System.Globalization System.IO System.Reflection.Primitives \
	System.Resources.ResourceManager System.Security.Principal System.Text.Encoding \
	System.Text.Encoding.Extensions System.Linq.Queryable System.Linq.Expressions \
	System.Net.Primitives System.Net.Requests System.Net.NetworkInformation \
	System.Runtime.Serialization.Primitives System.Runtime.Serialization.Xml \
	System.Runtime.Serialization.Json System.ServiceModel.Http \
	System.Xml.XDocument System.Threading.Tasks System.Diagnostics.Contracts \
	System.Dynamic.Runtime System.ComponentModel.Annotations System.Runtime.Numerics \
	System.Linq.Parallel System.Collections.Concurrent System.Threading.Tasks.Parallel \
	System.Reflection.Extensions

SUBDIRS = $(net_4_5_SUBDIRS)

include ../../build/rules.make

dist-local: dist-default