Changeset 2510 for trunk/Ohana/Configure
- Timestamp:
- Nov 26, 2004, 10:47:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Configure
r2419 r2510 3 3 # this is the location of the package 4 4 # change this to match your location of the source 5 # ROOT = /h/eugene/src/ohana6 ROOT = /home/eugene/src/test/ohana 7 # 5 ROOT = /data/elixir/srcdir/ohana 6 # ARCH = ARCHVAL 7 8 8 # destination directories: 9 9 # these are the installation directories. … … 11 11 # need to copy the include files in $(ROOT)/include by hand to the destination 12 12 LBIN = $(ROOT)/bin/$(ARCH) 13 LINC = $(ROOT)/include 13 LINC = $(ROOT)/include/$(ARCH) 14 14 LLIB = $(ROOT)/lib/$(ARCH) 15 15 LMAN = $(ROOT)/man/man1 16 # 16 17 17 # X include and lib directories 18 18 # put your X paths here if they are not automatically included (they 19 19 # seem to be ok on most linux distributions) 20 XINC = /usr/ openwin/include21 XLIB = -L/usr/ openwin/lib -L/usr/X11R6/lib22 # 20 XINC = /usr/include 21 XLIB = -L/usr/X11R6/lib 22 23 23 # 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 24 CC = gcc -g -O
Note:
See TracChangeset
for help on using the changeset viewer.
