diff --git a/Make/dependencies b/Make/dependencies index 949d41e65..28a6c06d0 100644 --- a/Make/dependencies +++ b/Make/dependencies @@ -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 diff --git a/Make/makedirdefs b/Make/makedirdefs index fbe450fd9..259c46909 100644 --- a/Make/makedirdefs +++ b/Make/makedirdefs @@ -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\