Changeset 5899 for trunk/Ohana/Configure.in
- Timestamp:
- Jan 4, 2006, 10:00:03 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Configure.in
r4690 r5899 10 10 # if you use a different toplevel directory than $(ROOT), you might 11 11 # need to copy the include files in $(ROOT)/include by hand to the destination 12 LBIN = PREFIX/bin/$(ARCH) 13 LINC = PREFIX/include/$(ARCH) 14 LLIB = PREFIX/lib/$(ARCH) 15 LMAN = PREFIX/man/man1 16 LHLP = PREFIX/help 12 # LBIN = PREFIX/bin/$(ARCH) 13 14 LBIN = BINDIR 15 LINC = INCDIR 16 LLIB = LIBDIR 17 LMAN = MANDIR 18 LHLP = HELPDIR 17 19 18 20 # X include and lib directories … … 24 26 # prefered C compiler 25 27 # CC = gcc -g -DOHANA_MEMORY -Wall -Werror 26 CC = gcc -g -O128 CC = gcc OPTFLAGS 27 29 28 30 # select the appropriate version of ranlib
Note:
See TracChangeset
for help on using the changeset viewer.
