Files
OpenSceneGraph/src/osgPlugins/obj/GNUmakefile
Don BURNS fa33244f92 1) Replaced all Makefile* with GNUmakefile*.
2) Changed Makedepend system to make individual dependency files, which
   should save time rebuilding dependencies by limiting the regeneration
   of dependency file for only modified source files.
2003-03-12 10:39:43 +00:00

18 lines
311 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
glm.cpp\
ReaderWriterOBJ.cpp\
INC += -I$(THISDIR)
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = obj
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
include $(TOPDIR)/Make/makerules