home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / Makefile.in < prev    next >
Makefile  |  1992-02-07  |  26KB  |  684 lines

  1. # Makefile for GNU C++ compiler.
  2. #   Copyright (C) 1987, 1988 Free Software Foundation, Inc.
  3. #   Hacked by Michael Tiemann (tiemann@mcc.com)
  4.  
  5. #This file is part of GNU CC.
  6.  
  7. #GNU CC is free software; you can redistribute it and/or modify
  8. #it under the terms of the GNU General Public License as published by
  9. #the Free Software Foundation; either version 1, or (at your option)
  10. #any later version.
  11.  
  12. #GNU CC is distributed in the hope that it will be useful,
  13. #but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. #GNU General Public License for more details.
  16.  
  17. #You should have received a copy of the GNU General Public License
  18. #along with GNU CC; see the file COPYING.  If not, write to
  19. #the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21.  
  22. # Variables that exist for you to override.
  23. # See below for how to change them for certain systems.
  24.  
  25. # These files depend on -DSOS:
  26. # cplus-class.o cplus-decl.o cplus-decl2.o cplus-init.o \
  27. # cplus-method.o cplus-typeck.o
  28.  
  29. # This file depends on -DESKIT: cplus-class.o
  30.  
  31. # These files depend on -DGATHER_STATISTICS: tree.c cplus-lex.c \
  32. # cplus-class.c cplus-search.c
  33.  
  34. # This file depends on -DCADILLAC
  35. # cplus-cadillac.c
  36. CADILLAC_OBJS = cplus-cadillac.o ../cadillac/code/connection/libconn.a
  37.  
  38. # Defining NDEBUG will cause assertion macros to do nothing.
  39.  
  40. # This file depends on -DYYDEBUG: cplus-tab.c.  Without, you cannot
  41. # use `-dy'.
  42.  
  43. # On COFF systems, use one of the definitions below. (see collect.c)
  44. # COFFLAGS = -DUSE_COLLECT -DCOFF
  45. # COFFLAGS = -DUSE_COLLECT -DEXTENDED_COFF
  46.  
  47. # On some BSD systems (like Vax, unlike Sun), there is no file
  48. # /usr/include/unistd.h.  If this is the case for your system
  49. # uncomment the following line.
  50. # HAVE_UNISTD_H = -DNO_UNISTD_H
  51.  
  52. # CFLAGS = -g -DSOS -DESKIT -O
  53. CFLAGS = -g -DGATHER_STATISTICS -O $(COFFLAGS) -DFIELD_XREF -DNO_UNISTD_H -DOBJCPLUS $(XXCFLAGS)
  54. CC = cc
  55. BISON = bison
  56. BISONFLAGS = -v -d
  57. AR = ar
  58. SHELL = /bin/sh
  59. # on sysV, define this as cp.
  60. INSTALL = install -c
  61. # on sysV, define this as ln.
  62. LINK = ln -s
  63.  
  64. # Compiler to use for compiling gnulib.
  65. # OLDCC should not be the GNU C compiler.
  66. OLDCC = cc
  67.  
  68. # CFLAGS for use with OLDCC, for compiling gnulib.
  69. # NOTE: -O does not work on some Unix systems!
  70. # If you use it here, you are asking for trouble.
  71. CCLIBFLAGS=
  72.  
  73. # USG_STDIO if for machines which use System V stdio.
  74. # In general, if USG is #defined by your system, you should
  75. # uncomment the following line.  But turncoats who claim officially
  76. # to support System V, but really try to be Berkeley (and thus
  77. # break with USG defined), may need to define this.
  78. # USG_STDIO = -DUSG_STDIO
  79.  
  80. prefix=/usr/local
  81.  
  82. # Directory where sources are, from where we are.
  83. srcdir = .
  84. # Directory in which to put the executable for the command `g++'
  85. bindir = $(prefix)/bin
  86. # Directory in which to put the subprograms used by the compiler.
  87. libdir = $(prefix)/lib
  88. # Directory in which to put the crt0+.o, crt1+.o, and other such files.
  89. startdir = $(prefix)/lib
  90. # Directory in which to put man pages.
  91. mandir = $(prefix)/man/man1
  92. # Number to put in man-page filename.
  93. manext = 1
  94.  
  95. # Additional system libraries to link with.
  96. CLIB=
  97.  
  98. # Change this to a null string if obstacks are installed in the
  99. # system library.
  100. OBSTACK=obstack.o
  101.  
  102. # Directory to link to, when using the target `maketest'.
  103. DIR = ../gcc
  104. # this is the GNU CC build directory
  105. TDIR = ../gcc-test
  106.  
  107. # End of variables for you to override.
  108.  
  109.  
  110. # Variables you should change for certain systems.
  111.  
  112. # These are what you would need on HPUX:
  113. # CFLAGS = -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 -Wc,-Nw1000
  114. # If you are using the GNU assembler and linker on HPUX,
  115. # add -I../hp-include to CFLAGS.
  116. # -g is desirable in CFLAGS, but a compiler bug in HPUX version 5
  117. # bites whenever tree.def, rtl.def or machmode.def is included
  118. # (ie., on every source file).
  119. # CCLIBFLAGS = -Wc,-Ns2000 -Wc,-Ne700
  120. # For CCLIBFLAGS you might want to specify the switch that
  121. # forces only 68000 instructions to be used.
  122.  
  123. # If you are making gcc for the first time, and if you are compiling it with
  124. # a non-gcc compiler, and if your system doesn't have a working alloca() in any
  125. # of the standard libraries (as is true for HP/UX or Genix),
  126. # then get alloca.c from GNU Emacs and un-comment the following line:
  127. # ALLOCA = alloca.o
  128. # But don't do that if compiling using GCC.
  129.  
  130. # If your system has alloca() in /lib/libPW.a, un-comment the following line:
  131. # CLIB= -lPW
  132.  
  133. # If your system's malloc() routine fails for any reason (as it does on
  134. # certain versions of Genix), try getting the files
  135. # malloc.c and getpagesize.h from GNU Emacs and un-comment the following line:
  136. #MALLOC = malloc.o
  137. MALLOC =
  138.  
  139. # If you are running GCC on an Apollo (SR10.x),
  140. # go into a Berkeley environment and use this:
  141. # CFLAGS = -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
  142. # (Says vasta@apollo.com.)
  143.  
  144. COMMON_OBJS = makeUser.o make_support.o
  145.  
  146. makeUser.o : make.h
  147.  
  148. makeUser.c make.h : make.defs
  149.     mig make.defs
  150.  
  151. # Dependency on obstack, alloca, malloc or whatever library facilities
  152. # are not installed in the system libraries.
  153. LIBDEPS= $(OBSTACK) $(ALLOCA) $(MALLOC) $(COMMON_OBJS)
  154.  
  155. # How to link with both our special library facilities
  156. # and the system's installed libraries.
  157. LIBS = $(OBSTACK) $(ALLOCA) $(MALLOC) $(COMMON_OBJS) $(CLIB)
  158.  
  159. # Specify the directories to be searched for header files.
  160. # Both . and srcdir are used, in that order,
  161. # so that tm.h and config.h will be found in the compilation
  162. # subdirectory rather than in the source directory.
  163. INCLUDES = -I. -I$(srcdir) -I$(srcdir)/config
  164. SUBDIR_INCLUDES = -I.. -I../$(srcdir) -I../$(srcdir)/config
  165.  
  166. # Always use -I$(srcdir)/config when compiling.
  167. .c.o:
  168.     $(CC) -c $(CFLAGS) $(CPPFLAGS) $(INCLUDES) $<
  169.  
  170. # Language-specific object files for C.
  171. C_OBJS = c-parse.tab.o c-decl.o c-typeck.o c-convert.o
  172.  
  173. # Language-specific object files for C++.
  174. CPLUS_OBJS = cplus-tab.o cplus-decl.o cplus-decl2.o cplus-typeck.o cplus-type2.o \
  175.  cplus-tree.o cplus-lex.o cplus-class.o cplus-init.o cplus-except.o \
  176.  cplus-method.o cplus-cvt.o cplus-search.o cplus-ptree.o cplus-expr.o \
  177.  cplus-field.o
  178.  
  179. # Language-specific object files for Objective-C++.
  180. OBJCPLUS_OBJS = objc-actions.o cplus-tab.o \
  181.  cplus-decl.o cplus-decl2.o cplus-typeck.o cplus-type2.o \
  182.  cplus-tree.o cplus-lex.o cplus-class.o cplus-init.o cplus-except.o \
  183.  cplus-method.o cplus-cvt.o cplus-search.o cplus-ptree.o cplus-expr.o \
  184.  cplus-field.o
  185.  
  186. # Language-independent object files.
  187. OBJS = toplev.o version.o tree.o print-tree.o stor-layout.o \
  188.  fold-const.o rtl.o rtlanal.o expr.o stmt.o case.o expmed.o explow.o \
  189.  optabs.o varasm.o symout.o dbxout.o sdbout.o emit-rtl.o insn-emit.o \
  190.  integrate.o jump.o cse.o loop.o flow.o stupid.o combine.o \
  191.  regclass.o local-alloc.o global-alloc.o reload.o reload1.o caller-save.o \
  192.  insn-peep.o final.o recog.o insn-recog.o insn-extract.o insn-output.o
  193.  
  194. # Files to be copied away after each stage in building.
  195. STAGE_GCC=gcc
  196. STAGESTUFF = *.o insn-flags.h insn-config.h insn-codes.h \
  197.  insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c \
  198.  stamp-flags.h stamp-config.h stamp-codes.h \
  199.  stamp-output.c stamp-recog.c stamp-emit.c stamp-extract.c stamp-peep.c \
  200.  genemit genoutput genrecog genextract genflags gencodes genconfig genpeep \
  201.  cc1plus
  202.  
  203. # Header files that are made available to programs compiled with gcc.
  204. USER_H = stddef.h stdarg.h assert.h va-*.h limits.h
  205.  
  206. # The files that "belong" in CONFIG_H are deliberately omitted
  207. # because having them there would not be useful in actual practice.
  208. # All they would do is cause complete recompilation every time
  209. # one of the machine description files is edited.
  210. # That may or may not be what one wants to do.
  211. # If it is, rm *.o is an easy way to do it.
  212. # CONFIG_H = config.h tm.h
  213. CONFIG_H =
  214. RTL_H = rtl.h rtl.def machmode.def
  215. TREE_H = tree.h real.h tree.def machmode.def
  216. CPLUS_TREE_H = $(TREE_H) cplus-tree.h cplus-tree.def
  217.  
  218. # Note that dependencies on obstack.h are not written
  219. # because that file is not part of GCC.
  220. # Dependencies on gvarargs.h are not written
  221. # because all that file does, when not compiling with GCC,
  222. # is include the system varargs.h.
  223.  
  224. # gnulib is not a target because a proper installation of GNU CC
  225. # will place it where g++ can find it.  Same with cpp
  226. all: crt1+.o g++ cc1plus g++filt # ld++ collect crt0+.o
  227. # On COFF systems, use the target below.
  228. # all: cc1plus # g++ collect crt0+.o crt1+.o
  229.  
  230. doc: $(srcdir)/cpp.info $(srcdir)/g++.info
  231.  
  232. compilations: ${OBJS} ${OBJCPLUS_OBJS}
  233.  
  234. g++: gcc.o version.o $(LIBDEPS)
  235.     $(CC) $(CFLAGS) $(LDFLAGS) -o g++ gcc.o version.o $(LIBS)
  236.  
  237. # Note: If you have SunOS 4.0, you can't use GNU LD to link programs
  238. # which use shared libraries.  You could add -DNO_GNU_LD to this
  239. # command line, but be warned that collect is not really powerful
  240. # enough to do right by all C++ static constructors, and it would
  241. # be better if you could just add support to GNU LD to handle
  242. # shared libraries.
  243. gcc.o: gcc.c $(CONFIG_H)
  244.     $(CC) $(CFLAGS) $(INCLUDES) \
  245.   -DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
  246.   -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-\" -c \
  247.   `echo $(srcdir)/gcc.c | sed 's,^\./,,'`
  248.  
  249. version.o: version.c
  250. obstack.o: obstack.c
  251.  
  252. ld.o: ld.c
  253.     if cmp -s tm.h config/tm-sun3.h; then \
  254.         OPTS='-Dmc68020 -DSUN3=3 -DTARGET=SUN3'; \
  255.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  256.     elif cmp -s tm.h config/tm-sun3-fpa.h; then \
  257.         OPTS='-Dmc68020 -DSUN3=3 -DTARGET=SUN3'; \
  258.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  259.     elif cmp -s tm.h config/tm-sun3-nfp.h; then \
  260.         OPTS='-Dmc68020 -DSUN3=3 -DTARGET=SUN3'; \
  261.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  262.     elif cmp -s tm.h config/tm-sun2.h; then \
  263.         OPTS='-Dmc68010 -DSUN2=2 -DTARGET=SUN2'; \
  264.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  265.     elif cmp -s tm.h config/tm-sun4os3.h; then \
  266.         OPTS='-DSUN4=4 -DTARGET=SUN4'; \
  267.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  268.     elif cmp -s tm.h config/tm-sun4os4.h; then \
  269.         OPTS='-DSUN4=4 -DTARGET=SUN4'; \
  270.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  271.     elif cmp -s tm.h config/tm-sparc.h; then \
  272.         OPTS='-DSUN4=4 -DTARGET=SUN4'; \
  273.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  274.     elif cmp -s tm.h config/tm-encore.h; then \
  275.         CRT0_OPTIONS='-DUMAX'; \
  276.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  277.     elif cmp -s tm.h config/tm-hp9k320g.h; then \
  278.         OPTS='-Dmc68020 -DNON_NATIVE -DUSG' \
  279.         DFLTS='"$(libdir)/gnu", "/lib", "/usr/lib", "/usr/local/lib"'; \
  280.     elif cmp -s tm.h config/tm-altos3068.h; then \
  281.         OPTS='-DCOFF_ENCAPSULATE -DNON_NATIVE -DUSG -DPORTAR'; \
  282.     elif cmp -s tm.h config/tm-newsgas.h; then \
  283.         CRT0_OPTIONS='-DCRT0_DUMMIES=bogus_fp, -DDOT_GLOBAL_START'; \
  284.     elif cmp -s tm.h config/tm-i386gas.h; then \
  285.         OPTS='-DUSG -DCOFF_ENCAPSULATE -DNON_NATIVE -DPORTAR'; \
  286.     else \
  287.         OPTS='-DTARGET=-1'; \
  288.         DFLTS='"$(libdir)", "/lib", "/usr/lib", "/usr/local/lib"'; \
  289.     fi; \
  290.     echo $$OPTS $$DFLTS; \
  291.     if [ "$$DFLTS" = "" ] ; \
  292.     then \
  293.     $(CC) -c $$OPTS $(PROFILE) $(CFLAGS) $(CFLAGS) ld.c ; \
  294.     else \
  295.     $(CC) -c $$OPTS -DSTANDARD_SEARCH_DIRS="$$DFLTS" $(PROFILE) $(CFLAGS) ld.c ; \
  296.     fi
  297.  
  298. ld++: ld.o cplus-dem.o
  299.     $(CC) -o ld++ $(PROFILE) ld.o cplus-dem.o -lg
  300.  
  301. collect: collect.c config.h $(LIBDEPS)
  302.     COLLECT_LIBS=""; \
  303.     if cmp -s tm.h config/tm-encore.h; then \
  304.         COLLECT_OPTIONS='-DUMAX'; \
  305.     else \
  306.         COLLECT_OPTIONS=''; \
  307.     fi; \
  308.     $(CC) -o collect $(PROFILE) $$COLLECT_OPTIONS $(CFLAGS) $(INCLUDES) $< -lg $$COLLECT_LIBS
  309.  
  310. collect2: collect2.c config.h
  311.     $(CC) -o collect2 collect2.c $(PROFILE) $$COLLECT_OPTIONS $(CFLAGS) $(INCLUDES)
  312.  
  313. g++filt: g++filt.o cplus-dem.o
  314.     $(CC) -o g++filt g++filt.o cplus-dem.o
  315.  
  316. crt0+.o: crt0.c config.h
  317.     -if cmp -s tm.h config/tm-vax.h; then \
  318.         CRT0_OPTIONS='-DCRT0_DUMMIES='; \
  319.     elif cmp -s tm.h config/tm-vaxv.h; then \
  320.         CRT0_OPTIONS='-DCRT0_DUMMIES='; \
  321.     elif cmp -s tm.h config/tm-vms.h; then \
  322.         CRT0_OPTIONS='-DCRT0_DUMMIES='; \
  323.     elif cmp -s tm.h config/tm-hp9k320.h; then \
  324.         CRT0_OPTIONS='-Umc68000'; \
  325.     elif cmp -s tm.h config/tm-hp9k320g.h; then \
  326.         CRT0_OPTIONS='-Umc68000'; \
  327.     elif cmp -s tm.h config/tm-sequent.h; then \
  328.         CRT0_OPTIONS='-DCRT0_DUMMIES= -DDOT_GLOBAL_START'; \
  329.     elif cmp -s tm.h config/tm-altos3068.h; then \
  330.         CRT0_OPTIONS='-DCRT0_DUMMIES= -Umc68000 -Um68k'; \
  331.     elif cmp -s tm.h tm-i386gas.h; then \
  332.         CRT0_OPTIONS='-DCRT0_DUMMIES=bogus_fp, -DDOT_GLOBAL_START'; \
  333.     elif cmp -s tm.h config/tm-hp9k3bsd.h; then \
  334.         CRT0_OPTIONS='-DCRT0_DUMMIES=bogus_a6, -Uhp9000'; \
  335.     else \
  336.         CRT0_OPTIONS=''; \
  337.     fi; \
  338.     echo $$CRT0_OPTIONS; \
  339.     $(CC) -Um68k $$CRT0_OPTIONS $(CFLAGS) -c $(INCLUDES) crt0.c
  340.     mv crt0.o crt0+.o
  341.  
  342. CRT1_COMMAND=$(CC) -Um68k $(CFLAGS) -c $(INCLUDES) crt1.c
  343.  
  344. crt1+.o: crt1.c config.h
  345.     $(CRT1_COMMAND)
  346.     mv crt1.o crt1+.o
  347.  
  348. cc1plus: $(OBJCPLUS_OBJS) $(OBJS) $(LIBDEPS) lastfile.o cplus-edsel.o
  349.     $(CC) $(CFLAGS) $(LDFLAGS) -o cc1plus lastfile.o $(OBJCPLUS_OBJS) cplus-edsel.o $(OBJS) $(LIBS) -lm
  350.  
  351. cadillac-cc1plus: $(CPLUS_OBJS) $(CADILLAC_OBJS) $(OBJS) $(LIBDEPS) lastfile.o
  352.     $(CC) $(CFLAGS) $(LDFLAGS) -o cadillac-cc1plus lastfile.o $(CPLUS_OBJS) $(CADILLAC_OBJS) $(OBJS) $(LIBS)
  353.  
  354. cplus-decl.o : cplus-decl.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h \
  355.   cplus-parse.h cplus-decl.h stack.h rtl.h insn-flags.h
  356. cplus-decl2.o : cplus-decl2.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h \
  357.   cplus-parse.h cplus-decl.h
  358. cplus-typeck.o : cplus-typeck.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
  359. cplus-type2.o : cplus-type2.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h
  360. cplus-tree.o : cplus-tree.c $(CONFIG_H) $(CPLUS_TREE_H)
  361. cplus-class.o : cplus-class.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h
  362. cplus-init.o : cplus-init.c $(CONFIG_H) $(CPLUS_TREE_H)
  363. cplus-except.o : cplus-except.c $(CONFIG_H) $(CPLUS_TREE_H)
  364. cplus-expr.o : cplus-expr.c $(CONFIG_H) $(CPLUS_TREE_H) $(RTL_H) insn-codes.h
  365. cplus-method.o : cplus-method.c $(CONFIG_H) $(CPLUS_TREE_H)
  366. cplus-cvt.o : cplus-cvt.c $(CONFIG_H) $(CPLUS_TREE_H)
  367. cplus-search.o : cplus-search.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h
  368. cplus-ptree.o : cplus-ptree.c $(CONFIG_H) $(TREE_H)
  369. cplus-field.o : cplus-field.c $(CONFIG_H) $(TREE_H)
  370.  
  371. cplus-cadillac.o : cplus-cadillac.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h
  372.     $(CC) -c -DCADILLAC $(CFLAGS) $(INCLUDES) -I../cadillac/code/comp-dep -I../cadillac/code/connection $<
  373. cplus-edsel.o : cplus-cadillac.c $(CONFIG_H) $(CPLUS_TREE_H) stack.h
  374.     $(CC) -c $(CFLAGS) $(INCLUDES) -o cplus-edsel.o cplus-cadillac.c
  375.  
  376. cplus-tab.o : cplus-tab.c $(CONFIG_H) $(CPLUS_TREE_H) \
  377.    cplus-parse.h flags.h input.h
  378.     $(CC) -c $(CFLAGS) $(INCLUDES) -DPARSE_OUTPUT=\"$(PWD)/cplus-tab.out\" $<
  379.  
  380. cplus-tab.c : $(srcdir)/cplus-parse.y
  381.     @echo expect 24 shift/reduce conflicts and 12 reduce/reduce conflicts
  382.     $(BISON) $(BISONFLAGS) -o cplus-tab.c $(srcdir)/cplus-parse.y
  383.  
  384. cplus-lex.o : cplus-lex.c $(CONFIG_H) $(CPLUS_TREE_H) cplus-tab.h input.h
  385.     $(CC) -c $(CFLAGS) $(INCLUDES) $(USG_STDIO) $<
  386.  
  387. lastfile.o : lastfile.c
  388.  
  389. # Language-independent files.
  390.  
  391. tree.o : tree.c $(CONFIG_H) $(TREE_H) flags.h
  392. print-tree.o : print-tree.c $(CONFIG_H) $(TREE_H)
  393. stor-layout.o : stor-layout.c $(CONFIG_H) $(TREE_H) $(RTL_H)
  394. fold-const.o : fold-const.c $(CONFIG_H) $(TREE_H)
  395. toplev.o : toplev.c $(CONFIG_H) $(TREE_H) flags.h input.h
  396.     $(CC) -c $(CFLAGS) $(INCLUDES) $(HAVE_UNISTD_H) $<
  397.  
  398. rtl.o : rtl.c $(CONFIG_H) $(RTL_H)
  399.  
  400. rtlanal.o : rtlanal.c $(CONFIG_H) $(RTL_H)
  401.  
  402. varasm.o : varasm.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h expr.h \
  403.    insn-codes.h hard-reg-set.h
  404. case.o : case.c $(CONFIG_H) $(RTL_H) $(TREE_H) insn-flags.h
  405. stmt.o : stmt.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h  \
  406.    insn-flags.h expr.h insn-config.h regs.h hard-reg-set.h insn-codes.h
  407. expr.o : expr.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h  \
  408.    insn-flags.h insn-codes.h expr.h insn-config.h recog.h
  409. expmed.o : expmed.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h  \
  410.    insn-flags.h insn-codes.h expr.h insn-config.h recog.h
  411. explow.o : explow.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h expr.h insn-codes.h
  412. optabs.o : optabs.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h  \
  413.    insn-flags.h insn-codes.h expr.h insn-config.h recog.h
  414. symout.o : symout.c $(CONFIG_H) $(TREE_H) $(RTL_H) symseg.h gdbfiles.h
  415. dbxout.o : dbxout.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h $(CPLUS_TREE_H)
  416. sdbout.o : sdbout.c $(CONFIG_H) $(TREE_H) $(RTL_H)
  417.  
  418. emit-rtl.o : emit-rtl.c $(CONFIG_H) $(RTL_H) regs.h insn-config.h real.h
  419.  
  420. integrate.o : integrate.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h expr.h \
  421.    insn-flags.h insn-codes.h
  422.  
  423. jump.o : jump.c $(CONFIG_H) $(RTL_H) flags.h regs.h
  424. stupid.o : stupid.c $(CONFIG_H) $(RTL_H) regs.h hard-reg-set.h
  425.  
  426. cse.o : cse.c $(CONFIG_H) $(RTL_H) regs.h hard-reg-set.h flags.h real.h
  427. loop.o : loop.c $(CONFIG_H) $(RTL_H) insn-config.h insn-codes.h \
  428.    regs.h hard-reg-set.h recog.h flags.h expr.h
  429. flow.o : flow.c $(CONFIG_H) $(RTL_H) basic-block.h regs.h hard-reg-set.h
  430. combine.o : combine.c $(CONFIG_H) $(RTL_H) flags.h  \
  431.    insn-config.h regs.h basic-block.h recog.h
  432. regclass.o : regclass.c $(CONFIG_H) $(RTL_H) hard-reg-set.h flags.h \
  433.    basic-block.h regs.h insn-config.h recog.h 
  434. local-alloc.o : local-alloc.c $(CONFIG_H) $(RTL_H) flags.h basic-block.h regs.h \
  435.    hard-reg-set.h insn-config.h recog.h
  436. global-alloc.o : global-alloc.c $(CONFIG_H) $(RTL_H) flags.h  \
  437.    basic-block.h regs.h hard-reg-set.h insn-config.h
  438.  
  439. reload.o : reload.c $(CONFIG_H) $(RTL_H) flags.h \
  440.    reload.h recog.h hard-reg-set.h insn-config.h regs.h
  441. reload1.o : reload1.c $(CONFIG_H) $(RTL_H) flags.h  \
  442.    reload.h regs.h hard-reg-set.h insn-config.h basic-block.h recog.h
  443. caller-save.o : caller-save.c $(CONFIG_H) $(RTL_H) flags.h \
  444.    reload.h regs.h hard-reg-set.h insn-config.h basic-block.h recog.h
  445. final.o : final.c $(CONFIG_H) $(RTL_H) flags.h regs.h recog.h conditions.h \
  446.    gdbfiles.h insn-config.h real.h output.h
  447. recog.o : recog.c $(CONFIG_H) $(RTL_H)  \
  448.    regs.h recog.h hard-reg-set.h insn-config.h real.h
  449.  
  450. # Normally this target is not used; but it is used if you
  451. # define ALLOCA=alloca.o.  In that case, you must get a suitable alloca.c
  452. # from the GNU Emacs distribution.
  453. # Note some machines won't allow $(CC) without -S on this source file.
  454. alloca.o:    alloca.c
  455.     $(CC) $(CFLAGS) -S `echo $(srcdir)/alloca.c | sed 's,^\./,,'`
  456.     as alloca.s -o alloca.o
  457.  
  458. # Now the source files that are generated from the machine description.
  459.  
  460. .PRECIOUS: insn-config.h insn-flags.h insn-codes.h \
  461.   insn-emit.c insn-recog.c insn-extract.c insn-output.c insn-peep.c
  462.  
  463. # The following pair of rules has this effect:
  464. # genconfig is run only if the md has changed since genconfig was last run;
  465. # but the file insn-config.h is touched only when its contents actually change.
  466.  
  467. # Each of the other insn-* files is handled by a similar pair of rules.
  468.  
  469. insn-config.h: stamp-config.h ;
  470. stamp-config.h : md genconfig
  471.     ./genconfig md > tmp-insn-config.h
  472.     $(srcdir)/move-if-change tmp-insn-config.h insn-config.h
  473.     touch stamp-config.h
  474.  
  475. insn-flags.h: stamp-flags.h ;
  476. stamp-flags.h : md genflags
  477.     ./genflags md > tmp-insn-flags.h
  478.     $(srcdir)/move-if-change tmp-insn-flags.h insn-flags.h
  479.     touch stamp-flags.h
  480.  
  481. insn-codes.h: stamp-codes.h ;
  482. stamp-codes.h : md gencodes
  483.     ./gencodes md > tmp-insn-codes.h
  484.     $(srcdir)/move-if-change tmp-insn-codes.h insn-codes.h
  485.     touch stamp-codes.h
  486.  
  487. insn-emit.o : insn-emit.c $(CONFIG_H) $(RTL_H) expr.h real.h insn-codes.h \
  488.   insn-config.h insn-flags.h
  489.     $(CC) $(CFLAGS) $(INCLUDES) -c insn-emit.c
  490.  
  491. insn-emit.c: stamp-emit.c ;
  492. stamp-emit.c : md genemit
  493.     ./genemit md > tmp-insn-emit.c
  494.     $(srcdir)/move-if-change tmp-insn-emit.c insn-emit.c
  495.     touch stamp-emit.c
  496.  
  497. insn-recog.o : insn-recog.c $(CONFIG_H) $(RTL_H) insn-config.h real.h
  498.     $(CC) $(CFLAGS) $(INCLUDES) -c insn-recog.c
  499.  
  500. insn-recog.c: stamp-recog.c ;
  501. stamp-recog.c : md genrecog
  502.     ./genrecog md > tmp-insn-recog.c
  503.     $(srcdir)/move-if-change tmp-insn-recog.c insn-recog.c
  504.     touch stamp-recog.c
  505.  
  506. insn-extract.o : insn-extract.c $(RTL_H)
  507.     $(CC) $(CFLAGS) $(INCLUDES) -c insn-extract.c
  508.  
  509. insn-extract.c: stamp-extract.c ;
  510. stamp-extract.c : md genextract
  511.     ./genextract md > tmp-insn-extract.c
  512.     $(srcdir)/move-if-change tmp-insn-extract.c insn-extract.c
  513.     touch stamp-extract.c
  514.  
  515. insn-peep.o : insn-peep.c $(CONFIG_H) $(RTL_H) regs.h real.h
  516.     $(CC) $(CFLAGS) $(INCLUDES) -c insn-peep.c
  517.  
  518. insn-peep.c: stamp-peep.c ;
  519. stamp-peep.c : md genpeep
  520.     ./genpeep md > tmp-insn-peep.c
  521.     $(srcdir)/move-if-change tmp-insn-peep.c insn-peep.c
  522.     touch stamp-peep.c
  523.  
  524. insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) regs.h real.h conditions.h \
  525.     hard-reg-set.h insn-config.h insn-flags.h output.h aux-output.c
  526.     $(CC) $(CFLAGS) $(INCLUDES) -c insn-output.c
  527.  
  528. insn-output.c: stamp-output.c ;
  529. stamp-output.c : md genoutput
  530.     ./genoutput md > tmp-insn-output.c
  531.     $(srcdir)/move-if-change tmp-insn-output.c insn-output.c
  532.     touch stamp-output.c
  533.  
  534. # Now the programs that generate those files.
  535. # $(CONFIG_H) is omitted from the deps of the gen*.o
  536. # because these programs don't really depend on anything 
  537. # about the target machine.  They do depend on config.h itself,
  538. # since that describes the host machine.
  539.  
  540. genconfig : genconfig.o rtl.o $(LIBDEPS)
  541.     $(CC) $(CFLAGS) $(LDFLAGS) -o genconfig genconfig.o rtl.o $(LIBS)
  542.  
  543. genconfig.o : genconfig.c $(RTL_H) config.h
  544.  
  545. genflags : genflags.o rtl.o $(LIBDEPS)
  546.     $(CC) $(CFLAGS) $(LDFLAGS) -o genflags genflags.o rtl.o $(LIBS)
  547.  
  548. genflags.o : genflags.c $(RTL_H) config.h
  549.  
  550. gencodes : gencodes.o rtl.o $(LIBDEPS)
  551.     $(CC) $(CFLAGS) $(LDFLAGS) -o gencodes gencodes.o rtl.o $(LIBS)
  552.  
  553. gencodes.o : gencodes.c $(RTL_H) config.h
  554.  
  555. genemit : genemit.o rtl.o $(LIBDEPS)
  556.     $(CC) $(CFLAGS) $(LDFLAGS) -o genemit genemit.o rtl.o $(LIBS)
  557.  
  558. genemit.o : genemit.c $(RTL_H) config.h
  559.  
  560. genrecog : genrecog.o rtl.o $(LIBDEPS)
  561.     $(CC) $(CFLAGS) $(LDFLAGS) -o genrecog genrecog.o rtl.o $(LIBS)
  562.  
  563. genrecog.o : genrecog.c $(RTL_H) config.h
  564.  
  565. genextract : genextract.o rtl.o $(LIBDEPS)
  566.     $(CC) $(CFLAGS) $(LDFLAGS) -o genextract genextract.o rtl.o $(LIBS)
  567.  
  568. genextract.o : genextract.c $(RTL_H) config.h
  569.  
  570. genpeep : genpeep.o rtl.o $(LIBDEPS)
  571.     $(CC) $(CFLAGS) $(LDFLAGS) -o genpeep genpeep.o rtl.o $(LIBS)
  572.  
  573. genpeep.o : genpeep.c $(RTL_H) config.h
  574.  
  575. genoutput : genoutput.o rtl.o $(LIBDEPS)
  576.     $(CC) $(CFLAGS) $(LDFLAGS) -o genoutput genoutput.o rtl.o $(LIBS)
  577.  
  578. genoutput.o : genoutput.c $(RTL_H) config.h
  579.  
  580. # Making the preprocessor
  581. cpp: cccp
  582.     -rm -f cpp
  583.     ln cccp cpp
  584. cccp: cccp.o cexp.o version.o $(LIBDEPS)
  585.     $(CC) $(CFLAGS) $(LDFLAGS) -o cccp cccp.o cexp.o version.o $(LIBS)
  586. cexp.o: cexp.c
  587. cexp.c: cexp.y
  588.     $(BISON) $<
  589.     mv cexp.tab.c cexp.c
  590. cccp.o: cccp.c
  591.     $(CC) $(CFLAGS) $(INCLUDES) \
  592.           -DGCC_INCLUDE_DIR=\"$(libdir)/gcc-include\" \
  593.           -DGPLUSPLUS_INCLUDE_DIR=\"$(libdir)/g++-include\" -c $<
  594.  
  595. $(srcdir)/g++.info: $(srcdir)/g++.texinfo
  596.     makeinfo `echo $(srcdir)/g++.texinfo | sed 's,^\./,,'`
  597.  
  598. # gnulib is not deleted because deleting it would be inconvenient
  599. # for most uses of this target.
  600. clean:
  601.     -rm -f $(STAGESTUFF) $(STAGE_GCC)
  602.     -rm -f stamp-*.[ch] tmp-insn-*
  603.     -rm -f *.s *.s[0-9] *.co *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop *.dbr *.jump2
  604.     -rm -f core hard-params
  605.  
  606. # Like clean but also delete the links made to configure gcc.
  607. # Also removes gnulib, since that is desirable if you are changing cpus.
  608. cleanconfig: clean
  609.     -rm -f tm.h aux-output.c config.h md config.status gnulib
  610.  
  611. # Get rid of every file that's generated from some other file (except INSTALL).
  612. realclean: cleanconfig
  613.     -rm -f cpp.aux cpp.cps cpp.fns cpp.info cpp.kys cpp.pgs cpp.tps cpp.vrs
  614.     -rm -f cplus-tab.c cplus-tab.out cplus-tab.h
  615.     -rm -f errs gnulib cexp.c TAGS tm-*+.h
  616.     -rm -f g++.info* g++.?? g++.??s g++.log g++.toc g++.*aux
  617.     -rm -f *.dvi
  618.  
  619. # Copy the files into directories where they will be run.
  620. install: all
  621.     -mkdir $(libdir)
  622.     -mkdir $(bindir)
  623.     -mkdir $(startdir)
  624.     -if [ -f cc1plus ] ; then $(INSTALL) cc1plus  $(libdir)/gcc-cc1plus ;fi
  625.     -if [ -f collect ] ; then $(INSTALL) collect  $(libdir)/gcc-collect ;fi
  626.     -if [ -f collect2 ] ; then $(INSTALL) collect2  $(libdir)/gcc-ld ;fi
  627.     $(INSTALL) g++ $(bindir)
  628. #    -if [ -f crt0+.o ] ; then $(INSTALL) crt0+.o $(startdir)/crt0+.o ;fi
  629.     -if [ -f crt1+.o ] ; then $(INSTALL) crt1+.o $(startdir)/crt1+.o ;fi
  630.     -mkdir $(libdir)/g++-include
  631.     -chmod ugo+rx $(libdir)/g++-include
  632.  
  633. install-ld: ld++
  634.     $(INSTALL) ld++ $(libdir)/gcc-ld
  635.  
  636. # do make -f Makefile maketest DIR=../gcc TDIR=../gcc-test
  637. # in the intended test directory to make it a suitable test directory.
  638. maketest:
  639.     -rm -f =*
  640.     -$(LINK) $(DIR)/.gdbinit .
  641.     -$(LINK) $(DIR)/bison.simple .
  642.     -$(LINK) $(DIR)/config.gcc .
  643.     -$(LINK) $(DIR)/move-if-change .
  644.     $(MAKE) clean
  645.     ./make-links.g++
  646.     -$(LINK) $(DIR)/genemit.c $(DIR)/genoutput.c $(DIR)/genrecog.c \
  647.       $(DIR)/genextract.c $(DIR)/genflags.c $(DIR)/gencodes.c \
  648.       $(DIR)/genconfig.c $(DIR)/genpeep.c .
  649.     -$(LINK) $(TDIR)/obstack.o $(TDIR)/rtl.o $(TDIR)/emit-rtl.o \
  650.       $(TDIR)/jump.o $(TDIR)/cse.o \
  651.       $(TDIR)/loop.o $(TDIR)/flow.o $(TDIR)/stupid.o $(TDIR)/combine.o \
  652.       $(TDIR)/regclass.o $(TDIR)/local-alloc.o $(TDIR)/global-alloc.o \
  653.       $(TDIR)/reload.o $(TDIR)/reload1.o $(TDIR)/caller-save.o \
  654.       $(TDIR)/final.o $(TDIR)/recog.o $(TDIR)/genemit \
  655.       $(TDIR)/genoutput $(TDIR)/genrecog $(TDIR)/genextract \
  656.       $(TDIR)/genflags $(TDIR)/gencodes $(TDIR)/genconfig \
  657.       $(TDIR)/genpeep .
  658.     -$(LINK) $(TDIR)/genemit.o $(TDIR)/genoutput.o $(TDIR)/genrecog.o \
  659.       $(TDIR)/genextract.o $(TDIR)/genflags.o $(TDIR)/gencodes.o \
  660.       $(TDIR)/genconfig.o $(TDIR)/genpeep.o .
  661.     -$(LINK) $(TDIR)/insn-emit.c $(TDIR)/insn-output.c $(TDIR)/insn-recog.c \
  662.       $(TDIR)/insn-extract.c $(TDIR)/insn-flags.h $(TDIR)/insn-codes.h \
  663.       $(TDIR)/insn-config.h $(TDIR)/insn-peep.c .
  664.     -rm tm.h aux-output.c config.h md
  665. # You must then run config.g++ to set up for compilation.
  666.  
  667. bootstrap: all force
  668.     echo GNU C++ does not bootstrap itself
  669.  
  670. .PHONY: stage1 stage2 stage3 #In GNU Make, ignore whether `stage*' exists.
  671. force:
  672.  
  673. TAGS: force
  674.     -mkdir temp
  675.     -mv cplus-tab.c cexp.c c-*.c *.y insn-*.[ch] gen*.c temp
  676.     etags *.h *.c
  677.     mv temp/* .
  678.     rmdir temp
  679.  
  680. #In GNU Make, ignore whether `stage*' exists.
  681. .PHONY: stage1 stage2 stage3 clean realclean TAGS bootstrap
  682.  
  683. force:
  684.