Parent Directory
|
Revision Log
configtool: enable different # of pipes per node, update documentation, add eqPly html doc. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [x] Documentation
include $(TOP)/make/system.mk
PROGRAM = eqPly
SOURCES = \
localInitData.cpp \
channel.cpp \
config.cpp \
eqPly.cpp \
initData.cpp \
main.cpp \
node.cpp \
pipe.cpp \
plyfile.cpp \
plyFileIO.cpp \
tracker.cpp \
window.cpp
CXXFLAGS += -I../include $(WINDOW_SYSTEM_INCS)
SA_LDFLAGS += -leq -lpthread $(WINDOW_SYSTEM_LIBS)
ifeq "${ARCH}" "Linux"
SA_LDFLAGS += -lrt
ifeq "${SUBARCH}" "ia64"
SA_LDFLAGS += -luuid
endif
endif
TARGETS = $(PROGRAMS)
include $(TOP)/make/rules.mk
README: ../../../website/build/documents/user/eqPly.html
links -dump $< > $@
| Back to Equalizer website | ViewVC Help |
| Powered by ViewVC 1.0.3 |