* readelf.c: Include bfd.h and bucomm.h before system header
[deliverable/binutils-gdb.git] / Makefile.in
index e482971407c47ae70a5ac86f6201b2c4d02a73c1..c93d1bf88b305980a8b0814e6ca78e1a4871a99c 100644 (file)
@@ -472,7 +472,7 @@ EXTRA_GCC_FLAGS = \
        "`echo 'LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
        "`echo 'LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)' | sed -e s/.*=$$/XFOO=/`" \
        "`echo 'ENQUIRE=$(ENQUIRE)' | sed -e s/.*=$$/XFOO=/`" \
-       "`echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
+       "`echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)' | sed -e s/.*=$$/XFOO=/`"
 
 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
 
@@ -498,6 +498,9 @@ ALL_MODULES = \
        all-findutils \
        all-find \
        all-flex \
+       $(start-sanitize-cygnus) \
+       all-flexlm \
+       $(end-sanitize-cygnus) \
        all-gas \
        all-gawk \
        all-gettext \
@@ -541,7 +544,9 @@ ALL_MODULES = \
        all-send-pr \
        all-shellutils \
        all-sim \
+       $(start-sanitize-cygnus) \
        all-snavigator \
+       $(end-sanitize-cygnus) \
        all-tar \
        all-tcl \
        all-texinfo \
@@ -581,6 +586,9 @@ CROSS_CHECK_MODULES = \
        check-fileutils \
        check-findutils \
        check-find \
+       $(start-sanitize-cygnus) \
+       check-flexlm \
+       $(end-sanitize-cygnus) \
        check-gas \
        check-gawk \
        check-gettext \
@@ -621,7 +629,9 @@ CROSS_CHECK_MODULES = \
        check-sed \
        check-send-pr \
        check-shellutils \
+       $(start-sanitize-cygnus) \
        check-snavigator \
+       $(end-sanitize-cygnus) \
        check-sim \
        check-tar \
        check-tcl \
@@ -665,6 +675,9 @@ INSTALL_MODULES = \
        install-findutils \
        install-find \
        install-flex \
+       $(start-sanitize-cygnus) \
+       install-flexlm \
+       $(end-sanitize-cygnus) \
        install-gas \
        install-gawk \
        install-gettext \
@@ -707,7 +720,9 @@ INSTALL_MODULES = \
        install-send-pr \
        install-shellutils \
        install-sim \
+       $(start-sanitize-cygnus) \
        install-snavigator \
+       $(end-sanitize-cygnus) \
        install-tar \
        install-texinfo \
        install-textutils \
@@ -771,6 +786,10 @@ ALL_TARGET_MODULES = \
        all-target-gperf \
        all-target-examples \
        all-target-libstub \
+       $(start-sanitize-java) \
+       all-target-libjava \
+       all-target-boehm-gc \
+       $(end-sanitize-java) \
        all-target-cygmon
 
 # This is a list of the configure targets for all of the modules which
@@ -787,6 +806,10 @@ CONFIGURE_TARGET_MODULES = \
        configure-target-gperf \
        configure-target-examples \
        configure-target-libstub \
+       $(start-sanitize-java) \
+       configure-target-libjava \
+       configure-target-boehm-gc \
+       $(end-sanitize-java) \
        configure-target-cygmon
 
 # This is a list of the check targets for all of the modules which are
@@ -798,6 +821,10 @@ CHECK_TARGET_MODULES = \
        check-target-newlib \
        check-target-winsup \
        check-target-libiberty \
+       $(start-sanitize-java) \
+       check-target-libjava \
+       check-target-boehm-gc \
+       $(end-sanitize-java) \
        check-target-gperf
 
 # This is a list of the install targets for all of the modules which are
@@ -810,6 +837,10 @@ INSTALL_TARGET_MODULES = \
        install-target-winsup \
        install-target-libgloss \
        install-target-libiberty \
+       $(start-sanitize-java) \
+       install-target-libjava \
+       install-target-boehm-gc \
+       $(end-sanitize-java) \
        install-target-gperf
 
 # This is a list of the targets for which we can do a clean-{target}.
@@ -833,6 +864,9 @@ CLEAN_MODULES = \
        clean-findutils \
        clean-find \
        clean-flex \
+       $(start-sanitize-cygnus) \
+       clean-flexlm \
+       $(end-sanitize-cygnus) \
        clean-gas \
        clean-gawk \
        clean-gettext \
@@ -876,7 +910,9 @@ CLEAN_MODULES = \
        clean-send-pr \
        clean-shellutils \
        clean-sim \
+       $(start-sanitize-cygnus) \
        clean-snavigator \
+       $(end-sanitize-cygnus) \
        clean-tar \
        clean-tcl \
        clean-texinfo \
@@ -902,6 +938,10 @@ CLEAN_TARGET_MODULES = \
        clean-target-gperf \
        clean-target-examples \
        clean-target-libstub \
+       $(start-sanitize-java) \
+       clean-target-libjava \
+       clean-target-boehm-gc \
+       $(end-sanitize-java) \
        clean-target-cygmon
 
 # All of the x11 modules that can be cleaned
@@ -1477,9 +1517,12 @@ all-ash:
 all-autoconf: all-m4 all-texinfo
 all-automake:
 all-bash:
-all-bfd:
-all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
+all-bfd: all-libiberty all-intl
+all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl
 all-bison: all-texinfo
+# start-sanitize-java
+all-target-boehm-gc: configure-target-boehm-gc
+# end-sanitize-java
 all-byacc:
 all-cvssrc:
 configure-target-cygmon: $(ALL_GCC)
@@ -1497,7 +1540,10 @@ all-fileutils: all-libiberty
 all-findutils:
 all-find:
 all-flex: all-libiberty all-bison all-byacc
-all-gas: all-libiberty all-opcodes all-bfd
+# start-sanitize-cygnus
+all-flexlm:
+# end-sanitize-cygnus
+all-gas: all-libiberty all-opcodes all-bfd all-intl
 all-gash: all-tcl
 all-gawk:
 ALL_GCC = all-gcc
@@ -1512,7 +1558,7 @@ all-gettext:
 all-gnuserv:
 configure-target-gperf: $(ALL_GCC)
 all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++
-all-gprof: all-libiberty all-bfd all-opcodes
+all-gprof: all-libiberty all-bfd all-opcodes all-intl
 all-grep: all-libiberty
 all-grez: all-libiberty all-bfd all-opcodes
 all-gui: all-gdb all-libproc all-target-librx
@@ -1530,7 +1576,7 @@ all-itcl: all-tcl all-tk
 # start-sanitize-ide
 all-jstools: all-tcl all-tk all-tix all-libgui all-libide all-libidetcl
 # end-sanitize-ide
-all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex
+all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl
 configure-target-libg++: $(ALL_GCC) configure-target-librx
 all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++
 configure-target-libgloss: $(ALL_GCC)
@@ -1544,6 +1590,10 @@ all-libiberty:
 all-libide: all-ilu
 all-libidetcl: all-tcl all-tk all-itcl all-ilu all-libgui all-libide
 # end-sanitize-ide
+# start-sanitize-java
+configure-target-libjava: configure-target-boehm-gc
+all-target-libjava: configure-target-libjava all-target-boehm-gc
+# end-sanitize-java
 configure-target-librx: $(ALL_GCC) configure-target-newlib
 all-target-librx: configure-target-librx
 configure-target-libstdc++: $(ALL_GCC)
@@ -1567,7 +1617,9 @@ all-sed: all-libiberty
 all-send-pr: all-prms
 all-shellutils:
 all-sim: all-libiberty all-bfd all-opcodes all-readline
-all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep
+# start-sanitize-cygnus
+all-snavigator: all-tcl all-tk all-tix all-itcl all-db all-grep all-flexlm all-libgui
+# end-sanitize-cygnus
 all-tar: all-libiberty
 all-tcl:
 all-tclX: all-tcl all-tk
@@ -1589,7 +1641,7 @@ all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newli
 all-target: $(ALL_TARGET_MODULES)
 install-target: $(INSTALL_TARGET_MODULES)
 # start-sanitize-gdbtk
-install-gdbtk: install-tcl install-tk install-itcl install-tix install-libgui install-gdb
+install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
 #end-sanitize-gdbtk
 ### other supporting targets
 
@@ -1724,14 +1776,14 @@ TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
 
 .PHONY: gas.tar.gz
-GAS_SUPPORT_DIRS= bfd include libiberty opcodes setup.com makefile.vms
+GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms
 gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
        $(MAKE) -f Makefile.in taz TOOL=gas \
                SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
 
 # The FSF "binutils" release includes gprof and ld.
 .PHONY: binutils.tar.gz
-BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof setup.com makefile.vms
+BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms
 binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
        $(MAKE) -f Makefile.in taz TOOL=binutils \
                SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
@@ -1754,7 +1806,7 @@ gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
                SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
 
 .PHONY: gdb.tar.gz
-GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils
+GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
 GDBTK_SUPPORT_DIRS= `if [ -d tcl -a -d tk ] ; then echo tcl tk ; fi`
 gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
        $(MAKE) -f Makefile.in taz TOOL=gdb \
This page took 0.025625 seconds and 4 git commands to generate.