From 41bd934fac9799904aee840301afed1ada8c2b5f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 18 Mar 2005 10:46:15 +0000 Subject: [PATCH] Moved COMPILE_EXAMPLES ?= no to top of Make/dependencies to make it more clear, and removed the application programs fully from the examples list --- Make/dependencies | 6 +++++- Make/makedirdefs | 8 ++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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\