Show Makefile syntax highlighted
include $(TOP)/make/system.mk
CXXFLAGS += -I.. -leq -lpthread
ifeq "${ARCH}" "Linux"
SA_CXXFLAGS += -lrt -luuid
endif
TARGETS = $(SIMPLE_PROGRAMS)
include $(TOP)/make/rules.mk
See more files for this project here
Equalizer is a programming interface and resource management system for scalable graphics applications for clusters and shared memory systems. It is build upon a scalable programming interface solving the problems common to any multipipe application.
Project homepage:
http://sourceforge.net/projects/equalizer
Programming language(s): C,C++
License: lgpl21
Makefile
client.cpp
pipe.cpp
server.cpp