use combined srcs

This commit is contained in:
cxgeorge 2001-06-07 04:52:18 +00:00
parent b4718b9818
commit e2c3766f65
3 changed files with 20 additions and 7 deletions

View File

@ -7,14 +7,18 @@
graph sgraph sgattrib linmath putil gobj mathutil gsgbase display \
pnmimage
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
appTraverser.I appTraverser.cxx appTraverser.h \
config_sgraphutil.cxx config_sgraphutil.h directRenderTraverser.I \
directRenderTraverser.cxx directRenderTraverser.h \
frustumCullTraverser.I frustumCullTraverser.h \
get_rel_pos.I get_rel_pos.cxx get_rel_pos.h sceneGraphAnalyzer.cxx \
sceneGraphAnalyzer.h sceneGraphReducer.I sceneGraphReducer.cxx \
sceneGraphReducer.h
appTraverser.I appTraverser.h config_sgraphutil.h \
directRenderTraverser.I directRenderTraverser.h \
frustumCullTraverser.I frustumCullTraverser.h get_rel_pos.I \
get_rel_pos.h sceneGraphAnalyzer.h sceneGraphReducer.I \
sceneGraphReducer.h
#define INCLUDED_SOURCES \
appTraverser.cxx config_sgraphutil.cxx directRenderTraverser.cxx \
get_rel_pos.cxx sceneGraphAnalyzer.cxx sceneGraphReducer.cxx
#define INSTALL_HEADERS \
appTraverser.I appTraverser.h config_sgraphutil.h \

View File

@ -0,0 +1,5 @@
#include "appTraverser.cxx"
#include "config_sgraphutil.cxx"
#include "directRenderTraverser.cxx"

View File

@ -0,0 +1,4 @@
#include "get_rel_pos.cxx"
#include "sceneGraphAnalyzer.cxx"
#include "sceneGraphReducer.cxx"