Added rules to build cpu-v850e.lo and cpu-v850eq.lo object files.
[deliverable/binutils-gdb.git] / bfd / Makefile.in
index d039935e3741a1720c5f91a618f4c627ec5548e3..16d76094fa330a32110377b39599a9381072ae6a 100644 (file)
@@ -87,6 +87,8 @@ DEP = mkdep
 
 SUBDIRS = doc
 
+docdir = doc
+
 lib_LTLIBRARIES = libbfd.la
 
 # bfd.h goes here, for now
@@ -122,9 +124,7 @@ BFD_LIBS_CFILES = \
 ALL_MACHINES = \
        cpu-a29k.lo \
        cpu-alpha.lo \
-       $(start-sanitize-arc) \
        cpu-arc.lo \
-       $(end-sanitize-arc) \
        cpu-arm.lo \
        cpu-d10v.lo \
        $(start-sanitize-d30v) \
@@ -153,6 +153,12 @@ ALL_MACHINES = \
        $(start-sanitize-v850) \
        cpu-v850.lo \
        $(end-sanitize-v850) \
+       $(start-sanitize-v850e) \
+       cpu-v850e.lo \
+       $(end-sanitize-v850e) \
+       $(start-sanitize-v850eq) \
+       cpu-v850eq.lo \
+       $(end-sanitize-v850eq) \
        cpu-vax.lo \
        cpu-we32k.lo \
        cpu-w65.lo \
@@ -214,7 +220,7 @@ BFD32_BACKENDS = \
        coff-rs6000.lo \
        coff-sh.lo \
        coff-sparc.lo \
-       coff-stubgo32.lo \
+       coff-stgo32.lo \
        coff-svm68k.lo \
        $(start-sanitize-tic80) \
        coff-tic80.lo \
@@ -226,9 +232,7 @@ BFD32_BACKENDS = \
        cofflink.lo \
        ecoff.lo \
        ecofflink.lo \
-       $(start-sanitize-arc) \
        elf32-arc.lo \
-       $(end-sanitize-arc) \
        elf32-d10v.lo \
        $(start-sanitize-d30v) \
        elf32-d30v.lo \
@@ -325,7 +329,7 @@ BFD32_BACKENDS_CFILES = \
        coff-rs6000.c \
        coff-sh.c \
        coff-sparc.c \
-       coff-stubgo32.c \
+       coff-stgo32.c \
        coff-svm68k.c \
        coff-u68k.c \
        coff-we32k.c \
@@ -334,6 +338,7 @@ BFD32_BACKENDS_CFILES = \
        cofflink.c \
        ecoff.c \
        ecofflink.c \
+       elf32-d10v.c \
        elf32-gen.c \
        elf32-hppa.c \
        elf32-i386.c \
@@ -489,6 +494,7 @@ libbfd_la_LIBADD = `cat ofiles`
 # directory so that we don't have to convert all the programs that use
 # libbfd.a simultaneously.  This is a hack which should be removed if
 # everything else starts using libtool.  FIXME.
+
 noinst_LIBRARIES = libbfd.a
 
 BFD_H_DEPS= $(INCDIR)/ansidecl.h
@@ -497,7 +503,7 @@ LOCAL_H_DEPS= libbfd.h sysdep.h config.h
 MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
        targmatch.h
 
-CLEANFILES = bfd.h dep.sed stmp-bfd.h .dep .dep1
+CLEANFILES = bfd.h dep.sed stmp-bfd.h .dep .dep1 libbfd.a stamp-lib
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
 CONFIG_HEADER = config.h
@@ -554,7 +560,7 @@ config.status: $(srcdir)/configure
 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        cd $(srcdir) && $(AUTOCONF)
 
-config.h: stamp-h
+config.h: stamp-h ; @:
 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
        cd $(top_builddir) \
          && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
@@ -865,9 +871,13 @@ stamp-ofiles: Makefile
        touch stamp-ofiles
 
 ofiles: stamp-ofiles ; @true
-libbfd.a: libbfd.la
-       rm -f libbfd.a
-       $(LN_S) .libs/libbfd.a libbfd.a
+
+stamp-lib: libbfd.la
+       cp .libs/libbfd.a libbfd.tmp
+       $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a
+       touch stamp-lib
+
+libbfd.a: stamp-lib ; @true
 
 # This file holds an array associating configuration triplets and
 # vector names.  It is built from config.bfd.  It is not compiled by
@@ -990,15 +1000,9 @@ $(srcdir)/libcoff.h:
        cp $(docdir)/libcoff.h libcoff.h-new
        $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
 
-start-sanitize-arc:
 elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
   $(INCDIR)/elf/arc.h elf32-target.h
-end-sanitize-arc:
-
-elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
-  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
-  elf32-target.h
 
 start-sanitize-d30v:
 elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
@@ -1013,10 +1017,24 @@ elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
   elf32-target.h
 end-sanitize-v850:
 
+start-sanitize-v850e:
+cpu-v850e.lo: cpu-v850e.c
+elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
+  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
+  elf32-target.h
+end-sanitize-v850e:
+
+start-sanitize-v850eq:
+cpu-v850eq.lo: cpu-v850eq.c
+elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
+  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
+  elf32-target.h
+end-sanitize-v850eq:
+
 start-sanitize-tic80:
 cpu-tic80.lo: cpu-tic80.c
 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
-  $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h
+  $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h coffswap.h
 end-sanitize-tic80:
 
 # What appears below is generated by a hacked mkdep using gcc -MM.
@@ -1149,7 +1167,7 @@ coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
 coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
   coffcode.h coffswap.h
-coff-stubgo32.lo: coff-stubgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
+coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
   $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
   go32stub.h
@@ -1177,6 +1195,9 @@ ecofflink.lo: 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 \
   libcoff.h libecoff.h
+elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
+  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
+  elf32-target.h
 elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
   elf32-target.h
This page took 0.02461 seconds and 4 git commands to generate.