IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2005, 9:31:20 PM (21 years ago)
Author:
eugene
Message:

added option --prefix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Configure.in

    r3322 r3892  
    1010# if you use a different toplevel directory than $(ROOT), you might
    1111# need to copy the include files in $(ROOT)/include by hand to the destination
    12 LBIN    = $(ROOT)/bin/$(ARCH)
    13 LINC    = $(ROOT)/include/$(ARCH)
    14 LLIB    = $(ROOT)/lib/$(ARCH)
    15 LMAN    = $(ROOT)/man/man1
     12LBIN    = PREFIX/bin/$(ARCH)
     13LINC    = PREFIX/include/$(ARCH)
     14LLIB    = PREFIX/lib/$(ARCH)
     15LMAN    = PREFIX/man/man1
    1616
    1717# X include and lib directories
Note: See TracChangeset for help on using the changeset viewer.