94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
18 lines
396 B
Makefile
18 lines
396 B
Makefile
thisdir = tools/mconfig
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = System.Xml System
|
|
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
|
|
|
|
EXTRA_DISTFILES = TODO data/config.xml
|
|
|
|
include ../../build/executable.make
|