|
@@ -6,23 +6,27 @@
|
|
|
#define LOCAL_LIBS \
|
|
#define LOCAL_LIBS \
|
|
|
linmath mathutil pnmimage gsgbase graph putil
|
|
linmath mathutil pnmimage gsgbase graph putil
|
|
|
|
|
|
|
|
|
|
+ #define COMBINED_SOURCES composite1.cxx composite2.cxx
|
|
|
|
|
+
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
- LOD.I LOD.cxx LOD.h config_gobj.cxx config_gobj.h drawable.cxx \
|
|
|
|
|
- drawable.h fog.I fog.cxx fog.h geom.I geom.N geom.cxx geom.h \
|
|
|
|
|
- geomLine.cxx geomLine.h geomLinestrip.cxx geomLinestrip.h \
|
|
|
|
|
- geomPoint.cxx geomPoint.h geomPolygon.cxx geomPolygon.h \
|
|
|
|
|
- geomQuad.cxx geomQuad.h geomSphere.cxx geomSphere.h geomSprite.I \
|
|
|
|
|
- geomSprite.cxx geomSprite.h geomTri.cxx geomTri.h geomTrifan.cxx \
|
|
|
|
|
- geomTrifan.h geomTristrip.cxx geomTristrip.h \
|
|
|
|
|
- imageBuffer.I imageBuffer.cxx \
|
|
|
|
|
- imageBuffer.h material.I material.cxx material.h \
|
|
|
|
|
- materialPool.I materialPool.h materialPool.cxx \
|
|
|
|
|
- orthoProjection.I \
|
|
|
|
|
- orthoProjection.cxx orthoProjection.h perspectiveProjection.I \
|
|
|
|
|
- perspectiveProjection.cxx perspectiveProjection.h pixelBuffer.I \
|
|
|
|
|
- pixelBuffer.N pixelBuffer.cxx pixelBuffer.h projection.cxx \
|
|
|
|
|
- projection.h texture.I texture.N texture.cxx texture.h \
|
|
|
|
|
- texturePool.I texturePool.cxx texturePool.h
|
|
|
|
|
|
|
+ LOD.I LOD.h config_gobj.h drawable.h fog.I fog.h geom.I geom.N \
|
|
|
|
|
+ geom.h geomLine.h geomLinestrip.h geomPoint.h geomPolygon.h \
|
|
|
|
|
+ geomQuad.h geomSphere.h geomSprite.I geomSprite.h geomTri.h \
|
|
|
|
|
+ geomTrifan.h geomTristrip.h imageBuffer.I imageBuffer.h \
|
|
|
|
|
+ material.I material.h materialPool.I materialPool.h \
|
|
|
|
|
+ orthoProjection.I orthoProjection.h perspectiveProjection.I \
|
|
|
|
|
+ perspectiveProjection.h pixelBuffer.I pixelBuffer.N \
|
|
|
|
|
+ pixelBuffer.h projection.h texture.I texture.N texture.h \
|
|
|
|
|
+ texturePool.I texturePool.h $[COMBINED_SOURCES]
|
|
|
|
|
+
|
|
|
|
|
+ #define INCLUDED_SOURCES \
|
|
|
|
|
+ LOD.cxx config_gobj.cxx drawable.cxx fog.cxx geom.cxx \
|
|
|
|
|
+ geomLine.cxx geomLinestrip.cxx geomPoint.cxx geomPolygon.cxx \
|
|
|
|
|
+ geomQuad.cxx geomSphere.cxx geomSprite.cxx geomTri.cxx \
|
|
|
|
|
+ geomTrifan.cxx geomTristrip.cxx imageBuffer.cxx material.cxx \
|
|
|
|
|
+ materialPool.cxx orthoProjection.cxx \
|
|
|
|
|
+ perspectiveProjection.cxx pixelBuffer.cxx projection.cxx \
|
|
|
|
|
+ texture.cxx texturePool.cxx
|
|
|
|
|
|
|
|
#define INSTALL_HEADERS \
|
|
#define INSTALL_HEADERS \
|
|
|
LOD.I LOD.h config_gobj.h \
|
|
LOD.I LOD.h config_gobj.h \
|