OpenSceneGraph/src/osg/Makefile

143 lines
2.1 KiB
Makefile
Raw Normal View History

2001-01-11 00:32:10 +08:00
#!smake
include ../../Make/makedefs
C++FILES = \
AlphaFunc.cpp\
Billboard.cpp\
BoundingBox.cpp\
BoundingSphere.cpp\
Camera.cpp\
ClipPlane.cpp \
ColorMask.cpp \
ColorMatrix.cpp \
CullFace.cpp\
Depth.cpp \
Drawable.cpp\
EarthSky.cpp\
Fog.cpp\
2001-09-22 10:42:08 +08:00
FrameStamp.cpp\
FrontFace.cpp\
Geode.cpp\
2001-01-11 00:32:10 +08:00
GeoSet.cpp\
GeoSet_ogl.cpp\
GLExtensions.cpp\
Group.cpp\
Image.cpp\
Impostor.cpp\
ImpostorSprite.cpp\
2001-01-11 00:32:10 +08:00
Light.cpp\
LightSource.cpp\
LineSegment.cpp\
LOD.cpp\
2001-01-11 00:32:10 +08:00
Material.cpp\
Matrix.cpp\
Node.cpp\
NodeCallback.cpp\
2001-01-11 00:32:10 +08:00
NodeVisitor.cpp\
Notify.cpp\
2001-01-11 00:32:10 +08:00
Object.cpp\
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\
Texture.cpp\
2001-01-11 00:32:10 +08:00
Timer.cpp\
Transform.cpp\
Transparency.cpp\
2001-01-11 00:32:10 +08:00
Version.cpp\
2001-09-22 10:42:08 +08:00
Viewport.cpp\
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\
osg/BoundsChecking\
2001-01-11 00:32:10 +08:00
osg/Camera\
osg/ClipPlane\
osg/ClippingVolume\
osg/ColorMask\
osg/ColorMatrix\
2001-01-11 00:32:10 +08:00
osg/CullFace\
osg/Depth\
osg/Drawable\
osg/EarthSky\
2001-01-11 00:32:10 +08:00
osg/Export\
osg/Fog\
2001-09-22 10:42:08 +08:00
osg/FrameStamp\
osg/FrontFace\
osg/GL\
osg/GLExtensions\
osg/GLU\
2001-01-11 00:32:10 +08:00
osg/GeoSet\
osg/Geode\
osg/Group\
osg/Image\
osg/Impostor\
osg/ImpostorSprite\
2001-01-11 00:32:10 +08:00
osg/LOD\
osg/Light\
osg/LightSource\
osg/LineSegment\
2001-01-11 00:32:10 +08:00
osg/Material\
osg/Math\
2001-01-11 00:32:10 +08:00
osg/Matrix\
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\
osg/Notify\
2001-01-11 00:32:10 +08:00
osg/Object\
osg/Point\
osg/PolygonMode\
2001-01-11 00:32:10 +08:00
osg/PolygonOffset\
osg/Plane\
2001-01-11 00:32:10 +08:00
osg/Quat\
osg/Referenced\
osg/State\
osg/StateAttribute\
osg/StateSet\
osg/Statistics\
osg/Stencil\
2001-01-11 00:32:10 +08:00
osg/Switch\
osg/TexEnv\
osg/TexGen\
osg/TexMat\
osg/Texture\
osg/Timer\
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\
osg/VisualsSettings\
osg/mem_ptr\
osg/ref_ptr\
2001-01-11 00:32:10 +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