From aa3657817c590c95d1621d5ae80cfec024340729 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 17:54:45 +0000 Subject: Update dependencies. Update install rules. Update EPM list file and RPM spec file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1623 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 6e011ac6c..db2b92a02 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.14.2.12 2001/09/30 12:30:13 easysw Exp $" +# "$Id: Makefile,v 1.18.2.14.2.13 2001/09/30 17:54:45 easysw Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -252,11 +252,16 @@ install: $(LIBNAME) $(DSONAME) $(GLLIBNAME) $(GLDSONAME) cp ../FL/*.[hH] $(includedir)/FL cd $(includedir)/FL;\ for file in *.H; do\ + rm -f "`basename $$file H`h";\ ln -s $$file "`basename $$file H`h";\ done + rm -f $(includedir)/FL/fl_file_chooser.H + ln -s Fl_File_Chooser.H $(includedir)/FL/fl_file_chooser.H + rm -f $(includedir)/FL/fl_file_chooser.h + ln -s Fl_File_Chooser.H $(includedir)/FL/fl_file_chooser.h rm -f $(includedir)/Fl ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.14.2.12 2001/09/30 12:30:13 easysw Exp $". +# End of "$Id: Makefile,v 1.18.2.14.2.13 2001/09/30 17:54:45 easysw Exp $". # -- cgit v1.2.3