X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2FMakefile.am;h=223b73852dcbf3762ccd27934beb22ddf5e87687;hb=1c3ad5e78c23913341c3b0e221b5f19e92cf96e6;hp=f2e02e28cbc972cb0b2a5572971a885ac23bbeaa;hpb=ba875cb62c5ac5456f2eed182e9db5ad67a817cd;p=mono.git diff --git a/runtime/Makefile.am b/runtime/Makefile.am index f2e02e28cbc..223b73852dc 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -41,11 +41,15 @@ build_profiles += monotouch monotouch_runtime endif if INSTALL_MONOTOUCH_WATCH -build_profiles += monotouch_watch +build_profiles += monotouch_watch monotouch_watch_runtime endif if INSTALL_MONOTOUCH_TV -build_profiles += monotouch_tv +build_profiles += monotouch_tv monotouch_tv_runtime +endif + +if INSTALL_MOBILE_STATIC +build_profiles += mobile_static endif if INSTALL_XAMMAC @@ -84,7 +88,7 @@ clean-local: endif BUILD_MCS -TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/dmcs $(tmpinst)/bin/al2 $(tmpinst)/bin/al +TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/al mcs-do-test-profiles: cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(test_profiles)' test-profiles @@ -164,24 +168,12 @@ $(tmpinst)/bin/mcs: $(tmpinst)/bin/mono Makefile echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe"'" "$$@"' >> $@ ; \ chmod +x $@ -$(tmpinst)/bin/dmcs: $(tmpinst)/bin/mono Makefile - echo '#! /bin/sh' > $@ ; \ - r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \ - echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe -sdk:4"'" "$$@"' >> $@ ; \ - chmod +x $@ - $(tmpinst)/bin/ilasm: $(tmpinst)/bin/mono Makefile echo '#! /bin/sh' > $@ ; \ r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \ echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/ilasm/ilasm.exe"'" "$$@"' >> $@ ; \ chmod +x $@ -$(tmpinst)/bin/al2: $(tmpinst)/bin/mono Makefile - echo '#! /bin/sh' > $@ ; \ - r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \ - echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_2_0/al.exe"'" "$$@"' >> $@ ; \ - chmod +x $@ - $(tmpinst)/bin/al: $(tmpinst)/bin/mono Makefile echo '#! /bin/sh' > $@ ; \ r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \