Test makefile didn't include makedepend file...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
14e6251b80
commit
9fcec7788d
@ -1,5 +1,5 @@
|
||||
#
|
||||
# "$Id: Makefile,v 1.10.2.6.2.16 2002/03/25 21:39:01 easysw Exp $"
|
||||
# "$Id: Makefile,v 1.10.2.6.2.17 2002/03/28 13:20:11 easysw Exp $"
|
||||
#
|
||||
# FLUID makefile for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
@ -62,6 +62,7 @@ clean :
|
||||
depend: $(CPPFILES)
|
||||
makedepend -Y -I.. -f makedepend $(CPPFILES)
|
||||
|
||||
# Automatically generated dependencies...
|
||||
include makedepend
|
||||
|
||||
install: $(PROGRAM)
|
||||
@ -86,5 +87,5 @@ rebuild:
|
||||
./fluid -c widget_panel.fl
|
||||
|
||||
#
|
||||
# End of "$Id: Makefile,v 1.10.2.6.2.16 2002/03/25 21:39:01 easysw Exp $".
|
||||
# End of "$Id: Makefile,v 1.10.2.6.2.17 2002/03/28 13:20:11 easysw Exp $".
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# "$Id: Makefile,v 1.19.2.7.2.31 2002/03/26 00:05:18 easysw Exp $"
|
||||
# "$Id: Makefile,v 1.19.2.7.2.32 2002/03/28 13:20:11 easysw Exp $"
|
||||
#
|
||||
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
@ -159,6 +159,9 @@ gldemos: $(GLALL)
|
||||
depend: $(CPPFILES)
|
||||
makedepend -Y -I.. -f makedepend $(CPPFILES)
|
||||
|
||||
# Automatically generated dependencies...
|
||||
include makedepend
|
||||
|
||||
clean:
|
||||
-@ rm -f $(ALL) $(GLALL) *.o core *~
|
||||
|
||||
@ -369,5 +372,5 @@ shape$(EXEEXT): shape.o
|
||||
|
||||
|
||||
#
|
||||
# End of "$Id: Makefile,v 1.19.2.7.2.31 2002/03/26 00:05:18 easysw Exp $".
|
||||
# End of "$Id: Makefile,v 1.19.2.7.2.32 2002/03/28 13:20:11 easysw Exp $".
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user