2003-03-15 04:35:45 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
broadcaster.cpp\
|
|
|
|
osgcluster.cpp\
|
|
|
|
receiver.cpp\
|
|
|
|
|
|
|
|
HEADERFILES =\
|
|
|
|
broadcaster.h\
|
|
|
|
receiver.h\
|
|
|
|
|
|
|
|
|
2007-01-06 05:19:01 +08:00
|
|
|
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(SOCKET_LIBS) $(OTHER_LIBS)
|
2003-03-15 04:35:45 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
$(HEADERFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
|
|
|
EXEC = osgcluster
|
|
|
|
|
2003-03-18 04:08:36 +08:00
|
|
|
|
2003-08-18 18:58:30 +08:00
|
|
|
INC += $(X_INC)
|
2003-03-18 04:08:36 +08:00
|
|
|
|
2003-03-15 04:35:45 +08:00
|
|
|
include $(TOPDIR)/Make/makerules
|