OpenSceneGraph/examples/osgdem/GNUmakefile.inst

22 lines
403 B
Plaintext
Raw Normal View History

2003-10-28 00:07:21 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdem.cpp\
ifneq ("$(GDAL_INCLUDES)","")
INC += $(GDAL_INCLUDES)
endif
ifneq ("$(GDAL_LIB_DIR)","")
LDFLAGS += -L$(GDAL_LIB_DIR)
endif
LIBS += -losgProducer -lProducer -losgTerrain -losgFX -losgGL2 -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2003-10-28 00:07:21 +08:00
EXEC = osgdem
INC += $(X_INC)
include $(TOPDIR)/Make/makerules