Code Search for Developers
 
 
  

Makefile from Equalizer - Multipipe Rendering at Krugle


Show Makefile syntax highlighted


include $(TOP)/make/system.mk

CXXFLAGS += -I..
LDFLAGS  += -leq -lpthread

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

TARGETS = $(SIMPLE_PROGRAMS) $(TESTS)

include $(TOP)/make/rules.mk

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



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