X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile-bin.in;h=3e4c4edd6fb137f7a5931f6baf6aae8d9faf5855;hb=45252b35151fc55aa19fb6770df5ed8267639083;hp=0d28672bfa644209103200dd0960e032845b1ad3;hpb=b61bba9198fc3e1563fb9581f7b3caeae0230f21;p=ghc-hetmet.git diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index 0d28672..3e4c4ed 100644 --- a/distrib/Makefile-bin.in +++ b/distrib/Makefile-bin.in @@ -1,3 +1,12 @@ +package = ghc +version = 6.5.20060205 +PACKAGE_SH_SCRIPTS = ghc-6.5.20060205 ghci-6.5.20060205 ghc-pkg-6.5.20060205 hsc2hs +PACKAGE_PRL_SCRIPTS = ghcprof +PACKAGE_LIB_PRL_SCRIPTS = ghc-asm ghc-split +PACKAGE_LIB_SPLICED_FILES = package.conf +PACKAGE_BINS = hp2ps runghc +PACKAGE_OPT_BINS = runhaskell +PACKAGE_LINKS = ghc ghci ghc-pkg # # @configure_input@ # @@ -169,10 +178,16 @@ config-pkgs :: @for i in $(PACKAGE_LIB_SPLICED_FILES) ""; do \ if test "$$i"; then \ echo "Creating a configured version of $$i .."; \ - if [ -f lib/$(platform)/$$i ]; then $(MV) lib/$(platform)/$$i lib/$(platform)/$$i.bak; fi; \ - $(SED) -e "s|\$$libdir|$(libdir)|g;s|\$$datadir|$(datadir)|g" lib/$(platform)/$$i; \ + $(PERL) -i.bak -lpe 's|\$$libdir|$(libdir)|g;s|\$$datadir|$(datadir)|g' lib/$(platform)/$$i; \ fi; \ done + @if test "$(platform)" = "powerpc-apple-darwin"; then \ + echo "Configuring install names..."; \ + for i in lib/$(platform)/*; do \ + sh fix_install_names.sh "$(libdir)" "$$i"; \ + done; \ + echo "Done."; \ + fi in-place :: $(MAKE) $(MFLAGS) config-pkgs bindir=`pwd`/bin/$(platform) libdir=`pwd`/lib/$(platform) datadir=`pwd`/share @@ -223,6 +238,9 @@ install-bin: for i in $(PACKAGE_BINS) ""; do \ if test -n "$$i" ; then $(INSTALL_BIN) bin/$(platform)/$$i$(exeext) $(bindir); fi; \ done; + for i in $(PACKAGE_OPT_BINS) ""; do \ + if test -n "$$i" -a ! -f "$(bindir)/$$i" ; then $(INSTALL_BIN) bin/$(platform)/$$i$(exeext) $(bindir); fi; \ + done; @for i in $(VERSION_SYMLINKS_FOR) ""; do \ if [ "x$$i" != "x" ]; then \ ( cd $(bindir); \ @@ -263,7 +281,9 @@ show-install-setup: install-docs : install-dirs-docs if test -d share/html ; then $(CP) -r share/html/* $(htmldir) ; fi for i in share/*.ps; do \ - $(CP) $$i $(psdir) ; \ + if test -f "$$i"; then \ + $(CP) $$i $(psdir) ; \ + fi \ done install-dirs-docs: