2002-04-02 14:44:57 +08:00
|
|
|
TOPDIR = ../../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
2001-09-20 05:08:56 +08:00
|
|
|
|
2002-04-02 14:44:57 +08:00
|
|
|
CXXFILES =\
|
2001-09-20 05:08:56 +08:00
|
|
|
AlphaFunc.cpp\
|
|
|
|
Billboard.cpp\
|
2002-07-12 22:25:10 +08:00
|
|
|
BlendFunc.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
ClipPlane.cpp\
|
|
|
|
ColorMask.cpp\
|
2002-06-20 00:06:03 +08:00
|
|
|
ConvexPlanerOccluder.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
CullFace.cpp\
|
|
|
|
Depth.cpp\
|
2002-08-07 01:07:05 +08:00
|
|
|
DOFTransform.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Drawable.cpp\
|
2002-08-19 19:42:37 +08:00
|
|
|
ClearNode.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Fog.cpp\
|
|
|
|
FrontFace.cpp\
|
|
|
|
Geode.cpp\
|
2002-06-25 05:37:34 +08:00
|
|
|
Geometry.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
GeoSet.cpp\
|
|
|
|
Group.cpp\
|
|
|
|
Image.cpp\
|
|
|
|
Impostor.cpp\
|
|
|
|
Light.cpp\
|
2002-02-26 06:46:38 +08:00
|
|
|
LightModel.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
LightSource.cpp\
|
2002-02-25 04:55:45 +08:00
|
|
|
LineStipple.cpp\
|
2001-12-21 04:48:46 +08:00
|
|
|
LineWidth.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
LOD.cpp\
|
|
|
|
Material.cpp\
|
|
|
|
Matrix.cpp\
|
2002-07-13 02:12:01 +08:00
|
|
|
MatrixTransform.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Node.cpp\
|
|
|
|
Object.cpp\
|
2002-06-14 07:46:02 +08:00
|
|
|
OccluderNode.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Point.cpp\
|
|
|
|
PolygonMode.cpp\
|
|
|
|
PolygonOffset.cpp\
|
2002-08-07 01:07:05 +08:00
|
|
|
PositionAttitudeTransform.cpp\
|
2002-06-12 02:41:57 +08:00
|
|
|
Projection.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
ReaderWriterOSG.cpp\
|
2002-01-05 01:35:54 +08:00
|
|
|
ShadeModel.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
StateSet.cpp\
|
2002-08-04 02:11:21 +08:00
|
|
|
Sequence.cpp\
|
2001-09-20 05:08:56 +08:00
|
|
|
Stencil.cpp\
|
|
|
|
Switch.cpp\
|
|
|
|
TexEnv.cpp\
|
|
|
|
TexGen.cpp\
|
|
|
|
TexMat.cpp\
|
|
|
|
Texture.cpp\
|
|
|
|
Transform.cpp\
|
2002-07-16 19:33:36 +08:00
|
|
|
TextureCubeMap.cpp\
|
2002-07-12 22:25:10 +08:00
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
2002-04-02 14:44:57 +08:00
|
|
|
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
|
2001-09-20 05:08:56 +08:00
|
|
|
|
2002-04-04 01:42:12 +08:00
|
|
|
TARGET_BASENAME = osg
|
2002-04-08 01:47:03 +08:00
|
|
|
include $(TOPDIR)/Make/cygwin_plugin_def
|
2002-04-04 01:42:12 +08:00
|
|
|
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
2001-09-20 05:08:56 +08:00
|
|
|
|
2002-04-02 14:44:57 +08:00
|
|
|
include $(TOPDIR)/Make/makerules
|