]> Git Repo - binutils.git/blobdiff - bfd/Makefile.in
* bfd-in.h: Don't include obstack.h.
[binutils.git] / bfd / Makefile.in
index 546b4aedacc86717fa2c226991bbfc3a69ca2d10..628e82087d9fc1f905d2a50e2ad4d8b0f5d8153f 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the BFD library.
-#    Copyright (C) 1990, 91, 92, 93, 94, 95, 1996
+#    Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997
 #    Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
@@ -116,9 +116,10 @@ ALL_MACHINES = \
        cpu-arc.o \
        $(end-sanitize-arc) \
        cpu-arm.o \
-       $(start-sanitize-d10v) \
        cpu-d10v.o \
-       $(end-sanitize-d10v) \
+       $(start-sanitize-d30v) \
+       cpu-d30v.o \
+       $(end-sanitize-d30v) \
        cpu-h8300.o \
        cpu-h8500.o \
        cpu-hppa.o \
@@ -138,6 +139,9 @@ ALL_MACHINES = \
        cpu-rs6000.o \
        cpu-sh.o \
        cpu-sparc.o \
+       $(start-sanitize-tic80) \
+       cpu-tic80.o \
+       $(end-sanitize-tic80) \
        $(start-sanitize-v850) \
        cpu-v850.o \
        $(end-sanitize-v850) \
@@ -201,6 +205,9 @@ BFD32_BACKENDS = \
        coff-rs6000.o \
        coff-sh.o \
        coff-sparc.o \
+       $(start-sanitize-tic80) \
+       coff-tic80.o \
+       $(end-sanitize-tic80) \
        coff-u68k.o \
        coff-we32k.o \
        coff-w65.o \
@@ -211,9 +218,10 @@ BFD32_BACKENDS = \
        $(start-sanitize-arc) \
        elf32-arc.o \
        $(end-sanitize-arc) \
-       $(start-sanitize-d10v) \
        elf32-d10v.o \
-       $(end-sanitize-d10v) \
+       $(start-sanitize-d30v) \
+       elf32-d30v.o \
+       $(end-sanitize-d30v) \
        elf32-gen.o \
        elf32-hppa.o \
        elf32-i386.o \
@@ -452,7 +460,7 @@ FLAGS_TO_PASS = \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)"
 
-ALL_CFLAGS=@HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) $(CFLAGS)
+ALL_CFLAGS=-D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) $(CFLAGS)
 .c.o:
        if [ -n "$(PICFLAG)" ]; then \
          $(CC) -c $(PICFLAG) $(ALL_CFLAGS) $< -o pic/$@; \
@@ -555,10 +563,10 @@ $(SHLINK): $(SHLIB)
        ts=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed -e '$(program_transform_name)'`; \
        if [ "$$ts" != "$(SHLIB)" ]; then \
          rm -f $$ts; \
-         ln -sf $(SHLIB) $$ts; \
+         ln -s $(SHLIB) $$ts; \
        else true; fi
        rm -f $(SHLINK)
-       ln -sf $(SHLIB) $(SHLINK)
+       ln -s $(SHLIB) $(SHLINK)
 
 # This target creates libTARGET-bfd.so.VERSION as a symlink to
 # libbfd.so.VERSION.  It is used on SunOS, which does not have SONAME.
@@ -566,7 +574,7 @@ stamp-tshlink: $(SHLIB)
        tf=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
        if [ "$$tf" != "$(SHLIB)" ]; then \
          rm -f $$tf; \
-         ln -sf $(SHLIB) $$tf; \
+         ln -s $(SHLIB) $$tf; \
        else true; fi
        touch stamp-tshlink
 
@@ -643,7 +651,7 @@ clobber maintainer-clean realclean:
        $(MAKE) subdir_do DO=maintainer-clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
        $(MAKE) do_maintainer_clean
 
-BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/obstack.h
+BFD_H_DEPS= $(INCDIR)/ansidecl.h
 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
@@ -711,7 +719,7 @@ install: $(ALLLIBS)
          rm -f $(libdir)/$$tf; \
          if [ "$$f" = "$(SHLINK)" ]; then \
            ts=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
-           ln -sf $$ts $(libdir)/$$tf; \
+           ln -s $$ts $(libdir)/$$tf; \
          elif [ "$$f" = "$(SHLIB)" ]; then \
            @INSTALL_SHLIB@ \
          else \
@@ -726,15 +734,13 @@ install: $(ALLLIBS)
        $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
        $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
        $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
-       $(INSTALL_DATA) $(INCDIR)/obstack.h $(includedir)/obstack.h
        -if test -z "$(oldincludedir)"; then true; else \
        test -d $(oldincludedir) || mkdir $(oldincludedir); \
        $(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h; \
        $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h; \
        $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(oldincludedir)/bfdlink.h; \
-       $(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h; \
-       $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \
        fi
+       $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
 
 Makefile: Makefile.in config.status
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
@@ -845,11 +851,15 @@ elf32-arc.o: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/arc.h elf32-target.h
 end-sanitize-arc:
 
-start-sanitize-d10v:
 elf32-d10v.o: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
-  $(INCDIR)/elf/d10v.h elf32-target.h
-end-sanitize-d10v:
+  elf32-target.h
+
+start-sanitize-d30v:
+elf32-d30v.o: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
+  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
+  elf32-target.h
+end-sanitize-d30v:
 
 start-sanitize-m32r:
 elf32-m32r.o: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
@@ -864,6 +874,12 @@ elf32-v850.o: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
   elf32-target.h
 end-sanitize-v850:
 
+start-sanitize-tic80:
+cpu-tic80.o: cpu-tic80.c
+coff-tic80.o: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
+  $(INCDIR)/coff/internal.h coffcode.h
+end-sanitize-tic80:
+
 $(OFILES): stamp-picdir
 
 stamp-picdir:
@@ -889,13 +905,13 @@ corefile.o: corefile.c
 format.o: format.c
 init.o: init.c
 libbfd.o: libbfd.c
-opncls.o: opncls.c
+opncls.o: opncls.c $(INCDIR)/objalloc.h
 reloc.o: reloc.c $(INCDIR)/bfdlink.h
 section.o: section.c
 syms.o: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
   $(INCDIR)/aout/stab.def
 targets.o: targets.c $(INCDIR)/fnmatch.h targmatch.h
-hash.o: hash.c
+hash.o: hash.c $(INCDIR)/objalloc.h
 linker.o: linker.c $(INCDIR)/bfdlink.h genlink.h
 elf.o: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
@@ -1015,9 +1031,9 @@ ecoff.o: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
   libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
   libcoff.h libecoff.h
-ecofflink.o: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
-  $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
-  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h
+ecofflink.o: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
+  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
+  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h
 elf32-gen.o: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
   elf32-target.h
@@ -1060,7 +1076,7 @@ elf32-sparc.o: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
   $(INCDIR)/elf/sparc.h elf32-target.h
 elf32.o: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
-  elfcore.h elflink.h
+  $(INCDIR)/fnmatch.h elfcore.h elflink.h
 elflink.o: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
 hp300bsd.o: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
@@ -1070,7 +1086,7 @@ hp300hpux.o: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
   aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
   aout-target.h
-som.o: som.c som.h ../bfd/sysdep.h libhppa.h
+som.o: som.c
 i386aout.o: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
@@ -1207,7 +1223,7 @@ elf64-sparc.o: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/sparc.h elf64-target.h
 elf64.o: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
-  elfcore.h elflink.h
+  $(INCDIR)/fnmatch.h elfcore.h elflink.h
 evax-alpha.o: evax-alpha.c $(INCDIR)/bfdlink.h evax.h
 evax-egsd.o: evax-egsd.c $(INCDIR)/bfdlink.h evax.h
 evax-etir.o: evax-etir.c $(INCDIR)/bfdlink.h evax.h
This page took 0.028234 seconds and 4 git commands to generate.