Show
Ignore:
Timestamp:
04/14/04 11:06:24 (5 years ago)
Author:
patrickh
Message:

New feature: External C/C++ dependencies can be bundled up for easy

redistribution.

In this first stage of implementing this feature for the UNIX build,
the dependencies are not installed by default when making an
installation or a release. Instead, there is a separate target named
'install-deps' that must be run to install dependencies. By default,
dependencies install into the same directory tree as VR Juggler, but
this can be changed by setting the variable deps_prefx on the command
line when running GNU make.

For the developer installation (the instlinks stuff), the dependecies
are installed into the instlinks tree. Since the *-config scripts have
not yet been updated, the only real effect of this is that developers
can set $LD_LIBRARY_PATH to point only to $VJ_BASE_DIR/lib and get all
the shared libraries resolved. The updates to the *-config scripts are
the next stage.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/juggler/Makefile.in

    r12036 r14727  
    6565        $(MAKE) GLOBAL_BUILD=1 RECTARGET="installworld" recursive 
    6666 
     67install-deps: 
     68        $(MAKE) -C external $@ 
     69 
    6770clobber: 
    6871        $(MAKE) GLOBAL_BUILD=1 RECTARGET="$@" recursive