Fixes to makedefs/makedirdefs ordering in some makefiles, and conditional
build for osgslideshow on Sun
This commit is contained in:
parent
8ff217576a
commit
e96c0b735b
@ -1,6 +1,6 @@
|
|||||||
TOPDIR = .
|
TOPDIR = .
|
||||||
include $(TOPDIR)/Make/makedirdefs
|
|
||||||
include $(TOPDIR)/Make/makedefs
|
include $(TOPDIR)/Make/makedefs
|
||||||
|
include $(TOPDIR)/Make/makedirdefs
|
||||||
|
|
||||||
DIRS = $(TOP_LEVEL_DIRS)
|
DIRS = $(TOP_LEVEL_DIRS)
|
||||||
|
|
||||||
|
@ -150,12 +150,18 @@ EXAMPLE_DIRS = \
|
|||||||
osgvertexprogram\
|
osgvertexprogram\
|
||||||
osgviewer\
|
osgviewer\
|
||||||
osgwindows\
|
osgwindows\
|
||||||
slideshow3D\
|
|
||||||
|
|
||||||
# osgpagedlod\
|
# osgpagedlod\
|
||||||
# osgsimulation\
|
# osgsimulation\
|
||||||
# osgdemeter\
|
# osgdemeter\
|
||||||
# osgjigsaw\
|
# osgjigsaw\
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ifneq ($(OS),SunOS)
|
||||||
|
# Solaris requires an installation of libxml2
|
||||||
|
EXAMPLE_DIRS += slideshow3D
|
||||||
|
endif
|
||||||
|
|
||||||
# comment in you want to compile the cluster demo.
|
# comment in you want to compile the cluster demo.
|
||||||
EXAMPLE_DIRS += osgcluster
|
EXAMPLE_DIRS += osgcluster
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
include $(TOPDIR)/Make/makedirdefs
|
|
||||||
include $(TOPDIR)/Make/makedefs
|
include $(TOPDIR)/Make/makedefs
|
||||||
|
include $(TOPDIR)/Make/makedirdefs
|
||||||
|
|
||||||
DIRS = $(EXAMPLE_DIRS)
|
DIRS = $(EXAMPLE_DIRS)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
include $(TOPDIR)/Make/makedirdefs
|
|
||||||
include $(TOPDIR)/Make/makedefs
|
include $(TOPDIR)/Make/makedefs
|
||||||
|
include $(TOPDIR)/Make/makedirdefs
|
||||||
|
|
||||||
DIRS = $(SRC_DIRS)
|
DIRS = $(SRC_DIRS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user