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

18 lines
345 B
Makefile

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