# Configure file for Ohana Package
#
# this is the location of the package
# change this to match your location of the source
# ROOT    = /h/eugene/src/ohana
ROOT    = /home/eugene/src/test/ohana
#
# 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
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/openwin/include 
XLIB    = -L/usr/openwin/lib -L/usr/X11R6/lib
# 
# prefered C compiler
CC   = gcc -g -Wall -Werror
#CC   = gcc -g

# EXPORT = $(shell gettargets)
EXPORT = manao:/apps/elixir/bin lawelawe:/apps/elixir/bin
