Moved COMPILE_EXAMPLES ?= no to top of Make/dependencies to make it more clear,

and removed the application programs fully from the examples list
This commit is contained in:
Robert Osfield
2005-03-18 10:46:15 +00:00
parent 329876c493
commit 41bd934fac
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,11 @@
################################################################
# Dependency library which have been installed on this system
# should we compile any of the examples?
COMPILE_EXAMPLES ?= no
# follows are dependenices on the various plugins.
GDAL_INSTALLED ?= no
JASPER_INSTALLED ?= no
@@ -42,5 +47,4 @@ PERFORMER_INSTALLED ?= no
DEMETER_INSTALLED ?= no
COMPILE_EXAMPLES ?= no

View File

@@ -166,7 +166,6 @@ endif
EXAMPLE_DIRS = \
osganimate\
osgarchive\
osgautotransform\
osgbillboard\
osgblendequation\
@@ -174,7 +173,6 @@ EXAMPLE_DIRS = \
osgcameragroup\
osgclip\
osgcluster\
osgconv\
osgcopy\
osgcubemap\
osgdepthshadow\
@@ -192,10 +190,10 @@ EXAMPLE_DIRS = \
osglauncher\
osglight\
osglightpoint\
osglogo\
osglogicop\
osgmovie\
osglogo\
osgmotionblur\
osgmovie\
osgmultitexture\
osgoccluder\
osgpagedlod\
@@ -229,9 +227,7 @@ EXAMPLE_DIRS = \
osgtexture3D\
osgtexturerectangle\
osgunittests\
osgversion\
osgvertexprogram\
osgviewer\
osgvolume\
osgwindows\