Changeset 11888 for trunk/Ohana/Configure.in
- Timestamp:
- Feb 19, 2007, 11:05:00 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Configure.in
r11122 r11888 1 1 # Configure file for Ohana Package 2 # 3 # this is the location of the package 4 # change this to match your location of the source2 # the values of the form @WORD@ are filled in by configure 3 4 # location of the package and architecture 5 5 ROOT = @ROOTDIR@ 6 6 ARCH = @ARCHVAL@ 7 7 8 8 # destination directories: 9 # these are the installation directories.10 # if you use a different toplevel directory than $(ROOT), you might11 # need to copy the include files in $(ROOT)/include by hand to the destination12 # LBIN = PREFIX/bin/$(ARCH)13 14 9 DESTBIN = @BINDIR@ 15 10 DESTINC = @INCDIR@ … … 18 13 DESTDATA = @DATADIR@ 19 14 20 # prefered C compiler 21 # CC = gcc -g -DOHANA_MEMORY -Wall -Werror 22 CC = gcc @OPTFLAGS@ 23 INCDIRS = @INCDIRS@ 24 LIBDIRS = @LIBDIRS@ 15 # C compiler options 16 CC = @CC@ 17 CFLAGS = @CFLAGS@ 18 CPPFLAGS = @CPPFLAGS@ 19 LDFLAGS = @LDFLAGS@ 20 21 # flags for external dependencies 22 INCDIRS = @INCDIRS@ 23 LIBDIRS = @LIBDIRS@ 25 24 LIBFLAGS = @LIBFLAGS@ 26 25 27 26 # select the appropriate version of ranlib 28 RANLIB-sid = ranlib 29 RANLIB-sol = touch 30 RANLIB-linux = ranlib 31 RANLIB-lin64 = ranlib 32 RANLIB-linrh = ranlib 33 RANLIB = $(RANLIB-$(ARCH)) 27 RANLIB = @RANLIB@
Note:
See TracChangeset
for help on using the changeset viewer.
