Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 852f13b372fbb83a984f710db7fa11c6be00a17e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
thisdir = tools

net_1_1_dirs := \
	al			\
	cilc		\
	culevel		\
	ictool		\
	mono-xsd	\
	security	\
	wsdl		\
	genxs		\
	disco		\
	soapsuds	\
	browsercaps-updater	\
	monop		\
	gacutil		\
	cil-strip	\
	resgen		\
	macpack		\
	mkbundle	\
	dtd2rng		\
	dtd2xsd		\
	mjs			\
	prj2make	\
	mono-service	\
	monodoc		\
	mod		\
	compiler-tester	\
	installvst		\
	installutil

net_2_0_dirs := \
	al			\
	corcompare	\
	linker		\
	tuner		\
	csharplib	\
	csharp		\
	mono-xsd	\
	wsdl		\
	mono-xmltool	\
	compiler-tester	\
	monop		\
	xbuild		\
	resgen		\
	mdoc		\
	mono-service	\
	mono-shlib-cop	\
	mkbundle	\
	sgen		\
	security	\
	mconfig		\
	installutil	\
	nunitreport	\
	pdb2mdb		\
	sqlsharp	\
	sqlmetal	\
	gacutil		\
	svcutil		\
	lc

net_2_1_dirs := \
	compiler-tester
	
net_1_1_bootstrap_SUBDIRS = gacutil security resgen culevel
net_1_1_SUBDIRS := $(net_1_1_dirs)
net_2_0_bootstrap_SUBDIRS = resgen
net_2_0_SUBDIRS := $(net_2_0_dirs)
net_2_1_raw_SUBDIRS := $(net_2_1_dirs)
net_2_1_SUBDIRS := $(net_2_1_dirs)
net_4_0_bootstrap_SUBDIRS = resgen
net_4_0_SUBDIRS := $(net_2_0_dirs)

SUBDIRS = $(net_1_1_SUBDIRS) $(net_2_0_SUBDIRS) $(net_2_1_SUBDIRS)

include ../build/rules.make

DISTFILES = \
	assemblies.xml			\
	mono-win32-setup-dark.bmp	\
	mono-win32-setup-light.bmp	\
	mono-win32-setup.nsi		\
	scan-tests.pl			\
	tinderbox/smtp.c		\
	tinderbox/tinderbox.sh		\
	gensources.sh			\
	removecomments.sh

test-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local:
	@:

dist-local: dist-default

clean-local:
	rm -f *.exe *.dll *.pdb cormissing.xml