Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / Makeconfig
blobd871789e28180e3a0b6372805db05c1c58c82d6e
1 # Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Library General Public License as
6 # published by the Free Software Foundation; either version 2 of the
7 # License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 # Library General Public License for more details.
14 # You should have received a copy of the GNU Library General Public
15 # License along with the GNU C Library; see the file COPYING.LIB.  If
16 # not, write to the Free Software Foundation, Inc., 675 Mass Ave,
17 # Cambridge, MA 02139, USA.
20 #       Makefile configuration options for the GNU C library.
22 ifneq (,)
23 This makefile requires GNU Make.
24 endif
26 ifneq "$(origin +included-Makeconfig)" "file"
28 +included-Makeconfig := yes
30 ifdef subdir
31 .. := ../
32 endif
34 # If config.make exists, the source directory was configured,
35 # so don't try to be clever and find another directory to build in.
36 ifneq (,$(wildcard $(..)config.make))
37 ARCH =
38 machine =
39 else    # Not configured.
40 ifndef ARCH
41 ifdef machine
42 ARCH = $(machine)
43 endif # machine
44 endif # ARCH
45 endif # config.make
47 # Directory for object files and libc.a.  If this is not defined, the
48 # object files live in the subdirectories where their sources live, and
49 # libc.a lives in the parent directory (this probably doesn't work any
50 # more).
51 ifdef ARCH
52 ifeq ($(filter /%,$(ARCH)),)
53 objdir := $(..)$(ARCH)
54 else
55 objdir = $(ARCH)
56 endif
57 endif
59 # $(common-objdir) is the place to put objects and
60 # such that are not specific to a single subdir.
61 ifdef objdir
62 objpfx = $(objdir)/
63 common-objpfx = $(objpfx)
64 common-objdir = $(objdir)
65 else
66 objpfx :=
67 ifdef ..
68 common-objpfx = $(..)
69 common-objdir = ..
70 else
71 # This is a kludge.  make wizards might grok.
72 common-objpfx = sysdeps/../
73 common-objdir = .
74 endif
75 endif
78 # Get the values defined by options to `configure'.
79 include $(common-objpfx)config.make
81 # Run config.status to update config.make and config.h.  We don't show the
82 # dependence of config.h to Make, because it is only touched when it
83 # changes and so config.status would be run every time; the dependence of
84 # config.make should suffice to force regeneration and re-exec, and the new
85 # image will notice if config.h changed.
86 $(common-objpfx)config.make: $(common-objpfx)config.status $(..)config.h.in
87         cd $(<D); $(SHELL) $(<F)
89 # Find all the sysdeps configure fragments, to make sure we re-run
90 # configure when any of them changes.
91 sysdep-configures = $(foreach dir,$(config-sysdirs),\
92                               $(patsubst %.in,%,\
93                                          $(firstword $(wildcard \
94                                             $(dir)/configure \
95                                             $(dir)/configure.in))))
97 # Force the user to configure before making.
98 $(common-objpfx)config.status: $(..)configure $(sysdep-configures)
99         @cd $(@D); if test -f $(@F); then exec $(SHELL) $(@F) --recheck; else \
100          echo The GNU C library has not been configured. >&2; \
101          echo Run \`configure\' to configure it before building. >&2; \
102          echo Try \`configure --help\' for more details. >&2; \
103          exit 1; fi
105 # Get the user's configuration parameters.
106 ifneq ($(wildcard $(..)configparms),)
107 include $(..)configparms
108 endif
109 ifneq ($(objpfx),)
110 ifneq ($(wildcard $(objpfx)configparms),)
111 include $(objpfx)configparms
112 endif
113 endif
115 sysdep_dir := $(..)sysdeps
116 export sysdep_dir := $(sysdep_dir)
118 ####
119 ####    These are the configuration variables.  You can define values for
120 ####    the variables below in the file `configparms'.
121 ####    Do NOT edit this file.
122 ####
125 # Set this to either `stdio' or `libio', to compile in either GNU stdio
126 # or GNU libio.
127 ifndef stdio
128 stdio = stdio
129 endif
131 # Common prefix for machine-independent installation directories.
132 ifeq ($(origin prefix),undefined) # ifndef would override explicit empty value.
133 prefix = /usr/local
134 endif
136 # Common prefix for machine-dependent installation directories.
137 ifeq ($(origin exec_prefix),undefined)
138 exec_prefix = $(prefix)
139 endif
141 # Where to install the library and object files.
142 ifndef libdir
143 libdir = $(exec_prefix)/lib
144 endif
146 # Where to install the shared library and dynamic linker.
147 ifndef slibdir
148 slibdir = $(exec_prefix)/lib
149 endif
151 # Prefix to put on files installed in $(libdir).  For libraries `libNAME.a',
152 # the prefix is spliced between `lib' and the name, so the linker switch
153 # `-l$(libprefix)NAME' finds the library; for other files the prefix is
154 # just prepended to the whole file name.
155 ifeq ($(origin libprefix),undefined)
156 libprefix =
157 endif
159 # Where to install the header files.
160 ifndef includedir
161 includedir = $(exec_prefix)/include
162 endif
164 # Where to install machine-independent data files.
165 # These are the timezone database, and the locale database.
166 ifndef datadir
167 datadir = $(prefix)/share
168 endif
170 # Where to install the timezone data files (which are machine-independent).
171 ifndef zonedir
172 zonedir = $(datadir)/zoneinfo
173 endif
175 # Where to install the locale and message catalog data files (which are
176 # machine-independent).
177 ifndef localedir
178 localedir = $(datadir)/locale
179 endif
181 # Where to install the locale charmap source files.
182 ifndef i18ndir
183 i18ndir = $(datadir)/i18n
184 endif
187 # Where to install programs.
188 ifndef bindir
189 bindir = $(exec_prefix)/bin
190 endif
192 # Where to install administrative programs.
193 ifndef sbindir
194 sbindir = $(exec_prefix)/sbin
195 endif
197 # Where to install the Info files.
198 ifndef infodir
199 infodir = $(prefix)/info
200 endif
202 # Where to install default configuration files.  These include the local
203 # timezone specification and network data base files.
204 ifndef sysconfdir
205 sysconfdir = $(prefix)/etc
206 endif
208 # What timezone should be the installed default (e.g., US/Eastern).
209 # Run `make -C time echo-zonenames' to see a list of available zone names.
210 # The local timezone can be changed with `zic -l TIMEZONE' at any time.
211 ifndef localtime
212 localtime = Factory
213 endif
215 # Where to install the "localtime" timezone file; this is the file whose
216 # contents $(localtime) specifies.  If this is a relative pathname, it is
217 # relative to $(zonedir).  It is a good idea to put this somewhere
218 # other than there, so the zoneinfo directory contains only universal data,
219 # localizing the configuration data elsewhere.
220 ifndef localtime-file
221 localtime-file = $(sysconfdir)/localtime
222 endif
224 # What timezone's DST rules should be used when a POSIX-style TZ
225 # environment variable doesn't specify any rules.  For 1003.1 compliance
226 # this timezone must use rules that are as U.S. federal law defines DST.
227 # Run `make -C time echo-zonenames' to see a list of available zone names.
228 # This setting can be changed with `zic -p TIMEZONE' at any time.
229 # If you want POSIX.1 compatibility, use `America/New_York'.
230 ifndef posixrules
231 posixrules = America/New_York
232 endif
234 # Where to install the "posixrules" timezone file; this is file
235 # whose contents $(posixrules) specifies.  If this is a relative
236 # pathname, it is relative to $(zonedir).
237 ifndef posixrules-file
238 posixrules-file = posixrules
239 endif
242 # Directory where your system's native header files live.
243 # This is used on Unix systems to generate some GNU libc header files.
244 ifndef sysincludedir
245 sysincludedir = /usr/include
246 endif
249 # Commands to install files.
250 ifndef INSTALL_DATA
251 INSTALL_DATA = $(INSTALL) -m 644
252 endif
253 ifndef INSTALL_PROGRAM
254 INSTALL_PROGRAM = $(INSTALL)
255 endif
256 ifndef INSTALL
257 INSTALL = install
258 endif
261 # The name of the C compiler.
262 # If you've got GCC, and it works, use it.
263 ifeq ($(origin CC),default)
264 CC := gcc
265 endif
267 # The name of the C compiler to use for compilations of programs to run on
268 # the host that is building the library.  If you set CC to a
269 # cross-compiler, you must set this to the normal compiler.
270 ifndef BUILD_CC
271 BUILD_CC = $(CC)
272 endif
274 # Default flags to pass the C compiler.
275 ifndef default_cflags
276 default_cflags := -g
277 endif
279 # Flags to pass the C compiler when assembling preprocessed assembly code
280 # (`.S' files).  On some systems the assembler doesn't understand the `#' line
281 # directives the preprocessor produces.  If you have troubling compiling
282 # assembly code, try using -P here to suppress these directives.
283 ifndef asm-CPPFLAGS
284 asm-CPPFLAGS =
285 endif
287 # Command for linking programs with the C library.
288 ifndef +link
289 +link = $(CC) -nostdlib -nostartfiles -o $@ \
290               $(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS)  \
291               $(addprefix $(csu-objpfx),start.o $(+preinit)) \
292               $(filter-out $(common-objpfx)libc%,$^) $(link-libc) \
293               $(addprefix $(csu-objpfx),$(+postinit))
294 endif
295 ifndef config-LDFLAGS
296 ifeq (yes,$(build-shared))
297 config-LDFLAGS = -Wl,-dynamic-linker=$(slibdir)/$(rtld-installed-name)
298 endif
299 endif
300 ifndef link-libc
301 ifeq (yes,$(build-shared))
302 # We need the versioned name of libc.so in the deps of $(others) et al
303 # so that the symlink to libc.so is created before anything tries to
304 # run the linked programs.
305 link-libc = -Wl,-rpath-link=$(common-objdir) \
306             $(common-objpfx)libc.so$(libc.so-version) \
307             $(common-objpfx)libc.a $(gnulib)
308 # Choose the default search path for the dynamic linker based on
309 # where we will install libraries.
310 ifneq ($(libdir),$(slibdir))
311 default-rpath = $(slibdir):$(libdir)
312 else
313 default-rpath = $(libdir)
314 endif
315 else
316 link-libc = $(common-objpfx)libc.a $(gnulib) $(common-objpfx)libc.a
317 endif
318 endif
319 ifndef gnulib
320 gnulib := -lgcc
321 endif
322 ifeq ($(elf),yes)
323 +preinit = crti.o
324 +postinit = crtn.o
325 endif
326 ifdef objpfx
327 csu-objpfx = $(objpfx)
328 elf-objpfx = $(objpfx)
329 else
330 csu-objpfx = $(..)csu/
331 elf-objpfx = $(..)elf/
332 endif
334 ifeq (yes,$(build-shared))
335 ifndef rtld-installed-name
336 rtld-installed-name = ld.so
337 endif
338 endif
340 # How to run a program we just linked with our library.
341 # The program binary is assumed to be $(word 2,$^).
342 built-program-file = $(dir $(word 2,$^))$(notdir $(word 2,$^))
343 ifneq (yes,$(build-shared))
344 built-program-cmd = $(built-program-file)
345 else
346 comma = ,
347 define built-program-cmd
348 LD_LIBRARY_PATH=$(common-objdir)$(patsubst -Wl$(comma)-rpath-link=%,:%,\
349                                            $(filter -Wl$(comma)-rpath-link=%,\
350                                                     $(sysdep-LDFLAGS))) \
351 $(elf-objpfx)ld.so $(built-program-file)
352 endef
353 endif
355 ifndef LD
356 LD := ld -X
357 endif
359 ifndef  RANLIB
360 RANLIB = ranlib
361 endif
363 # Extra flags to pass to GCC.
364 +gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline -Wstrict-prototypes
366 # This is the program that generates makefile
367 # dependencies from C source files.
368 ifndef +mkdep
369 +mkdep = $(CC) -M
370 endif
372 # The program that makes Emacs-style TAGS files.
373 ETAGS   := etags -T
375 # The `m4' macro processor; this is used by sysdeps/sparc/Makefile (and
376 # perhaps others) to preprocess assembly code in some cases.
377 M4 = m4
379 ####
380 #### End of configuration variables.
381 ####
383 # This tells some versions of GNU make before 3.63 not to export all variables.
384 .NOEXPORT:
386 # We want to echo the commands we're running without
387 # umpteem zillion filenames along with it (we use `...' instead)
388 # but we don't want this echoing done when the user has said
389 # he doesn't want to see commands echoed by using -s.
390 ifneq   "$(findstring s,$(MAKEFLAGS))" ""       # if -s
391 +cmdecho        := echo >/dev/null
392 else                                            # not -s
393 +cmdecho        := echo
394 endif                                           # -s
396 # These are the flags given to the compiler to tell
397 # it what sort of optimization and/or debugging output to do.
398 ifndef  +cflags
399 # If `CFLAGS' was defined, use that.
400 ifdef           CFLAGS
401 +cflags := $(filter-out -I%,$(CFLAGS))
402 endif           # CFLAGS
403 endif   # +cflags
405 # If none of the above worked, default to "-g".
406 ifeq    "$(strip $(+cflags))" ""
407 +cflags := $(default_cflags)
408 endif   # $(+cflags) == ""
410 +cflags := $(+cflags) $(+gccwarn)
411 +gcc-nowarn := -w
413 # Don't duplicate options if we inherited variables from the parent.
414 +cflags := $(sort $(+cflags))
417 # These are flags given to the C compiler to tell it to look for include
418 # files (including ones given in angle brackets) in the current directory
419 # and in the parent library source directory.
420 # `+sysdep-includes' will be defined by Makerules.
421 +includes = -I. $(filter-out -I,-I$(patsubst %/,%,$(..))) $($(stdio)-include) \
422             $(includes) $(+sysdep-includes) $(last-includes)
424 # Since libio has several internal header files, we use a -I instead
425 # of many little headers in the top level source directory.
426 libio-include = -I$(..)libio
428 # These are the variables that the implicit compilation rules use.
429 CPPFLAGS = $(+includes) $(defines) -include $(..)libc-symbols.h \
430            $(sysdep-CPPFLAGS) $(CPPFLAGS-$(suffix $@))
431 override CFLAGS = $(+cflags) $(sysdep-CFLAGS) $(CFLAGS-$(suffix $@)) \
432                   $(CFLAGS-$(<F))
435 # This is the macro that the implicit linking rules use.
436 ifneq "$(filter -g,$(+cflags))" "" # -g is in $(+cflags)
437 LDFLAGS := -g
438 endif
441 # Enable object files for different versions of the library.
442 # Various things use $(object-suffixes) to know what all to make.
443 # The compilation rules use $(CPPFLAGS-${SUFFIX}) and $(CFLAGS-${SUFFIX})
444 # to pass different flags for each flavor.
445 libtypes = $(foreach o,$(object-suffixes),$(libtype$o))
446 object-suffixes := .o
447 libtype.o := lib%.a
448 ifeq (yes,$(build-shared))
449 # Under --enable-shared, we will build a shared library of PIC objects.
450 # The PIC object files are named foo.so.
451 object-suffixes += .so
452 CPPFLAGS-.so = -DPIC
453 CFLAGS-.so = -fPIC
454 libtype.so := lib%_pic.a
455 endif
456 ifeq (yes,$(build-profile))
457 # Under --enable-profile, we will build a static library of profiled objects.
458 # The profiled object files are named foo.po.
459 object-suffixes += .po
460 CPPFLAGS-.po = -DPROF
461 CFLAGS-.po = -pg
462 libtype.po = lib%_p.a
463 endif
464 ifeq (yes,$(build-omitfp))
465 # Under --enable-omitfp, we build an the library optimized without
466 # debugging information using -fomit-frame-pointer, and build an extra
467 # library with debugging information.  The debuggable objects are named foo.go.
468 object-suffixes += .go
469 CFLAGS-.go = -g
470 CFLAGS-.o = -g0 -O99 -fomit-frame-pointer
471 CFLAGS-.so += $(CFLAGS.o)
472 libtype.go = lib%_g.a
473 endif
476 +gnu-stabs = $(shell echo>&2 '*** BARF ON ME')
478 ifneq ($(BUILD_CC),$(CC))
479 cross-compiling := yes
480 else
481 cross-compiling := no
482 endif
484 # Figure out the version numbers from version.h.
486 $(common-objpfx)version.mk: $(..)version.h $(..)Makeconfig
487         sed -n -e 's/^.*RELEASE.*"\([^"]*\)".*$$/release=\1/p' \
488                -e 's/^.*VERSION.*"\([^"]*\)".*$$/version=\1/p' \
489             < $< > $@-new
490         mv -f $@-new $@
492 endif # Makeconfig not yet included