OpenSceneGraph/examples/osgbillboard/GNUmakefile
2007-01-05 15:54:13 +00:00

19 lines
318 B
Makefile

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