OpenSceneGraph/examples/osgpointsprite/GNUmakefile
2004-03-03 11:17:21 +00:00

19 lines
335 B
Makefile

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