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

Makefile « build « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b95c0355ccc1770b88291d8d4f55859894cd6677 (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
thisdir = build
SUBDIRS = 
include ../build/rules.make

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

clean-local:
	-rm -f deps/*

PLATFORMS = linux win32
PROFILES = \
	basic net_1_1_bootstrap default net_2_0_bootstrap net_2_0 \
	atomic net_1_0

DISTFILES = \
	README.makefiles		\
	README.platforms		\
	README.configury		\
	config-default.make		\
	executable.make			\
	library.make			\
	rules.make			\
	$(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)

dist-local: dist-default
	$(MKINSTALLDIRS) $(distdir)/deps