From 208cf399a6ab801951bf28a82a0e07adefc60028 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 5 Aug 2001 16:28:03 +0000 Subject: OpenGL demos didn't get built because the "include" was after the "all" target... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1558 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 33489da95..b95cd0857 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.5 2001/08/02 21:11:43 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.6 2001/08/05 16:28:03 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -23,6 +23,8 @@ # Please report all bugs and problems to "fltk-bugs@fltk.org". # +include ../makeinclude + CPPFILES =\ CubeMain.cxx CubeView.cxx adjuster.cxx arc.cxx ask.cxx \ bitmap.cxx boxtype.cxx browser.cxx button.cxx \ @@ -54,8 +56,6 @@ all: $(ALL) $(GLDEMOS) gldemos: $(GLALL) -include ../makeinclude - # FLUID file rules .fl.cxx .fl.h: echo Generating $<... @@ -127,5 +127,5 @@ install: @echo Nothing to install in test directory. # -# End of "$Id: Makefile,v 1.19.2.7.2.5 2001/08/02 21:11:43 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.6 2001/08/05 16:28:03 easysw Exp $". # -- cgit v1.2.3