OpenSceneGraph/examples/osgcluster/GNUmakefile.inst
2003-03-14 20:35:45 +00:00

14 lines
276 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
broadcaster.cpp\
osgcluster.cpp\
receiver.cpp\
LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(SOCKET_LIBS) $(OTHER_LIBS)
EXEC = osgcluster
include $(TOPDIR)/Make/makerules