]> git.saurik.com Git - wxWidgets.git/commitdiff
added dependency handling
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 17:58:35 +0000 (17:58 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 17:58:35 +0000 (17:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/fl/Makefile.in

index 3cfd30e05d18c449e9d79f2a61dd97c4dfba108c..50a122c523b648ce7627f4068e875ca069af9532 100644 (file)
@@ -22,8 +22,10 @@ LIBVERSION_AGE=0
 include $(top_srcdir)/$(libsrc_dir)/files.lst
 
 OBJECTS = $(FL_OBJECTS)
+DEPFILES= $(FL_OBJECTS:.o=.d)
 
 APPEXTRADEFS = -I$(top_srcdir)/contrib/include
 
 include $(top_builddir)/src/makelib.env
 
+-include $(DEPFILES)