Code Search for Developers
 
 
  

Makefile from Equalizer - Multipipe Rendering at Krugle


Show Makefile syntax highlighted

#!gmake

include make/system.mk

SUBDIRS = \
	lib \
	examples \
	externals \
	proto \
	server \
	tests \
	tools

.PHONY: docs

TARGETS     = precompile subdirs postcompile # docs
CLEAN_EXTRA = $(INSTALL_CMD) $(INSTALL_FILES)

include make/rules.mk

docs: lib
	@$(DOXYGEN) Doxyfile

subdirs: precompile
lib: externals
proto: lib
tests: lib
examples: lib
server: lib

postcompile: $(INSTALL_CMD) subdirs
	@echo "----- Compilation successful -----"
ifeq (Darwin,$(ARCH))
	@echo "Set DYLD_LIBRARY_PATH to $(PWD)/$(LIBRARY_DIR)"
else
	@echo "Set LD_LIBRARY_PATH to $(PWD)/$(BUILD_DIR)/$(word 1, $(VARIANTS))/lib"
endif

$(INSTALL_CMD): subdirs
	@sort $@ | sort -u > .$@.tmp && mv .$@.tmp $@




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

  VS2005/
    ConfigTool.vcproj
    Equalizer Server Library.vcproj
    Equalizer Server.vcproj
    Equalizer.sln
    Equalizer.vcproj
    eqPly Example.vcproj
    netPerf.vcproj
    pipePerf.vcproj
    pixelBench.vcproj
    unistd.h
  Win32/
    bin/
      BISON-1.TGZ
      FLEX252.GZ
      bison.exe
      bison.hairy
      bison.simple
      flex.exe
    pthreads/
      include/
        pthread.h
        sched.h
        semaphore.h
        unistd.h
      lib/
        pthreadVC2.dll
        pthreadVC2.lib
      lib64/
        pthreadVC2.dll
        pthreadVC2.lib
      src/
        manual/
        tests/
        ANNOUNCE
        BUGS
        Bmakefile
        CONTRIBUTORS
        COPYING
        COPYING.LIB
        ChangeLog
        FAQ
        GNUmakefile
        MAINTAINERS
        Makefile
        NEWS
        Nmakefile
        Nmakefile.tests
        PROGRESS
        README
        README.Borland
        README.CV
        README.Equalizer
        README.NONPORTABLE
        README.Watcom
        README.WinCE
        TODO
        WinCE-PORT
        attr.c
        barrier.c
        builddmc.bat
        cancel.c
        cleanup.c
        condvar.c
        config.h
        context.h
        create.c
        dll.c
        errno.c
        exit.c
        fork.c
        global.c
        implement.h
        misc.c
        mutex.c
        need_errno.h
        nonportable.c
        private.c
        pthread.c
        pthread.dsp
        pthread.dsw
        pthread.h
        pthread.sln
        pthread.vcproj
        pthread_attr_destroy.c
        pthread_attr_getdetachstate.c
        pthread_attr_getinheritsched.c
        pthread_attr_getschedparam.c
        pthread_attr_getschedpolicy.c
        pthread_attr_getscope.c
        pthread_attr_getstackaddr.c
        pthread_attr_getstacksize.c
        pthread_attr_init.c
        pthread_attr_setdetachstate.c
        pthread_attr_setinheritsched.c
        pthread_attr_setschedparam.c
        pthread_attr_setschedpolicy.c
        pthread_attr_setscope.c
        pthread_attr_setstackaddr.c
        pthread_attr_setstacksize.c
        pthread_barrier_destroy.c
        pthread_barrier_init.c
        pthread_barrier_wait.c
        pthread_barrierattr_destroy.c
        pthread_barrierattr_getpshared.c
        pthread_barrierattr_init.c
        pthread_barrierattr_setpshared.c
        pthread_cancel.c
        pthread_cond_destroy.c
        pthread_cond_init.c
        pthread_cond_signal.c
        pthread_cond_wait.c
        pthread_condattr_destroy.c
        pthread_condattr_getpshared.c
        pthread_condattr_init.c
        pthread_condattr_setpshared.c
        pthread_delay_np.c
        pthread_detach.c
        pthread_equal.c
        pthread_exit.c
        pthread_getconcurrency.c
        pthread_getschedparam.c
        pthread_getspecific.c
        pthread_getw32threadhandle_np.c
        pthread_join.c
        pthread_key_create.c
        pthread_key_delete.c
        pthread_kill.c
        pthread_mutex_destroy.c
        pthread_mutex_init.c
        pthread_mutex_lock.c
        pthread_mutex_timedlock.c
        pthread_mutex_trylock.c
        pthread_mutex_unlock.c
        pthread_mutexattr_destroy.c
        pthread_mutexattr_getkind_np.c
        pthread_mutexattr_getpshared.c
        pthread_mutexattr_gettype.c
        pthread_mutexattr_init.c
        pthread_mutexattr_setkind_np.c
      ANNOUNCE
      BUGS
      CONTRIBUTORS
      COPYING
      COPYING.LIB
      ChangeLog
      FAQ
      MAINTAINERS
      NEWS
      PROGRESS
      README
      README.Borland
      README.CV
      README.NONPORTABLE
      README.Watcom
      README.WinCE
      TODO
      WinCE-PORT
  examples/
  externals/
  lib/
  make/
  proto/
  server/
  tests/
  tools/
  AUTHORS
  Doxyfile
  FAQ
  LGPL
  LICENSE
  Makefile
  PLATFORMS
  README
  README.Cygwin
  README.Darwin
  README.Linux
  README.Win32
  RELNOTES
  commitTemplate.txt