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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-07-30 11:43:09 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-07-30 11:43:09 +0400
commit2d43bd4992589279ed44281100183bf6ce3fba66 (patch)
tree911cc9cecc8f86f60ca9ddb3597083ef855a63c5 /runtime
parent4807ad9cdc783c30365b948cc6ccd3b5ddb17404 (diff)
(monoone_DATA): Add mcs.exe.config.
(gmcs_exe): Add gmcs.exe.config. ($(monoone_DATA) $(monotwo_DATA) ...): Add location of the .config files too. svn path=/trunk/mono/; revision=31644
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 1a21389ce91..fbf08c07695 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -31,11 +31,11 @@ monobins_DATA = \
sn.exe
monoone_DATA = \
- mcs.exe \
+ mcs.exe mcs.exe.config \
mbas.exe
if ! PLATFORM_WIN32
-gmcs_exe = gmcs.exe
+gmcs_exe = gmcs.exe gmcs.exe.config
endif
monotwo_DATA = $(gmcs_exe)
@@ -59,6 +59,7 @@ endif
$(monoone_DATA) $(monotwo_DATA) $(monobins_DATA):
@case "$@" in \
mcs.exe) d=mcs ;; \
+ mcs.exe.config) d=mcs ;; \
mbas.exe) d=mbas ;; \
monoresgen.exe) d=monoresgen ;; \
ilasm.exe) d=ilasm ;; \
@@ -84,6 +85,7 @@ $(monoone_DATA) $(monotwo_DATA) $(monobins_DATA):
browsercaps-updater.exe) d=tools/browsercaps-updater ;; \
gacutil.exe) d=tools/gacutil ;; \
gmcs.exe) d=gmcs ;; \
+ gmcs.exe.config) d=gmcs ;; \
esac; \
echo "test -f $(top_srcdir)/../mcs/$$d/$@" ; \
test -f $(top_srcdir)/../mcs/$$d/$@ || exit 1 ; \