Code Search for Developers
 
 
  

Makefile from Equalizer - Multipipe Rendering at Krugle


Show Makefile syntax highlighted


include $(TOP)/make/system.mk

PROGRAM = perf
SOURCES = perf.cpp
NOINSTALL = 1

SA_LDFLAGS  += -L$(LIBRARY_DIR) -leq -lpthread

ifeq "${ARCH}" "Linux"
  SA_LDFLAGS += -lrt
ifeq "${SUBARCH}" "ia64"
    SA_LDFLAGS += -luuid
endif
endif

TARGETS = $(PROGRAMS)

include $(TOP)/make/rules.mk




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