use combined srcs

This commit is contained in:
cxgeorge 2001-06-07 01:42:23 +00:00
parent 1a38f9b5e0
commit e902ee9814
3 changed files with 18 additions and 3 deletions

View File

@ -6,11 +6,17 @@
#define LOCAL_LIBS \
display sgraph graph sgraphutil sgattrib gobj putil gsgbase linmath \
mathutil
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
LODNode.I LODNode.cxx LODNode.h config_switchnode.cxx \
config_switchnode.h sequenceNode.cxx sequenceNode.h \
switchNodeOne.I switchNodeOne.cxx switchNodeOne.h
LODNode.I LODNode.h \
config_switchnode.h sequenceNode.h \
switchNodeOne.I switchNodeOne.h
#define INCLUDED_SOURCES \
LODNode.cxx config_switchnode.cxx \
sequenceNode.cxx switchNodeOne.cxx
#define INSTALL_HEADERS \
config_switchnode.h LODNode.I LODNode.h sequenceNode.h \

View File

@ -0,0 +1,5 @@
#include "config_switchnode.cxx"
#include "LODNode.cxx"

View File

@ -0,0 +1,4 @@
#include "sequenceNode.cxx"
#include "switchNodeOne.cxx"