📄 makefile.in
字号:
(cd ./opcodes; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-opcodes: force @if [ -f ./opcodes/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./opcodes; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### binutilsall-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 ; \ ficlean-binutils: force @if [ -f ./binutils/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./binutils; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-binutils: force @if [ -f ./binutils/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./binutils; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### newliball-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 ; \ ficlean-newlib: force @if [ -f ./newlib/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ srcroot=`cd $(srcdir); pwd` ; export srcroot ; \ (cd ./newlib; \ $(MAKE) $(TARGET_FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-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### gprofall-gprof: all-libiberty all-bfd @if [ -f ./gprof/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gprof; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-gprof: force @if [ -f ./gprof/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gprof; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-gprof: force @if [ -f ./gprof/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gprof; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### byaccall-byacc: force @if [ -f ./byacc/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./byacc; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-byacc: force @if [ -f ./byacc/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./byacc; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-byacc: force @if [ -f ./byacc/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./byacc; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### flexall-flex: all-libiberty @if [ -f ./flex/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./flex; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-flex: force @if [ -f ./flex/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./flex; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-flex: force @if [ -f ./flex/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./flex; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### gccall-gcc: all-libiberty all-byacc all-binutils @if [ -f ./gcc/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gcc; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-gcc: force @if [ -f ./gcc/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gcc; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-gcc: force @if [ -f ./gcc/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gcc; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### readlineall-readline: force @if [ -f ./readline/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./readline; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-readline: force @if [ -f ./readline/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./readline; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-readline: force @if [ -f ./readline/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./readline; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### globall-glob: force @if [ -f ./glob/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./glob; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-glob: force @if [ -f ./glob/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./glob; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-glob: force @if [ -f ./glob/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./glob; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### gasall-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 ; \ ficlean-gas: force @if [ -f ./gas/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gas; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-gas: force @if [ -f ./gas/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gas; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### gasall-tgas: all-libiberty all-bfd @if [ -f ./tgas/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./tgas; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ fi### ldall-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 ; \ ficlean-ld: force @if [ -f ./ld/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./ld; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-ld: force @if [ -f ./ld/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./ld; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### gdball-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 ; \ ficlean-gdb: force @if [ -f ./gdb/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gdb; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-gdb: force @if [ -f ./gdb/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./gdb; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### makeall-make: all-libiberty @if [ -f ./make/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./make; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-make: force @if [ -f ./make/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./make; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-make: force @if [ -f ./make/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./make; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### diffall-diff: force @if [ -f ./diff/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./diff; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-diff: force @if [ -f ./diff/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./diff; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-diff: force @if [ -f ./diff/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./diff/; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### grepall-grep: force @if [ -f ./grep/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./grep; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-grep: force @if [ -f ./grep/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./grep; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-grep: force @if [ -f ./grep/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./grep; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### rcsall-rcs: force @if [ -f ./rcs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./rcs; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-rcs: force @if [ -f ./rcs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./rcs; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-rcs: force @if [ -f ./rcs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./rcs; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### cvsall-cvs: force @if [ -f ./cvs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./cvs; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-cvs: force @if [ -f ./cvs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./cvs; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-cvs: force @if [ -f ./cvs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./cvs; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### patchall-patch: force @if [ -f ./patch/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./patch; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-patch: force @if [ -f ./patch/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./patch; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-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### emacsall-emacs: force @if [ -f ./emacs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./emacs; \ $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-emacs: force @if [ -f ./emacs/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./emacs; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-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### ispellall-ispell: all-emacs @if [ -f ./ispell/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./ispell; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-ispell: force @if [ -f ./ispell/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./ispell; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \ fiinstall-ispell: force @if [ -f ./ispell/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./ispell; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \ else \ true ; \ fi### send_prall-send_pr: force @if [ -f ./send_pr/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./send_pr; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ ficlean-send_pr: force @if [ -f ./send_pr/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./send_pr; \ $(MAKE) $(FLAGS_TO_PASS) clean) ; \ else \ true ; \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -