* remote-es.c (es1800_child_ops): Don't declare it static.
[deliverable/binutils-gdb.git] / ld / Makefile.in
index 171721d9b78f018d641bd2d37feae6b8a37bf92e..306455eeb662d491475bffd925753cbac81039dc 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile for the GNU linker ld (version 2)
 # Copyright (C) 1989, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
 
-# This file is part of GNU ld..
+# This file is part of GNU ld.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -171,9 +171,9 @@ ALL_EMULATIONS = em_lnk960.o em_sun3.o em_i386aout.o em_go32.o em_vsta.o \
        em_vanilla.o em_i386coff.o em_z8ksim.o em_mipslit.o em_i386bsd.o \
        em_mipsbig.o em_mipsbsd.o em_mipsidt.o em_vax.o em_h8500.o \
        em_h8500b.o em_h8500s.o em_h8500c.o em_h8500m.o \
-       em_hppaosf.o em_mipsidtl.o em_sh.o em_elf_i386.o em_alpha.o \
+       em_hppaelf.o em_mipsidtl.o em_sh.o em_elf_i386.o em_alpha.o \
        em_i386lynx.o em_m68klynx.o em_sparclynx.o em_coff_sparc.o \
-       em_delta68.o \
+       em_delta68.o em_elf32ppc.o \
        $(OTHER_EMULATIONS)
 
 # This is now set by configure.in.
@@ -235,7 +235,7 @@ ldlex.c: ldlex.l
        $(LEX) -I -Cem $(srcdir)/ldlex.l
        -sed -e '/^int.*free();/d' \
             -e '/^char.*malloc();/d' \
-            -e 's/malloc/ldmalloc/g' \
+            -e 's/malloc/xmalloc/g' \
          < lex.yy.c > ldlex.c.new
        -rm lex.yy.c
        mv ldlex.c.new ./ldlex.c
@@ -269,9 +269,9 @@ em_hp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \
 em_hp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \
   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} hp3hpux
-em_hppaosf.c: $(srcdir)/emulparams/hppaosf.sh \
-  $(srcdir)/emultempl/hppaosf.em $(srcdir)/scripttempl/hppaosf.sc ${GEN_DEPENDS}
-       ${GENSCRIPTS} hppaosf
+em_hppaelf.c: $(srcdir)/emulparams/hppaelf.sh \
+  $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS}
+       ${GENSCRIPTS} hppaelf
 em_i386aout.c: $(srcdir)/emulparams/i386aout.sh \
   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} i386aout
@@ -377,13 +377,17 @@ em_alpha.c: $(srcdir)/emulparams/alpha.sh \
 em_coff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} coff_sparc
+em_elf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
+  $(srcdir)/emultempl/ppc.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+       ${GENSCRIPTS} elf32ppc
 
 $(LD_PROG): $(OFILES) $(BFDLIB) $(LIBIBERTY)
        $(CC) $(CFLAGS) $(LDFLAGS) -o $(LD_PROG) $(OFILES) $(BFDLIB) $(LIBIBERTY) $(EXTRALIBS)
 
 # The generated emulation files mostly have the same dependencies.
 $(EMULATION_OFILES): ../bfd/bfd.h ../bfd/sysdep.h $(INCDIR)/bfdlink.h \
-  ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h config.h ldctor.h
+  ld.h ldmain.h ldemul.h ldfile.h ldmisc.h ldexp.h ldlang.h config.h \
+  ldctor.h ldexp.h ldlang.h
 
 # These targets are for the dejagnu testsuites. The file site.exp 
 # contains global variables that all the testsuites will use.
@@ -496,7 +500,7 @@ configdoc.texi:     ${DOCVER}-doc.texi
 
 # TeX output
 dvi: ld.dvi
-ld.dvi: $(srcdir)/ld.texinfo $(srcdir)/configdoc.texi $(BFDDIR)/doc/bfdsumm.texi
+ld.dvi: $(srcdir)/ld.texinfo configdoc.texi $(BFDDIR)/doc/bfdsumm.texi
        TEXINPUTS=$(BFDDIR)/doc:$$TEXINPUTS $(TEXI2DVI) $(srcdir)/ld.texinfo
 
 ldint.dvi: $(srcdir)/ldint.texinfo
@@ -667,8 +671,8 @@ install:
          ln $(bindir)/$$n $(tooldir)/bin/ld \
           || $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld
 
-install-info: 
-       for i in ld.info* ; do \
+install-info: ld.info
+       for i in $<* ; do \
                $(INSTALL_DATA) $$i $(infodir)/$$i ; \
        done
 
@@ -735,19 +739,22 @@ ldexp.o : ldexp.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   ldgram.h ldlang.h
 ldfile.o : ldfile.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
-  ld.h ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldlex.h
+  ld.h ldmisc.h ldexp.h ldlang.h ldfile.h ldmain.h ldgram.h \
+  ldlex.h
 ldlang.o : ldlang.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
-  $(INCDIR)/bfdlink.h ld.h ldmain.h ldgram.h ldexp.h \
-  ldlang.h ldemul.h ldlex.h ldmisc.h ldctor.h ldfile.h
+  $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
+  ldgram.h ldexp.h ldlang.h ldemul.h ldlex.h ldmisc.h \
+  ldctor.h ldfile.h
 ldmain.o : ldmain.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
-  $(INCDIR)/bfdlink.h config.h ld.h ldmain.h ldmisc.h \
-  ldwrite.h ldgram.h ldexp.h ldlang.h ldemul.h ldlex.h \
-  ldfile.h ldctor.h
+  $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h config.h \
+  ld.h ldmain.h ldmisc.h ldwrite.h ldgram.h ldexp.h ldlang.h \
+  ldemul.h ldlex.h ldfile.h ldctor.h
 ldmisc.o : ldmisc.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
-  ld.h ldmisc.h ldexp.h ldlang.h ldlex.h ldmain.h ldfile.h
+  ld.h ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h ldmain.h \
+  ldfile.h
 ldver.o : ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
   ld.h ldver.h ldemul.h ldmain.h
@@ -757,7 +764,9 @@ ldwrite.o : ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   ldmisc.h ldgram.h ldmain.h
 lexsup.o : lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h ../bfd/sysdep.h $(INCDIR)/fopen-same.h \
-  ldlex.h ld.h ldexp.h ldgram.h ldmisc.h
+  $(INCDIR)/getopt.h $(INCDIR)/bfdlink.h config.h ld.h \
+  ldmain.h ldmisc.h ldexp.h ldlang.h ldgram.h ldlex.h \
+  ldfile.h ldver.h
 mri.o : mri.c ../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/obstack.h \
   ../bfd/sysdep.h $(INCDIR)/fopen-same.h ld.h ldexp.h \
   ldlang.h ldmisc.h mri.h ldgram.h
@@ -766,6 +775,7 @@ ldgram.o : ldgram.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/bfdlink.h ld.h ldexp.h ldver.h ldlang.h ldemul.h \
   ldfile.h ldmisc.h ldmain.h mri.h ldlex.h
 ldlex.o : ldlex.c ../bfd/bfd.h $(INCDIR)/obstack.h \
-  ld.h ldgram.h ldmisc.h ldexp.h ldlang.h ldfile.h ldlex.h ldmain.h
+  ../bfd/sysdep.h $(INCDIR)/fopen-same.h ld.h ldgram.h \
+  ldmisc.h ldexp.h ldlang.h ldfile.h ldlex.h ldmain.h
 
 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.024578 seconds and 4 git commands to generate.