7083773b64
them in the new examples/ directory.
14 lines
276 B
Plaintext
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
|