Index: trunk/Ohana/Configure
===================================================================
--- trunk/Ohana/Configure	(revision 2419)
+++ trunk/Ohana/Configure	(revision 2510)
@@ -3,7 +3,7 @@
 # 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
-#
+ROOT    = /data/elixir/srcdir/ohana
+# ARCH    = ARCHVAL
+
 # destination directories:
 # these are the installation directories.
@@ -11,18 +11,14 @@
 # need to copy the include files in $(ROOT)/include by hand to the destination
 LBIN	= $(ROOT)/bin/$(ARCH)
-LINC	= $(ROOT)/include
+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/openwin/include 
-XLIB    = -L/usr/openwin/lib -L/usr/X11R6/lib
-# 
+XINC    = /usr/include
+XLIB    = -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
+CC   = gcc -g -O
