Code Search for Developers
 
 
  

Makefile from Equalizer - Multipipe Rendering at Krugle


Show Makefile syntax highlighted


include $(TOP)/make/system.mk

CXXFLAGS    += -I.. -I$(TOP)/server
SA_CXXFLAGS += -lpthread -leq -leqserver

ifeq "${ARCH}" "Linux"
SA_CXXFLAGS += -lrt -luuid
endif

TARGETS = $(SIMPLE_PROGRAMS) $(TESTS)

include $(TOP)/make/rules.mk

$(SIMPLE_PROGRAMS): $(wildcard $(TOP)/lib/client/image.*)



See more files for this project here

Equalizer - Multipipe Rendering

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
  test.cpp