[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / mconfig / Makefile
1 thisdir = tools/mconfig
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS =
6 LIB_REFS = System.Xml System
7 PROGRAM = mconfig.exe
8
9 BUILT_SOURCES=Mono.MonoConfig/consts.cs
10
11 Mono.MonoConfig/consts.cs: Mono.MonoConfig/consts.cs.in
12         sed -e "s;@MONO_SYSCONFDIR@;$(sysconfdir);g" < $< > $@
13
14 install-local: install-local-data
15
16 install-local-data:
17         $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir)/mono/mconfig/
18         $(INSTALL_DATA) data/config.xml $(DESTDIR)$(sysconfdir)/mono/mconfig
19
20 EXTRA_DISTFILES = TODO data/config.xml Mono.MonoConfig/consts.cs.in
21
22 include ../../build/executable.make