2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/mconfig
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LOCAL_MCS_FLAGS =
|
|
|
|
LIB_REFS = System.Xml System
|
2014-08-13 10:39:27 +01:00
|
|
|
PROGRAM = mconfig.exe
|
|
|
|
|
|
|
|
install-local: install-local-data
|
|
|
|
|
|
|
|
install-local-data:
|
|
|
|
$(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir)/mono/mconfig/
|
|
|
|
$(INSTALL_DATA) data/config.xml $(DESTDIR)$(sysconfdir)/mono/mconfig
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
EXTRA_DISTFILES = TODO data/config.xml
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/executable.make
|