OpenSceneGraph/examples/osgphotoalbum/GNUmakefile
2003-12-09 12:11:21 +00:00

19 lines
332 B
Makefile

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