2002-04-02 14:44:57 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
2001-01-11 00:32:10 +08:00
|
|
|
|
2002-04-02 14:44:57 +08:00
|
|
|
|
|
|
|
CXXFILES = \
|
2001-09-22 10:42:08 +08:00
|
|
|
AppVisitor.cpp\
|
2002-04-06 17:24:51 +08:00
|
|
|
CullVisitor.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
DisplayListVisitor.cpp\
|
2001-12-22 06:48:19 +08:00
|
|
|
DisplayRequirementsVisitor.cpp\
|
2002-01-04 07:19:18 +08:00
|
|
|
InsertImpostorsVisitor.cpp\
|
2002-04-06 17:24:51 +08:00
|
|
|
IntersectVisitor.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
NvTriStripObjects.cpp\
|
2001-10-19 22:22:02 +08:00
|
|
|
Optimizer.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
RenderBin.cpp\
|
|
|
|
RenderGraph.cpp\
|
|
|
|
RenderLeaf.cpp\
|
|
|
|
RenderStage.cpp\
|
|
|
|
RenderStageLighting.cpp\
|
|
|
|
RenderToTextureStage.cpp\
|
|
|
|
SceneView.cpp\
|
2002-01-04 07:19:18 +08:00
|
|
|
SmoothingVisitor.cpp\
|
|
|
|
Tesselator.cpp\
|
|
|
|
TransformCallback.cpp\
|
|
|
|
TriStripVisitor.cpp\
|
2002-10-10 20:44:38 +08:00
|
|
|
CubeMapGenerator.cpp\
|
|
|
|
HalfWayMapGenerator.cpp\
|
|
|
|
HighlightMapGenerator.cpp\
|
2002-01-04 07:19:18 +08:00
|
|
|
Version.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
|
2002-04-02 14:44:57 +08:00
|
|
|
DEF += -DOSGUTIL_LIBRARY
|
2001-01-11 00:32:10 +08:00
|
|
|
|
2002-04-02 14:44:57 +08:00
|
|
|
LIBS += -losg $(GL_LIBS) $(OTHER_LIBS)
|
2002-01-04 07:19:18 +08:00
|
|
|
|
2002-04-04 01:42:12 +08:00
|
|
|
TARGET_BASENAME = osgUtil
|
|
|
|
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
|
2001-01-11 00:32:10 +08:00
|
|
|
|
2002-04-02 14:44:57 +08:00
|
|
|
include $(TOPDIR)/Make/makerules
|