# Configure file for Ohana Package
#
# this is the location of the package
# change this to match your location of the source
ROOT    = /data/elixir/srcdir/ohana
# ARCH    = ARCHVAL

# destination directories:
# these are the installation directories.
# if you use a different toplevel directory than $(ROOT), you might 
# need to copy the include files in $(ROOT)/include by hand to the destination
LBIN	= $(ROOT)/bin/$(ARCH)
LINC	= $(ROOT)/include/$(ARCH)
LLIB	= $(ROOT)/lib/$(ARCH)
LMAN	= $(ROOT)/man/man1

# X include and lib directories
# put your X paths here if they are not automatically included (they
# seem to be ok on most linux distributions)
XINC    = /usr/include
XLIB    = -L/usr/X11R6/lib

# prefered C compiler
CC   = gcc -g -O
