additions from Reilly Hayes
[ghc-hetmet.git] / distrib / Makefile-bin.in
index 4372ea9..6df1e05 100644 (file)
@@ -166,10 +166,23 @@ config-pkgs ::
           echo "Done."; \
          fi; \
        done
+       @for i in $(PACKAGE_LIB_SPLICED_FILES) ""; do \
+         if test "$$i"; then \
+           echo "Creating a configured version of $$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
-       if test -x "./post-inplace-script" ; then \
+       @if test -x "./post-inplace-script" ; then \
                echo "Running project-specific post-inplace script ..." ; \
                ./post-inplace-script $(platform) `pwd` \
                        $(package)-$(version); \
@@ -216,6 +229,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);                 \
@@ -256,7 +272,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: