Changeset 10298 for trunk/Ohana/Configure.in
- Timestamp:
- Nov 29, 2006, 2:26:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Configure.in
r6706 r10298 3 3 # this is the location of the package 4 4 # change this to match your location of the source 5 ROOT = ROOTDIR6 ARCH = ARCHVAL5 ROOT = @ROOTDIR@ 6 ARCH = @ARCHVAL@ 7 7 8 8 # destination directories: … … 12 12 # LBIN = PREFIX/bin/$(ARCH) 13 13 14 LBIN = BINDIR 15 LINC = INCDIR 16 LLIB = LIBDIR 17 LMAN = MANDIR 18 LHLP = HELPDIR 19 20 # X include and lib directories 21 # put your X paths here if they are not automatically included (they 22 # seem to be ok on most linux distributions) 23 XINC = XINCDIR 24 XLIB = XLIBDIR 25 TLIB = TLIBFLAG 14 BINDIR = @BINDIR@ 15 INCDIR = @INCDIR@ 16 LIBDIR = @LIBDIR@ 17 MANDIR = @MANDIR@ 18 HELPDIR = @HELPDIR@ 26 19 27 20 # prefered C compiler 28 21 # CC = gcc -g -DOHANA_MEMORY -Wall -Werror 29 CC = gcc OPTFLAGS 22 CC = gcc @OPTFLAGS@ 23 INCDIRS = @INCDIRS@ 24 LIBDIRS = @LIBDIRS@ 25 LIBFLAGS = @LIBFLAGS@ 30 26 31 27 # select the appropriate version of ranlib
Note:
See TracChangeset
for help on using the changeset viewer.
