OpenSceneGraph/examples/osglogicop/GNUmakefile.inst

14 lines
255 B
Plaintext
Raw Normal View History

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