0036018507
From Bob, mods to GNUMakefile and Make/makedefs for the extra includes for freetype.
28 lines
503 B
Makefile
28 lines
503 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
broadcaster.cpp\
|
|
osgcluster.cpp\
|
|
receiver.cpp\
|
|
|
|
HEADERFILES =\
|
|
broadcaster.h\
|
|
receiver.h\
|
|
|
|
|
|
LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(SOCKET_LIBS) $(OTHER_LIBS)
|
|
|
|
INSTFILES = \
|
|
$(CXXFILES)\
|
|
$(HEADERFILES)\
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
EXEC = osgcluster
|
|
|
|
|
|
INC += $(PRODUCER_INCLUDE_DIR) -I/usr/X11R6/include
|
|
LDFLAGS += $(PRODUCER_LIB_DIR)
|
|
|
|
include $(TOPDIR)/Make/makerules
|