OpenSceneGraph/examples/osgscalarbar/GNUmakefile.inst
2003-09-04 08:50:06 +00:00

14 lines
268 B
Plaintext

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