Author: spitzak
Date: 2008-08-04 16:03:58 -0700 (Mon, 04 Aug 2008)
New Revision: 6151
Log:
Made it work when makedepend files are missing


Modified:
   trunk/OpenGL/Makefile
   trunk/fluid/Makefile
   trunk/forms/Makefile
   trunk/glut/Makefile
   trunk/images/Makefile
   trunk/src/Makefile
   trunk/test/Makefile
   trunk/themes/Makefile

Modified: trunk/OpenGL/Makefile
===================================================================
--- trunk/OpenGL/Makefile       2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/OpenGL/Makefile       2008-08-04 23:03:58 UTC (rev 6151)
@@ -85,6 +85,8 @@
 # Include automatically generated dependencies...
 #
 
+makedepend:
+       touch makedepend
 include makedepend
 
 

Modified: trunk/fluid/Makefile
===================================================================
--- trunk/fluid/Makefile        2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/fluid/Makefile        2008-08-04 23:03:58 UTC (rev 6151)
@@ -98,6 +98,8 @@
 # Include automatically generated dependencies...
 #
 
+makedepend:
+       touch makedepend
 include makedepend
 
 

Modified: trunk/forms/Makefile
===================================================================
--- trunk/forms/Makefile        2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/forms/Makefile        2008-08-04 23:03:58 UTC (rev 6151)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.20 2002/12/15 10:42:51 spitzak Exp $"
+# "$Id$"
 #
 # Library makefile for the Fast Light Tool Kit (FLTK).
 #
@@ -92,6 +92,8 @@
        $(MAKEDEPEND) -I.. $(CPPFILES) > makedepend
 
 # Automatically generated dependencies...
+makedepend:
+       touch makedepend
 include makedepend
 
 ################################################################
@@ -119,5 +121,5 @@
 install_programs:
 
 #
-# End of "$Id: Makefile,v 1.20 2002/12/15 10:42:51 spitzak Exp $".
+# End of "$Id$".
 #

Modified: trunk/glut/Makefile
===================================================================
--- trunk/glut/Makefile 2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/glut/Makefile 2008-08-04 23:03:58 UTC (rev 6151)
@@ -26,13 +26,11 @@
 CPPFILES = \
        glut_compatability.cxx \
        glut_font.cxx
-       
 
 DEMOS = \
        glpuzzle$(EXEEXT) \
        fractals$(EXEEXT)
-       
-       
+
 ################################################################
 
 include ../makeinclude
@@ -89,6 +87,8 @@
 # Include automatically generated dependencies...
 #
 
+makedepend:
+       touch makedepend
 include makedepend
 
 #

Modified: trunk/images/Makefile
===================================================================
--- trunk/images/Makefile       2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/images/Makefile       2008-08-04 23:03:58 UTC (rev 6151)
@@ -92,6 +92,8 @@
 # Include automatically generated dependencies...
 #
 
+makedepend:
+       touch makedepend
 include makedepend
 
 

Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile  2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/src/Makefile  2008-08-04 23:03:58 UTC (rev 6151)
@@ -218,7 +218,8 @@
 #
 # Include automatically generated dependencies...
 #
-
+makedepend:
+       touch makedepend
 include makedepend
 
 

Modified: trunk/test/Makefile
===================================================================
--- trunk/test/Makefile 2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/test/Makefile 2008-08-04 23:03:58 UTC (rev 6151)
@@ -210,6 +210,8 @@
 # Include automatically generated dependencies...
 #
 
+makedepend:
+       touch makedepend
 include makedepend
 
 

Modified: trunk/themes/Makefile
===================================================================
--- trunk/themes/Makefile       2008-08-04 22:53:30 UTC (rev 6150)
+++ trunk/themes/Makefile       2008-08-04 23:03:58 UTC (rev 6151)
@@ -87,8 +87,7 @@
        $(THEMECOMMAND) $@ $(NONE_OBJ) $(DSOLIBS) $(THEMELIBS)
 
 clean :
-       -@ rm -f *.o $(LIBRARY)$(LIBEXT) $(THEMES) core *~ makedepend
-       @touch makedepend
+       -@ rm -f *.o $(LIBRARY)$(LIBEXT) $(THEMES) core *~
 
 install : $(INSTALLTARGETS)
 
@@ -108,6 +107,8 @@
        cat foo >> makedepend
        rm foo
 
+makedepend:
+       touch makedepend
 include makedepend
 
 #

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to