IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 2:26:29 PM (20 years ago)
Author:
eugene
Message:

implementing better include/lib tests, shared objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Configure.in

    r6706 r10298  
    33# this is the location of the package
    44# change this to match your location of the source
    5 ROOT    = ROOTDIR
    6 ARCH    = ARCHVAL
     5ROOT    = @ROOTDIR@
     6ARCH    = @ARCHVAL@
    77
    88# destination directories:
     
    1212# LBIN  = PREFIX/bin/$(ARCH)
    1313
    14 LBIN    = BINDIR
    15 LINC    = INCDIR
    16 LLIB    = LIBDIR
    17 LMAN    = MANDIR
    18 LHLP    = HELPDIR
    19 
    20 # X include and lib directories
    21 # put your X paths here if they are not automatically included (they
    22 # seem to be ok on most linux distributions)
    23 XINC    = XINCDIR
    24 XLIB    = XLIBDIR
    25 TLIB    = TLIBFLAG
     14BINDIR  = @BINDIR@
     15INCDIR  = @INCDIR@
     16LIBDIR  = @LIBDIR@
     17MANDIR  = @MANDIR@
     18HELPDIR = @HELPDIR@
    2619
    2720# prefered C compiler
    2821# CC = gcc -g -DOHANA_MEMORY -Wall -Werror
    29 CC   = gcc OPTFLAGS
     22CC = gcc @OPTFLAGS@
     23INCDIRS = @INCDIRS@
     24LIBDIRS = @LIBDIRS@
     25LIBFLAGS = @LIBFLAGS@
    3026
    3127# select the appropriate version of ranlib
Note: See TracChangeset for help on using the changeset viewer.