[svn] / trunk / src / examples / eqPly / Makefile Repository:
ViewVC logotype

View of /trunk/src/examples/eqPly/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1079 - (download) (annotate)
Wed May 2 12:54:50 2007 UTC (2 months, 1 week ago) by eile
File size: 577 byte(s)
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