OpenSceneGraph/src/osgPlugins/OpenFlight/GNUmakefile
Robert Osfield 3246dde716 From Brede Johansen, new OpenFlight plugin!!!!!
By default the original flt plugin is still used, to select at runtime
the new plugin set the env OSG_OPEN_FLIGHT_PLUGIN=new
2006-03-08 21:38:37 +00:00

35 lines
823 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
AncillaryRecords.cpp \
AttrData.cpp \
ControlRecords.cpp \
DataInputStream.cpp \
Document.cpp \
GeometryRecords.cpp \
LightPointRecords.cpp \
PaletteRecords.cpp \
Pools.cpp \
PrimaryRecords.cpp \
ReaderWriterATTR.cpp \
ReaderWriterFLT.cpp \
Record.cpp \
RecordInputStream.cpp \
Registry.cpp \
ReservedRecords.cpp \
RoadRecords.cpp \
Vertex.cpp \
VertexRecords.cpp \
INC += -I$(THISDIR)
LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = OpenFlight
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
include $(TOPDIR)/Make/makerules