X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2FMakefile.am;h=223b73852dcbf3762ccd27934beb22ddf5e87687;hb=f9596050629ebf0d8d24fb256cc08f98d6d2c7e7;hp=f72e5934198cd5fa58cbfae02c5b25abb2f80f29;hpb=d715b3d29e442b26f1dd483edee3026f3e2457f2;p=mono.git diff --git a/runtime/Makefile.am b/runtime/Makefile.am index f72e5934198..223b73852dc 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -41,7 +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 monotouch_tv_runtime +endif + +if INSTALL_MOBILE_STATIC +build_profiles += mobile_static endif if INSTALL_XAMMAC @@ -80,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 @@ -160,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`; \