makefile
来自「基于4个mips核的noc设计」· 代码 · 共 606 行 · 第 1/2 页
TXT
606 行
-rm -f bfd.aux bfd.cp bfd.cps bfd.dvi bfd.fn bfd.fns bfd.ky bfd.kys \ bfd.ps bfd.log bfd.pg bfd.toc bfd.tp bfd.tps bfd.vr bfd.vrs \ bfd.op bfd.tr bfd.cv bfd.cnclean-aminfo:distclean-aminfo:maintainer-clean-aminfo: for i in $(INFO_DEPS); do \ rm -f $$i; \ if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ rm -f $$i-[0-9]*; \ fi; \ doneclean-info: mostlyclean-aminfotags: TAGSTAGS:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = docdistdir: $(DISTFILES) @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-infoinfo-am: $(INFO_DEPS)info: info-amdvi-am: $(DVIS)dvi: dvi-amcheck-am:check: check-aminstallcheck-am:installcheck: installcheck-aminstall-info-am: install-info: install-info-aminstall-exec-am:install-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am:uninstall: uninstall-amall-am: Makefileall-redirect: all-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)maintainer-clean-generic: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)mostlyclean-am: mostlyclean-aminfo mostlyclean-genericmostlyclean: mostlyclean-amclean-am: clean-aminfo clean-generic mostlyclean-amclean: clean-amdistclean-am: distclean-aminfo distclean-generic clean-am -rm -f libtooldistclean: distclean-ammaintainer-clean-am: maintainer-clean-aminfo maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: install-info-am uninstall-info mostlyclean-aminfo \distclean-aminfo clean-aminfo maintainer-clean-aminfo tags distdir \info-am info dvi-am dvi check check-am installcheck-am installcheck \install-info-am install-info install-exec-am install-exec \install-data-am install-data install-am install uninstall-am uninstall \all-redirect all-am all installdirs mostlyclean-generic \distclean-generic clean-generic maintainer-clean-generic clean \mostlyclean distclean maintainer-clean$(MKDOC): chew.o $(CC_FOR_BUILD) -o $(MKDOC) chew.o $(LOADLIBES) $(LDFLAGS)chew.o: chew.c $(CC_FOR_BUILD) -c -I.. -I$(srcdir)/.. -I$(srcdir)/../../include -I$(srcdir)/../../intl -I../../intl $(H_CFLAGS) $(CFLAGS) $(srcdir)/chew.cprotos: libbfd.h libcoff.h bfd.hbfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo# We can't replace these rules with an implicit rule, because# makes without VPATH support couldn't find the .h files in `..'.# We use s-XXX targets so that we can distribute the info files,# and permit people to rebuild them, without requiring the makeinfo# program. If somebody tries to rebuild info, but none of the .texi# files have changed, then this Makefile will build chew, and will# build all of the stamp files, but will not actually have to rebuild# bfd.info.s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi touch s-aoutxaoutx.texi: s-aoutxs-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp $(srcdir)/../../move-if-change archive.tmp archive.texi touch s-archivearchive.texi: s-archives-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp $(srcdir)/../../move-if-change archures.tmp archures.texi touch s-archuresarchures.texi: s-archures# We use bfdt.texi, rather than bfd.texi, to avoid conflicting with# bfd.texinfo on an 8.3 filesystem.s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp $(srcdir)/../../move-if-change bfd.tmp bfdt.texi touch s-bfdbfdt.texi: s-bfds-cache: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp $(srcdir)/../../move-if-change cache.tmp cache.texi touch s-cachecache.texi: s-caches-coffcode: $(MKDOC) $(srcdir)/../coffcode.h $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.tmp $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi touch s-coffcodecoffcode.texi: s-coffcodes-core: $(MKDOC) $(srcdir)/../corefile.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp $(srcdir)/../../move-if-change core.tmp core.texi touch s-corecore.texi: s-cores-elf: $(MKDOC) $(srcdir)/../elf.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp $(srcdir)/../../move-if-change elf.tmp elf.texi touch s-elfelf.texi: s-elfs-elfcode: $(MKDOC) $(srcdir)/../elfcode.h $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elfcode.h >elfcode.tmp $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi touch s-elfcodeelfcode.texi: s-elfcodes-format: $(MKDOC) $(srcdir)/../format.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.tmp $(srcdir)/../../move-if-change format.tmp format.texi touch s-formatformat.texi: s-formats-libbfd: $(MKDOC) $(srcdir)/../libbfd.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi touch s-libbfdlibbfd.texi: s-libbfds-opncls: $(MKDOC) $(srcdir)/../opncls.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../opncls.c >opncls.tmp $(srcdir)/../../move-if-change opncls.tmp opncls.texi touch s-opnclsopncls.texi: s-opnclss-reloc: $(MKDOC) $(srcdir)/../reloc.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp $(srcdir)/../../move-if-change reloc.tmp reloc.texi touch s-relocreloc.texi: s-relocs-section: $(MKDOC) $(srcdir)/../section.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp $(srcdir)/../../move-if-change section.tmp section.texi touch s-sectionsection.texi: s-sections-syms: $(MKDOC) $(srcdir)/../syms.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp $(srcdir)/../../move-if-change syms.tmp syms.texi touch s-symssyms.texi: s-symss-targets: $(MKDOC) $(srcdir)/../targets.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp $(srcdir)/../../move-if-change targets.tmp targets.texi touch s-targetstargets.texi: s-targetss-init: $(MKDOC) $(srcdir)/../init.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.tmp $(srcdir)/../../move-if-change init.tmp init.texi touch s-initinit.texi: s-inits-hash: $(MKDOC) $(srcdir)/../hash.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../hash.c >hash.tmp $(srcdir)/../../move-if-change hash.tmp hash.texi touch s-hashhash.texi: s-hashs-linker: $(MKDOC) $(srcdir)/../linker.c $(srcdir)/doc.str ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../linker.c >linker.tmp $(srcdir)/../../move-if-change linker.tmp linker.texi touch s-linkerlinker.texi: s-linkerlibbfd.h: $(srcdir)/../libbfd-in.h \ $(srcdir)/../init.c \ $(srcdir)/../libbfd.c \ $(srcdir)/../cache.c \ $(srcdir)/../reloc.c \ $(srcdir)/../archures.c \ $(srcdir)/proto.str \ $(MKDOC) cat $(srcdir)/../libbfd-in.h >libbfd.h ./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../init.c >>libbfd.h ./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../libbfd.c >>libbfd.h ./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../cache.c >>libbfd.h ./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../reloc.c >>libbfd.h ./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../archures.c >>libbfd.h ./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../elf.c >>libbfd.hlibcoff.h: $(srcdir)/../libcoff-in.h \ $(srcdir)/../coffcode.h \ $(srcdir)/proto.str \ $(MKDOC) cat $(srcdir)/../libcoff-in.h >libcoff.h ./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../coffcode.h >>libcoff.hbfd.h: $(srcdir)/../bfd-in.h \ $(srcdir)/../init.c \ $(srcdir)/../opncls.c \ $(srcdir)/../libbfd.c \ $(srcdir)/../section.c \ $(srcdir)/../archures.c \ $(srcdir)/../reloc.c \ $(srcdir)/../syms.c \ $(srcdir)/../bfd.c \ $(srcdir)/../archive.c \ $(srcdir)/../corefile.c \ $(srcdir)/../targets.c \ $(srcdir)/../format.c \ $(srcdir)/proto.str \ $(MKDOC) cat $(srcdir)/../bfd-in.h >bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../init.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../opncls.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../libbfd.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../section.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../archures.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../reloc.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../syms.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../bfd.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../archive.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../corefile.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../targets.c >>bfd.h ./$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../format.c >>bfd.h echo "#ifdef __cplusplus" >>bfd.h echo "}" >>bfd.h echo "#endif" >>bfd.h echo "#endif" >>bfd.h# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?