add.brief.option.add.gnome.vfs.binary.helper
[tfs.git] / build / Makefile
blobebe5028d6102af6f490552f3c46442d3d2a534cd
1 thisdir = build
2 SUBDIRS =
3 include ../build/rules.make
5 BUILT_FILES = common/Consts.cs
7 all-local install-local test-local run-test-local run-test-ondotnet-local uninstall-local: $(BUILT_FILES)
8 @:
10 clean-local:
11 -rm -f $(BUILT_FILES) deps/*
13 common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
14 test -n '$(MONO_VERSION)'
15 sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
17 PLATFORMS = linux win32
18 PROFILES = net_2_0
20 COMMON_SRCS = \
21 Consts.cs.in \
22 Locale.cs \
23 MonoTODOAttribute.cs \
24 TestConfiguration.cs
26 DISTFILES = \
27 config-default.make \
28 executable.make \
29 library.make \
30 rules.make \
31 $(COMMON_SRCS:%=common/%) \
32 $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)
34 dist-local: dist-default
35 $(MKINSTALLDIRS) $(distdir)/deps