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
This commit is contained in:
Michael R Sweet 2001-08-05 16:28:03 +00:00
parent 75da2409dc
commit 208cf399a6
1 changed files with 4 additions and 4 deletions

View File

@ -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 $".
#