IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2510 for trunk/Ohana/Configure


Ignore:
Timestamp:
Nov 26, 2004, 10:47:02 PM (22 years ago)
Author:
eugene
Message:

fixed makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Configure

    r2419 r2510  
    33# this is the location of the package
    44# change this to match your location of the source
    5 # ROOT    = /h/eugene/src/ohana
    6 ROOT    = /home/eugene/src/test/ohana
    7 #
     5ROOT    = /data/elixir/srcdir/ohana
     6# ARCH    = ARCHVAL
     7
    88# destination directories:
    99# these are the installation directories.
     
    1111# need to copy the include files in $(ROOT)/include by hand to the destination
    1212LBIN    = $(ROOT)/bin/$(ARCH)
    13 LINC    = $(ROOT)/include
     13LINC    = $(ROOT)/include/$(ARCH)
    1414LLIB    = $(ROOT)/lib/$(ARCH)
    1515LMAN    = $(ROOT)/man/man1
    16 #
     16
    1717# X include and lib directories
    1818# put your X paths here if they are not automatically included (they
    1919# seem to be ok on most linux distributions)
    20 XINC    = /usr/openwin/include
    21 XLIB    = -L/usr/openwin/lib -L/usr/X11R6/lib
    22 #
     20XINC    = /usr/include
     21XLIB    = -L/usr/X11R6/lib
     22
    2323# prefered C compiler
    24 CC   = gcc -g -Wall -Werror
    25 #CC   = gcc -g
    26 
    27 # EXPORT = $(shell gettargets)
    28 EXPORT = manao:/apps/elixir/bin lawelawe:/apps/elixir/bin
     24CC   = gcc -g -O
Note: See TracChangeset for help on using the changeset viewer.