TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs 

CXXFILES =\
	ReaderWriterDX.cpp \
        DXWriter.cpp \
        AreaGeoSetTriangulator.cpp \
        StateSetStr.cpp

LIBS  += $(OSG_LIBS) $(GLUT_LIBS) $(OTHER_LIBS)

TARGET_BASENAME = dx
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)

include $(TOPDIR)/Make/makerules 
