OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 104 markom
#
2
# Makefile for directory with subdirs to build.
3
#   Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 1998
4
#   Free Software Foundation
5
#
6
# This file is free software; you can redistribute it and/or modify
7
# it under the terms of the GNU General Public License as published by
8
# the Free Software Foundation; either version 2 of the License, or
9
# (at your option) any later version.
10
#
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
# GNU General Public License for more details.
15
#
16
# You should have received a copy of the GNU General Public License
17
# along with this program; if not, write to the Free Software
18
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
#
20
 
21
srcdir = .
22
 
23
prefix = /usr/local
24
exec_prefix = $(prefix)
25
 
26
bindir=${exec_prefix}/bin
27
sbindir=${exec_prefix}/sbin
28
libexecdir=${exec_prefix}/libexec
29
datadir=${prefix}/share
30
sysconfdir=${prefix}/etc
31
sharedstatedir=${prefix}/com
32
localstatedir=${prefix}/var
33
libdir=${exec_prefix}/lib
34
includedir=${prefix}/include
35
oldincludedir=/usr/include
36
infodir=${prefix}/info
37
mandir=${prefix}/man
38
gxx_include_dir=${includedir}/g++
39
 
40
tooldir = $(exec_prefix)/$(target)
41
 
42
program_transform_name =
43
 
44
man1dir = $(mandir)/man1
45
man2dir = $(mandir)/man2
46
man3dir = $(mandir)/man3
47
man4dir = $(mandir)/man4
48
man5dir = $(mandir)/man5
49
man6dir = $(mandir)/man6
50
man7dir = $(mandir)/man7
51
man8dir = $(mandir)/man8
52
man9dir = $(mandir)/man9
53
infodir = $(prefix)/info
54
includedir = $(prefix)/include
55
# Directory in which the compiler finds executables, libraries, etc.
56
libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
57
GDB_NLM_DEPS =
58
 
59
SHELL = /bin/sh
60
 
61
# INSTALL_PROGRAM_ARGS is changed by configure.in to use -x for a
62
# cygwin host.
63
INSTALL_PROGRAM_ARGS =
64
 
65
INSTALL = $(SHELL) $$s/install-sh -c
66
INSTALL_PROGRAM = $(INSTALL) $(INSTALL_PROGRAM_ARGS)
67
INSTALL_SCRIPT = $(INSTALL)
68
INSTALL_DATA = $(INSTALL) -m 644
69
 
70
INSTALL_DOSREL = install-dosrel-fake
71
 
72
AS = as
73
AR = ar
74
AR_FLAGS = rc
75
CC = cc
76
 
77
# Special variables passed down in EXTRA_GCC_FLAGS.  They are defined
78
# here so that they can be overridden by Makefile fragments.
79
HOST_CC = $(CC_FOR_BUILD)
80
HOST_PREFIX =
81
HOST_PREFIX_1 = loser-
82
 
83
# These flag values are normally overridden by the configure script.
84
CFLAGS = -g
85
CXXFLAGS = -g -O2
86
 
87
LDFLAGS =
88
LIBCFLAGS = $(CFLAGS)
89
CFLAGS_FOR_TARGET = $(CFLAGS)
90
LDFLAGS_FOR_TARGET =
91
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
92
PICFLAG =
93
PICFLAG_FOR_TARGET =
94
 
95
CHILLFLAGS = $(CFLAGS)
96
CHILL_LIB = -lchill
97
CXX = c++
98
 
99
# Use -O2 to stress test the compiler.
100
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates -fexceptions
101
CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
102
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates -fexceptions
103
 
104
RANLIB = ranlib
105
 
106
DLLTOOL = dlltool
107
WINDRES = windres
108
 
109
NM = nm
110
 
111
LD = ld
112
 
113
BZIPPROG = bzip2
114
MD5PROG = md5sum
115
 
116
# These values are substituted by configure.
117
DEFAULT_YACC = yacc
118
DEFAULT_LEX = lex
119
DEFAULT_M4 = m4
120
 
121
BISON = `if [ -f $$r/bison/bison ] ; then \
122
            echo $$r/bison/bison -L $$s/bison/ ; \
123
         else \
124
            echo bison ; \
125
         fi`
126
 
127
YACC = `if [ -f $$r/bison/bison ] ; then \
128
            echo $$r/bison/bison -y -L $$s/bison/ ; \
129
        elif [ -f $$r/byacc/byacc ] ; then \
130
            echo $$r/byacc/byacc ; \
131
        else \
132
            echo ${DEFAULT_YACC} ; \
133
        fi`
134
 
135
LEX = `if [ -f $$r/flex/flex ] ; \
136
        then echo $$r/flex/flex ; \
137
        else echo ${DEFAULT_LEX} ; fi`
138
 
139
M4 = `if [ -f $$r/m4/m4 ] ; \
140
        then echo $$r/m4/m4 ; \
141
        else echo ${DEFAULT_M4} ; fi`
142
 
143
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
144
        then echo $$r/texinfo/makeinfo/makeinfo ; \
145
        else echo makeinfo ; fi`
146
 
147
# This just becomes part of the MAKEINFO definition passed down to
148
# sub-makes.  It lets flags be given on the command line while still
149
# using the makeinfo from the object tree.
150
MAKEINFOFLAGS =
151
 
152
EXPECT = `if [ -f $$r/expect/expect ] ; \
153
        then echo $$r/expect/expect ; \
154
        else echo expect ; fi`
155
 
156
RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \
157
        then echo $$s/dejagnu/runtest ; \
158
        else echo runtest ; fi`
159
 
160
 
161
# compilers to use to create programs which must be run in the build
162
# environment.
163
CC_FOR_BUILD = $(CC)
164
CXX_FOR_BUILD = $(CXX)
165
 
166
SUBDIRS = "this is set via configure, don't edit this"
167
OTHERS =
168
 
169
# This is set by the configure script to the list of directories which
170
# should be built using the target tools.
171
 
172
 
173
TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib libio librx libstdc++ libg++ winsup opcodes bsp libstub cygmon
174
 
175
# Target libraries are put under this directory:
176
# Changed by configure to $(target_alias) if cross.
177
TARGET_SUBDIR = .
178
 
179
# This is set by the configure script to the arguments passed to configure.
180
CONFIG_ARGUMENTS =
181
 
182
# This is set by configure to REALLY_SET_LIB_PATH if --enable-shared
183
# was used.
184
SET_LIB_PATH =
185
 
186
# This is the name of the environment variable used for the path to
187
# the libraries.  This may be changed by configure.in.
188
RPATH_ENVVAR = LD_LIBRARY_PATH
189
 
190
# configure.in sets SET_LIB_PATH to this if --enable-shared was used.
191
REALLY_SET_LIB_PATH = \
192
  if [ x"$$$(RPATH_ENVVAR)" != x ]; then \
193
    $(RPATH_ENVVAR)=$$r/bfd:$$r/opcodes:$$$(RPATH_ENVVAR); \
194
  else \
195
    $(RPATH_ENVVAR)=$$r/bfd:$$r/opcodes; \
196
  fi; \
197
  export $(RPATH_ENVVAR);
198
 
199
ALL = all.normal
200
INSTALL_TARGET = installdirs \
201
        install-gcc \
202
        $(INSTALL_MODULES) \
203
        $(INSTALL_TARGET_MODULES) \
204
        $(INSTALL_X11_MODULES) \
205
        $(INSTALL_DOSREL)
206
 
207
INSTALL_TARGET_CROSS = installdirs \
208
        install-gcc-cross \
209
        $(INSTALL_MODULES) \
210
        $(INSTALL_TARGET_MODULES) \
211
        $(INSTALL_X11_MODULES) \
212
        $(INSTALL_DOSREL)
213
 
214
CC_FOR_TARGET = ` \
215
  if [ -f $$r/gcc/xgcc ] ; then \
216
    if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
217
      case "$(target_canonical)" in \
218
        i[3456]86-*-cygwin*) \
219
          echo $$r/gcc/xgcc -B$$r/gcc/ -B$(build_tooldir)/bin/ -B$$r/$(TARGET_SUBDIR)/newlib/ -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/winsup/include -idirafter $$s/winsup/cygwin/include -idirafter $$s/winsup/w32api/include -idirafter $$s/newlib/libc/include -idirafter $$s/newlib/libc/sys/cygwin -idirafter $$s/newlib/libc/sys/cygwin32 -nostdinc; \
220
          ;; \
221
        *) \
222
          echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
223
          ;; \
224
      esac \
225
    else \
226
      echo $$r/gcc/xgcc -B$$r/gcc/; \
227
    fi; \
228
  else \
229
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
230
      echo $(CC); \
231
    else \
232
      t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
233
    fi; \
234
  fi`
235
 
236
# If CC_FOR_TARGET is not overriden on the command line, then this
237
# variable is passed down to the gcc Makefile, where it is used to
238
# build libgcc2.a.  We define it here so that it can itself be
239
# overridden on the command line.
240
GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/
241
 
242
CHILL_FOR_TARGET = ` \
243
  if [ -f $$r/gcc/xgcc ] ; then \
244
    echo $$r/gcc/xgcc -B$$r/gcc/ -L$$r/gcc/ch/runtime/; \
245
  else \
246
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
247
      echo $(CC); \
248
    else \
249
      t='$(program_transform_name)'; echo gcc | sed -e 's/x/x/' $$t; \
250
    fi; \
251
  fi`
252
 
253
CXX_FOR_TARGET = ` \
254
  if [ -f $$r/gcc/xgcc ] ; then \
255
    if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
256
      case "$(target_canonical)" in \
257
        i[3456]86-*-cygwin*) \
258
          echo $$r/gcc/xgcc -B$$r/gcc/ -B$(build_tooldir)/bin/ -B$$r/$(TARGET_SUBDIR)/newlib/ -L$$r/$(TARGET_SUBDIR)/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/winsup/cygwin/include -idirafter $$s/winsup/w32api/include -idirafter $$s/newlib/libc/include -idirafter $$s/newlib/libc/sys/cygwin -idirafter $$s/newlib/libc/sys/cygwin32 -nostdinc; \
259
          ;; \
260
        *) \
261
          echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
262
          ;; \
263
      esac \
264
    else \
265
      echo $$r/gcc/xgcc -B$$r/gcc/; \
266
    fi; \
267
  else \
268
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
269
      echo $(CXX); \
270
    else \
271
      t='$(program_transform_name)'; echo c++ | sed -e 's/x/x/' $$t; \
272
    fi; \
273
  fi`
274
 
275
AS_FOR_TARGET = ` \
276
  if [ -f $$r/gas/as-new ] ; then \
277
    echo $$r/gas/as-new ; \
278
  else \
279
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
280
      echo $(AS); \
281
    else \
282
       t='$(program_transform_name)'; echo as | sed -e 's/x/x/' $$t ; \
283
    fi; \
284
  fi`
285
 
286
LD_FOR_TARGET = ` \
287
  if [ -f $$r/ld/ld-new ] ; then \
288
    echo $$r/ld/ld-new ; \
289
  else \
290
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
291
      echo $(LD); \
292
    else \
293
       t='$(program_transform_name)'; echo ld | sed -e 's/x/x/' $$t ; \
294
    fi; \
295
  fi`
296
 
297
DLLTOOL_FOR_TARGET = ` \
298
  if [ -f $$r/binutils/dlltool ] ; then \
299
    echo $$r/binutils/dlltool ; \
300
  else \
301
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
302
      echo $(DLLTOOL); \
303
    else \
304
       t='$(program_transform_name)'; echo dlltool | sed -e 's/x/x/' $$t ; \
305
    fi; \
306
  fi`
307
 
308
WINDRES_FOR_TARGET = ` \
309
  if [ -f $$r/binutils/windres ] ; then \
310
    echo $$r/binutils/windres ; \
311
  else \
312
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
313
      echo $(WINDRES); \
314
    else \
315
       t='$(program_transform_name)'; echo windres | sed -e 's/x/x/' $$t ; \
316
    fi; \
317
  fi`
318
 
319
AR_FOR_TARGET = ` \
320
  if [ -f $$r/binutils/ar ] ; then \
321
    echo $$r/binutils/ar ; \
322
  else \
323
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
324
      echo $(AR); \
325
    else \
326
       t='$(program_transform_name)'; echo ar | sed -e 's/x/x/' $$t ; \
327
    fi; \
328
  fi`
329
 
330
RANLIB_FOR_TARGET = ` \
331
  if [ -f $$r/binutils/ranlib ] ; then \
332
    echo $$r/binutils/ranlib ; \
333
  else \
334
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
335
      echo $(RANLIB); \
336
    else \
337
       t='$(program_transform_name)'; echo ranlib | sed -e 's/x/x/' $$t ; \
338
    fi; \
339
  fi`
340
 
341
NM_FOR_TARGET = ` \
342
  if [ -f $$r/binutils/nm-new ] ; then \
343
    echo $$r/binutils/nm-new ; \
344
  else \
345
    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
346
      echo $(NM); \
347
    else \
348
       t='$(program_transform_name)'; echo nm | sed -e 's/x/x/' $$t ; \
349
    fi; \
350
  fi`
351
 
352
# The first rule in the file had better be this one.  Don't put any above it.
353
# This lives here to allow makefile fragments to contain dependencies.
354
all: all.normal
355
.PHONY: all
356
 
357
# These can be overridden by config/mt-*.
358
# The _TARGET_ is because they're specified in mt-foo.
359
# The _HOST_ is because they're programs that run on the host.
360
EXTRA_TARGET_HOST_ALL_MODULES =
361
EXTRA_TARGET_HOST_INSTALL_MODULES =
362
EXTRA_TARGET_HOST_CHECK_MODULES =
363
 
364
#### host and target specific makefile fragments come in here.
365
###
366
 
367
# Flags to pass down to all sub-makes.
368
# Please keep these in alphabetical order.
369
BASE_FLAGS_TO_PASS = \
370
        "AR_FLAGS=$(AR_FLAGS)" \
371
        "AR_FOR_TARGET=$(AR_FOR_TARGET)" \
372
        "AS_FOR_TARGET=$(AS_FOR_TARGET)" \
373
        "BISON=$(BISON)" \
374
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
375
        "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
376
        "CFLAGS=$(CFLAGS)" \
377
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
378
        "CHILLFLAGS=$(CHILLFLAGS)" \
379
        "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
380
        "CHILL_LIB=$(CHILL_LIB)" \
381
        "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
382
        "CXXFLAGS=$(CXXFLAGS)" \
383
        "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
384
        "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
385
        "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
386
        "INSTALL=$(INSTALL)" \
387
        "INSTALL_DATA=$(INSTALL_DATA)" \
388
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
389
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
390
        "LDFLAGS=$(LDFLAGS)" \
391
        "LEX=$(LEX)" \
392
        "LD_FOR_TARGET=$(LD_FOR_TARGET)" \
393
        "LIBCFLAGS=$(LIBCFLAGS)" \
394
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
395
        "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
396
        "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
397
        "M4=$(M4)" \
398
        "MAKE=$(MAKE)" \
399
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
400
        "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
401
        "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
402
        "RPATH_ENVVAR=$(RPATH_ENVVAR)" \
403
        "SHELL=$(SHELL)" \
404
        "EXPECT=$(EXPECT)" \
405
        "RUNTEST=$(RUNTEST)" \
406
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
407
        "TARGET_SUBDIR=$(TARGET_SUBDIR)" \
408
        "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
409
        "YACC=$(YACC)" \
410
        "bindir=$(bindir)" \
411
        "datadir=$(datadir)" \
412
        "exec_prefix=$(exec_prefix)" \
413
        "includedir=$(includedir)" \
414
        "infodir=$(infodir)" \
415
        "libdir=$(libdir)" \
416
        "libexecdir=$(libexecdir)" \
417
        "lispdir=$(lispdir)" \
418
        "localstatedir=$(localstatedir)" \
419
        "mandir=$(mandir)" \
420
        "oldincludedir=$(oldincludedir)" \
421
        "prefix=$(prefix)" \
422
        "sbindir=$(sbindir)" \
423
        "sharedstatedir=$(sharedstatedir)" \
424
        "sysconfdir=$(sysconfdir)" \
425
        "tooldir=$(tooldir)" \
426
        "gxx_include_dir=$(gxx_include_dir)" \
427
        "gcc_version=$(gcc_version)" \
428
        "gcc_version_trigger=$(gcc_version_trigger)" \
429
        "target_alias=$(target_alias)" \
430
        "libsubdir=$(libsubdir)"
431
 
432
# Flags to pass down to most sub-makes, in which we're building with
433
# the host environment.
434
# If any variables are added here, they must be added to do-*, below.
435
EXTRA_HOST_FLAGS = \
436
        'AR=$(AR)' \
437
        'AS=$(AS)' \
438
        'CC=$(CC)' \
439
        'CXX=$(CXX)' \
440
        'DLLTOOL=$(DLLTOOL)' \
441
        'LD=$(LD)' \
442
        'NM=$(NM)' \
443
        'RANLIB=$(RANLIB)' \
444
        'WINDRES=$(WINDRES)'
445
 
446
FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS)
447
 
448
# Flags that are concerned with the location of the X11 include files
449
# and library files
450
#
451
# NOTE: until the top-level is getting the values via autoconf, it only
452
# causes problems to have this top-level Makefile overriding the autoconf-set
453
# values in child directories.  Only variables that don't conflict with
454
# autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
455
#
456
X11_FLAGS_TO_PASS = \
457
        'X11_EXTRA_CFLAGS=$(X11_EXTRA_CFLAGS)' \
458
        'X11_EXTRA_LIBS=$(X11_EXTRA_LIBS)'
459
 
460
# Flags to pass down to makes which are built with the target environment.
461
# The double $ decreases the length of the command line; the variables
462
# are set in BASE_FLAGS_TO_PASS, and the sub-make will expand them.
463
# If any variables are added here, they must be added to do-*, below.
464
EXTRA_TARGET_FLAGS = \
465
        'AR=$$(AR_FOR_TARGET)' \
466
        'AS=$$(AS_FOR_TARGET)' \
467
        'CC=$$(CC_FOR_TARGET)' \
468
        'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
469
        'CXX=$$(CXX_FOR_TARGET)' \
470
        'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
471
        'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
472
        'LD=$$(LD_FOR_TARGET)' \
473
        'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
474
        'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
475
        'NM=$$(NM_FOR_TARGET)' \
476
        'RANLIB=$$(RANLIB_FOR_TARGET)' \
477
        'WINDRES=$$(WINDRES_FOR_TARGET)'
478
 
479
TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
480
 
481
# Flags to pass down to gcc.  gcc builds a library, libgcc.a, so it
482
# unfortunately needs the native compiler and the target ar and
483
# ranlib.
484
# If any variables are added here, they must be added to do-*, below.
485
# The HOST_* variables are a special case, which are used for the gcc
486
# cross-building scheme.
487
EXTRA_GCC_FLAGS = \
488
        'AR=$(AR)' \
489
        'AS=$(AS)' \
490
        'CC=$(CC)' \
491
        'CXX=$(CXX)' \
492
        'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
493
        'HOST_CC=$(CC_FOR_BUILD)' \
494
        'HOST_PREFIX=$(HOST_PREFIX)' \
495
        'HOST_PREFIX_1=$(HOST_PREFIX_1)' \
496
        'NM=$(NM)' \
497
        'RANLIB=$(RANLIB)' \
498
        'WINDRES=$$(WINDRES_FOR_TARGET)' \
499
        "GCC_FOR_TARGET=$(GCC_FOR_TARGET)" \
500
        "`echo 'LANGUAGES=$(LANGUAGES)' | sed -e s/.*=$$/XFOO=/`" \
501
        "`echo 'STMP_FIXPROTO=$(STMP_FIXPROTO)' | sed -e s/.*=$$/XFOO=/`" \
502
        "`echo 'LIMITS_H_TEST=$(LIMITS_H_TEST)' | sed -e s/.*=$$/XFOO=/`" \
503
        "`echo 'LIBGCC1_TEST=$(LIBGCC1_TEST)' | sed -e s/.*=$$/XFOO=/`" \
504
        "`echo 'LIBGCC2_CFLAGS=$(LIBGCC2_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
505
        "`echo 'LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
506
        "`echo 'LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)' | sed -e s/.*=$$/XFOO=/`" \
507
        "`echo 'ENQUIRE=$(ENQUIRE)' | sed -e s/.*=$$/XFOO=/`" \
508
        "`echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)' | sed -e s/.*=$$/XFOO=/`"
509
 
510
GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
511
 
512
# This is a list of the targets for all of the modules which are compiled
513
# using $(FLAGS_TO_PASS).
514
ALL_MODULES = \
515
        all-apache \
516
        all-ash \
517
        all-autoconf \
518
        all-automake \
519
        all-bash \
520
        all-bfd \
521
        all-binutils \
522
        all-bison \
523
        all-byacc \
524
        all-bzip2 \
525
        all-cvssrc \
526
        all-db \
527
        all-dejagnu \
528
        all-diff \
529
        all-dosutils \
530
        all-etc \
531
        all-fileutils \
532
        all-findutils \
533
        all-find \
534
        all-flex \
535
        all-gas \
536
        all-gawk \
537
        all-gettext \
538
        all-gnuserv \
539
        all-gprof \
540
        all-grep \
541
        all-grez \
542
        all-gzip \
543
        all-hello \
544
        all-indent \
545
        all-inet \
546
        all-intl \
547
        all-ispell \
548
        all-itcl \
549
        all-ld \
550
        all-libgui \
551
        all-libiberty \
552
        all-libtool \
553
        all-m4 \
554
        all-make \
555
        all-mmalloc \
556
        all-opcodes \
557
        all-patch \
558
        all-perl \
559
        all-prms \
560
        all-rcs \
561
        all-readline \
562
        all-release \
563
        all-recode \
564
        all-sed \
565
        all-send-pr \
566
        all-shellutils \
567
        all-sim \
568
        all-tar \
569
        all-tcl \
570
        all-tcl8.1 \
571
        all-texinfo \
572
        all-textutils \
573
        all-tgas \
574
        all-time \
575
        all-uudecode \
576
        all-wdiff \
577
        all-zip \
578
        $(EXTRA_TARGET_HOST_ALL_MODULES)
579
 
580
# This is a list of the check targets for all of the modules which are
581
# compiled using $(FLAGS_TO_PASS).
582
#
583
# The list is in two parts.  The first lists those tools which
584
# are tested as part of the host's native tool-chain, and not
585
# tested in a cross configuration.
586
NATIVE_CHECK_MODULES = \
587
        check-bison \
588
        check-byacc \
589
        check-flex \
590
        check-zip
591
 
592
CROSS_CHECK_MODULES = \
593
        check-apache \
594
        check-ash \
595
        check-autoconf \
596
        check-automake \
597
        check-bash \
598
        check-bfd \
599
        check-binutils \
600
        check-bzip2 \
601
        check-cvssrc \
602
        check-db \
603
        check-dejagnu \
604
        check-diff \
605
        check-etc \
606
        check-fileutils \
607
        check-findutils \
608
        check-find \
609
        check-gas \
610
        check-gawk \
611
        check-gettext \
612
        check-gnuserv \
613
        check-gprof \
614
        check-grep \
615
        check-gzip \
616
        check-hello \
617
        check-indent \
618
        check-inet \
619
        check-intl \
620
        check-ispell \
621
        check-itcl \
622
        check-ld \
623
        check-libgui \
624
        check-libiberty \
625
        check-libtool \
626
        check-m4 \
627
        check-make \
628
        check-mmcheckoc \
629
        check-opcodes \
630
        check-patch \
631
        check-perl \
632
        check-prms \
633
        check-rcs \
634
        check-readline \
635
        check-recode \
636
        check-sed \
637
        check-send-pr \
638
        check-shellutils \
639
        check-sim \
640
        check-tar \
641
        check-tcl \
642
        check-texinfo \
643
        check-textutils \
644
        check-tgas \
645
        check-time \
646
        check-uudecode \
647
        check-wdiff \
648
        $(EXTRA_TARGET_HOST_CHECK_MODULES)
649
 
650
CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
651
 
652
# This is a list of the install targets for all of the modules which are
653
# compiled using $(FLAGS_TO_PASS).
654
# We put install-opcodes before install-binutils because the installed
655
# binutils might be on PATH, and they might need the shared opcodes
656
# library.
657
# We put install-tcl before install-itcl because itcl wants to run a
658
# program on installation which uses the Tcl libraries.
659
INSTALL_MODULES = \
660
        install-apache \
661
        install-ash \
662
        install-autoconf \
663
        install-automake \
664
        install-bash \
665
        install-bfd \
666
        install-bzip2 \
667
        install-opcodes \
668
        install-binutils \
669
        install-bison \
670
        install-byacc \
671
        install-cvssrc \
672
        install-db \
673
        install-dejagnu \
674
        install-diff \
675
        install-dosutils \
676
        install-etc \
677
        install-fileutils \
678
        install-findutils \
679
        install-find \
680
        install-flex \
681
        install-gas \
682
        install-gawk \
683
        install-gettext \
684
        install-gnuserv \
685
        install-gprof \
686
        install-grep \
687
        install-grez \
688
        install-gzip \
689
        install-hello \
690
        install-indent \
691
        install-inet \
692
        install-intl \
693
        install-ispell \
694
        install-tcl \
695
        install-tcl8.1 \
696
        install-itcl \
697
        install-ld \
698
        install-libgui \
699
        install-libiberty \
700
        install-libtool \
701
        install-m4 \
702
        install-make \
703
        install-mmalloc \
704
        install-patch \
705
        install-perl \
706
        install-prms \
707
        install-rcs \
708
        install-readline \
709
        install-recode \
710
        install-sed \
711
        install-send-pr \
712
        install-shellutils \
713
        install-sim \
714
        install-tar \
715
        install-textutils \
716
        install-tgas \
717
        install-time \
718
        install-uudecode \
719
        install-wdiff \
720
        install-zip \
721
        $(EXTRA_TARGET_HOST_INSTALL_MODULES)
722
 
723
# This is a list of the targets for all of the modules which are compiled
724
# using $(X11_FLAGS_TO_PASS).
725
ALL_X11_MODULES = \
726
        all-emacs \
727
        all-emacs19 \
728
        all-gdb \
729
        all-expect \
730
        all-gash \
731
        all-guile \
732
        all-tclX \
733
        all-tk \
734
        all-tk8.1 \
735
        all-tix
736
 
737
# This is a list of the check targets for all of the modules which are
738
# compiled using $(X11_FLAGS_TO_PASS).
739
CHECK_X11_MODULES = \
740
        check-emacs \
741
        check-gdb \
742
        check-guile \
743
        check-expect \
744
        check-gash \
745
        check-tclX \
746
        check-tk \
747
        check-tix
748
 
749
# This is a list of the install targets for all the modules which are
750
# compiled using $(X11_FLAGS_TO_PASS).
751
INSTALL_X11_MODULES = \
752
        install-emacs \
753
        install-emacs19 \
754
        install-gdb \
755
        install-guile \
756
        install-expect \
757
        install-gash \
758
        install-tclX \
759
        install-tk \
760
        install-tk8.1 \
761
        install-tix
762
 
763
# This is a list of the targets for all of the modules which are compiled
764
# using $(TARGET_FLAGS_TO_PASS).
765
ALL_TARGET_MODULES = \
766
        all-target-libio \
767
        all-target-libstdc++ \
768
        all-target-librx \
769
        all-target-libg++ \
770
        all-target-newlib \
771
        all-target-libtermcap \
772
        all-target-winsup \
773
        all-target-libgloss \
774
        all-target-libiberty \
775
        all-target-gperf \
776
        all-target-examples \
777
        all-target-libstub \
778
        all-target-bsp \
779
        all-target-cygmon
780
 
781
# This is a list of the configure targets for all of the modules which
782
# are compiled using the target tools.
783
CONFIGURE_TARGET_MODULES = \
784
        configure-target-libio \
785
        configure-target-libstdc++ \
786
        configure-target-librx \
787
        configure-target-libg++ \
788
        configure-target-newlib \
789
        configure-target-libtermcap \
790
        configure-target-winsup \
791
        configure-target-libgloss \
792
        configure-target-libiberty \
793
        configure-target-gperf \
794
        configure-target-examples \
795
        configure-target-libstub \
796
        configure-target-bsp \
797
        configure-target-cygmon
798
 
799
# This is a list of the check targets for all of the modules which are
800
# compiled using $(TARGET_FLAGS_TO_PASS).
801
CHECK_TARGET_MODULES = \
802
        check-target-libio \
803
        check-target-libstdc++ \
804
        check-target-libg++ \
805
        check-target-newlib \
806
        check-target-winsup \
807
        check-target-libiberty \
808
        check-target-gperf
809
 
810
# This is a list of the install targets for all of the modules which are
811
# compiled using $(TARGET_FLAGS_TO_PASS).
812
INSTALL_TARGET_MODULES = \
813
        install-target-libio \
814
        install-target-libstdc++ \
815
        install-target-libg++ \
816
        install-target-newlib \
817
        install-target-libtermcap \
818
        install-target-winsup \
819
        install-target-libgloss \
820
        install-target-libiberty \
821
        install-target-bsp \
822
        install-target-gperf
823
 
824
# This is a list of the targets for which we can do a clean-{target}.
825
CLEAN_MODULES = \
826
        clean-apache \
827
        clean-ash \
828
        clean-autoconf \
829
        clean-automake \
830
        clean-bash \
831
        clean-bfd \
832
        clean-binutils \
833
        clean-bison \
834
        clean-byacc \
835
        clean-bzip2 \
836
        clean-cvssrc \
837
        clean-db \
838
        clean-dejagnu \
839
        clean-diff \
840
        clean-dosutils \
841
        clean-etc \
842
        clean-fileutils \
843
        clean-findutils \
844
        clean-find \
845
        clean-flex \
846
        clean-gas \
847
        clean-gawk \
848
        clean-gettext \
849
        clean-gnuserv \
850
        clean-gprof \
851
        clean-grep \
852
        clean-grez \
853
        clean-gzip \
854
        clean-hello \
855
        clean-indent \
856
        clean-inet \
857
        clean-intl \
858
        clean-ispell \
859
        clean-itcl \
860
        clean-ld \
861
        clean-libgui \
862
        clean-libiberty \
863
        clean-libtool \
864
        clean-m4 \
865
        clean-make \
866
        clean-mmalloc \
867
        clean-opcodes \
868
        clean-patch \
869
        clean-perl \
870
        clean-prms \
871
        clean-rcs \
872
        clean-readline \
873
        clean-release \
874
        clean-recode \
875
        clean-sed \
876
        clean-send-pr \
877
        clean-shellutils \
878
        clean-sim \
879
        clean-tar \
880
        clean-tcl \
881
        clean-texinfo \
882
        clean-textutils \
883
        clean-tgas \
884
        clean-time \
885
        clean-uudecode \
886
        clean-wdiff \
887
        clean-zip
888
 
889
# All of the target modules that can be cleaned
890
CLEAN_TARGET_MODULES = \
891
        clean-target-libio \
892
        clean-target-libstdc++ \
893
        clean-target-librx \
894
        clean-target-libg++ \
895
        clean-target-newlib \
896
        clean-target-winsup \
897
        clean-target-libgloss \
898
        clean-target-libiberty \
899
        clean-target-gperf \
900
        clean-target-examples \
901
        clean-target-libstub \
902
        clean-target-bsp \
903
        clean-target-cygmon
904
 
905
# All of the x11 modules that can be cleaned
906
CLEAN_X11_MODULES = \
907
        clean-emacs \
908
        clean-emacs19 \
909
        clean-gdb \
910
        clean-expect \
911
        clean-gash \
912
        clean-guile \
913
        clean-tclX \
914
        clean-tk \
915
        clean-tix
916
 
917
# The target built for a native build.
918
.PHONY: all.normal
919
all.normal: \
920
        $(ALL_MODULES) \
921
        $(ALL_X11_MODULES) \
922
        $(ALL_TARGET_MODULES) \
923
        all-gcc
924
 
925
# Do a target for all the subdirectories.  A ``make do-X'' will do a
926
# ``make X'' in all subdirectories (because, in general, there is a
927
# dependency (below) of X upon do-X, a ``make X'' will also do this,
928
# but it may do additional work as well).
929
# This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
930
# because it is so large that it can easily overflow the command line
931
# length limit on some systems.
932
DO_X = \
933
        do-clean \
934
        do-distclean \
935
        do-dvi \
936
        do-info \
937
        do-install-info \
938
        do-installcheck \
939
        do-mostlyclean \
940
        do-maintainer-clean \
941
        do-TAGS
942
.PHONY: $(DO_X)
943
$(DO_X):
944
        @target=`echo $@ | sed -e 's/^do-//'`; \
945
        r=`pwd`; export r; \
946
        s=`cd $(srcdir); pwd`; export s; \
947
        $(SET_LIB_PATH) \
948
        for i in $(SUBDIRS) -dummy-; do \
949
          if [ -f ./$$i/Makefile ]; then \
950
            case $$i in \
951
            gcc) \
952
              for flag in $(EXTRA_GCC_FLAGS); do \
953
                eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
954
              done; \
955
              ;; \
956
            *) \
957
              for flag in $(EXTRA_HOST_FLAGS); do \
958
                eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
959
              done; \
960
              ;; \
961
            esac ; \
962
            export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
963
            if (cd ./$$i; \
964
                $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
965
                        "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
966
                        "RANLIB=$${RANLIB}" \
967
                        "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
968
                        $${target}); \
969
            then true; else exit 1; fi; \
970
          else true; fi; \
971
        done
972
        @target=`echo $@ | sed -e 's/^do-//'`; \
973
        r=`pwd`; export r; \
974
        s=`cd $(srcdir); pwd`; export s; \
975
        $(SET_LIB_PATH) \
976
        for i in $(TARGET_CONFIGDIRS) -dummy-; do \
977
          if [ -f $(TARGET_SUBDIR)/$$i/Makefile ]; then \
978
            for flag in $(EXTRA_TARGET_FLAGS); do \
979
                eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \
980
            done; \
981
            export AR AS CC CXX LD NM RANLIB DLLTOOL WINDRES; \
982
            if (cd $(TARGET_SUBDIR)/$$i; \
983
                $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
984
                        "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
985
                        "RANLIB=$${RANLIB}" \
986
                        "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
987
                        $${target}); \
988
            then true; else exit 1; fi; \
989
          else true; fi; \
990
        done
991
 
992
# Here are the targets which correspond to the do-X targets.
993
 
994
.PHONY: info installcheck dvi install-info
995
.PHONY: clean distclean mostlyclean maintainer-clean realclean
996
.PHONY: local-clean local-distclean local-maintainer-clean
997
info: do-info
998
installcheck: do-installcheck
999
dvi: do-dvi
1000
 
1001
# Make sure makeinfo is built before we do a `make info'.
1002
do-info: all-texinfo
1003
 
1004
install-info: do-install-info dir.info
1005
        s=`cd $(srcdir); pwd`; export s; \
1006
        if [ -f dir.info ] ; then \
1007
          $(INSTALL_DATA) dir.info $(infodir)/dir.info ; \
1008
        else true ; fi
1009
 
1010
local-clean:
1011
        -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
1012
 
1013
local-distclean:
1014
        -rm -f Makefile config.status config.cache mh-frag mt-frag
1015
        -if [ "$(TARGET_SUBDIR)" != "." ]; then \
1016
          rm -rf $(TARGET_SUBDIR); \
1017
        else true; fi
1018
 
1019
local-maintainer-clean:
1020
        @echo "This command is intended for maintainers to use;"
1021
        @echo "it deletes files that may require special tools to rebuild."
1022
 
1023
clean: do-clean local-clean
1024
mostlyclean: do-mostlyclean local-clean
1025
distclean: do-distclean local-clean local-distclean
1026
maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
1027
maintainer-clean: local-distclean
1028
realclean: maintainer-clean
1029
 
1030
# This rule is used to clean specific modules.
1031
.PHONY: $(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc
1032
$(CLEAN_MODULES) $(CLEAN_X11_MODULES) clean-gcc:
1033
        @dir=`echo $@ | sed -e 's/clean-//'`; \
1034
        if [ -f ./$${dir}/Makefile ] ; then \
1035
          r=`pwd`; export r; \
1036
          s=`cd $(srcdir); pwd`; export s; \
1037
          $(SET_LIB_PATH) \
1038
          (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) clean); \
1039
        else \
1040
          true; \
1041
        fi
1042
 
1043
.PHONY: $(CLEAN_TARGET_MODULES)
1044
$(CLEAN_TARGET_MODULES):
1045
        @dir=`echo $@ | sed -e 's/clean-target-//'`; \
1046
        rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1047
        if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1048
          r=`pwd`; export r; \
1049
          s=`cd $(srcdir); pwd`; export s; \
1050
          $(SET_LIB_PATH) \
1051
          (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) clean); \
1052
        else \
1053
          true; \
1054
        fi
1055
 
1056
clean-target: $(CLEAN_TARGET_MODULES)
1057
 
1058
# Check target.
1059
 
1060
.PHONY: check
1061
check: $(CHECK_MODULES) \
1062
        $(CHECK_TARGET_MODULES) \
1063
        $(CHECK_X11_MODULES) \
1064
        check-gcc
1065
 
1066
# Automated reporting of test results.
1067
 
1068
warning.log: build.log
1069
        $(srcdir)/contrib/warn_summary build.log > $@
1070
 
1071
mail-report.log:
1072
        if test x'$(BOOT_CFLAGS)' != x''; then \
1073
            BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
1074
        fi; \
1075
        $(srcdir)/contrib/test_summary -t >$@
1076
        chmod +x $@
1077
        echo If you really want to send e-mail, run ./$@ now
1078
 
1079
mail-report-with-warnings.log: warning.log
1080
        if test x'$(BOOT_CFLAGS)' != x''; then \
1081
            BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
1082
        fi; \
1083
        $(srcdir)/contrib/test_summary -t -i warning.log >$@
1084
        chmod +x $@
1085
        echo If you really want to send e-mail, run ./$@ now
1086
 
1087
# Installation targets.
1088
 
1089
.PHONY: install install-cross uninstall source-vault binary-vault vault-install
1090
install: $(INSTALL_TARGET)
1091
install-cross: $(INSTALL_TARGET_CROSS)
1092
 
1093
uninstall:
1094
        @echo "the uninstall target is not supported in this tree"
1095
 
1096
source-vault:
1097
        $(MAKE) -f ./release/Build-A-Release \
1098
                host=$(host_alias) source-vault
1099
 
1100
binary-vault:
1101
        $(MAKE) -f ./release/Build-A-Release \
1102
                host=$(host_alias) target=$(target_alias)
1103
 
1104
vault-install:
1105
        @if [ -f ./release/vault-install ] ; then \
1106
          ./release/vault-install $(host_alias) $(target_alias) ; \
1107
        else \
1108
          true ; \
1109
        fi
1110
 
1111
.PHONY: install.all
1112
install.all: install-no-fixedincludes
1113
        @if [ -f ./gcc/Makefile ] ; then \
1114
                r=`pwd` ; export r ; \
1115
                $(SET_LIB_PATH) \
1116
                (cd ./gcc; \
1117
                $(MAKE) $(FLAGS_TO_PASS) install-headers) ; \
1118
        else \
1119
                true ; \
1120
        fi
1121
 
1122
# inet-install is used because the I*Net wants DejaGNU installed but
1123
# not built.  Similarly, gzip is built but not installed.
1124
inet-install:
1125
        $(MAKE) INSTALL_MODULES="`echo $(INSTALL_MODULES) | sed -e 's/install-dejagnu//' -e 's/install-gzip//'`" install
1126
 
1127
# install-no-fixedincludes is used because Cygnus can not distribute
1128
# the fixed header files.
1129
.PHONY: install-no-fixedincludes
1130
install-no-fixedincludes: \
1131
        installdirs \
1132
        $(INSTALL_MODULES) \
1133
        $(INSTALL_TARGET_MODULES) \
1134
        $(INSTALL_X11_MODULES) \
1135
        gcc-no-fixedincludes
1136
 
1137
# Install the gcc headers files, but not the fixed include files,
1138
# which Cygnus is not allowed to distribute.  This rule is very
1139
# dependent on the workings of the gcc Makefile.in.
1140
.PHONY: gcc-no-fixedincludes
1141
gcc-no-fixedincludes:
1142
        @if [ -f ./gcc/Makefile ]; then \
1143
          rm -rf gcc/tmp-include; \
1144
          mv gcc/include gcc/tmp-include 2>/dev/null; \
1145
          mkdir gcc/include; \
1146
          cp $(srcdir)/gcc/gsyslimits.h gcc/include/syslimits.h; \
1147
          touch gcc/stmp-fixinc gcc/include/fixed; \
1148
          rm -f gcc/stmp-headers gcc/stmp-int-hdrs; \
1149
          r=`pwd`; export r; \
1150
          s=`cd $(srcdir); pwd` ; export s; \
1151
          $(SET_LIB_PATH) \
1152
          (cd ./gcc; \
1153
           $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1154
          rm -rf gcc/include; \
1155
          mv gcc/tmp-include gcc/include 2>/dev/null; \
1156
        else true; fi
1157
 
1158
 
1159
# This rule is used to build the modules which use FLAGS_TO_PASS.  To
1160
# build a target all-X means to cd to X and make all.
1161
#
1162
# all-gui, and all-libproc are handled specially because
1163
# they are still experimental, and if they fail to build, that
1164
# shouldn't stop "make all".
1165
.PHONY: $(ALL_MODULES) all-gui all-libproc
1166
$(ALL_MODULES) all-gui all-libproc:
1167
        @dir=`echo $@ | sed -e 's/all-//'`; \
1168
        if [ -f ./$${dir}/Makefile ] ; then \
1169
          r=`pwd`; export r; \
1170
          s=`cd $(srcdir); pwd`; export s; \
1171
          $(SET_LIB_PATH) \
1172
          (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) all); \
1173
        else \
1174
          true; \
1175
        fi
1176
 
1177
# These rules are used to check the modules which use FLAGS_TO_PASS.
1178
# To build a target check-X means to cd to X and make check.  Some
1179
# modules are only tested in a native toolchain.
1180
 
1181
.PHONY: $(CHECK_MODULES) $(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
1182
$(NATIVE_CHECK_MODULES):
1183
        @if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
1184
          dir=`echo $@ | sed -e 's/check-//'`; \
1185
          if [ -f ./$${dir}/Makefile ] ; then \
1186
            r=`pwd`; export r; \
1187
            s=`cd $(srcdir); pwd`; export s; \
1188
            $(SET_LIB_PATH) \
1189
            (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1190
          else \
1191
            true; \
1192
          fi; \
1193
        fi
1194
 
1195
$(CROSS_CHECK_MODULES):
1196
        @dir=`echo $@ | sed -e 's/check-//'`; \
1197
        if [ -f ./$${dir}/Makefile ] ; then \
1198
          r=`pwd`; export r; \
1199
          s=`cd $(srcdir); pwd`; export s; \
1200
          $(SET_LIB_PATH) \
1201
          (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) check); \
1202
        else \
1203
          true; \
1204
        fi
1205
 
1206
# This rule is used to install the modules which use FLAGS_TO_PASS.
1207
# To build a target install-X means to cd to X and make install.
1208
.PHONY: $(INSTALL_MODULES)
1209
$(INSTALL_MODULES): installdirs
1210
        @dir=`echo $@ | sed -e 's/install-//'`; \
1211
        if [ -f ./$${dir}/Makefile ] ; then \
1212
          r=`pwd`; export r; \
1213
          s=`cd $(srcdir); pwd`; export s; \
1214
          $(SET_LIB_PATH) \
1215
          (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1216
        else \
1217
          true; \
1218
        fi
1219
 
1220
# This rule is used to configure the modules which are built with the
1221
# target tools.
1222
.PHONY: $(CONFIGURE_TARGET_MODULES)
1223
$(CONFIGURE_TARGET_MODULES):
1224
        @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1225
        if [ -d $(TARGET_SUBDIR)/$${dir} ]; then \
1226
          r=`pwd`; export r; \
1227
          $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/$${dir}/tmpmulti.out 2> /dev/null; \
1228
          if [ -s $(TARGET_SUBDIR)/$${dir}/tmpmulti.out ]; then \
1229
            if [ -f $(TARGET_SUBDIR)/$${dir}/multilib.out ]; then \
1230
              if cmp $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/tmpmulti.out > /dev/null; then \
1231
                rm -f $(TARGET_SUBDIR)/$${dir}/tmpmulti.out; \
1232
              else \
1233
                echo "Multilibs changed for $${dir}, reconfiguring"; \
1234
                rm -f $(TARGET_SUBDIR)/$${dir}/multilib.out $(TARGET_SUBDIR)/$${dir}/Makefile; \
1235
                mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1236
              fi; \
1237
            else \
1238
              mv $(TARGET_SUBDIR)/$${dir}/tmpmulti.out $(TARGET_SUBDIR)/$${dir}/multilib.out; \
1239
            fi; \
1240
          fi; \
1241
        fi; exit 0      # break command into two pieces
1242
        @dir=`echo $@ | sed -e 's/configure-target-//'`; \
1243
        if [ ! -d $(TARGET_SUBDIR) ]; then \
1244
          true; \
1245
        elif [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1246
          true; \
1247
        elif echo " $(TARGET_CONFIGDIRS) " | grep " $${dir} " >/dev/null 2>&1; then \
1248
          if [ -d $(srcdir)/$${dir} ]; then \
1249
            [ -d $(TARGET_SUBDIR)/$${dir} ] || mkdir $(TARGET_SUBDIR)/$${dir};\
1250
            r=`pwd`; export r; \
1251
            s=`cd $(srcdir); pwd`; export s; \
1252
            $(SET_LIB_PATH) \
1253
            AR="$(AR_FOR_TARGET)"; export AR; \
1254
            AS="$(AS_FOR_TARGET)"; export AS; \
1255
            CC="$(CC_FOR_TARGET)"; export CC; \
1256
            CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
1257
            CXX="$(CXX_FOR_TARGET)"; export CXX; \
1258
            CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
1259
            DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
1260
            LD="$(LD_FOR_TARGET)"; export LD; \
1261
            LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
1262
            NM="$(NM_FOR_TARGET)"; export NM; \
1263
            RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
1264
            WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
1265
            echo Configuring in $(TARGET_SUBDIR)/$${dir}; \
1266
            cd $(TARGET_SUBDIR)/$${dir}; \
1267
            case $(srcdir) in \
1268
            /*) \
1269
              topdir=$(srcdir) ;; \
1270
            *) \
1271
              case "$(TARGET_SUBDIR)" in \
1272
              .) topdir="../$(srcdir)" ;; \
1273
              *) topdir="../../$(srcdir)" ;; \
1274
              esac ;; \
1275
            esac; \
1276
            if [ "$(srcdir)" = "." ] ; then \
1277
              if [ "$(TARGET_SUBDIR)" != "." ] ; then \
1278
                if $(SHELL) $$s/symlink-tree $${topdir}/$${dir} "no-such-file" ; then \
1279
                  if [ -f Makefile ]; then \
1280
                    if $(MAKE) distclean; then \
1281
                      true; \
1282
                    else \
1283
                      exit 1; \
1284
                    fi; \
1285
                  else \
1286
                    true; \
1287
                  fi; \
1288
                else \
1289
                  exit 1; \
1290
                fi; \
1291
              else \
1292
                true; \
1293
              fi; \
1294
              srcdiroption="--srcdir=."; \
1295
              libsrcdir="."; \
1296
            else \
1297
              srcdiroption="--srcdir=$${topdir}/$${dir}"; \
1298
              libsrcdir="$$s/$${dir}"; \
1299
            fi; \
1300
            if [ -f $${libsrcdir}/configure ] ; then \
1301
              rm -f no-such-file skip-this-dir; \
1302
              CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
1303
                $(CONFIG_ARGUMENTS) $${srcdiroption} \
1304
                --with-target-subdir="$(TARGET_SUBDIR)"; \
1305
            else \
1306
              rm -f no-such-file skip-this-dir; \
1307
              CONFIG_SITE=no-such-file $(SHELL) $$s/configure \
1308
                $(CONFIG_ARGUMENTS) $${srcdiroption} \
1309
                --with-target-subdir="$(TARGET_SUBDIR)"; \
1310
            fi; \
1311
            if [ -f skip-this-dir ] ; then \
1312
              sh skip-this-dir; \
1313
              rm -f skip-this-dir; \
1314
              cd ..; rmdir $${dir} || true; \
1315
            else \
1316
              true; \
1317
            fi; \
1318
          else \
1319
            true; \
1320
          fi; \
1321
        else \
1322
          true; \
1323
        fi
1324
 
1325
# This rule is used to build the modules which use TARGET_FLAGS_TO_PASS.
1326
# To build a target all-X means to cd to X and make all.
1327
.PHONY: $(ALL_TARGET_MODULES)
1328
$(ALL_TARGET_MODULES):
1329
        @dir=`echo $@ | sed -e 's/all-target-//'`; \
1330
        if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1331
          r=`pwd`; export r; \
1332
          s=`cd $(srcdir); pwd`; export s; \
1333
          $(SET_LIB_PATH) \
1334
          (cd $(TARGET_SUBDIR)/$${dir}; $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
1335
        else \
1336
          true; \
1337
        fi
1338
 
1339
# This rule is used to check the modules which use TARGET_FLAGS_TO_PASS.
1340
# To build a target install-X means to cd to X and make install.
1341
.PHONY: $(CHECK_TARGET_MODULES)
1342
$(CHECK_TARGET_MODULES):
1343
        @dir=`echo $@ | sed -e 's/check-target-//'`; \
1344
        if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1345
          r=`pwd`; export r; \
1346
          s=`cd $(srcdir); pwd`; export s; \
1347
          $(SET_LIB_PATH) \
1348
          (cd $(TARGET_SUBDIR)/$${dir};$(MAKE) $(TARGET_FLAGS_TO_PASS) check);\
1349
        else \
1350
          true; \
1351
        fi
1352
 
1353
# This rule is used to install the modules which use
1354
# TARGET_FLAGS_TO_PASS.  To build a target install-X means to cd to X
1355
# and make install.
1356
.PHONY: $(INSTALL_TARGET_MODULES)
1357
$(INSTALL_TARGET_MODULES): installdirs
1358
        @dir=`echo $@ | sed -e 's/install-target-//'`; \
1359
        if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
1360
          r=`pwd`; export r; \
1361
          s=`cd $(srcdir); pwd`; export s; \
1362
          $(SET_LIB_PATH) \
1363
          (cd $(TARGET_SUBDIR)/$${dir}; \
1364
            $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
1365
        else \
1366
          true; \
1367
        fi
1368
 
1369
# This rule is used to build the modules which use X11_FLAGS_TO_PASS.
1370
# To build a target all-X means to cd to X and make all.
1371
.PHONY: $(ALL_X11_MODULES)
1372
$(ALL_X11_MODULES):
1373
        @dir=`echo $@ | sed -e 's/all-//'`; \
1374
        if [ -f ./$${dir}/Makefile ] ; then \
1375
          r=`pwd`; export r; \
1376
          s=`cd $(srcdir); pwd`; export s; \
1377
          $(SET_LIB_PATH) \
1378
          (cd $${dir}; \
1379
           $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all); \
1380
        else \
1381
          true; \
1382
        fi
1383
 
1384
# This rule is used to check the modules which use X11_FLAGS_TO_PASS.
1385
# To build a target check-X means to cd to X and make all.
1386
.PHONY: $(CHECK_X11_MODULES)
1387
$(CHECK_X11_MODULES):
1388
        @dir=`echo $@ | sed -e 's/check-//'`; \
1389
        if [ -f ./$${dir}/Makefile ] ; then \
1390
          r=`pwd`; export r; \
1391
          s=`cd $(srcdir); pwd`; export s; \
1392
          $(SET_LIB_PATH) \
1393
          (cd $${dir}; \
1394
           $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check); \
1395
        else \
1396
          true; \
1397
        fi
1398
 
1399
# This rule is used to install the modules which use X11_FLAGS_TO_PASS.
1400
# To build a target install-X means to cd to X and make install.
1401
.PHONY: $(INSTALL_X11_MODULES)
1402
$(INSTALL_X11_MODULES): installdirs
1403
        @dir=`echo $@ | sed -e 's/install-//'`; \
1404
        if [ -f ./$${dir}/Makefile ] ; then \
1405
          r=`pwd`; export r; \
1406
          s=`cd $(srcdir); pwd`; export s; \
1407
          $(SET_LIB_PATH) \
1408
          (cd $${dir}; \
1409
           $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install); \
1410
        else \
1411
          true; \
1412
        fi
1413
 
1414
# gcc is the only module which uses GCC_FLAGS_TO_PASS.
1415
.PHONY: all-gcc
1416
all-gcc:
1417
        @if [ -f ./gcc/Makefile ] ; then \
1418
          r=`pwd`; export r; \
1419
          s=`cd $(srcdir); pwd`; export s; \
1420
          $(SET_LIB_PATH) \
1421
          (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
1422
        else \
1423
          true; \
1424
        fi
1425
 
1426
# Building GCC uses some tools for rebuilding "source" files
1427
# like texinfo, bison/byacc, etc.  So we must depend on those.
1428
#
1429
# While building GCC, it may be necessary to run various target
1430
# programs like the assembler, linker, etc.  So we depend on
1431
# those too.
1432
#
1433
# In theory, on an SMP all those dependencies can be resolved
1434
# in parallel.
1435
#
1436
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
1437
bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
1438
        @r=`pwd`; export r; \
1439
        s=`cd $(srcdir); pwd`; export s; \
1440
        $(SET_LIB_PATH) \
1441
        echo "Bootstrapping the compiler"; \
1442
        cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) $@
1443
        @r=`pwd`; export r; \
1444
        s=`cd $(srcdir); pwd`; export s; \
1445
        case "$@" in \
1446
          *bootstrap4-lean ) \
1447
                        msg="Comparing stage3 and stage4 of the compiler"; \
1448
                        compare=compare3-lean ;; \
1449
          *bootstrap4 ) msg="Comparing stage3 and stage4 of the compiler"; \
1450
                        compare=compare3 ;; \
1451
          *-lean )      msg="Comparing stage2 and stage3 of the compiler"; \
1452
                        compare=compare-lean ;; \
1453
          * )           msg="Comparing stage2 and stage3 of the compiler"; \
1454
                        compare=compare ;; \
1455
        esac; \
1456
        $(SET_LIB_PATH) \
1457
        echo "$$msg"; \
1458
        cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) $$compare
1459
        @r=`pwd`; export r; \
1460
        s=`cd $(srcdir); pwd` ; export s; \
1461
        $(SET_LIB_PATH) \
1462
        echo "Building runtime libraries"; \
1463
        $(MAKE) $(BASE_FLAGS_TO_PASS) all
1464
 
1465
.PHONY: cross
1466
cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
1467
        @r=`pwd`; export r; \
1468
        s=`cd $(srcdir); pwd`; export s; \
1469
        $(SET_LIB_PATH) \
1470
        echo "Building the C and C++ compiler"; \
1471
        cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++"
1472
        @r=`pwd`; export r; \
1473
        s=`cd $(srcdir); pwd` ; export s; \
1474
        $(SET_LIB_PATH) \
1475
        echo "Building runtime libraries"; \
1476
        $(MAKE) $(BASE_FLAGS_TO_PASS) all LANGUAGES="c c++"
1477
 
1478
.PHONY: check-gcc
1479
check-gcc:
1480
        @if [ -f ./gcc/Makefile ] ; then \
1481
          r=`pwd`; export r; \
1482
          s=`cd $(srcdir); pwd`; export s; \
1483
          $(SET_LIB_PATH) \
1484
          (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check); \
1485
        else \
1486
          true; \
1487
        fi
1488
 
1489
.PHONY: install-gcc
1490
install-gcc:
1491
        @if [ -f ./gcc/Makefile ] ; then \
1492
          r=`pwd`; export r; \
1493
          s=`cd $(srcdir); pwd`; export s; \
1494
          $(SET_LIB_PATH) \
1495
          (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) install); \
1496
        else \
1497
          true; \
1498
        fi
1499
 
1500
.PHONY: install-gcc-cross
1501
install-gcc-cross:
1502
        @if [ -f ./gcc/Makefile ] ; then \
1503
          r=`pwd`; export r; \
1504
          s=`cd $(srcdir); pwd`; export s; \
1505
          $(SET_LIB_PATH) \
1506
          (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) LANGUAGES="c c++" install); \
1507
        else \
1508
          true; \
1509
        fi
1510
# EXPERIMENTAL STUFF
1511
# This rule is used to install the modules which use FLAGS_TO_PASS.
1512
# To build a target install-X means to cd to X and make install.
1513
.PHONY: install-dosrel
1514
install-dosrel: installdirs info
1515
        @dir=`echo $@ | sed -e 's/install-//'`; \
1516
        if [ -f ./$${dir}/Makefile ] ; then \
1517
          r=`pwd`; export r; \
1518
          s=`cd $(srcdir); pwd`; export s; \
1519
          $(SET_LIB_PATH) \
1520
          (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
1521
        else \
1522
          true; \
1523
        fi
1524
 
1525
install-dosrel-fake:
1526
 
1527
 
1528
# This is a list of inter-dependencies among modules.
1529
all-apache:
1530
all-ash:
1531
all-autoconf: all-m4 all-texinfo
1532
all-automake: all-m4 all-texinfo
1533
all-bash:
1534
all-bfd: all-libiberty all-intl
1535
all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl
1536
all-bison: all-texinfo
1537
configure-target-bsp: $(ALL_GCC)
1538
all-target-bsp: configure-target-bsp all-gcc all-binutils all-target-newlib
1539
all-byacc:
1540
all-bzip2:
1541
all-cvssrc:
1542
configure-target-cygmon: $(ALL_GCC)
1543
all-target-cygmon: configure-target-cygmon all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-libstub all-target-bsp
1544
all-db:
1545
all-dejagnu: all-tcl all-expect all-tk
1546
all-diff: all-libiberty
1547
all-emacs:
1548
all-emacs19: all-bison all-byacc
1549
all-etc:
1550
configure-target-examples: $(ALL_GCC)
1551
all-target-examples: configure-target-examples
1552
all-expect: all-tcl all-tk
1553
all-fileutils: all-libiberty
1554
all-findutils:
1555
all-find:
1556
all-flex: all-libiberty all-bison all-byacc
1557
all-gas: all-libiberty all-opcodes all-bfd all-intl
1558
all-gash: all-tcl
1559
all-gawk:
1560
ALL_GCC = all-gcc
1561
all-gcc: all-bison all-byacc all-binutils all-gas all-ld
1562
all-bootstrap: all-libiberty all-bison all-byacc all-binutils all-gas all-ld
1563
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui
1564
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
1565
all-gettext:
1566
all-gnuserv:
1567
configure-target-gperf: $(ALL_GCC)
1568
all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++
1569
all-gprof: all-libiberty all-bfd all-opcodes all-intl
1570
all-grez: all-libiberty all-bfd all-opcodes
1571
all-gui: all-gdb all-libproc all-target-librx
1572
all-guile:
1573
all-gzip: all-libiberty
1574
all-hello: all-libiberty
1575
all-indent:
1576
all-inet: all-tcl all-send-pr all-perl
1577
all-intl:
1578
all-ispell: all-emacs19
1579
all-itcl: all-tcl all-tk all-tcl8.1 all-tk8.1
1580
all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl
1581
configure-target-libg++: $(ALL_GCC) configure-target-librx
1582
all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++
1583
configure-target-libgloss: $(ALL_GCC)
1584
all-target-libgloss: configure-target-libgloss configure-target-newlib
1585
configure-target-libio: $(ALL_GCC)
1586
all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
1587
check-target-libio:
1588
all-libgui: all-tcl all-tk all-tcl8.1 all-tk8.1 all-itcl
1589
all-libiberty:
1590
configure-target-librx: $(ALL_GCC) configure-target-newlib
1591
all-target-librx: configure-target-librx
1592
configure-target-libstdc++: $(ALL_GCC)
1593
all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
1594
configure-target-libstub: $(ALL_GCC)
1595
all-target-libstub: configure-target-libstub
1596
all-libtool:
1597
all-m4: all-libiberty
1598
all-make: all-libiberty
1599
all-mmalloc:
1600
configure-target-newlib: $(ALL_GCC)
1601
configure-target-libtermcap: $(ALL_GCC)
1602
all-target-newlib: configure-target-newlib all-binutils all-gas all-gcc
1603
all-target-libtermcap: configure-target-libtermcap all-binutils all-gas all-gcc
1604
all-opcodes: all-bfd all-libiberty
1605
all-patch: all-libiberty
1606
all-perl:
1607
all-prms: all-libiberty
1608
all-rcs:
1609
all-readline:
1610
all-recode: all-libiberty
1611
all-sed: all-libiberty
1612
all-send-pr: all-prms
1613
all-shellutils:
1614
all-sim: all-libiberty all-bfd all-opcodes all-readline
1615
all-tar: all-libiberty
1616
all-tcl:
1617
all-tcl8.1:
1618
all-tclX: all-tcl all-tk
1619
all-tk: all-tcl
1620
all-tk8.1: all-tcl8.1
1621
all-texinfo: all-libiberty
1622
all-textutils:
1623
all-tgas: all-libiberty all-bfd all-opcodes
1624
all-time:
1625
all-tix: all-tcl all-tk all-tcl8.1 all-tk8.1
1626
all-wdiff:
1627
all-target-winsup: all-target-newlib all-target-libiberty all-target-libtermcap configure-target-winsup
1628
configure-target-winsup: configure-target-newlib
1629
all-uudecode: all-libiberty
1630
all-zip:
1631
configure-target-libiberty: $(ALL_GCC)
1632
all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib
1633
all-target: $(ALL_TARGET_MODULES)
1634
install-target: $(INSTALL_TARGET_MODULES)
1635
install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
1636
### other supporting targets
1637
 
1638
MAKEDIRS= \
1639
        $(prefix) \
1640
        $(exec_prefix)
1641
.PHONY: installdirs
1642
installdirs: mkinstalldirs
1643
        $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
1644
 
1645
dir.info: do-install-info
1646
        if [ -f $(srcdir)/texinfo/gen-info-dir ] ; then \
1647
          $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new ; \
1648
          mv -f dir.info.new dir.info ; \
1649
        else true ; \
1650
        fi
1651
 
1652
dist:
1653
        @echo "Building a full distribution of this tree isn't done"
1654
        @echo "via 'make dist'.  Check out the etc/ subdirectory"
1655
 
1656
etags tags: TAGS
1657
 
1658
# Right now this just builds TAGS in each subdirectory.  emacs19 has the
1659
# ability to use several tags files at once, so there is probably no need
1660
# to combine them into one big TAGS file (like CVS 1.3 does).  We could
1661
# (if we felt like it) have this Makefile write a piece of elisp which
1662
# the user could load to tell emacs19 where all the TAGS files we just
1663
# built are.
1664
TAGS: do-TAGS
1665
 
1666
# with the gnu make, this is done automatically.
1667
 
1668
Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag) $(gcc_version_trigger)
1669
        $(SHELL) ./config.status
1670
 
1671
#
1672
# Support for building net releases
1673
 
1674
# Files in devo used in any net release.
1675
# ChangeLog omitted because it may refer to files which are not in this
1676
# distribution (perhaps it would be better to include it anyway).
1677
DEVO_SUPPORT= README Makefile.in configure configure.in \
1678
        config.guess config.if config.sub config move-if-change \
1679
        mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
1680
        COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
1681
        mkinstalldirs ltconfig ltmain.sh missing ylwrap
1682
 
1683
# Files in devo/etc used in any net release.
1684
# ChangeLog omitted because it may refer to files which are not in this
1685
# distribution (perhaps it would be better to include it anyway).
1686
ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
1687
        make-stds.texi standards.info*
1688
 
1689
# When you use `make setup-dirs' or `make taz' you should always redefine
1690
# this macro.
1691
SUPPORT_FILES = list-of-support-files-for-tool-in-question
1692
 
1693
# NOTE: No double quotes in the below.  It is used within shell script
1694
# as VER="$(VER)"
1695
VER = ` if grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
1696
          sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'; \
1697
        else \
1698
          sed < $(TOOL)/Makefile.in -n 's/^VERSION *= *//p'; \
1699
        fi`
1700
PACKAGE = $(TOOL)
1701
 
1702
.PHONY: taz
1703
taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
1704
        $(MAKE) -f Makefile.in do-proto-toplev \
1705
                TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1706
                MD5PROG="$(MD5PROG)" \
1707
                SUPPORT_FILES="$(SUPPORT_FILES)"
1708
        $(MAKE) -f Makefile.in do-md5sum \
1709
                TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1710
                MD5PROG="$(MD5PROG)" \
1711
                SUPPORT_FILES="$(SUPPORT_FILES)"
1712
        $(MAKE) -f Makefile.in do-tar-bz2 \
1713
                TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1714
                MD5PROG="$(MD5PROG)" \
1715
                SUPPORT_FILES="$(SUPPORT_FILES)"
1716
 
1717
.PHONY: gdb-taz
1718
gdb-taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
1719
        $(MAKE) -f Makefile.in do-proto-toplev \
1720
                TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1721
                MD5PROG="$(MD5PROG)" \
1722
                SUPPORT_FILES="$(SUPPORT_FILES)"
1723
        $(MAKE) -f Makefile.in do-md5sum \
1724
                TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1725
                MD5PROG="$(MD5PROG)" \
1726
                SUPPORT_FILES="$(SUPPORT_FILES)"
1727
        $(MAKE) -f Makefile.in do-djunpack \
1728
                TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1729
                MD5PROG="$(MD5PROG)" \
1730
                SUPPORT_FILES="$(SUPPORT_FILES)"
1731
        $(MAKE) -f Makefile.in do-tar-bz2 \
1732
                TOOL=$(TOOL) PACKAGE="$(PACKAGE)" VER="$(VER)" \
1733
                MD5PROG="$(MD5PROG)" \
1734
                SUPPORT_FILES="$(SUPPORT_FILES)"
1735
 
1736
.PHONY: do-proto-toplev
1737
do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
1738
        echo "==> Making $(PACKAGE)-$(VER)/"
1739
        # Take out texinfo from a few places.
1740
        sed -e '/^all\.normal: /s/\all-texinfo //' \
1741
            -e '/^      install-texinfo /d' \
1742
        tmp
1743
        mv -f tmp Makefile.in
1744
        #
1745
        ./configure sun4
1746
        [ -z "$(CONFIGURE_TARGET_MODULES)" ] \
1747
          || $(MAKE) $(CONFIGURE_TARGET_MODULES) ALL_GCC="" \
1748
            CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)"
1749
        # Make links, and run "make diststuff" or "make info" when needed.
1750
        rm -rf proto-toplev ; mkdir proto-toplev
1751
        set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \
1752
        for d in $$dirs ; do \
1753
          if [ -d $$d ]; then \
1754
            if [ ! -f $$d/Makefile ] ; then true ; \
1755
            elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \
1756
                (cd $$d ; $(MAKE) diststuff ) || exit 1 ; \
1757
            elif grep '^info:' $$d/Makefile >/dev/null ; then \
1758
                (cd $$d ; $(MAKE) info ) || exit 1 ; \
1759
            fi ; \
1760
            if [ -d $$d/proto-$$d.dir ]; then \
1761
              ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
1762
            else \
1763
              ln -s ../$$d proto-toplev/$$d ; \
1764
            fi ; \
1765
          else ln -s ../$$d proto-toplev/$$d ; fi ; \
1766
        done
1767
        cd etc ; $(MAKE) info
1768
        $(MAKE) distclean
1769
        #
1770
        mkdir proto-toplev/etc
1771
        (cd proto-toplev/etc; \
1772
         for i in $(ETC_SUPPORT); do \
1773
                ln -s ../../etc/$$i . ; \
1774
         done)
1775
        #
1776
        # Take out texinfo from configurable dirs
1777
        rm proto-toplev/configure.in
1778
        sed -e '/^host_tools=/s/texinfo //' \
1779
            proto-toplev/configure.in
1780
        #
1781
        mkdir proto-toplev/texinfo
1782
        ln -s ../../texinfo/texinfo.tex         proto-toplev/texinfo/
1783
        if test -r texinfo/util/tex3patch ; then \
1784
          mkdir proto-toplev/texinfo/util && \
1785
          ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \
1786
        else true; fi
1787
        chmod -R og=u . || chmod og=u `find . -print`
1788
        #
1789
        -rm -f $(PACKAGE)-$(VER)
1790
        ln -s proto-toplev $(PACKAGE)-$(VER)
1791
 
1792
.PHONY: do-tar-bz2
1793
do-tar-bz2:
1794
        echo "==> Making $(PACKAGE)-$(VER).tar.bz2"
1795
        -rm -f $(PACKAGE)-$(VER).tar.bz2
1796
        find $(PACKAGE)-$(VER) -follow -name CVS -prune -o -type f -print \
1797
                | tar cTfh - $(PACKAGE)-$(VER).tar
1798
        $(BZIPPROG) -v -9 $(PACKAGE)-$(VER).tar
1799
 
1800
.PHONY: do-md5sum
1801
do-md5sum:
1802
        echo "==> Adding md5 checksum to top-level directory"
1803
        cd proto-toplev && find * -follow -name CVS -prune -o -type f -print \
1804
                | xargs $(MD5PROG) > ../md5.sum
1805
        mv md5.sum proto-toplev
1806
 
1807
.PHONY: do-djunpack
1808
do-djunpack:
1809
        echo "==> Adding updated djunpack.bat to top-level directory"
1810
        echo - 's /gdb-[0-9\.]*/gdb-'"$(VER)"'/'
1811
        sed < djunpack.bat > djunpack.new \
1812
                -e 's/gdb-[0-9][0-9\.]*/gdb-'"$(VER)"'/'
1813
        mv djunpack.new djunpack.bat
1814
        -rm -f proto-toplev/djunpack.bat
1815
        ln -s ../djunpack.bat proto-toplev/djunpack.bat
1816
 
1817
TEXINFO_SUPPORT= texinfo/texinfo.tex
1818
DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
1819
 
1820
.PHONY: gas.tar.bz2
1821
GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep
1822
gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
1823
        $(MAKE) -f Makefile.in taz TOOL=gas \
1824
                MD5PROG="$(MD5PROG)" \
1825
                SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
1826
 
1827
# The FSF "binutils" release includes gprof and ld.
1828
.PHONY: binutils.tar.bz2
1829
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
1830
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
1831
        $(MAKE) -f Makefile.in taz TOOL=binutils \
1832
                MD5PROG="$(MD5PROG)" \
1833
                SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
1834
 
1835
.PHONY: gas+binutils.tar.bz2
1836
GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
1837
gas+binutils.tar.bz2: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
1838
        $(MAKE) -f Makefile.in taz TOOL=gas \
1839
                MD5PROG="$(MD5PROG)" \
1840
                SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
1841
 
1842
.PHONY: libg++.tar.bz2
1843
LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
1844
libg++.tar.bz2: $(DIST_SUPPORT) libg++
1845
        $(MAKE) -f Makefile.in taz TOOL=libg++ \
1846
                MD5PROG="$(MD5PROG)" \
1847
                SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
1848
 
1849
GNATS_SUPPORT_DIRS=include libiberty send-pr
1850
gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
1851
        $(MAKE) -f  Makefile.in taz TOOL=gnats \
1852
                MD5PROG="$(MD5PROG)" \
1853
                SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
1854
 
1855
.PHONY: gdb.tar.bz2
1856
GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
1857
gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1858
        $(MAKE) -f Makefile.in gdb-taz TOOL=gdb \
1859
                MD5PROG="$(MD5PROG)" \
1860
                SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
1861
 
1862
.PHONY: dejagnu.tar.bz2
1863
DEJAGNU_SUPPORT_DIRS=  tcl expect libiberty
1864
dejagnu.tar.bz2: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) dejagnu
1865
        $(MAKE) -f Makefile.in taz TOOL=dejagnu \
1866
                MD5PROG="$(MD5PROG)" \
1867
                SUPPORT_FILES="$(DEJAGNU_SUPPORT_DIRS)"
1868
 
1869
.PHONY: gdb+dejagnu.tar.bz2
1870
GDBD_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl expect dejagnu
1871
gdb+dejagnu.tar.bz2: $(DIST_SUPPORT) $(GDBD_SUPPORT_DIRS) gdb
1872
        $(MAKE) -f Makefile.in gdb-taz TOOL=gdb PACKAGE=gdb+dejagnu \
1873
                MD5PROG="$(MD5PROG)" \
1874
                SUPPORT_FILES="$(GDBD_SUPPORT_DIRS)"
1875
 
1876
.PHONY: insight.tar.bz2
1877
INSIGHT_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl tk itcl tix libgui
1878
insight.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
1879
        $(MAKE) -f Makefile.in gdb-taz TOOL=gdb PACKAGE=insight \
1880
                MD5PROG="$(MD5PROG)" \
1881
                SUPPORT_FILES="$(INSIGHT_SUPPORT_DIRS)"
1882
 
1883
.PHONY: insight+dejagnu.tar.bz2
1884
INSIGHTD_SUPPORT_DIRS= $(INSIGHT_SUPPORT_DIRS) expect dejagnu
1885
insight+dejagnu.tar.bz2: $(DIST_SUPPORT) $(INSIGHTD_SUPPORT_DIRS) gdb
1886
        $(MAKE) -f Makefile.in gdb-taz TOOL=gdb PACKAGE="insight+dejagnu" \
1887
                MD5PROG="$(MD5PROG)" \
1888
                SUPPORT_FILES="$(INSIGHTD_SUPPORT_DIRS)"
1889
 
1890
.PHONY: newlib.tar.bz2
1891
NEWLIB_SUPPORT_DIRS=libgloss
1892
# taz configures for the sun4 target which won't configure newlib.
1893
# We need newlib configured so that the .info files are made.
1894
# Unfortunately, it is not enough to just configure newlib separately:
1895
# taz will build the .info files but since SUBDIRS won't contain newlib,
1896
# distclean won't be run (leaving Makefile, config.status, and the tmp files
1897
# used in building the .info files, eg: *.def, *.ref).
1898
# The problem isn't solvable however without a lot of extra work because
1899
# target libraries are built in subdir $(target_alias) which gets nuked during
1900
# the make distclean.  For now punt on the issue of shipping newlib info files
1901
# with newlib net releases and wait for a day when some native target (sun4?)
1902
# supports newlib (if only minimally).
1903
newlib.tar.bz2: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
1904
        $(MAKE) -f Makefile.in taz TOOL=newlib \
1905
                MD5PROG="$(MD5PROG)" \
1906
                SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
1907
                DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
1908
 
1909
.NOEXPORT:
1910
MAKEOVERRIDES=
1911
 
1912
# end of Makefile.in

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.