]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/Makefile.in
Saving a working version before release.
[thirdparty/gcc.git] / gcc / Makefile.in
CommitLineData
79d8453e
RS
1# Makefile for GNU C compiler.
2# Copyright (C) 1987, 1988, 1990, 1991 Free Software Foundation, Inc.
3
4#This file is part of GNU CC.
5
6#GNU CC 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, or (at your option)
9#any later version.
10
11#GNU CC 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 GNU CC; see the file COPYING. If not, write to
18#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19
20# The targets for external use include:
21# all, doc, proto, install, install-cross, install-cross-rest,
2e494f70 22# uninstall, TAGS, mostlyclean, clean, distclean, realclean,
79d8453e
RS
23# stage1, stage2, stage3, stage4.
24
2e494f70
RS
25# Suppress smart makes who think they know how to automake Yacc files
26.y.c:
27
79d8453e
RS
28# Variables that exist for you to override.
29# See below for how to change them for certain systems.
30
31# Selection of languages to be made.
32LANGUAGES = c c++ objective-c proto
33
34ALLOCA =
8d86aaea 35ALLOCA_FLAGS =
2a7bccbb 36ALLOCA_FINISH = true
79d8453e
RS
37
38# Various ways of specifying flags for compilations:
39# CFLAGS is for the user to override to, e.g., do a bootstrap with -O2.
40# BOOT_CFLAGS is the value of CFLAGS to pass
41# to the stage2 and stage3 compilations
42# XCFLAGS is used for most compilations but not when using the GCC just built.
43XCFLAGS =
44CFLAGS = -g
45BOOT_CFLAGS = -O $(CFLAGS)
46# These exists to be overridden by the x-* and t-* files, respectively.
47X_CFLAGS =
48T_CFLAGS =
49
50X_CPPFLAGS =
51T_CPPFLAGS =
52
53CC = cc
54BISON = bison
55BISONFLAGS =
56AR = ar
57OLDAR_FLAGS = qc
58AR_FLAGS = rc
59SHELL = /bin/sh
60# on sysV, define this as cp.
61INSTALL = install -c
62# These permit overriding just for certain files.
63INSTALL_PROGRAM = $(INSTALL)
64INSTALL_DATA = $(INSTALL)
65SYMLINK = ln -s
66
67# Define this as & to perform parallel make on a Sequent.
68# Note that this has some bugs, and it seems currently necessary
69# to compile all the gen* files first by hand to avoid erroneous results.
70P =
71
72# How to invoke ranlib.
73RANLIB = ranlib
74# Test to use to see whether ranlib exists on the system.
75RANLIB_TEST = [ -f /usr/bin/ranlib -o -f /bin/ranlib ]
76
77# Compiler to use for compiling libgcc1.a.
78# OLDCC should not be the GNU C compiler,
79# since that would compile typical libgcc1.a functions such as mulsi3
80# into infinite recursions.
81OLDCC = cc
82
83# CFLAGS for use with OLDCC, for compiling libgcc1.a.
84# NOTE: -O does not work on some Unix systems!
85CCLIBFLAGS = -O
86
2e494f70 87# Version of ar to use when compiling libgcc1.a.
79d8453e
RS
88OLDAR = ar
89
bf428f48
RS
90# The GCC to use for compiling libgcc2.a, enquire, and cross-test.
91# Usually the one we just built.
79d8453e 92# Don't use this as a dependency--use $(GCC_PASSES) or $(GCC_PARTS).
f2e663b6 93GCC_FOR_TARGET = ./xgcc -B./
79d8453e
RS
94
95# This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET.
96# It omits XCFLAGS, and specifies -B./.
bf428f48 97# It also specifies -B$(tooldir)/ to find as and ld for a cross compiler.
f2e663b6 98GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(CROSS_GCC_CFLAGS)
79d8453e
RS
99
100# Special flags for compiling enquire.
101# We disable optimization to make floating point more reliable.
8b7ec00c 102ENQUIRE_CFLAGS = -DNO_SC -DNO_MEM -DNO_STDDEF -DNO_LONG_DOUBLE_IO -O0
79d8453e
RS
103ENQUIRE_LDFLAGS = $(LDFLAGS)
104
105# Tools to use when building a cross-compiler.
106# These are used because `configure' appends `cross-make'
107# to the makefile when making a cross-compiler.
108
109TARGET_TOOLPREFIX = $(tooldir)/bin/
110AR_FOR_TARGET = $(TARGET_TOOLPREFIX)ar
111AR_FOR_TARGET_FLAGS = rc
112RANLIB_FOR_TARGET = $(TARGET_TOOLPREFIX)ranlib
113RANLIB_TEST_FOR_TARGET = [ -f $(TARGET_TOOLPREFIX)ranlib ]
114CROSS_TOOLS =
115
20bd0ab1
RS
116# There may be a premade insn-attrtab.c for this machine.
117# (You could rebuild it with genattrtab as usual, but it takes a long time.)
118# PREMADE_ATTRTAB is the file name of the file to use.
119# PREMADE_ATTRTAB_MD is the md file it corresponds to.
120PREMADE_ATTRTAB_MD = Makefile # Guaranteed not to cmp equal to md.
121PREMADE_ATTRTAB =
122
79d8453e
RS
123target= ... `configure' substitutes actual target name here.
124xmake_file= ... `configure' substitutes actual x- file name here.
125tmake_file= ... `configure' substitutes actual t- file name here.
126version=`awk '{printf "%s", substr ($$4, 2, length ($$4) - 3); }' $(srcdir)/version.c`
127
128# Directory where sources are, from where we are.
129srcdir = .
130# Common prefix for installation directories.
131# NOTE: This directory must exist when you start installation.
132prefix = /usr/local
2e494f70
RS
133# Directory in which to put host dependent programs and libraries
134exec_prefix = $(prefix)
79d8453e 135# Directory in which to put the executable for the command `gcc'
2e494f70 136bindir = $(exec_prefix)/bin
79d8453e 137# Directory in which to put the directories used by the compiler.
2e494f70 138libdir = $(exec_prefix)/lib
79d8453e 139# Directory in which the compiler finds executables, libraries, etc.
2e494f70 140libsubdir = $(libdir)/gcc-lib/$(target)/$(version)
79d8453e
RS
141# Extension (if any) to put in installed man-page filename.
142manext = .1
143# Directory in which to put man pages.
144mandir = $(prefix)/man/man1
145# Directory in which to find other cross-compilation tools and headers.
146# Used in install-cross.
147tooldir = $(prefix)/$(target)
148
149# Additional system libraries to link with.
150CLIB=
151
152# Change this to a null string if obstacks are installed in the
153# system library.
154OBSTACK=obstack.o
155
156# Specify the rule for actually making libgcc1.a.
2e494f70
RS
157# The value may be empty; that means to do absolutely nothing
158# with or for libgcc1.a.
79d8453e
RS
159LIBGCC1 = libgcc1.a
160
161# Specify the rule for actually making libgcc2.a.
162LIBGCC2 = libgcc2.a
163
164# Options to use when compiling libgcc2.a.
165# -g1 causes output of debug info only for file-scope entities.
166# we use this here because that should be enough, and also
167# so that -g1 will be tested.
168LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1
169
170# List of extra executables that should be compiled for this target machine
171# that are used for compiling from source code to object code.
172# The rules for compiling them should be in the t-* file for the machine.
173EXTRA_PASSES =
174
2e494f70
RS
175# Like EXTRA_PASSES, but these are used when linking.
176EXTRA_PROGRAMS =
177
178# List of extra object files that should be compiled for this target machine.
79d8453e
RS
179# The rules for compiling them should be in the t-* file for the machine.
180EXTRA_PARTS =
181
2e494f70
RS
182# List of extra object files that should be compiled and linked with
183# compiler proper (cc1, cc1obj, cc1plus).
184EXTRA_OBJS =
185
f780d21b
RS
186# List of additional header files to install.
187# Often this is edited directly by `configure'.
188EXTRA_HEADERS =
189
47547081
RS
190# Set this to `ld' to enable use of collect2.
191# USE_COLLECT2 =
192# It is convenient for configure to add the assignment at the beginning,
193# so don't override it here.
194
79d8453e
RS
195# List of extra C and assembler files to add to libgcc1.a.
196# Assembler files should have names ending in `.asm'.
197LIB1FUNCS_EXTRA =
198
199# List of extra C and assembler files to add to libgcc2.a.
200# Assembler files should have names ending in `.asm'.
201LIB2FUNCS_EXTRA =
202
203# Program to convert libraries.
204LIBCONVERT =
205
206# Control whether header files are installed.
207# We will change this to install-fixincludes eventually.
208# It would be useful for people to try this now.
209INSTALL_HEADERS=install-headers
210
211# Select which version of fixincludes to use (I.E. regular versus SVR4)
212FIXINCLUDES=fixincludes
213
acbbf3d9 214# List of things which should already be built whenever we try to use xgcc
79d8453e 215# to compile anything (without linking).
acbbf3d9 216GCC_PASSES=xgcc cc1 cpp $(EXTRA_PASSES)
79d8453e 217
acbbf3d9 218# List of things which should already be built whenever we try to use xgcc
79d8453e 219# to link anything.
47547081 220GCC_PARTS=$(GCC_PASSES) libgcc.a $(EXTRA_PROGRAMS) $(USE_COLLECT2) $(EXTRA_PARTS)
79d8453e 221
79d8453e
RS
222# Directory to link to, when using the target `maketest'.
223DIR = ../gcc
224
225# Flags to use when cross-building GCC.
226# Prefix to apply to names of object files when using them
227# to run on the machine we are compiling on.
228HOST_PREFIX=
229# Prefix to apply to names of object files when compiling them
230# to run on the machine we are compiling on.
231# The default for this variable is chosen to keep these rules
232# out of the way of the other rules for compiling the same source files.
233HOST_PREFIX_1=loser-
234HOST_CC=$(CC)
235HOST_CFLAGS=$(ALL_CFLAGS)
2e494f70 236HOST_CLIB=$(CLIB)
79d8453e
RS
237HOST_LDFLAGS=$(LDFLAGS)
238HOST_CPPFLAGS=$(ALL_CPPFLAGS)
2e494f70
RS
239HOST_ALLOCA=$(ALLOCA)
240HOST_MALLOC=$(MALLOC)
241HOST_OBSTACK=$(OBSTACK)
79d8453e
RS
242
243# Choose the real default target.
244ALL=all.internal
245
246# Choose the real install target.
247INSTALL_TARGET=install-native
248
249# End of variables for you to override.
250
251# Definition of `all' is here so that new rules inserted by sed
252# do not specify the default target.
253# The real definition is under `all.internal' (for native compilers)
254# or `all.cross' (for cross compilers).
2e494f70 255all: all.indirect
79d8453e 256
be0d23ff
RS
257# This tells GNU Make version 3 not to put all variables in the environment.
258.NOEXPORT:
259
79d8453e
RS
260# sed inserts variable overrides after the following line.
261####
262\f
263# Now figure out from those variables how to compile and link.
264
2e494f70
RS
265all.indirect: $(ALL)
266
b4f96011
RS
267# IN_GCC tells obstack.h to use gstddef.h.
268INTERNAL_CFLAGS = $(CROSS) -DIN_GCC
79d8453e
RS
269
270# This is the variable actually used when we compile.
271ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)
272
273# Likewise.
274ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
275
276# Even if ALLOCA is set, don't use it if compiling with GCC.
2e494f70
RS
277USE_ALLOCA= ` case "${CC}" in "${OLDCC}") echo ${ALLOCA} ;; esac `
278USE_HOST_ALLOCA= ` case "${HOST_CC}"@"${HOST_ALLOCA}" in "${OLDCC}"@?*) echo ${HOST_PREFIX}${HOST_ALLOCA} ;; esac `
279USE_HOST_MALLOC= ` case "${HOST_MALLOC}" in ?*) echo ${HOST_PREFIX}${HOST_MALLOC} ;; esac `
280USE_HOST_OBSTACK= ` case "${HOST_OBSTACK}" in ?*) echo ${HOST_PREFIX}${HOST_OBSTACK} ;; esac `
79d8453e
RS
281
282# Dependency on obstack, alloca, malloc or whatever library facilities
283# are not installed in the system libraries.
284# We don't use USE_ALLOCA because backquote expansion doesn't work in deps.
285LIBDEPS= $(OBSTACK) $(ALLOCA) $(MALLOC)
286
287# Likewise, for use in the tools that must run on this machine
288# even if we are cross-building GCC.
289# We don't use USE_ALLOCA because backquote expansion doesn't work in deps.
2e494f70 290HOST_LIBDEPS= $(HOST_PREFIX)$(HOST_OBSTACK) $(HOST_PREFIX)$(HOST_ALLOCA) $(HOST_PREFIX)$(HOST_MALLOC)
79d8453e
RS
291
292# How to link with both our special library facilities
293# and the system's installed libraries.
294LIBS = $(OBSTACK) $(USE_ALLOCA) $(MALLOC) $(CLIB)
295
296# Likewise, for use in the tools that must run on this machine
297# even if we are cross-building GCC.
2e494f70
RS
298HOST_LIBS = $(USE_HOST_OBSTACK) $(USE_HOST_ALLOCA) $(USE_HOST_MALLOC) \
299 $(HOST_CLIB)
79d8453e
RS
300
301HOST_RTL = $(HOST_PREFIX)rtl.o
302HOST_RTLANAL = $(HOST_PREFIX)rtlanal.o
d3614a37 303HOST_PRINT = $(HOST_PREFIX)print-rtl.o
79d8453e
RS
304
305# Specify the directories to be searched for header files.
306# Both . and srcdir are used, in that order,
307# so that tm.h and config.h will be found in the compilation
308# subdirectory rather than in the source directory.
309INCLUDES = -I. -I$(srcdir) -I$(srcdir)/config
310SUBDIR_INCLUDES = -I.. -I../$(srcdir) -I../$(srcdir)/config
311
312# Always use -I$(srcdir)/config when compiling.
313.c.o:
314 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
315
316# This tells GNU make version 3 not to export all the variables
317# defined in this file into the environment.
318.NOEXPORT:
319\f
320# Lists of files for various purposes.
321
322# A list of all the language-specific executables.
323COMPILERS = cc1 cc1plus cc1obj
324
325# Language-specific object files for C.
bf428f48
RS
326C_OBJS = c-parse.o c-lang.o c-lex.o \
327 c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-pragma.o
79d8453e
RS
328
329# Language-specific object files for Objectionable C.
330OBJC_OBJS = objc-parse.o objc-actions.o \
bf428f48 331 c-lex.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-pragma.o
79d8453e
RS
332
333# Language-specific object files for C++.
334CPLUS_OBJS = cp-parse.o cp-decl.o cp-decl2.o \
335 cp-typeck.o cp-type2.o cp-tree.o cp-ptree.o \
336 cp-cvt.o cp-search.o cp-lex.o cp-gc.o cp-call.o \
337 cp-class.o cp-init.o cp-method.o cp-except.o \
338 cp-expr.o cp-pt.o cp-edsel.o cp-xref.o \
339 $(CPLUS_INPUT) cp-spew.o c-common.o
340
341# Language-independent object files.
342OBJS = toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o \
343 function.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o \
47547081
RS
344 rtl.o print-rtl.o rtlanal.o emit-rtl.o \
345 dbxout.o sdbout.o dwarfout.o xcoffout.o \
79d8453e 346 integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o \
f0ec1f64 347 regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o \
79d8453e
RS
348 insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o \
349 insn-recog.o insn-extract.o insn-output.o insn-emit.o \
47547081 350 insn-attrtab.o aux-output.o getpwd.o $(EXTRA_OBJS)
79d8453e
RS
351
352# GEN files are listed separately, so they can be built before doing parallel
353# makes for cc1 or cc1plus. Otherwise sequent parallel make attempts to load
354# them before rtl.o is compiled.
355GEN= genemit genoutput genrecog genextract genflags gencodes genconfig genpeep
356
357# Files to be copied away after each stage in building.
358STAGESTUFF = *.o insn-flags.h insn-config.h insn-codes.h \
359 insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c \
360 insn-attr.h insn-attrtab.c \
361 stamp-flags stamp-config stamp-codes \
362 stamp-output stamp-recog stamp-emit stamp-extract stamp-peep \
e97ed334 363 stamp-attr stamp-attrtab stamp-proto \
79d8453e
RS
364 genemit genoutput genrecog genextract genflags gencodes genconfig genpeep \
365 genattrtab genattr \
47547081 366 $(GCC_PASSES) $(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross cccp \
9c0022f6 367 cc1plus cc1obj enquire protoize unprotoize specs collect2 $(USE_COLLECT2)
79d8453e
RS
368
369# Members of libgcc1.a.
370LIB1FUNCS = _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 \
371 _lshrsi3 _lshlsi3 _ashrsi3 _ashlsi3 \
372 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 \
373 _fixdfsi _fixsfsi _floatsidf _floatsisf _truncdfsf2 _extendsfdf2 \
374 _addsf3 _negsf2 _subsf3 _mulsf3 _divsf3 \
375 _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 \
376 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2
377
378# Library members defined in libgcc2.c.
379LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
380 _lshrdi3 _lshldi3 _ashldi3 _ashrdi3 \
3af18470 381 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf \
79d8453e 382 _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \
bf428f48 383 _varargs _eprintf _builtin_new _caps_New _builtin_del \
79d8453e
RS
384 _bb _shtab _clear_cache _trampoline __main _exit
385
386# Header files that are made available under the same name
acbbf3d9 387# to programs compiled with GCC.
09afda24
RK
388USER_H = assert.h va-alpha.h va-i860.h va-i960.h va-mips.h va-m88k.h \
389 va-pa.h va-pyr.h va-sparc.h va-spur.h proto.h $(EXTRA_HEADERS)
79d8453e
RS
390
391# All the header files that are installed for users from GCC itself.
392INSTALLED_H = float.h stddef.h stdarg.h varargs.h $(USER_H) limits.h
393
394# The files that "belong" in CONFIG_H are deliberately omitted
395# because having them there would not be useful in actual practice.
396# All they would do is cause complete recompilation every time
397# one of the machine description files is edited.
398# That may or may not be what one wants to do.
399# If it is, rm *.o is an easy way to do it.
400# CONFIG_H = config.h tm.h
401CONFIG_H =
402RTL_H = rtl.h rtl.def machmode.h machmode.def
403TREE_H = tree.h real.h tree.def machmode.h machmode.def
404CPLUS_TREE_H = $(TREE_H) cp-tree.h cp-tree.def
405\f
406# Avoid a lot of time thinking about remaking Makefile.in and *.def.
407.SUFFIXES: .in .def
408
47547081 409Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \
79d8453e
RS
410 $(srcdir)/config/$(xmake_file) $(srcdir)/config/$(tmake_file)
411 sh config.status
412
413all.internal: start.encap rest.encap
414# This is what to compile if making a cross-compiler.
b7ac21e3 415all.cross: native gcc-cross libgcc.a cross-test $(EXTRA_PARTS)
79d8453e 416# This is what must be made before installing GCC and converting libraries.
b7ac21e3 417start.encap: native xgcc specs $(LIBGCC1)
79d8453e
RS
418# Use this to make a GCC that will be used only to recompile GCC.
419for-bootstrap: start.encap libgcc.a
420# These can't be made, with COFF encapsulation, until after GCC can run.
2e494f70 421rest.encap: libgcc.a float.h $(EXTRA_PARTS)
79d8453e
RS
422# This is what is made with the host's compiler
423# whether making a cross compiler or not.
47547081 424native: config.status cpp $(LANGUAGES) $(EXTRA_PASSES) $(EXTRA_PROGRAMS) $(USE_COLLECT2)
79d8453e
RS
425
426# Define the names for selecting languages in LANGUAGES.
427C c: cc1
428C++ c++: cc1plus
429OBJC objc: cc1obj
430OBJECTIVE-C objective-c: cc1obj
431PROTO: proto
432
2e494f70
RS
433# Really, really stupid make features, such as SUN's KEEP_STATE, may force
434# a target to build even if it is up-to-date. So we must verify that
435# config.status does not exist before failing.
79d8453e 436config.status:
2e494f70
RS
437 @if [ ! -f config.status ] ; then \
438 echo You must configure gcc. Look at the INSTALL file for details.; \
439 false; \
440 else \
441 true; \
442 fi
79d8453e 443
3aa072f2
RS
444# On the target machine, finish building a cross compiler.
445# This does the things that can't be done on the host machine.
446rest.cross: libgcc.a float.h specs
447
e97ed334
RS
448# Verify that it works to compile and link cross-test.
449# If it does, then there are sufficient replacements for libgcc1.a.
b7ac21e3 450cross-test: cross-test.o native gcc-cross libgcc.a
e97ed334
RS
451 $(GCC_FOR_TARGET) $(GCC_CFLAGS) cross-test.o -o $@
452cross-test.o: cross-test.c native gcc-cross
453 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/cross-test.c
454
3aa072f2
RS
455# Recompile all the language-independent object files.
456# This is used only if the user explicitly asks for it.
79d8453e
RS
457compilations: ${OBJS}
458
acbbf3d9
RS
459# We call this executable `xgcc' rather than `gcc'
460# to avoid confusion if the current directory is in the path
461# and CC is `gcc'. It is renamed to `gcc' when it is installed.
462xgcc: gcc.o version.o $(LIBDEPS)
463 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o xgcc gcc.o version.o $(LIBS)
3aa072f2
RS
464
465# Dump a specs file to make -B./ read these specs over installed ones.
acbbf3d9
RS
466specs: xgcc
467 ./xgcc -dumpspecs > specs
79d8453e 468
acbbf3d9 469# We do want to create an executable named `xgcc', so we can use it to
79d8453e
RS
470# compile libgcc2.a.
471# Also create gcc-cross, so that install-common will install properly.
acbbf3d9
RS
472gcc-cross: xgcc
473 cp xgcc gcc-cross
79d8453e
RS
474
475cc1:$(P) $(C_OBJS) $(OBJS) $(LIBDEPS)
476 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cc1 $(C_OBJS) $(OBJS) $(LIBS)
477
478cc1plus:$(P) $(CPLUS_OBJS) $(OBJS) $(LIBDEPS)
479 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cc1plus $(CPLUS_OBJS) $(OBJS) $(LIBS)
480
481cc1obj:$(P) $(OBJC_OBJS) $(OBJS) $(LIBDEPS)
482 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cc1obj $(OBJC_OBJS) $(OBJS) $(LIBS)
483
484float.h: enquire
485 -./enquire -f > tmp-float.h
486 mv tmp-float.h float.h
487
488# Used to compile enquire with standard cc, but have forgotten why.
489# Let's try with GCC.
490enquire: enquire.o $(GCC_PARTS)
491 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ENQUIRE_LDFLAGS) enquire.o -o $@
492enquire.o: $(srcdir)/enquire.c $(GCC_PASSES)
e3e873d2
RS
493# -if [ "$(srcdir)" != "." ]; then rm -f ./enquire.c; else true; fi
494# -cp $(srcdir)/enquire.c . > /dev/null 2>&1
2e494f70 495# Breaking this line caused a problem with one version of GNU make.
e3e873d2 496 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) $(ENQUIRE_CFLAGS) -I. -c $(srcdir)/enquire.c
79d8453e
RS
497\f
498# Build libgcc.a.
499# This is done in two parts because some functions, in libgcc1.c,
acbbf3d9
RS
500# must be compiled with something other than GCC,
501# while the rest, in libgcc2.c, must be compiled with xgcc.
502# That means we can't do libgcc2.c until after xgcc, cc1, etc.
79d8453e
RS
503
504# Use this as value of LIBGCC1 to cause conversion to GNU library format.
505# LIBCONVERT should put its output in libgcc1.conv.
506libgcc1.conv: libgcc1.a
507 $(LIBCONVERT) libgcc1.a libgcc1.conv
508
509# Use this as value of LIBGCC1 to inhibit use of libgcc1.c entirely.
510# Make an empty file instead.
511libgcc1.null: $(CROSS_TOOLS) $(GCC_PASSES)
512 echo "__foo () {}" > dummy.c
513 $(GCC_FOR_TARGET) $(GCC_CFLAGS) -c dummy.c
514 $(OLDAR) $(OLDAR_FLAGS) libgcc1.null dummy.o
515 rm -f dummy.o dummy.c
516
b7ac21e3
RS
517# This is $(LIBGCC1) for a cross-compiler.
518# We have no automatic way of building libgcc1.a,
519# so it's up to the installer to find a way to do that.
520# This rule deliberately does not depend on libgcc1.a
521# so that it will fail if the installer hasn't provided it.
522libgcc1.cross:
523 mv libgcc1.a libgcc1.cross || (echo You must find a way to make libgcc1.a; false)
524
79d8453e 525# Compile the library of arithmetic subroutines with the native compiler.
acbbf3d9 526# Don't compile it with GCC!
79d8453e
RS
527# (That would cause most arithmetic functions to call themselves.)
528libgcc1.a: libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) config.status
529 -rm -f tmplibgcc1.a
530# Actually build it in tmplibgcc1.a, then rename at end,
531# so that libgcc1.a itself remains nonexistent if compilation is aborted.
532# -e causes any failing command to make this rule fail.
533# -e doesn't work in certain shells, so we test $$? as well.
534 set -e; \
535 for name in $(LIB1FUNCS); \
536 do \
537 echo $${name}; \
538 rm -f $${name}.o; \
539 $(OLDCC) $(CCLIBFLAGS) $(INCLUDES) -c -DL$${name} $(srcdir)/libgcc1.c; \
540 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
541 mv libgcc1.o $${name}.o; \
542 $(OLDAR) $(OLDAR_FLAGS) tmplibgcc1.a $${name}.o; \
543 rm -f $${name}.o; \
544 done
545# Some shells crash when a loop has no items.
546# So make sure there is always at least one--`..'.
547# Then ignore it.
548# We don't use -e here because there are if statements
549# that should not make the command give up when the if condition is false.
550# Instead, we test for failure after each command where it matters.
2e494f70 551 -for file in .. $(LIB1FUNCS_EXTRA); \
79d8453e
RS
552 do \
553 if [ x$${file} != x.. ]; then \
554 name=`echo $${file} | sed -e 's/[.]c$$//' -e 's/[.]asm$$//'`; \
555 echo $${name}; \
556 if [ $${name}.asm = $${file} ]; then \
557 cp $${file} $${name}.s; file=$${name}.s; \
558 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
559 else true; fi; \
560 $(OLDCC) $(CCLIBFLAGS) $(INCLUDES) -c $${file}; \
561 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
562 $(OLDAR) $(OLDAR_FLAGS) tmplibgcc1.a $${name}.o; \
563 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
564 rm -f $${name}.[so]; \
565 else true; \
566 fi; \
567 done
568 mv tmplibgcc1.a libgcc1.a
569
570# Compiling libgcc2.a requires making sure that cc1, etc. have been compiled.
571# But recompiling cc1 should not force recompilation of libgcc2.a.
572# If you want to force recompilation, delete libgcc2.a.
573# Depend on install-cross-tools to make sure we set up properly
574# to run the assembler before we try compiling anything.
575# install-cross-tools does nothing if not cross compiling.
576libgcc2.ready: $(GCC_PASSES) $(CROSS_TOOLS)
577 -if [ -f libgcc2.ready ] ; then \
578 true; \
579 else \
580 touch libgcc2.ready; \
581 fi
582
583libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \
bfe655f9 584 machmode.h longlong.h gbl-ctors.h config.status
79d8453e
RS
585# Actually build it in tmplibgcc2.a, then rename at end,
586# so that libgcc2.a itself remains nonexistent if compilation is aborted.
587 -rm -f tmplibgcc2.a
588# -e causes any failing command to make this rule fail.
589# -e doesn't work in certain shells, so we test $$? as well.
590 set -e; \
591 for name in $(LIB2FUNCS); \
592 do \
593 echo $${name}; \
2e494f70 594 $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) -c -DL$${name} \
79d8453e
RS
595 $(srcdir)/libgcc2.c -o $${name}.o; \
596 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
597 $(AR) $(AR_FLAGS) tmplibgcc2.a $${name}.o; \
598 rm -f $${name}.o; \
599 done
600# Some shells crash when a loop has no items.
601# So make sure there is always at least one--`..'.
602# Then ignore it.
603# We don't use -e here because there are if statements
604# that should not make the command give up when the if condition is false.
605# Instead, we test for failure after each command where it matters.
2e494f70 606 -for file in .. $(LIB2FUNCS_EXTRA); \
79d8453e
RS
607 do \
608 if [ x$${file} != x.. ]; then \
609 name=`echo $${file} | sed -e 's/[.]c$$//' -e 's/[.]asm$$//'`; \
610 echo $${name}; \
611 if [ $${name}.asm = $${file} ]; then \
612 cp $${file} $${name}.s; file=$${name}.s; \
613 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
614 else true; fi; \
2e494f70 615 $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) -c $${file}; \
79d8453e
RS
616 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \
617 $(AR) $(AR_FLAGS) tmplibgcc2.a $${name}.o; \
618 rm -f $${name}.[so]; \
619 else true; \
620 fi; \
621 done
622 mv tmplibgcc2.a libgcc2.a
623# These lines were deleted from above the mv command
624# because ranlibing libgcc.a itself should suffice.
625# -if [ x${HPUX_GAS} = x ] ; then \
626# if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc2.a; else true; fi \
627# else true; fi
628
629# Combine the various libraries into a single library, libgcc.a.
630libgcc.a: $(LIBGCC1) $(LIBGCC2)
631 -rm -rf tmplibgcc.a libgcc.a tmpcopy
632 mkdir tmpcopy
2e494f70
RS
633 -if [ x$(LIBGCC1) != x ]; \
634 then (cd tmpcopy; $(AR) x ../$(LIBGCC1)); \
635 else true; \
636 fi
79d8453e
RS
637 (cd tmpcopy; $(AR) x ../$(LIBGCC2))
638 (cd tmpcopy; $(AR) $(AR_FLAGS) ../tmplibgcc.a *.o)
639 rm -rf tmpcopy
640 -if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc.a; else true; fi
641# Actually build it in tmplibgcc.a, then rename at end,
642# so that libgcc.a itself remains nonexistent if compilation is aborted.
643 mv tmplibgcc.a libgcc.a
644
645
646# Compile two additional files that are linked with every program
647# linked using GCC on system V, for the sake of C++ constructors.
648crtbegin.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
649 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) -DCRT_BEGIN \
2e494f70 650 -finhibit-size-directive -g0 -c $(srcdir)/crtstuff.c -o crtbegin.o
79d8453e
RS
651
652crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
653 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) -DCRT_END \
2e494f70 654 -finhibit-size-directive -g0 -c $(srcdir)/crtstuff.c -o crtend.o
79d8453e
RS
655\f
656# Compiling object files from source files.
657
658# Note that dependencies on obstack.h are not written
659# because that file is not part of GCC.
660# Dependencies on gvarargs.h are not written
661# because all that file does, when not compiling with GCC,
662# is include the system varargs.h.
663
664# C language specific files.
665
c21cf0a7
RS
666c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h c-parse.h \
667 c-tree.h input.h flags.h
79d8453e
RS
668 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/c-parse.c
669$(srcdir)/c-parse.c $(srcdir)/c-parse.h: $(srcdir)/c-parse.y
670 cd $(srcdir); $(BISON) $(BISONFLAGS) -d c-parse.y -o c-parse.c
671
672c-decl.o : c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
673c-typeck.o : c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h
674c-lang.o : c-lang.c $(CONFIG_H) $(TREE_H)
675c-lex.o : c-lex.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h c-parse.h \
676 input.h flags.h
677c-aux-info.o : c-aux-info.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h
678c-convert.o : c-convert.c $(CONFIG_H) $(TREE_H) flags.h
bf428f48 679c-pragma.o: c-pragma.c $(CONFIG_H) $(TREE_H)
79d8453e
RS
680
681# C++ language specific files.
682
683cp-parse.o : $(srcdir)/cp-parse.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
684 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
685 `echo $(srcdir)/cp-parse.c | sed 's,^\./,,'`
686
687$(srcdir)/cp-parse.c $(srcdir)/cp-parse.h : $(srcdir)/cp-parse.y
2e0b13db 688 @echo expect 30 shift/reduce conflicts and 14 reduce/reduce conflicts
79d8453e 689 cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o cp-parse.c cp-parse.y
b7ac21e3 690 cd $(srcdir); grep '^#define[ ]*YYEMPTY' cp-parse.c >>cp-parse.h
79d8453e
RS
691
692cp-spew.o : cp-spew.c $(CONFIG_H) $(CPLUS_TREE_H) \
693 $(srcdir)/cp-parse.h flags.h
694cp-lex.o : cp-lex.c $(CONFIG_H) $(CPLUS_TREE_H) \
695 $(srcdir)/cp-parse.h $(srcdir)/cp-input.c flags.h
696cp-decl.o : cp-decl.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h \
697 cp-lex.h cp-decl.h stack.h
698cp-decl2.o : cp-decl2.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h \
699 cp-lex.h cp-decl.h
700cp-type2.o : cp-type2.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
701cp-typeck.o : cp-typeck.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
702cp-class.o : cp-class.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h \
703 cp-class.h flags.h
704cp-call.o : cp-call.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h cp-class.h \
705 flags.h
706cp-init.o : cp-init.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
707cp-method.o : cp-method.c $(CONFIG_H) $(CPLUS_TREE_H)
708cp-cvt.o : cp-cvt.c $(CONFIG_H) $(CPLUS_TREE_H)
709cp-search.o : cp-search.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h flags.h
710cp-tree.o : cp-tree.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
711cp-ptree.o : cp-ptree.c $(CONFIG_H) $(CPLUS_TREE_H)
712cp-gc.o : cp-gc.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
713cp-except.o : cp-except.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
714cp-expr.o : cp-expr.c $(CONFIG_H) $(CPLUS_TREE_H) $(RTL_H) flags.h \
715 expr.h insn-codes.h
716cp-edsel.o : cp-edsel.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h flags.h
717cp-xref.o : cp-xref.c $(CONFIG_H) $(CPLUS_TREE_H)
718cp-pt.o : cp-pt.c $(CONFIG_H) $(CPLUS_TREE_H) cp-decl.h cp-parse.h
719
47547081
RS
720# To make a configuration always use collect2, set USE_COLLECT2 to ld.
721ld: collect2
722 rm -f ld
723 ln collect2 ld
724
79d8453e
RS
725collect2 : collect2.o version.o $(LIBDEPS)
726 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o collect2 collect2.o version.o $(LIBS)
727
728collect2.o : collect2.c $(CONFIG_H) gstab.h
47547081
RS
729 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
730 -DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
731 -DSTANDARD_BIN_PREFIX=\"$(bindir)/\" \
732 -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-lib/\" \
733 -DDEFAULT_TARGET_MACHINE=\"$(target)\" \
734 -c `echo $(srcdir)/collect2.c | sed 's,^\./,,'`
79d8453e
RS
735
736# Objectionable C language specific files.
737
738objc-parse.o : $(srcdir)/objc-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \
739 c-tree.h input.h flags.h objc-actions.h
740 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/objc-parse.c
741$(srcdir)/objc-parse.c : $(srcdir)/objc-parse.y
742 cd $(srcdir); $(BISON) $(BISONFLAGS) objc-parse.y -o objc-parse.c
743
744objc-actions.o : objc-actions.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h \
745 flags.h objc-actions.h
746
747# A file used by all variants of C.
748
749c-common.o : c-common.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
750
751# Language-independent files.
752
753gcc.o: gcc.c $(CONFIG_H) gvarargs.h obstack.h
754 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
755 -DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
2e494f70 756 -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-lib/\" \
79d8453e
RS
757 -DDEFAULT_TARGET_MACHINE=\"$(target)\" \
758 -c `echo $(srcdir)/gcc.c | sed 's,^\./,,'`
759
760dumpvers: dumpvers.c
761
762version.o: version.c
763obstack.o: obstack.c
764
765tree.o : tree.c $(CONFIG_H) $(TREE_H) gvarargs.h flags.h function.h
766print-tree.o : print-tree.c $(CONFIG_H) $(TREE_H)
767stor-layout.o : stor-layout.c $(CONFIG_H) $(TREE_H) function.h
768fold-const.o : fold-const.c $(CONFIG_H) $(TREE_H) flags.h
2e494f70 769toplev.o : toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h input.h \
47547081
RS
770 insn-attr.h xcoffout.h
771 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
b7ac21e3
RS
772 $(MAYBE_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \
773 -c `echo $(srcdir)/toplev.c | sed 's,^\./,,'`
79d8453e
RS
774
775rtl.o : rtl.c $(CONFIG_H) $(RTL_H)
776
777print-rtl.o : print-rtl.c $(CONFIG_H) $(RTL_H)
778rtlanal.o : rtlanal.c $(CONFIG_H) $(RTL_H)
779
9c4614c3 780varasm.o : varasm.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h defaults.h \
47547081 781 insn-codes.h expr.h hard-reg-set.h regs.h xcoffout.h
79d8453e
RS
782function.o : function.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h \
783 insn-flags.h insn-codes.h expr.h regs.h hard-reg-set.h insn-config.h \
784 recog.h output.h
785stmt.o : stmt.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h \
786 insn-flags.h insn-config.h insn-codes.h hard-reg-set.h expr.h loop.h recog.h
787expr.o : expr.c $(CONFIG_H) $(RTL_H) $(TREE_H) gvarargs.h flags.h function.h \
788 insn-flags.h insn-codes.h expr.h insn-config.h recog.h output.h typeclass.h
789calls.o : calls.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h expr.h insn-codes.h \
790 insn-flags.h
791expmed.o : expmed.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h \
792 insn-flags.h insn-config.h insn-codes.h expr.h recog.h real.h
793explow.o : explow.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h hard-reg-set.h \
794 insn-config.h expr.h recog.h insn-flags.h insn-codes.h
795optabs.o : optabs.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h \
796 insn-flags.h insn-config.h insn-codes.h expr.h recog.h
797dbxout.o : dbxout.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h regs.h \
6aa4e0b4 798 insn-config.h reload.h gstab.h xcoffout.h defaults.h output.h
79d8453e
RS
799sdbout.o : sdbout.c $(CONFIG_H) $(TREE_H) $(RTL_H) gsyms.h flags.h \
800 insn-config.h reload.h
801dwarfout.o : dwarfout.c $(CONFIG_H) $(TREE_H) $(RTL_H) dwarf.h flags.h \
8b7ec00c 802 insn-config.h reload.h output.h defaults.h
47547081 803xcoffout.o : xcoffout.c $(CONFIG_H) $(TREE_H) $(RTL_H) xcoffout.h flags.h
79d8453e
RS
804emit-rtl.o : emit-rtl.c $(CONFIG_H) $(RTL_H) flags.h gvarargs.h function.h \
805 regs.h insn-config.h insn-codes.h real.h expr.h
2e494f70 806getpwd.o : getpwd.c $(CONFIG_H)
79d8453e
RS
807
808integrate.o : integrate.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h integrate.h \
809 insn-flags.h insn-config.h insn-codes.h expr.h real.h function.h
810
811jump.o : jump.c $(CONFIG_H) $(RTL_H) flags.h hard-reg-set.h regs.h \
812 insn-config.h insn-flags.h insn-codes.h expr.h real.h
813stupid.o : stupid.c $(CONFIG_H) $(RTL_H) regs.h hard-reg-set.h flags.h
814
815cse.o : cse.c $(CONFIG_H) $(RTL_H) regs.h hard-reg-set.h flags.h real.h \
816 insn-config.h recog.h
817loop.o : loop.c $(CONFIG_H) $(RTL_H) flags.h loop.h insn-config.h \
818 insn-flags.h insn-codes.h regs.h hard-reg-set.h recog.h expr.h real.h
819unroll.o : unroll.c $(CONFIG_H) $(RTL_H) insn-config.h insn-codes.h \
820 integrate.h regs.h flags.h expr.h loop.h
821flow.o : flow.c $(CONFIG_H) $(RTL_H) flags.h insn-config.h \
822 basic-block.h regs.h hard-reg-set.h output.h
823combine.o : combine.c $(CONFIG_H) $(RTL_H) gvarargs.h flags.h \
824 insn-config.h insn-flags.h insn-codes.h insn-attr.h regs.h expr.h \
825 basic-block.h recog.h real.h
826regclass.o : regclass.c $(CONFIG_H) $(RTL_H) hard-reg-set.h flags.h \
e4600702 827 basic-block.h regs.h insn-config.h recog.h reload.h real.h
79d8453e
RS
828local-alloc.o : local-alloc.c $(CONFIG_H) $(RTL_H) flags.h basic-block.h \
829 regs.h hard-reg-set.h insn-config.h recog.h output.h
f0ec1f64 830global.o : global.c $(CONFIG_H) $(RTL_H) flags.h \
79d8453e
RS
831 basic-block.h regs.h hard-reg-set.h insn-config.h output.h
832
833reload.o : reload.c $(CONFIG_H) $(RTL_H) flags.h \
834 reload.h recog.h hard-reg-set.h insn-config.h insn-codes.h regs.h real.h
835reload1.o : reload1.c $(CONFIG_H) $(RTL_H) flags.h expr.h \
836 reload.h regs.h hard-reg-set.h insn-config.h insn-flags.h insn-codes.h \
837 basic-block.h recog.h output.h
838caller-save.o : caller-save.c $(CONFIG_H) $(RTL_H) flags.h \
839 regs.h hard-reg-set.h insn-config.h basic-block.h recog.h reload.h expr.h
840reorg.o : reorg.c $(CONFIG_H) $(RTL_H) conditions.h hard-reg-set.h \
841 basic-block.h regs.h insn-config.h insn-attr.h insn-flags.h recog.h \
842 flags.h output.h
843sched.o : sched.c $(CONFIG_H) $(RTL_H) basic-block.h regs.h hard-reg-set.h \
844 flags.h insn-config.h insn-attr.h
845final.o : final.c $(CONFIG_H) $(RTL_H) gvarargs.h flags.h regs.h \
846 recog.h conditions.h insn-config.h insn-attr.h real.h output.h \
b7ac21e3 847 hard-reg-set.h insn-flags.h insn-codes.h gstab.h xcoffout.h defaults.h
79d8453e
RS
848recog.o : recog.c $(CONFIG_H) $(RTL_H) \
849 regs.h recog.h hard-reg-set.h flags.h insn-config.h insn-attr.h \
850 insn-flags.h insn-codes.h real.h
851reg-stack.o : reg-stack.c $(CONFIG_H) $(RTL_H) $(TREE_H) \
852 regs.h hard-reg-set.h flags.h insn-config.h
dcfedcd0 853
79d8453e
RS
854aux-output.o : aux-output.c $(CONFIG_H) \
855 $(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h \
856 insn-flags.h output.h insn-attr.h insn-codes.h
857
858# Normally this target is not used; but it is used if you
859# define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c
860# from the GNU Emacs distribution.
79d8453e 861alloca.o: alloca.c
79d8453e 862 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(ALLOCA_FLAGS) \
b7ac21e3 863 -Demacs -c `echo $(srcdir)/alloca.c | sed 's,^\./,,'`
79d8453e
RS
864 $(ALLOCA_FINISH)
865\f
866# Generate header and source files from the machine description,
867# and compile them.
868
869.PRECIOUS: insn-config.h insn-flags.h insn-codes.h \
870 insn-emit.c insn-recog.c insn-extract.c insn-output.c insn-peep.c \
871 insn-attr.h insn-attrtab.c
872
873# The following pair of rules has this effect:
874# genconfig is run only if the md has changed since genconfig was last run;
875# but the file insn-config.h is touched only when its contents actually change.
876
877# Each of the other insn-* files is handled by a similar pair of rules.
878
879# Each of the insn-*.[ch] rules has a semicolon at the end,
880# for otherwise the system Make on SunOS 4.1 never tries
881# to recompile insn-*.o.
882
883insn-config.h: stamp-config ;
884stamp-config : md genconfig $(srcdir)/move-if-change
885 ./genconfig md > tmp-config.h
886 $(srcdir)/move-if-change tmp-config.h insn-config.h
887 touch stamp-config
888
889insn-flags.h: stamp-flags ;
890stamp-flags : md genflags $(srcdir)/move-if-change
891 ./genflags md > tmp-flags.h
892 $(srcdir)/move-if-change tmp-flags.h insn-flags.h
893 touch stamp-flags
894
895insn-codes.h: stamp-codes ;
896stamp-codes : md gencodes $(srcdir)/move-if-change
897 ./gencodes md > tmp-codes.h
898 $(srcdir)/move-if-change tmp-codes.h insn-codes.h
899 touch stamp-codes
900
901insn-emit.o : insn-emit.c $(CONFIG_H) $(RTL_H) expr.h real.h output.h \
902 insn-config.h insn-flags.h insn-codes.h
903 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-emit.c
904
905insn-emit.c: stamp-emit ;
906stamp-emit : md genemit $(srcdir)/move-if-change
907 ./genemit md > tmp-emit.c
908 $(srcdir)/move-if-change tmp-emit.c insn-emit.c
909 touch stamp-emit
910
911insn-recog.o : insn-recog.c $(CONFIG_H) $(RTL_H) insn-config.h recog.h \
912 real.h output.h flags.h
913 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-recog.c
914
915insn-recog.c: stamp-recog ;
916stamp-recog : md genrecog $(srcdir)/move-if-change
917 ./genrecog md > tmp-recog.c
918 $(srcdir)/move-if-change tmp-recog.c insn-recog.c
919 touch stamp-recog
920
921insn-extract.o : insn-extract.c $(CONFIG_H) $(RTL_H)
922 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-extract.c
923
924insn-extract.c: stamp-extract ;
925stamp-extract : md genextract $(srcdir)/move-if-change
926 ./genextract md > tmp-extract.c
927 $(srcdir)/move-if-change tmp-extract.c insn-extract.c
928 touch stamp-extract
929
930insn-peep.o : insn-peep.c $(CONFIG_H) $(RTL_H) regs.h output.h real.h
931 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-peep.c
932
933insn-peep.c: stamp-peep ;
934stamp-peep : md genpeep $(srcdir)/move-if-change
935 ./genpeep md > tmp-peep.c
936 $(srcdir)/move-if-change tmp-peep.c insn-peep.c
937 touch stamp-peep
938
939insn-attrtab.o : insn-attrtab.c $(CONFIG_H) $(RTL_H) regs.h real.h output.h \
940 insn-attr.h insn-config.h
941 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-attrtab.c
942
943insn-attr.h: stamp-attr ;
944stamp-attr : md genattr $(srcdir)/move-if-change
945 ./genattr md > tmp-attr.h
946 $(srcdir)/move-if-change tmp-attr.h insn-attr.h
947 touch stamp-attr
948
949insn-attrtab.c: stamp-attrtab ;
950stamp-attrtab : md genattrtab $(srcdir)/move-if-change
20bd0ab1
RS
951 if cmp -s $(PREMADE_ATTRTAB_MD) md; \
952 then \
953 echo Using $(PREMADE_ATTRTAB); \
2e0b13db 954 cp $(PREMADE_ATTRTAB) tmp-attrtab.c; \
20bd0ab1
RS
955 else \
956 ./genattrtab md > tmp-attrtab.c; \
957 fi
79d8453e
RS
958 $(srcdir)/move-if-change tmp-attrtab.c insn-attrtab.c
959 touch stamp-attrtab
960
961insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) regs.h real.h conditions.h \
962 hard-reg-set.h insn-config.h insn-flags.h insn-attr.h output.h recog.h \
963 insn-codes.h
964 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-output.c
965
966insn-output.c: stamp-output ;
967stamp-output : md genoutput $(srcdir)/move-if-change
968 ./genoutput md > tmp-output.c
969 $(srcdir)/move-if-change tmp-output.c insn-output.c
970 touch stamp-output
971\f
972# Compile the programs that generate insn-* from the machine description.
973# They are compiled with $(HOST_CC), and associated libraries,
974# since they need to run on this machine
975# even if GCC is being compiled to run on some other machine.
976
977# $(CONFIG_H) is omitted from the deps of the gen*.o
978# because these programs don't really depend on anything
979# about the target machine. They do depend on config.h itself,
980# since that describes the host machine.
981
982genconfig : genconfig.o $(HOST_RTL) $(HOST_LIBDEPS)
983 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genconfig \
984 genconfig.o $(HOST_RTL) $(HOST_LIBS)
985
986genconfig.o : genconfig.c $(RTL_H) config.h
987 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genconfig.c
988
989genflags : genflags.o $(HOST_RTL) $(HOST_LIBDEPS)
990 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genflags \
991 genflags.o $(HOST_RTL) $(HOST_LIBS)
992
993genflags.o : genflags.c $(RTL_H) config.h
994 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genflags.c
995
996gencodes : gencodes.o $(HOST_RTL) $(HOST_LIBDEPS)
997 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o gencodes \
998 gencodes.o $(HOST_RTL) $(HOST_LIBS)
999
1000gencodes.o : gencodes.c $(RTL_H) config.h
1001 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/gencodes.c
1002
1003genemit : genemit.o $(HOST_RTL) $(HOST_LIBDEPS)
1004 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genemit \
1005 genemit.o $(HOST_RTL) $(HOST_LIBS)
1006
1007genemit.o : genemit.c $(RTL_H) config.h
1008 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genemit.c
1009
1010genrecog : genrecog.o $(HOST_RTL) $(HOST_LIBDEPS)
1011 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genrecog \
1012 genrecog.o $(HOST_RTL) $(HOST_LIBS)
1013
1014genrecog.o : genrecog.c $(RTL_H) config.h
1015 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genrecog.c
1016
1017genextract : genextract.o $(HOST_RTL) $(HOST_LIBDEPS)
1018 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genextract \
1019 genextract.o $(HOST_RTL) $(HOST_LIBS)
1020
9d85be6f 1021genextract.o : genextract.c $(RTL_H) config.h insn-config.h
79d8453e
RS
1022 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genextract.c
1023
1024genpeep : genpeep.o $(HOST_RTL) $(HOST_LIBDEPS)
1025 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genpeep \
1026 genpeep.o $(HOST_RTL) $(HOST_LIBS)
1027
1028genpeep.o : genpeep.c $(RTL_H) config.h
1029 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genpeep.c
1030
1031genattr : genattr.o $(HOST_RTL) $(HOST_LIBDEPS)
1032 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genattr \
1033 genattr.o $(HOST_RTL) $(HOST_LIBS)
1034
1035genattr.o : genattr.c $(RTL_H) config.h
1036 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genattr.c
1037
d3614a37 1038genattrtab : genattrtab.o $(HOST_RTL) $(HOST_PRINT) $(HOST_RTLANAL) $(HOST_LIBDEPS)
79d8453e 1039 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genattrtab \
d3614a37 1040 genattrtab.o $(HOST_RTL) $(HOST_PRINT) $(HOST_RTLANAL) $(HOST_LIBS)
79d8453e
RS
1041
1042genattrtab.o : genattrtab.c $(RTL_H) config.h insn-config.h
1043 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genattrtab.c
1044
1045genoutput : genoutput.o $(HOST_RTL) $(HOST_LIBDEPS)
1046 $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o genoutput \
1047 genoutput.o $(HOST_RTL) $(HOST_LIBS)
1048
1049genoutput.o : genoutput.c $(RTL_H) config.h
1050 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/genoutput.c
1051\f
1052# Compile the libraries to be used by gen*.
1053# If we are not cross-building, gen* use the same .o's that cc1 will use,
1054# and HOST_PREFIX_1 is `foobar', just to ensure these rules don't conflict
1055# with the rules for rtl.o, alloca.o, etc.
1056$(HOST_PREFIX_1)rtl.o: $(srcdir)/rtl.c $(CONFIG_H) $(RTL_H)
1057 rm -f $(HOST_PREFIX)rtl.c
1058 cp $(srcdir)/rtl.c $(HOST_PREFIX)rtl.c
1059 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)rtl.c
1060
d3614a37
RS
1061$(HOST_PREFIX_1)print-rtl.o: $(srcdir)/print-rtl.c $(CONFIG_H) $(RTL_H)
1062 rm -f $(HOST_PREFIX)print-rtl.c
1063 cp $(srcdir)/print-rtl.c $(HOST_PREFIX)print-rtl.c
1064 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)print-rtl.c
1065
79d8453e
RS
1066$(HOST_PREFIX_1)rtlanal.o: $(srcdir)/rtlanal.c $(CONFIG_H) $(RTL_H)
1067 rm -f $(HOST_PREFIX)rtlanal.c
1068 cp $(srcdir)/rtlanal.c $(HOST_PREFIX)rtlanal.c
1069 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)rtlanal.c
1070
1071$(HOST_PREFIX_1)alloca.o: alloca.c
1072 rm -f $(HOST_PREFIX)alloca.c
1073 cp $(srcdir)/alloca.c $(HOST_PREFIX)alloca.c
1074 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)alloca.c
1075
1076$(HOST_PREFIX_1)obstack.o: obstack.c
1077 rm -f $(HOST_PREFIX)obstack.c
1078 cp $(srcdir)/obstack.c $(HOST_PREFIX)obstack.c
1079 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)obstack.c
1080
1081$(HOST_PREFIX_1)malloc.o: malloc.c
1082 rm -f $(HOST_PREFIX)malloc.c
1083 cp $(srcdir)/malloc.c $(HOST_PREFIX)malloc.c
1084 $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)malloc.c
1085
1086# This satisfies the dependency that we get if you cross-compile a compiler
1087# that does not need to compile alloca, malloc or whatever.
1088$(HOST_PREFIX_1):
1089 touch $(HOST_PREFIX_1)
1090\f
1091# Remake cpp and protoize.
1092
1093# Making the preprocessor
1094cpp: cccp
1095 -rm -f cpp
1096 ln cccp cpp
1097cccp: cccp.o cexp.o version.o $(LIBDEPS)
1098 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cccp cccp.o cexp.o version.o $(LIBS)
1099cexp.o: $(srcdir)/cexp.c $(CONFIG_H)
1100 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/cexp.c
1101$(srcdir)/cexp.c: $(srcdir)/cexp.y
1102 cd $(srcdir); $(BISON) -o cexp.c cexp.y
1103cccp.o: cccp.c $(CONFIG_H) pcp.h version.c
1104# The reason we use $(libdir)/g++-include rather than using libsubdir
1105# is for compatibility with the current version of libg++.
1106 $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
2e494f70
RS
1107 -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
1108 -DGPLUSPLUS_INCLUDE_DIR=\"$(libdir)/g++-include\" \
79d8453e 1109 -DLOCAL_INCLUDE_DIR=\"$(prefix)/include\" \
2e494f70 1110 -DCROSS_INCLUDE_DIR=\"$(libsubdir)/sys-include\" \
79d8453e
RS
1111 -c `echo $(srcdir)/cccp.c | sed 's,^\./,,'`
1112
acbbf3d9 1113proto: config.status protoize unprotoize SYSCALLS.c.X
79d8453e 1114
2e494f70 1115protoize: protoize.o getopt.o getopt1.o getpwd.o version.o $(LIBDEPS)
79d8453e 1116 $(CC) $(ALL_CFLAGS) $(LDFLAGS) \
2e494f70 1117 protoize.o getopt.o getopt1.o getpwd.o version.o $(LIBS) -o $@
2e0b13db
RS
1118protoize.o: stamp-proto ;
1119
1120unprotoize: unprotoize.o getopt.o getopt1.o getpwd.o version.o $(LIBDEPS)
1121 $(CC) $(ALL_CFLAGS) $(LDFLAGS) \
1122 unprotoize.o getopt.o getopt1.o getpwd.o version.o $(LIBS) -o $@
1123unprotoize.o: stamp-proto ;
1124
1125stamp-proto: $(srcdir)/protoize.c getopt.h $(CONFIG_H)
79d8453e
RS
1126 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
1127 -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
2e494f70 1128 -DGPLUSPLUS_INCLUDE_DIR=\"$(libdir)/g++-include\" \
79d8453e
RS
1129 -DCROSS_INCLUDE_DIR=\"$(libsubdir)/sys-include\" \
1130 -DLOCAL_INCLUDE_DIR=\"$(prefix)/include\" \
1131 -DSTD_PROTO_DIR=\"$(libsubdir)\" \
2e0b13db
RS
1132 -DUNPROTOIZE $(srcdir)/protoize.c
1133 mv protoize.o unprotoize.o
79d8453e
RS
1134 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
1135 -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
2e494f70 1136 -DGPLUSPLUS_INCLUDE_DIR=\"$(libdir)/g++-include\" \
79d8453e
RS
1137 -DCROSS_INCLUDE_DIR=\"$(libsubdir)/sys-include\" \
1138 -DLOCAL_INCLUDE_DIR=\"$(prefix)/include\" \
1139 -DSTD_PROTO_DIR=\"$(libsubdir)\" \
2e0b13db 1140 $(srcdir)/protoize.c
acbbf3d9 1141 touch stamp-proto
79d8453e
RS
1142
1143getopt.o: $(srcdir)/getopt.c getopt.h
1144 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/getopt.c
1145getopt1.o: $(srcdir)/getopt1.c getopt.h
1146 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/getopt1.c
1147
79d8453e 1148# This info describes the target machine, so compile with GCC just built.
47547081 1149SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES)
c21cf0a7 1150 -rm -f SYSCALLS.c tmp-SYSCALLS.s
47547081 1151 cat $(srcdir)/sys-types.h $(srcdir)/sys-protos.h > SYSCALLS.c
79d8453e 1152 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
c21cf0a7
RS
1153 -aux-info $@ -S -o tmp-SYSCALLS.s SYSCALLS.c
1154 -rm -f SYSCALLS.c tmp-SYSCALLS.s
9c0022f6
RS
1155
1156test-protoize-simple: ./protoize ./unprotoize $(GCC_PASSES)
4803a34a 1157 -rm -f tmp-proto.[cso]
d3614a37
RS
1158 cp $(srcdir)/protoize.c tmp-proto.c
1159 chmod u+w tmp-proto.c
4803a34a
RK
1160 ./protoize -N -B ./ -x getopt.h -c "-B./ -Wall -Wwrite-strings \
1161 $(CFLAGS) $(INCLUDES) \
9c0022f6
RS
1162 -DGCC_INCLUDE_DIR=0 \
1163 -DGPLUSPLUS_INCLUDE_DIR=0 \
1164 -DCROSS_INCLUDE_DIR=0 \
d3614a37 1165 -DSTD_PROTO_DIR=0" tmp-proto.c
e3e873d2 1166 @echo '**********' Expect 400 lines of differences.
4803a34a
RK
1167 -diff $(srcdir)/protoize.c tmp-proto.c > tmp-proto.diff
1168 -wc -l tmp-proto.diff
1169 ./unprotoize -N -x getopt.h -c "-B./ -Wall -Wwrite-strings \
1170 $(CFLAGS) $(INCLUDES) \
9c0022f6
RS
1171 -DGCC_INCLUDE_DIR=0 \
1172 -DGPLUSPLUS_INCLUDE_DIR=0 \
1173 -DCROSS_INCLUDE_DIR=0 \
d3614a37 1174 -DSTD_PROTO_DIR=0" tmp-proto.c
9c0022f6 1175 @echo Expect zero differences.
d3614a37 1176 diff $(srcdir)/protoize.c tmp-proto.c | cat
4803a34a 1177 -rm -f tmp-proto.[cso]
79d8453e
RS
1178\f
1179# Remake the info files.
1180
f780d21b 1181doc: $(srcdir)/cpp.info $(srcdir)/gcc.info $(srcdir)/INSTALL
79d8453e 1182
f780d21b 1183$(srcdir)/cpp.info: cpp.texi
79d8453e
RS
1184 makeinfo `echo $(srcdir)/cpp.texi | sed 's,^\./,,'`
1185
f780d21b 1186#$(srcdir)/gplus.info: gplus.texi
47547081 1187# makeinfo `echo $(srcdir)/gplus.texi | sed 's,^\./,,'`
79d8453e 1188
f780d21b
RS
1189$(srcdir)/gcc.info: gcc.texi extend.texi install.texi invoke.texi \
1190 md.texi rtl.texi tm.texi
79d8453e 1191 makeinfo `echo $(srcdir)/gcc.texi | sed 's,^\./,,'`
f780d21b
RS
1192
1193$(srcdir)/INSTALL: install1.texi install.texi
1194 makeinfo --no-header `echo $(srcdir)/install1.texi | sed 's,^\./,,'`
79d8453e
RS
1195\f
1196# Deletion of files made during compilation.
1197# There are four levels of this:
47547081 1198# `mostlyclean', `clean', `distclean' and `realclean'.
79d8453e 1199# `mostlyclean' is useful while working on a particular type of machine.
2e494f70 1200# It deletes most, but not all, of the files made by compilation.
79d8453e 1201# It does not delete libgcc.a or its parts, so it won't have to be recompiled.
2e494f70 1202# `clean' deletes everything made by running `make all'.
47547081 1203# `distclean' also deletes the files made by config.
79d8453e
RS
1204# `realclean' also deletes everything that could be regenerated automatically.
1205
47547081 1206
79d8453e
RS
1207mostlyclean:
1208 -rm -f $(STAGESTUFF)
1209# Delete the temporary source copies for cross compilation.
1210 -rm -f $(HOST_PREFIX_1)rtl.c $(HOST_PREFIX_1)rtlanal.c
1211 -rm -f $(HOST_PREFIX_1)alloca.c $(HOST_PREFIX_1)malloc.c
1212 -rm -f $(HOST_PREFIX_1)obstack.c
1213# Delete the temp files made in the course of building libgcc.a.
2e494f70 1214 -rm -f tmplibgcc* tmpcopy
79d8453e
RS
1215 for name in $(LIB1FUNCS); do rm -f $${name}.c; done
1216# Delete other temporary files.
acbbf3d9 1217 -rm -f tmp-float.h tmp-gcc.xtar.Z tmp-limits.h
c21cf0a7 1218 -rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s
79d8453e
RS
1219# Delete the stamp files.
1220 -rm -f stamp-* tmp-*
2e494f70 1221# Delete debugging dump files.
79d8453e 1222 -rm -f *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop
2e494f70
RS
1223 -rm -f *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack
1224# Delete some files made during installation.
be0d23ff 1225 -rm -f specs float.h enquire SYSCALLS.c.X SYSCALLS.c
47547081 1226 -rm -f collect collect2 ld mips-tfile mips-tdump alloca.s
2e494f70
RS
1227# Delete unwanted output files from TeX.
1228 -rm -f *.toc *.log *.vr *.fn *.cp *.tp *.ky *.pg
47547081
RS
1229# Delete sorted indices we don't actually use.
1230 -rm -f gcc.vrs gcc.kys gcc.tps gcc.pgs gcc.fns
2e494f70
RS
1231# Delete core dumps.
1232 -rm -f core
79d8453e 1233
47547081
RS
1234# Delete all files made by compilation
1235# that don't exist in the distribution.
79d8453e 1236clean: mostlyclean
20bd0ab1
RS
1237# It may not be quite desirable to delete unprotoize.c here,
1238# but the spec for `make clean' requires it.
1239# Using unprotoize.c is not quite right in the first place,
1240# but what better way is there?
3aa072f2 1241 -rm -f libgcc.a libgcc1.a libgcc2.a libgcc2.ready libgcc1.null
be0d23ff 1242 -rm -f *.dvi
79d8453e 1243
47547081
RS
1244# Delete all files that users would normally create
1245# while building and installing GCC.
2e494f70 1246distclean: clean
79d8453e 1247 -rm -f tm.h aux-output.c config.h md config.status tconfig.h
2e0b13db 1248 -rm -f Makefile *.oaux
47547081 1249 -rm -fr stage1 stage2 stage3 stage4
2e494f70
RS
1250
1251# Delete anything likely to be found in the source directory
1252# that shouldn't be in the distribution.
1253extraclean: distclean
47547081 1254 -rm -rf =* #* *~* config/=* config/#* config/*~*
be0d23ff
RS
1255 -rm -f patch* *.orig *.rej config/patch* config/*.orig config/*.rej
1256 -rm -f *.dvi *.oaux *.d *.Z *.tar *.xtar
32e6e69a 1257 -rm -f *.s *.s[0-9] *.i install1.texi config/ChangeLog
79d8453e
RS
1258
1259# Get rid of every file that's generated from some other file.
1260# Most of these files ARE PRESENT in the GCC distribution.
2e494f70 1261realclean: distclean
79d8453e
RS
1262 -rm -f cp-parse.c cp-parse.h cp-parse.output
1263 -rm -f objc-parse.c objc-parse.output
79d8453e
RS
1264 -rm -f c-parse.c c-parse.h c-parse.output
1265 -rm -f cexp.c cexp.output TAGS
2e494f70
RS
1266 -rm -f cpp.info* cpp.??s cpp.*aux
1267 -rm -f gcc.info* gcc.??s gcc.*aux
1268 -rm -f gplus.info* gplus.??s gplus.*aux
79d8453e
RS
1269\f
1270# Entry points `install' and `uninstall'.
1271# Also temporarily `install-fixincludes' could replace `install-headers'.
2e494f70 1272# Also use `install-collect2' to install collect2 when the config files don't.
79d8453e
RS
1273
1274install: $(INSTALL_TARGET)
1275
1276# Copy the files of native compiler into directories where they will be run.
1277install-native: install-common install-libgcc $(INSTALL_HEADERS) \
2e494f70 1278 install-man
79d8453e
RS
1279
1280# Copy the files of cross compiler into directories where they will be run.
1281install-cross: install-common install-common-headers \
1282 install-man install-cross-tools install-libgcc
1283
1284# Install the tools, libraries and header files for the target machine
1285# where cross-compilation will look for them.
1286# Use tooldir to find them.
1287install-cross-tools: install-dir
1288# The first if makes this a no-op except for a cross compiler.
1289# The /. after the dirname causes test to follow symlinks.
1290# Before making a link or an indirection script,
1291# we verify the desired file does not already exist.
1292# If a symlink does exist, then making a symlink would certainly fail,
1293# leading us to overwrite the real file through the symlink.
1294 -if [ -f gcc-cross ] ; \
1295 then \
1296 if [ -d $(tooldir)/. ] ; \
1297 then \
027cec3b 1298 for file in as ld ar nm ranlib; do \
79d8453e
RS
1299 if [ -f $(libsubdir)/$$file ] ; \
1300 then true; \
1301 else \
1302 $(SYMLINK) $(tooldir)/bin/$$file $(libsubdir)/$$file \
1303 || (echo "#!/bin/sh"; echo $(tooldir)/bin/$$file "$$@") > $(libsubdir)/$$file; \
1304 fi; \
1305 done; \
1306 for file in $(tooldir)/lib/*; do \
1307 if [ -f $$file ] ; \
1308 then \
1309 if [ -f $(libsubdir)/`basename $$file` ] ; \
1310 then true; \
1311 else \
1312 $(SYMLINK) $$file $(libsubdir)/`basename $$file` \
1313 || $(INSTALL_DATA) $$file $(libsubdir)/`basename $$file`; \
1314 fi; \
1315 else true; \
1316 fi; \
1317 done; \
1318 if [ -d $(tooldir)/include/. ] ; then \
1319 $(SYMLINK) $(tooldir)/include $(libsubdir)/sys-include \
1320 || (if [ -d $(libsubdir)/sys-include ] ; then true ; else mkdir $(libsubdir)/sys-include ; fi; \
1321 cd $(tooldir)/include; tar cf - . | (cd $(libsubdir)/sys-include; tar xpf -)); \
1322 else true; fi; \
1323 else true; \
1324 fi; \
1325 else true; \
1326 fi;
1327
1328# Run this on the target machine
1329# to finish installation of cross compiler.
1330install-cross-rest: install-float-h-cross
1331
1332# Install float.h for cross compiler.
1333# Run this on the target machine!
1334install-float-h-cross:
1335 if [ -f enquire ] ; then true; else false; done
1336 -./enquire -f > float.h
1337 -rm -f $(libsubdir)/include/float.h
1338 $(INSTALL_DATA) float.h $(libsubdir)/include/float.h
1339 chmod a-x $(libsubdir)/include/float.h
1340
1341# Create the installation directory.
1342install-dir:
935e11b0
TW
1343 -if [ -d $(libdir) ] ; then true ; else mkdir $(libdir) ; fi
1344 -if [ -d $(libdir)/gcc-lib ] ; then true ; else mkdir $(libdir)/gcc-lib ; fi
1345 -if [ -d $(libdir)/gcc-lib/include ] ; then true ; else mkdir $(libdir)/gcc-lib/include ; fi
1346 -if [ -d $(libdir)/gcc-lib/$(target) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target) ; fi
1347 -if [ -d $(libdir)/gcc-lib/$(target)/$(version) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target)/$(version) ; fi
f780d21b 1348 -if [ -d $(libdir)/gcc-lib/$(target)/$(version)/include ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target)/$(version)/include ; fi
935e11b0 1349 -if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
79d8453e
RS
1350# We don't use mkdir -p to create the parents of mandir,
1351# because some systems don't support it.
1352# Instead, we use this technique to create the immediate parent of mandir.
935e11b0 1353 -parent=`echo $(mandir)|sed -e 's@/[^/]*$$@@'`; \
79d8453e
RS
1354 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
1355 -if [ -d $(mandir) ] ; then true ; else mkdir $(mandir) ; fi
1356
1357# Install the compiler executables built during cross compilation.
f0ec1f64 1358install-common: native install-dir xgcc $(srcdir)/g++ $(srcdir)/c++ $(EXTRA_PARTS)
79d8453e
RS
1359 for file in $(COMPILERS); do \
1360 if [ -f $$file ] ; then \
1361 rm -f $(libsubdir)/$$file; \
1362 $(INSTALL_PROGRAM) $$file $(libsubdir)/$$file; \
1363 else true; \
1364 fi; \
1365 done
47547081 1366 for file in $(EXTRA_PASSES) $(EXTRA_PARTS) $(EXTRA_PROGRAMS) $(USE_COLLECT2) ..; do \
79d8453e
RS
1367 if [ x"$$file" != x.. ]; then \
1368 rm -f $(libsubdir)/$$file; \
1369 $(INSTALL_PROGRAM) $$file $(libsubdir)/$$file; \
1370 else true; fi; \
1371 done
f0ec1f64
RS
1372# Don't mess with specs if it doesn't exist yet.
1373# We can't make it a dependency because with a cross compiler
1374# you have to make specs on the target machine or not at all.
2a7bccbb
TG
1375 -if [ -f specs ] ; then \
1376 rm -f $(libsubdir)/specs; \
f0ec1f64
RS
1377 $(INSTALL_DATA) specs $(libsubdir)/specs; \
1378 fi
79d8453e
RS
1379# Install the driver program as gcc-$(target)
1380# and also as either gcc (if native) or $(tooldir)/bin/gcc.
1381 -if [ -f gcc-cross ] ; then \
2e494f70 1382 $(INSTALL_PROGRAM) gcc-cross $(bindir)/gcc-$(target); \
79d8453e
RS
1383 if [ -d $(tooldir)/bin/. ] ; then \
1384 rm -f $(tooldir)/bin/gcc; \
1385 $(INSTALL_PROGRAM) gcc-cross $(tooldir)/bin/gcc; \
79d8453e
RS
1386 else true; fi; \
1387 else \
1388 rm -f $(bindir)/gcc; \
acbbf3d9 1389 $(INSTALL_PROGRAM) xgcc $(bindir)/gcc; \
79d8453e
RS
1390 rm -f $(bindir)/gcc-$(target)-1; \
1391 ln $(bindir)/gcc $(bindir)/gcc-$(target)-1; \
1392 mv $(bindir)/gcc-$(target)-1 $(bindir)/gcc-$(target); \
1393 fi
cfa88f62
RS
1394# Install protoize if it was compiled.
1395 if [ -f protoize ]; \
1396 then \
1397 rm -f $(bindir)/protoize; \
1398 $(INSTALL_PROGRAM) protoize $(bindir)/protoize; \
1399 rm -f $(bindir)/unprotoize; \
1400 $(INSTALL_PROGRAM) unprotoize $(bindir)/unprotoize; \
1401 rm -f $(libsubdir)/SYSCALLS.c.X; \
1402 $(INSTALL_DATA) SYSCALLS.c.X $(libsubdir)/SYSCALLS.c.X; \
1403 chmod a-x $(libsubdir)/SYSCALLS.c.X; \
1404 fi
4803a34a 1405 -rm -f $(bindir)/c++
79d8453e 1406 $(INSTALL_PROGRAM) $(srcdir)/c++ $(bindir)/c++
4803a34a 1407 -rm -f $(bindir)/g++
79d8453e
RS
1408 $(INSTALL_PROGRAM) $(srcdir)/g++ $(bindir)/g++
1409 -rm -f $(libsubdir)/cpp
1410 $(INSTALL_PROGRAM) cpp $(libsubdir)/cpp
1411
79d8453e 1412# Install the man pages.
acbbf3d9 1413install-man: install-dir $(srcdir)/gcc.1 $(srcdir)/cccp.1 $(srcdir)/g++.1
79d8453e 1414 -rm -f $(mandir)/gcc$(manext)
2e0b13db
RS
1415 -$(INSTALL_DATA) $(srcdir)/gcc.1 $(mandir)/gcc$(manext)
1416 -chmod a-x $(mandir)/gcc$(manext)
2e494f70 1417 -rm -f $(mandir)/cccp$(manext)
2e0b13db
RS
1418 -$(INSTALL_DATA) $(srcdir)/cccp.1 $(mandir)/cccp$(manext)
1419 -chmod a-x $(mandir)/cccp$(manext)
2e0b13db
RS
1420 -$(INSTALL_DATA) $(srcdir)/g++.1 $(mandir)/g++$(manext)
1421 -chmod a-x $(mandir)/g++$(manext)
79d8453e
RS
1422
1423# Install the library.
4b3c8365 1424install-libgcc: libgcc.a install-dir
79d8453e
RS
1425 -if [ -f libgcc.a ] ; then \
1426 rm -f $(libsubdir)/libgcc.a; \
1427 $(INSTALL_DATA) libgcc.a $(libsubdir)/libgcc.a; \
1428 if $(RANLIB_TEST) ; then \
1429 (cd $(libsubdir); $(RANLIB) libgcc.a); else true; fi; \
1430 chmod a-x $(libsubdir)/libgcc.a; \
1431 else true; fi
1432
1433# Install all the header files for native compiler.
1434install-headers: install-common-headers install-float-h install-limits-h
1435
1436# Install float.h for native compiler.
f780d21b 1437install-float-h: float.h install-dir
79d8453e
RS
1438 -rm -f $(libsubdir)/include/float.h
1439 $(INSTALL_DATA) float.h $(libsubdir)/include/float.h
1440 chmod a-x $(libsubdir)/include/float.h
1441
1442# Install limits.h, optionally inheriting from the standard system version.
87b36970 1443install-limits-h: glimits.h limitx.h install-dir
79d8453e
RS
1444 -rm -f $(libsubdir)/include/limits.h tmp-limits.h
1445 if [ -f /usr/include/limits.h ] ; then \
87b36970 1446 cat $(srcdir)/limitx.h $(srcdir)/glimits.h $(srcdir)/limity.h > tmp-limits.h; \
79d8453e 1447 else \
87b36970 1448 cat $(srcdir)/glimits.h > tmp-limits.h; \
79d8453e
RS
1449 fi
1450 $(INSTALL_DATA) tmp-limits.h $(libsubdir)/include/limits.h
1451 chmod a-x $(libsubdir)/include/limits.h
1452 rm tmp-limits.h
1453
1454# Install the fixed headers that are the same for all machines.
1455install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h
935e11b0 1456 -if [ -d $(libsubdir)/include ] ; then true ; else mkdir $(libsubdir)/include ; fi
79d8453e
RS
1457 -chmod ugo+rx $(libsubdir)/include
1458# Must compute $(libsubdir) before the cd; the awk script won't work after.
1459 shelllibsubdir=$(libsubdir); \
1460 cd $(srcdir); \
1461 for file in $(USER_H); do \
1462 rm -f $$shelllibsubdir/include/`basename $$file`; \
1463 $(INSTALL_DATA) `basename $$file` $$shelllibsubdir/include/`basename $$file`; \
1464 chmod a-x $$shelllibsubdir/include/`basename $$file`; \
1465 done
1466 -rm -f $(libsubdir)/include/varargs.h
1467 $(INSTALL_DATA) $(srcdir)/gvarargs.h $(libsubdir)/include/varargs.h
1468 chmod a-x $(libsubdir)/include/varargs.h
1469 -rm -f $(libsubdir)/include/stdarg.h
1470 $(INSTALL_DATA) $(srcdir)/gstdarg.h $(libsubdir)/include/stdarg.h
1471 chmod a-x $(libsubdir)/include/stdarg.h
1472 -rm -f $(libsubdir)/include/stddef.h
1473 $(INSTALL_DATA) $(srcdir)/gstddef.h $(libsubdir)/include/stddef.h
1474 chmod a-x $(libsubdir)/include/stddef.h
2e494f70
RS
1475# Copy byteorder.h into the object file directory
1476# so that fixinc.svr4 can get at it if necessary.
1477# If the dirs are the same, this won't do anything.
9c0022f6 1478# Delete file first in case it is read-only
e3e873d2 1479 -if [ x`cd $(srcdir);pwd` != x`pwd` ]; then rm -f byteorder.h; else true; fi
9c4614c3 1480 -cp $(srcdir)/byteorder.h . > /dev/null 2>&1
79d8453e
RS
1481
1482# $(libsubdir)/include:
935e11b0 1483# -if [ -d $(libsubdir)/include ] ; then true ; else mkdir $(libsubdir)/include ; fi
79d8453e
RS
1484# -chmod ugo+rx $(libsubdir)/include
1485
1486# This appears not to work. It isn't clear how to fix it.
2e494f70
RS
1487# $(libsubdir)/include/README: $(libsubdir)/include $(srcdir)/$(FIXINCLUDES)
1488# LIB=$(libsubdir)/include $(srcdir)/$(FIXINCLUDES)
79d8453e
RS
1489# $(INSTALL_DATA) $(srcdir)/fixincludes-README $@
1490# chmod a-x $@
1491
1492# Run fixincludes in the proper directory.
1493install-fixincludes: install-headers
1494 rm -rf $(libsubdir)/tmp
1495 mkdir $(libsubdir)/tmp
1496# Move aside the headers that come from GCC; delete all else.
2e494f70
RS
1497# The sed command gets just the last file name component;
1498# this is necessary because VPATH could add a dirname.
1499# Using basename would be simpler, but some systems don't have it.
1500 cd $(libsubdir)/include; \
1501 for file in $(INSTALLED_H); do \
1502 realfile=`echo $$file | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
1503 mv $$realfile ../tmp; \
1504 done; \
1505 rm -rf *
79d8453e 1506# Install fixed copies of system files.
8a4fd318 1507 $(srcdir)/$(FIXINCLUDES) $(libsubdir)/include /usr/include $(srcdir)
79d8453e
RS
1508# Bring back gcc's header files.
1509 cd $(libsubdir)/include; mv ../tmp/* .; rmdir ../tmp
1510# Install the README
1511 $(INSTALL_DATA) $(srcdir)/README-fixinc $(libsubdir)/include/README
1512 chmod a-x $(libsubdir)/include/README
1513
2e494f70
RS
1514# Use this target to install the program `collect2' under the name `ld'.
1515install-collect2: collect2
1516 $(INSTALL_PROGRAM) collect2 $(libsubdir)/ld
1517# Install the driver program as $(libsubdir)/gcc for collect2.
acbbf3d9 1518 $(INSTALL_PROGRAM) xgcc $(libsubdir)/gcc
2e494f70 1519
79d8453e
RS
1520# Cancel installation by deleting the installed files.
1521uninstall:
1522 -rm -rf $(libsubdir)
1523 -rm -rf $(bindir)/gcc
79d8453e
RS
1524 -rm -rf $(bindir)/protoize
1525 -rm -rf $(bindir)/unprotoize
1526 -rm -rf $(mandir)/gcc$(manext)
2e494f70 1527 -rm -rf $(mandir)/cccp$(manext)
79d8453e
RS
1528 -rm -rf $(mandir)/protoize$(manext)
1529 -rm -rf $(mandir)/unprotoize$(manext)
1530\f
1531# These exist for maintenance purposes.
1532
1533# Update the tags table.
1534TAGS: force
1535 cd $(srcdir); \
1536 mkdir temp; \
1537 mv -f c-parse.c c-parse.h cp-parse.c cp-parse.h objc-parse.c cexp.c temp; \
1538 etags *.y *.h *.c; \
1539 mv temp/* .; \
1540 rmdir temp
1541
1542# Create the distribution tar file.
1543#dist: gcc-$(version).tar.Z
1544dist: gcc.xtar.Z
1545
2e494f70 1546gcc.xtar.Z: gcc.xtar
79d8453e
RS
1547 compress < gcc.xtar > tmp-gcc.xtar.Z
1548 mv tmp-gcc.xtar.Z gcc.xtar.Z
1549
1550#gcc-$(version).tar.Z: gcc-$(version).tar
1551# compress < gcc-$(version).tar > gcc-$(version).tar.Z
1552
1553#gcc-$(version).tar:
2e0b13db 1554gcc.xtar: doc
f780d21b
RS
1555 if grep -s "for version ${version}" gcc.texi; \
1556 then true; \
96b5daff 1557 else echo "You must update the version number in \`gcc.texi'"; sleep 10;\
f780d21b 1558 fi
be0d23ff
RS
1559# Update the version number in README
1560 awk '$$1 " " $$2 " " $$3 == "This directory contains" \
1561 { $$6 = version; print $$0 } \
1562 $$1 " " $$2 " " $$3 != "This directory contains"' \
1563 version=$(version) README > tmp.README
1564 mv tmp.README README
2e494f70 1565 -rm -rf gcc-$(version) tmp
79d8453e
RS
1566# Put all the files in a temporary subdirectory
1567# which has the name that we want to have in the tar file.
2e494f70
RS
1568 mkdir tmp
1569 mkdir tmp/config
1570 for file in *[0-9a-zA-Z+]; do \
be0d23ff 1571 ln $$file tmp > /dev/null 2>&1 || cp $$file tmp; \
2e494f70
RS
1572 done
1573 cd config; \
1574 for file in *[0-9a-zA-Z+]; do \
be0d23ff 1575 ln $$file ../tmp/config >/dev/null 2>&1 || cp $$file ../tmp/config; \
79d8453e 1576 done
2e494f70
RS
1577 ln .gdbinit tmp
1578 mv tmp gcc-$(version)
79d8453e 1579# Get rid of everything we don't want in the distribution.
2e494f70 1580 cd gcc-$(version); make -f Makefile.in extraclean
79d8453e
RS
1581# Make the distribution.
1582 tar chf gcc.xtar gcc-$(version)
1583# Get rid of the temporary directory.
1584 rm -rf gcc-$(version)
1585
1586# do make -f ../gcc/Makefile maketest DIR=../gcc
1587# in the intended test directory to make it a suitable test directory.
1588# THIS IS OBSOLETE; use the -srcdir operand in configure instead.
1589maketest:
1590 ln -s $(DIR)/*.[chy] .
1591 ln -s $(DIR)/configure .
1592 ln -s $(DIR)/*.def .
1593 -rm -f =*
1594 ln -s $(DIR)/.gdbinit .
1595 ln -s $(DIR)/$(FIXINCLUDES) .
1596 -ln -s $(DIR)/bison.simple .
1597 ln -s $(DIR)/config .
1598 ln -s $(DIR)/move-if-change .
1599# The then and else were swapped to avoid a problem on Ultrix.
1600 if [ ! -f Makefile ] ; then ln -s $(DIR)/Makefile .; else false; fi
1601 -rm tm.h aux-output.c config.h md
1602 make clean
1603# You must then run config to set up for compilation.
acbbf3d9 1604
9c4614c3
TW
1605bootstrap: force
1606# Only build the C compiler for stage1, because that is the only one that
1607# we can guarantee will build with the native compiler, and also it is the
1608# only thing useful for building stage2.
1609 $(MAKE) LANGUAGES=c
79d8453e 1610 $(MAKE) stage1
2e494f70
RS
1611# This used to define ALLOCA as empty, but that would lead to bad results
1612# for a subsequent `make install' since that would not have ALLOCA empty.
1613# To prevent `make install' from compiling alloca.o and then relinking cc1
1614# because alloca.o is newer, we permit these recursive makes to compile
1615# alloca.o. Then cc1 is newer, so it won't have to be relinked.
bf428f48 1616 $(MAKE) CC="stage1/xgcc -Bstage1/" CFLAGS="$(BOOT_CFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
79d8453e 1617 $(MAKE) stage2
bf428f48 1618 $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
79d8453e
RS
1619
1620bootstrap2: force
bf428f48 1621 $(MAKE) CC="stage1/xgcc -Bstage1/" CFLAGS="$(BOOT_CFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
79d8453e 1622 $(MAKE) stage2
bf428f48 1623 $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
79d8453e
RS
1624
1625bootstrap3: force
bf428f48 1626 $(MAKE) CC="stage2/xgcc -Bstage2/" CFLAGS="$(BOOT_CFLAGS)" libdir=$(libdir) LANGUAGES="$(LANGUAGES)"
79d8453e 1627
dcfedcd0
RK
1628# Compare the object files in the current directory with those in the
1629# stage2 directory.
1630
1631compare: force
1632 for file in *.o; do \
acbbf3d9
RS
1633 tail +16c $$file > tmp-foo1; \
1634 tail +16c stage2/$$file > tmp-foo2 2>/dev/null \
1635 && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
dcfedcd0
RK
1636 done
1637 -rm -f tmp-foo*
1638
1639# Similar, but compare with stage3 directory
1640compare3: force
1641 for file in *.o; do \
acbbf3d9
RS
1642 tail +16c $$file > tmp-foo1; \
1643 tail +16c stage3/$$file > tmp-foo2 2>/dev/null \
1644 && (cmp tmp-foo1 tmp-foo2 || echo $$file differs); \
dcfedcd0
RK
1645 done
1646 -rm -f tmp-foo*
1647
79d8453e
RS
1648# Copy the object files from a particular stage into a subdirectory.
1649stage1: force
2e494f70 1650 -if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
79d8453e
RS
1651 -mv $(STAGESTUFF) stage1
1652 -rm -f stage1/libgcc.a
1653 -cp libgcc.a stage1
1654 -if $(RANLIB_TEST) ; then $(RANLIB) stage1/libgcc.a; else true; fi
1655
1656stage2: force
2e494f70 1657 -if [ -d stage2 ] ; then true ; else mkdir stage2 ; fi
79d8453e
RS
1658 -mv $(STAGESTUFF) stage2
1659 -rm -f stage2/libgcc.a
1660 -cp libgcc.a stage2
1661 -if $(RANLIB_TEST) ; then $(RANLIB) stage2/libgcc.a; else true; fi
1662
1663stage3: force
935e11b0 1664 -if [ -d stage3 ] ; then true ; else mkdir stage3 ; fi
79d8453e
RS
1665 -mv $(STAGESTUFF) stage3
1666 -rm -f stage3/libgcc.a
1667 -cp libgcc.a stage3
1668 -if $(RANLIB_TEST) ; then $(RANLIB) stage3/libgcc.a; else true; fi
1669
1670stage4: force
935e11b0 1671 -if [ -d stage4 ] ; then true ; else mkdir stage4 ; fi
79d8453e
RS
1672 -mv $(STAGESTUFF) stage4
1673 -rm -f stage4/libgcc.a
1674 -cp libgcc.a stage4
1675 -if $(RANLIB_TEST) ; then $(RANLIB) stage4/libgcc.a; else true; fi
1676
1677# Copy just the executable files from a particular stage into a subdirectory,
1678# and delete the object files. Use this if you're just verifying a version
1679# that is pretty sure to work, and you are short of disk space.
1680risky-stage1: force
935e11b0 1681 -if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
79d8453e
RS
1682 -mv cc1 cpp cccp gcc stage1
1683 -rm -f stage1/libgcc.a
1684 -cp libgcc.a stage1 && $(RANLIB) stage1/libgcc.a
1685 -make clean
1686
1687risky-stage2: force
935e11b0 1688 -if [ -d stage2 ] ; then true ; else mkdir stage2 ; fi
79d8453e
RS
1689 -mv cc1 cpp cccp gcc stage2
1690 -rm -f stage2/libgcc.a
1691 -cp libgcc.a stage2 && $(RANLIB) stage2/libgcc.a
1692 -make clean
1693
1694risky-stage3: force
935e11b0 1695 -if [ -d stage3 ] ; then true ; else mkdir stage3 ; fi
79d8453e
RS
1696 -mv cc1 cpp cccp gcc stage3
1697 -rm -f stage3/libgcc.a
1698 -cp libgcc.a stage3 && $(RANLIB) stage3/libgcc.a
1699 -make clean
1700
1701risky-stage4: force
935e11b0 1702 -if [ -d stage4 ] ; then true ; else mkdir stage4 ; fi
79d8453e
RS
1703 -mv cc1 cpp cccp gcc stage4
1704 -rm -f stage4/libgcc.a
1705 -cp libgcc.a stage4 && $(RANLIB) stage4/libgcc.a
1706 -make clean
1707
1708#In GNU Make, ignore whether `stage*' exists.
1709.PHONY: stage1 stage2 stage3 stage4 clean realclean TAGS bootstrap
1710.PHONY: risky-stage1 risky-stage2 risky-stage3 risky-stage4
1711
1712force: