2001-01-11 00:32:10 +08:00
|
|
|
#!smake
|
|
|
|
include ../../Make/makedefs
|
|
|
|
|
|
|
|
C++FILES = \
|
|
|
|
AlphaFunc.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Billboard.cpp\
|
|
|
|
BoundingBox.cpp\
|
|
|
|
BoundingSphere.cpp\
|
|
|
|
Camera.cpp\
|
|
|
|
ClipPlane.cpp \
|
|
|
|
ColorMask.cpp \
|
2001-12-19 08:38:23 +08:00
|
|
|
ColorMatrix.cpp \
|
2001-09-20 05:08:56 +08:00
|
|
|
CullFace.cpp\
|
|
|
|
Depth.cpp \
|
|
|
|
Drawable.cpp\
|
2001-10-02 19:36:14 +08:00
|
|
|
EarthSky.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Fog.cpp\
|
2001-09-22 10:42:08 +08:00
|
|
|
FrameStamp.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
FrontFace.cpp\
|
|
|
|
Geode.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
GeoSet.cpp\
|
|
|
|
GeoSet_ogl.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
GLExtensions.cpp\
|
|
|
|
Group.cpp\
|
|
|
|
Image.cpp\
|
|
|
|
Impostor.cpp\
|
|
|
|
ImpostorSprite.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
Light.cpp\
|
|
|
|
LightSource.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
LineSegment.cpp\
|
2001-12-21 04:48:46 +08:00
|
|
|
LineWidth.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
LOD.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
Material.cpp\
|
|
|
|
Matrix.cpp\
|
|
|
|
Node.cpp\
|
2001-11-12 06:32:59 +08:00
|
|
|
NodeCallback.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
NodeVisitor.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Notify.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
Object.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Point.cpp\
|
|
|
|
PolygonMode.cpp\
|
|
|
|
PolygonOffset.cpp\
|
|
|
|
Quat.cpp\
|
|
|
|
State.cpp\
|
|
|
|
StateSet.cpp\
|
|
|
|
Stencil.cpp \
|
|
|
|
Switch.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
TexEnv.cpp\
|
|
|
|
TexGen.cpp\
|
|
|
|
TexMat.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Texture.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
Timer.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Transform.cpp\
|
|
|
|
Transparency.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
Version.cpp\
|
2001-09-22 10:42:08 +08:00
|
|
|
Viewport.cpp\
|
2001-12-19 08:38:23 +08:00
|
|
|
VisualsSettings.cpp\
|
2001-01-11 00:32:10 +08:00
|
|
|
|
|
|
|
|
|
|
|
TARGET_BASENAME = osg
|
|
|
|
|
|
|
|
TARGET_LIB_FILES = lib$(TARGET_BASENAME).so
|
|
|
|
|
|
|
|
TARGET_INCLUDE_FILES = \
|
|
|
|
osg/AlphaFunc\
|
|
|
|
osg/Billboard\
|
|
|
|
osg/BoundingBox\
|
|
|
|
osg/BoundingSphere\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/BoundsChecking\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Camera\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/ClipPlane\
|
|
|
|
osg/ClippingVolume\
|
|
|
|
osg/ColorMask\
|
2001-12-19 08:38:23 +08:00
|
|
|
osg/ColorMatrix\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/CullFace\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/Depth\
|
|
|
|
osg/Drawable\
|
2001-10-02 19:36:14 +08:00
|
|
|
osg/EarthSky\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Export\
|
|
|
|
osg/Fog\
|
2001-09-22 10:42:08 +08:00
|
|
|
osg/FrameStamp\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/FrontFace\
|
|
|
|
osg/GL\
|
|
|
|
osg/GLExtensions\
|
2001-11-03 04:11:37 +08:00
|
|
|
osg/GLU\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/GeoSet\
|
|
|
|
osg/Geode\
|
|
|
|
osg/Group\
|
|
|
|
osg/Image\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/Impostor\
|
|
|
|
osg/ImpostorSprite\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/LOD\
|
|
|
|
osg/Light\
|
|
|
|
osg/LightSource\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/LineSegment\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Material\
|
2001-10-13 01:45:15 +08:00
|
|
|
osg/Math\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Matrix\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/MemoryAdapter\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Node\
|
2001-09-22 10:42:08 +08:00
|
|
|
osg/NodeCallback\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/NodeVisitor\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/Notify\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Object\
|
|
|
|
osg/Point\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/PolygonMode\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/PolygonOffset\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/Plane\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Quat\
|
|
|
|
osg/Referenced\
|
|
|
|
osg/State\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/StateAttribute\
|
|
|
|
osg/StateSet\
|
2001-10-07 04:29:42 +08:00
|
|
|
osg/Statistics\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/Stencil\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Switch\
|
|
|
|
osg/TexEnv\
|
|
|
|
osg/TexGen\
|
|
|
|
osg/TexMat\
|
|
|
|
osg/Texture\
|
|
|
|
osg/Timer\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/Transform\
|
|
|
|
osg/Transparency\
|
2001-01-11 00:32:10 +08:00
|
|
|
osg/Types\
|
|
|
|
osg/Vec2\
|
|
|
|
osg/Vec3\
|
|
|
|
osg/Vec4\
|
|
|
|
osg/Version\
|
2001-09-22 10:42:08 +08:00
|
|
|
osg/Viewport\
|
2001-12-19 08:38:23 +08:00
|
|
|
osg/VisualsSettings\
|
2001-09-20 05:08:56 +08:00
|
|
|
osg/mem_ptr\
|
|
|
|
osg/ref_ptr\
|
2001-01-11 00:32:10 +08:00
|
|
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
LIBS = -lGLU -lGL -lm
|
2001-01-11 00:32:10 +08:00
|
|
|
|
|
|
|
LIB = ../../lib/lib$(TARGET_BASENAME).so
|
|
|
|
#LIB = ../../lib/lib$(TARGET_BASENAME).a
|
|
|
|
|
|
|
|
C++FLAGS += -I ../../include
|
|
|
|
|
|
|
|
include ../../Make/makerules
|
|
|
|
|