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

Annotation of /trunk/src/examples/eqPly/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1079 - (view) (download)

1 : eile 98
2 :     include $(TOP)/make/system.mk
3 :    
4 : eile 299 PROGRAM = eqPly
5 : eile 194
6 :     SOURCES = \
7 : eile 940 localInitData.cpp \
8 : eile 194 channel.cpp \
9 : eile 327 config.cpp \
10 : eile 940 eqPly.cpp \
11 : eile 203 initData.cpp \
12 : eile 300 main.cpp \
13 : eile 229 node.cpp \
14 :     pipe.cpp \
15 :     plyfile.cpp \
16 : dustin82 424 plyFileIO.cpp \
17 : eile 1044 tracker.cpp \
18 :     window.cpp
19 : eile 194
20 : eile 744 CXXFLAGS += -I../include $(WINDOW_SYSTEM_INCS)
21 : eile 234 SA_LDFLAGS += -leq -lpthread $(WINDOW_SYSTEM_LIBS)
22 : eile 98
23 : eile 150 ifeq "${ARCH}" "Linux"
24 : eile 433 SA_LDFLAGS += -lrt
25 :     ifeq "${SUBARCH}" "ia64"
26 :     SA_LDFLAGS += -luuid
27 : eile 150 endif
28 : eile 433 endif
29 : eile 150
30 : eile 194 TARGETS = $(PROGRAMS)
31 : eile 98
32 :     include $(TOP)/make/rules.mk
33 : eile 1079
34 :     README: ../../../website/build/documents/user/eqPly.html
35 :     links -dump $< > $@

Back to Equalizer website
ViewVC Help
Powered by ViewVC 1.0.3