-### texinfo
-all-texinfo: all-libiberty
- @if [ -f ./texinfo/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./texinfo; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-texinfo: force
- @if [ -f ./texinfo/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./texinfo; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### bfd
-all-bfd: force
- @if [ -f ./bfd/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./bfd; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-bfd: force
- @if [ -f ./bfd/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./bfd; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-
-### opcodes
-all-opcodes: force
- @if [ -f ./opcodes/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./opcodes; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-opcodes: force
- @if [ -f ./opcodes/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./opcodes; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### binutils
-all-binutils: all-opcodes all-libiberty all-bfd all-flex
- @if [ -f ./binutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./binutils; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-binutils: force
- @if [ -f ./binutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./binutils; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### newlib
-all-newlib: all-binutils all-ld all-gas all-gcc
- @if [ -f ./newlib/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./newlib; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-newlib: force
- @if [ -f ./newlib/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./newlib; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### start-sanitize-chill
-### chillrt
-all-chillrt: all-binutils all-ld all-gas all-gcc all-newlib
- @if [ -f ./chillrt/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./chillrt; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-chillrt: force
- @if [ -f ./chillrt/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./chillrt; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-### end-sanitize-chill
-
-### gprof
-all-gprof: all-libiberty all-bfd
- @if [ -f ./gprof/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gprof; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-gprof: force
- @if [ -f ./gprof/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gprof; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### byacc
-all-byacc: force
- @if [ -f ./byacc/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./byacc; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-byacc: force
- @if [ -f ./byacc/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./byacc; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### flex
-all-flex: all-libiberty
- @if [ -f ./flex/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./flex; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-flex: force
- @if [ -f ./flex/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./flex; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-### gcc
-all-gcc: all-libiberty all-byacc all-binutils all-gas
- @if [ -f ./gcc/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./gcc; \
- $(MAKE) $(GCC_FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-gcc: force
- @if [ -f ./gcc/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./gcc; \
- $(MAKE) $(GCC_FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### readline
-all-readline: force
- @if [ -f ./readline/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./readline; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-readline: force
- @if [ -f ./readline/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./readline; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### glob
-all-glob: force
- @if [ -f ./glob/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./glob; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-glob: force
- @if [ -f ./glob/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./glob; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### gas
-all-gas: all-libiberty all-opcodes all-bfd
- @if [ -f ./gas/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gas; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-gas: force
- @if [ -f ./gas/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gas; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### gas
-all-tgas: all-libiberty all-bfd
- @if [ -f ./tgas/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./tgas; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-
-### ld
-all-ld: all-libiberty all-bfd all-byacc all-flex
- @if [ -f ./ld/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./ld; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-ld: force
- @if [ -f ./ld/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./ld; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### gdb
-all-gdb: all-bfd all-opcodes all-libiberty all-mmalloc all-readline all-glob all-byacc
- @if [ -f ./gdb/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gdb; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-gdb: force
- @if [ -f ./gdb/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gdb; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### make
-all-make: all-libiberty
- @if [ -f ./make/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./make; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-make: force
- @if [ -f ./make/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./make; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### diff
-all-diff: all-libiberty
- @if [ -f ./diff/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./diff; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-diff: force
- @if [ -f ./diff/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./diff/; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### grep
-all-grep: force
- @if [ -f ./grep/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./grep; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-grep: force
- @if [ -f ./grep/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./grep; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### rcs
-all-rcs: force
- @if [ -f ./rcs/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./rcs; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-rcs: force
- @if [ -f ./rcs/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./rcs; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### cvs
-all-cvs: force
- @if [ -f ./cvs/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./cvs; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-cvs: force
- @if [ -f ./cvs/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./cvs; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### patch
-all-patch: force
- @if [ -f ./patch/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./patch; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-patch: force
- @if [ -f ./patch/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./patch; \
- $(MAKE) $(FLAGS_TO_PASS) \
- bindir=$(bindir) \
- man1dir=$(man1dir) install) ; \
- else \
- true ; \
- fi
-
-### emacs
-all-emacs: force
- @if [ -f ./emacs/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./emacs; \
- $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-emacs: force
- @if [ -f ./emacs/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./emacs; \
- $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### ispell
-all-ispell: all-emacs
- @if [ -f ./ispell/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./ispell; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-ispell: force
- @if [ -f ./ispell/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./ispell; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### prms
-all-prms: force
- @if [ -f ./prms/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./prms; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-prms: force
- @if [ -f ./prms/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./prms; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### send-pr
-all-send-pr: force
- @if [ -f ./send-pr/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./send-pr; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-send-pr: force
- @if [ -f ./send-pr/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./send-pr; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### libm
-all-libm: force
- @if [ -f ./libm/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./libm; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-libm: force
- @if [ -f ./libm/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./libm; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### libg++
-
-all-libg++: all-gas all-ld all-gcc all-xiberty all-newlib
- @if [ -f ./libg++/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./libg++; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-libg++: force
- @if [ -f ./libg++/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd` ; export srcroot ; \
- (cd ./libg++; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-### tcl
-all-tcl:
- @if [ -f ./tcl/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd`; export srcroot ; \
- (cd ./tcl; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-tcl: force
- @if [ -f ./tcl/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd`; export srcroot ; \
- (cd ./tcl; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-
-### tk
-all-tk: all-tcl
- @if [ -f ./tk/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd`; export srcroot ; \
- (cd ./tk; \
- $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-tk: force
- @if [ -f ./tk/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd`; export srcroot ; \
- (cd ./tk; \
- $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### expect
-all-expect: all-tcl
- @if [ -f ./expect/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd`; export srcroot ; \
- (cd ./expect; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-expect: force
- @if [ -f ./expect/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- srcroot=`cd $(srcdir); pwd`; export srcroot ; \
- (cd ./expect; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### sim
-all-sim: all-bfd
- @if [ -f ./sim/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./sim; \
- $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-sim: force
- @if [ -f ./sim/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./sim; \
- $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### fileutils
-all-fileutils: force
- @if [ -f ./fileutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./fileutils; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-fileutils: force
- @if [ -f ./fileutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./fileutils; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### find
-all-find: force
- @if [ -f ./find/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./find; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-find: force
- @if [ -f ./find/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./find; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### gawk
-all-gawk: force
- @if [ -f ./gawk/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gawk; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-gawk: force
- @if [ -f ./gawk/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./gawk; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### m4
-all-m4: all-libiberty
- @if [ -f ./m4/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./m4; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-m4: force
- @if [ -f ./m4/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./m4; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### sed
-all-sed: force
- @if [ -f ./sed/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./sed; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-sed: force
- @if [ -f ./sed/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./sed; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### time
-all-time: force
- @if [ -f ./time/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./time; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-time: force
- @if [ -f ./time/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./time; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### wdiff
-all-wdiff: force
- @if [ -f ./wdiff/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./wdiff; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-wdiff: force
- @if [ -f ./wdiff/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./wdiff; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### uudecode
-all-uudecode: all-libiberty
- @if [ -f ./uudecode/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./uudecode; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-uudecode: force
- @if [ -f ./uudecode/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./uudecode; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### shellutils
-all-shellutils: force
- @if [ -f ./shellutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./shellutils; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-shellutils: force
- @if [ -f ./shellutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./shellutils; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-### textutils
-all-textutils: force
- @if [ -f ./textutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./textutils; $(MAKE) $(FLAGS_TO_PASS) all) ; \
- else \
- true ; \
- fi
-
-install-textutils: force
- @if [ -f ./textutils/Makefile ] ; then \
- rootme=`pwd` ; export rootme ; \
- (cd ./textutils; $(MAKE) $(FLAGS_TO_PASS) install) ; \
- else \
- true ; \
- fi
-
-
-
-### other supporting targets
-
-MAKEDIRS= \
- $(prefix) \
- $(exec_prefix) \
- $(tooldir)
-
-# $(bindir) \
-# $(libdir) \
-# $(includedir) \
-# $(datadir) \
-# $(docdir) \
-# $(mandir) \
-# $(man1dir) \
-# $(man5dir)
-
-# $(man2dir) \
-# $(man3dir) \
-# $(man4dir) \
-# $(man6dir) \
-# $(man7dir) \
-# $(man8dir)
-
-install-dirs:
- for i in $(MAKEDIRS) ; do \
- echo Making $$i... ; \
- parent=`echo $$i|sed -e 's@/[^/]*$$@@'`; \
- if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
- if [ ! -d $$i ] ; then \
- if mkdir $$i ; then \
- true ; \
- else \
- exit 1 ; \
- fi ; \
- else \
- true ; \
- fi ; \
- done
-
-install-info-dirs:
- if [ -d $(prefix) ] ; then true ; else mkdir $(prefix) ; fi
- -parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \
- if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
- -if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; fi
-
-dir.info: do-install-info
- $(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new
- mv -f dir.info.new dir.info
-
-dist:
- @echo "Building a full distribution of this tree isn't done"
- @echo "via 'make dist'. Check out the etc/ subdirectory"
-
-etags tags: TAGS
-
-TAGS:
- etags `$(MAKE) ls`
-
-ls:
- @echo Makefile
- @for i in $(SUBDIRS); \
- do \
- (cd $$i; \
- pwd=`pwd`; \
- wd=`basename $$pwd`; \
- for j in `$(MAKE) ls`; \
- do \
- echo $$wd/$$j; \
- done) \
- done
-
-force:
-
-# with the gnu make, this is done automatically.
-
-Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
- $(SHELL) ./config.status
-
-#
-# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
-
-DEVO_SUPPORT= README Makefile.in configure configure.in \
- config.guess config.sub config move-if-change