From 30b61c9e035015a4bfb413a3de59db85b3071385 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 1 May 2002 19:35:53 +0000 Subject: Run "fltk-config --post" after installing and stripping fluid; otherwise the resource fork will be lost. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2166 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 14 +++++++------- fluid/Makefile | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 76fde8739..e3588caf5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.12.2.6.2.10 2002/01/06 13:40:27 easysw Exp $" +# "$Id: Makefile,v 1.12.2.6.2.11 2002/05/01 19:35:53 easysw Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -35,21 +35,21 @@ all: makeinclude done install: makeinclude - @for dir in FL $(DIRS); do\ - echo "=== installing $$dir ===";\ - (cd $$dir; $(MAKE) $(MFLAGS) install) || break;\ - done -mkdir -p $(bindir) rm -f $(bindir)/fltk-config -cp fltk-config $(bindir) -chmod 755 $(bindir)/fltk-config + @for dir in FL $(DIRS); do\ + echo "=== installing $$dir ===";\ + (cd $$dir; $(MAKE) $(MFLAGS) install) || break;\ + done uninstall: makeinclude + rm -f $(bindir)/fltk-config @for dir in FL $(DIRS); do\ echo "=== uninstalling $$dir ===";\ (cd $$dir; $(MAKE) $(MFLAGS) uninstall) || break;\ done - rm -f $(bindir)/fltk-config depend: makeinclude @for dir in $(DIRS); do\ @@ -87,5 +87,5 @@ native-dist: # -# End of "$Id: Makefile,v 1.12.2.6.2.10 2002/01/06 13:40:27 easysw Exp $". +# End of "$Id: Makefile,v 1.12.2.6.2.11 2002/05/01 19:35:53 easysw Exp $". # diff --git a/fluid/Makefile b/fluid/Makefile index 650156a20..d07c2f58d 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.10.2.6.2.18 2002/05/01 17:35:30 matthiaswm Exp $" +# "$Id: Makefile,v 1.10.2.6.2.19 2002/05/01 19:35:53 easysw Exp $" # # FLUID makefile for the Fast Light Tool Kit (FLTK). # @@ -71,6 +71,7 @@ install: $(PROGRAM) -mkdir -p $(bindir) cp $(PROGRAM) $(bindir) strip $(bindir)/$(PROGRAM) + $(bindir)/fltk-config --post $(bindir)/$(PROGRAM) chmod 755 $(bindir)/$(PROGRAM) uninstall: @@ -88,5 +89,5 @@ rebuild: ./fluid -c widget_panel.fl # -# End of "$Id: Makefile,v 1.10.2.6.2.18 2002/05/01 17:35:30 matthiaswm Exp $". +# End of "$Id: Makefile,v 1.10.2.6.2.19 2002/05/01 19:35:53 easysw Exp $". # -- cgit v1.2.3