65 lines
1.2 KiB
Makefile
65 lines
1.2 KiB
Makefile
TOPDIR = ../../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
AnimationPath.cpp\
|
|
AnimationPathCallback.cpp\
|
|
Billboard.cpp\
|
|
BlendFunc.cpp\
|
|
ConvexPlanarOccluder.cpp\
|
|
ConvexPlanarPolygon.cpp\
|
|
CullFace.cpp\
|
|
DataInputStream.cpp\
|
|
DataOutputStream.cpp\
|
|
DrawArrayLengths.cpp\
|
|
DrawArrays.cpp\
|
|
DrawElementsUShort.cpp\
|
|
DrawElementsUInt.cpp\
|
|
Drawable.cpp\
|
|
Exception.cpp\
|
|
Geode.cpp\
|
|
Geometry.cpp\
|
|
Group.cpp\
|
|
Image.cpp\
|
|
Impostor.cpp\
|
|
LOD.cpp\
|
|
Light.cpp\
|
|
LightSource.cpp\
|
|
Material.cpp\
|
|
MatrixTransform.cpp\
|
|
Node.cpp\
|
|
Object.cpp\
|
|
OccluderNode.cpp\
|
|
PagedLOD.cpp\
|
|
PositionAttitudeTransform.cpp\
|
|
PolygonOffset.cpp\
|
|
Point.cpp\
|
|
PrimitiveSet.cpp\
|
|
Sequence.cpp\
|
|
ShadeModel.cpp\
|
|
Switch.cpp\
|
|
StateSet.cpp\
|
|
TexEnv.cpp\
|
|
TexEnvCombine.cpp\
|
|
TexGen.cpp\
|
|
Texture.cpp\
|
|
Texture2D.cpp\
|
|
TextureCubeMap.cpp\
|
|
Transform.cpp\
|
|
ReaderWriterIVE.cpp\
|
|
AzimElevationSector.cpp\
|
|
AzimSector.cpp\
|
|
BlinkSequence.cpp\
|
|
ConeSector.cpp\
|
|
ElevationSector.cpp\
|
|
LightPoint.cpp\
|
|
LightPointNode.cpp\
|
|
|
|
LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS)
|
|
|
|
TARGET_BASENAME = ive
|
|
include $(TOPDIR)/Make/cygwin_plugin_def
|
|
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
|
|
|
include $(TOPDIR)/Make/makerules
|