summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-30 17:54:45 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-30 17:54:45 +0000
commitaa3657817c590c95d1621d5ae80cfec024340729 (patch)
tree1d446aee10e60f242374125a0e4603c8db6b1b9c /src/Makefile
parent74bb2305cbcaca5016a07f2e0b369d25bc3c98a5 (diff)
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
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile9
1 files changed, 7 insertions, 2 deletions
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 $".
#