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:
@@ -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
|
||||
|
||||
|
||||
@@ -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\
|
||||
|
||||
|
||||
Reference in New Issue
Block a user