makefile

来自「基于4个mips核的noc设计」· 代码 · 共 1,985 行 · 第 1/4 页

TXT
1,985
字号
	all-bfd \	all-binutils \	all-bison \	all-byacc \	all-bzip2 \	all-cgen \	all-cvssrc \	all-db \	all-dejagnu \	all-diff \	all-dosutils \	all-etc \	all-fileutils \	all-findutils \	all-find \	all-flex \	all-gas \	all-gawk \	all-gettext \	all-gnuserv \	all-gprof \	all-grep \	all-grez \	all-gzip \	all-hello \	all-indent \	all-inet \	all-intl \	all-ispell \	all-itcl \	all-ld \	all-libgui \	all-libiberty \	all-libtool \	all-m4 \	all-make \	all-mmalloc \	all-opcodes \	all-patch \	all-perl \	all-prms \	all-rcs \	all-readline \	all-release \	all-recode \	all-sed \	all-send-pr \	all-shellutils \	all-sid \	all-sim \	all-snavigator \	all-tar \	all-tcl \	all-tcl8.1 \	all-texinfo \	all-textutils \	all-tgas \	all-time \	all-uudecode \	all-wdiff \	all-zip \	all-zlib \	$(EXTRA_TARGET_HOST_ALL_MODULES)# This is a list of the check targets for all of the modules which are# compiled using $(FLAGS_TO_PASS).## The list is in two parts.  The first lists those tools which# are tested as part of the host's native tool-chain, and not# tested in a cross configuration.NATIVE_CHECK_MODULES = \	check-bison \	check-byacc \	check-flex \	check-zipCROSS_CHECK_MODULES = \	check-apache \	check-ash \	check-autoconf \	check-automake \	check-bash \	check-bfd \	check-binutils \	check-bzip2 \	check-cgen \	check-cvssrc \	check-db \	check-dejagnu \	check-diff \	check-etc \	check-fileutils \	check-findutils \	check-find \	check-gas \	check-gawk \	check-gettext \	check-gnuserv \	check-gprof \	check-grep \	check-gzip \	check-hello \	check-indent \	check-inet \	check-intl \	check-ispell \	check-itcl \	check-ld \	check-libgui \	check-libiberty \	check-libtool \	check-m4 \	check-make \	check-mmcheckoc \	check-opcodes \	check-patch \	check-perl \	check-prms \	check-rcs \	check-readline \	check-recode \	check-sed \	check-send-pr \	check-shellutils \	check-snavigator \	check-sid \	check-sim \	check-tar \	check-tcl \	check-texinfo \	check-textutils \	check-tgas \	check-time \	check-uudecode \	check-wdiff \	$(EXTRA_TARGET_HOST_CHECK_MODULES)CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)# This is a list of the install targets for all of the modules which are# compiled using $(FLAGS_TO_PASS).# We put install-opcodes before install-binutils because the installed# binutils might be on PATH, and they might need the shared opcodes# library.# We put install-tcl before install-itcl because itcl wants to run a# program on installation which uses the Tcl libraries.INSTALL_MODULES = \	install-apache \	install-ash \	install-autoconf \	install-automake \	install-bash \	install-bfd \	install-bzip2 \	install-opcodes \	install-binutils \	install-bison \	install-byacc \	install-cgen \	install-cvssrc \	install-db \	install-dejagnu \	install-diff \	install-dosutils \	install-etc \	install-fileutils \	install-findutils \	install-find \	install-flex \	install-gas \	install-gawk \	install-gettext \	install-gnuserv \	install-gprof \	install-grep \	install-grez \	install-gzip \	install-hello \	install-indent \	install-inet \	install-intl \	install-ispell \	install-tcl \	install-tcl8.1 \	install-itcl \	install-ld \	install-libgui \	install-libiberty \	install-libtool \	install-m4 \	install-make \	install-mmalloc \	install-patch \	install-perl \	install-prms \	install-rcs \	install-readline \	install-recode \	install-sed \	install-send-pr \	install-shellutils \	install-sid \	install-sim \	install-snavigator \	install-tar \	install-textutils \	install-tgas \	install-time \	install-uudecode \	install-wdiff \	install-zip \	$(EXTRA_TARGET_HOST_INSTALL_MODULES)# This is a list of the targets for all of the modules which are compiled# using $(X11_FLAGS_TO_PASS).ALL_X11_MODULES = \	all-emacs \	all-emacs19 \	all-gdb \	all-expect \	all-gash \	all-guile \	all-tclX \	all-tk \	all-tk8.1 \	all-tix# This is a list of the check targets for all of the modules which are# compiled using $(X11_FLAGS_TO_PASS).CHECK_X11_MODULES = \	check-emacs \	check-gdb \	check-guile \	check-expect \	check-gash \	check-tclX \	check-tk \	check-tix# This is a list of the install targets for all the modules which are# compiled using $(X11_FLAGS_TO_PASS).INSTALL_X11_MODULES = \	install-emacs \	install-emacs19 \	install-gdb \	install-guile \	install-expect \	install-gash \	install-tclX \	install-tk \	install-tk8.1 \	install-tix# This is a list of the targets for all of the modules which are compiled# using $(TARGET_FLAGS_TO_PASS).ALL_TARGET_MODULES = \	all-target-libio \	all-target-libstdc++ \	all-target-libstdc++-v3 \	all-target-librx \	all-target-libg++ \	all-target-newlib \	all-target-libf2c \	all-target-libchill \	all-target-libobjc \	all-target-libtermcap \	all-target-winsup \	all-target-libgloss \	all-target-libiberty \	all-target-gperf \	all-target-examples \	all-target-libstub \	all-target-libffi \	all-target-libjava \	all-target-zlib \	all-target-boehm-gc \	all-target-qthreads \	all-target-bsp \	all-target-cygmon# This is a list of the configure targets for all of the modules which# are compiled using the target tools.CONFIGURE_TARGET_MODULES = \	configure-target-libio \	configure-target-libstdc++ \	configure-target-libstdc++-v3 \	configure-target-librx \	configure-target-libg++ \	configure-target-newlib \	configure-target-libf2c \	configure-target-libchill \	configure-target-libobjc \	configure-target-libtermcap \	configure-target-winsup \	configure-target-libgloss \	configure-target-libiberty \	configure-target-gperf \	configure-target-examples \	configure-target-libstub \	configure-target-libffi \	configure-target-libjava \	configure-target-zlib \	configure-target-boehm-gc \	configure-target-qthreads \	configure-target-bsp \	configure-target-cygmon# This is a list of the check targets for all of the modules which are# compiled using $(TARGET_FLAGS_TO_PASS).CHECK_TARGET_MODULES = \	check-target-libio \	check-target-libstdc++ \	check-target-libstdc++-v3 \	check-target-libg++ \	check-target-newlib \	check-target-libf2c \	check-target-libchill \	check-target-libobjc \	check-target-winsup \	check-target-libiberty \	check-target-libffi \	check-target-libjava \	check-target-zlib \	check-target-boehm-gc \	check-target-qthreads \	check-target-gperf# This is a list of the install targets for all of the modules which are# compiled using $(TARGET_FLAGS_TO_PASS).INSTALL_TARGET_MODULES = \	install-target-libio \	install-target-libstdc++ \	install-target-libstdc++-v3 \	install-target-libg++ \	install-target-newlib \	install-target-libf2c \	install-target-libchill \	install-target-libobjc \	install-target-libtermcap \	install-target-winsup \	install-target-libgloss \	install-target-libiberty \	install-target-bsp \	install-target-libjava \	install-target-zlib \	install-target-boehm-gc \	install-target-qthreads \	install-target-gperf# This is a list of the targets for which we can do a clean-{target}.CLEAN_MODULES = \	clean-apache \	clean-ash \	clean-autoconf \	clean-automake \	clean-bash \	clean-bfd \	clean-binutils \	clean-bison \	clean-byacc \	clean-bzip2 \	clean-cgen \	clean-cvssrc \	clean-db \	clean-dejagnu \	clean-diff \	clean-dosutils \	clean-etc \	clean-fileutils \	clean-findutils \	clean-find \	clean-flex \	clean-gas \	clean-gawk \	clean-gettext \	clean-gnuserv \	clean-gprof \	clean-grep \	clean-grez \	clean-gzip \	clean-hello \	clean-indent \	clean-inet \	clean-intl \	clean-ispell \	clean-itcl \	clean-ld \	clean-libgui \	clean-libiberty \	clean-libtool \	clean-m4 \	clean-make \	clean-mmalloc \	clean-opcodes \	clean-patch \	clean-perl \	clean-prms \	clean-rcs \	clean-readline \	clean-release \	clean-recode \	clean-sed \	clean-send-pr \	clean-shellutils \	clean-sid \	clean-sim \	clean-snavigator \	clean-tar \	clean-tcl \	clean-texinfo \	clean-textutils \	clean-tgas \	clean-time \	clean-uudecode \	clean-wdiff \	clean-zip \	clean-zlib# All of the target modules that can be cleanedCLEAN_TARGET_MODULES = \	clean-target-libio \	clean-target-libstdc++ \	clean-target-libstdc++-v3 \	clean-target-librx \	clean-target-libg++ \	clean-target-newlib \	clean-target-libf2c \	clean-target-libchill \	clean-target-libobjc \	clean-target-winsup \	clean-target-libgloss \	clean-target-libiberty \	clean-target-gperf \	clean-target-examples \	clean-target-libstub \	clean-target-libffi \	clean-target-libjava \	clean-target-zlib \	clean-target-boehm-gc \	clean-target-qthreads \	clean-target-bsp \	clean-target-cygmon# All of the x11 modules that can be cleanedCLEAN_X11_MODULES = \	clean-emacs \	clean-emacs19 \	clean-gdb \	clean-expect \	clean-gash \	clean-guile \	clean-tclX \	clean-tk \	clean-tix# The target built for a native build..PHONY: all.normalall.normal: \	$(ALL_MODULES) \	$(ALL_X11_MODULES) \	$(ALL_TARGET_MODULES) \	all-gcc# Do a target for all the subdirectories.  A ``make do-X'' will do a# ``make X'' in all subdirectories (because, in general, there is a# dependency (below) of X upon do-X, a ``make X'' will also do this,# but it may do additional work as well).# This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,# because it is so large that it can easily overflow the command line# length limit on some systems.DO_X = \	do-clean \	do-distclean \	do-dvi \	do-info \	do-install-info \	do-installcheck \	do-mostlyclean \	do-maintainer-clean \	do-TAGS.PHONY: $(DO_X)$(DO_X):	@target=`echo $@ | sed -e 's/^do-//'`; \	r=`pwd`; export r; \	s=`cd $(srcdir); pwd`; export s; \	$(SET_LIB_PATH) \	for i in $(SUBDIRS) -dummy-; do \	  if [ -f ./$$i/Makefile ]; then \	    case $$i in \	    gcc) \	      for flag in $(EXTRA_GCC_FLAGS); do \		eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \	      done; \	      ;; \	    *) \	      for flag in $(EXTRA_HOST_FLAGS); do \		eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'|"`; \

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?