OpenSceneGraph/applications/osgdem/GNUmakefile.inst
2007-01-10 14:56:22 +00:00

15 lines
269 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdem.cpp\
LIBS += -losgViewer -losgTerrain -losgFX -losgDB -losgText -losgUtil -losg $(GDAL_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgdem
INC += $(X_INC)
include $(TOPDIR)/Make/makerules