IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2006, 10:00:03 PM (21 years ago)
Author:
eugene
Message:

fleshed out configure, cleaned up makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Configure.in

    r4690 r5899  
    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    = PREFIX/bin/$(ARCH)
    13 LINC    = PREFIX/include/$(ARCH)
    14 LLIB    = PREFIX/lib/$(ARCH)
    15 LMAN    = PREFIX/man/man1
    16 LHLP    = PREFIX/help
     12# LBIN  = PREFIX/bin/$(ARCH)
     13
     14LBIN    = BINDIR
     15LINC    = INCDIR
     16LLIB    = LIBDIR
     17LMAN    = MANDIR
     18LHLP    = HELPDIR
    1719
    1820# X include and lib directories
     
    2426# prefered C compiler
    2527# CC = gcc -g -DOHANA_MEMORY -Wall -Werror
    26 CC   = gcc -g -O1
     28CC   = gcc OPTFLAGS
    2729
    2830# select the appropriate version of ranlib
Note: See TracChangeset for help on using the changeset viewer.