OpenSceneGraph/examples/osgspacewarp/GNUmakefile.inst

14 lines
259 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgspacewarp.cpp\
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgspacewarp
INC += $(X_INC)
include $(TOPDIR)/Make/makerules