makefile
来自「基于4个mips核的noc设计」· 代码 · 共 1,839 行 · 第 1/5 页
TXT
1,839 行
$(SHELL) $(srcdir)/../move-if-change tofiles ofiles touch stamp-ofilesofiles: stamp-ofiles ; @truestamp-lib: libbfd.la libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $$libtooldir/libbfd.a ]; then \ cp $$libtooldir/libbfd.a libbfd.tmp; \ $(RANLIB) libbfd.tmp; \ $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-liblibbfd.a: stamp-lib ; @true# This file holds an array associating configuration triplets and# vector names. It is built from config.bfd. It is not compiled by# itself, but is included by targets.c.targmatch.h: config.bfd targmatch.sed rm -f targmatch.h sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new mv -f targmatch.new targmatch.h# When compiling archures.c and targets.c, supply the default target# info from configure.targets.lo: targets.c config.status $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.carchures.lo: archures.c config.status $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.celf32-target.h : elfxx-target.h rm -f elf32-target.h sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.helf64-target.h : elfxx-target.h rm -f elf64-target.h sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.helf32-ia64.c : elfxx-ia64.c rm -f elf32-ia64.c sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new mv -f elf32-ia64.new elf32-ia64.celf64-ia64.c : elfxx-ia64.c rm -f elf64-ia64.c sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new mv -f elf64-ia64.new elf64-ia64.cpeigen.c : peXXigen.c rm -f peigen.c sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new mv -f peigen.new peigen.cpepigen.c : peXXigen.c rm -f pepigen.c sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new mv -f pepigen.new pepigen.c$(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)$(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)$(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)$(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)# Install BFD include file, and others that it needs.install-data-local: $(BFD_H) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(includedir) $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(includedir)/bfd.h $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(includedir)/ansidecl.h $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(includedir)/bfdlink.h# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).DEP: dep.sed $(CFILES) $(HFILES) bfd.h rm -f DEP1 $(MAKE) MKDEP="$(MKDEP)" DEP1 sed -f dep.sed < DEP1 > DEPA echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA if grep ' /' DEPA > /dev/null 2> /dev/null; then \ echo 'make DEP failed!'; exit 1; \ else \ mv -f DEPA $@; \ fiDEP1: $(CFILES) echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 mv -f DEP2 $@dep.sed: dep-in.sed config.status sed <$(srcdir)/dep-in.sed >dep.sed \ -e 's!@BFD_H@!$(BFD_H)!' \ -e 's!@INCDIR@!$(INCDIR)!' \ -e 's!@SRCDIR@!$(srcdir)!'dep: DEP sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile cat DEP >> tmp-Makefile $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefiledep-in: DEP sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in cat DEP >> tmp-Makefile.in $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.indep-am: DEP sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am cat DEP >> tmp-Makefile.am $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.amhost-aout.lo: Makefile# The following program can be used to generate a simple config file# which can be folded into an h-XXX file for a new host, with some editing.aout-params.h: gen-aout ./gen-aout host > aout-params.hgen-aout: $(srcdir)/gen-aout.c Makefile $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c$(BFD_H): stmp-bfd-h ; @truestmp-bfd-h: bfd-in3.h rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H) rm -f bfd-tmp.h touch stmp-bfd-h# Could really use a "copy-if-change"...headers: (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS)) cp $(docdir)/bfd.h bfd-in2.h-new $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h cp $(docdir)/libbfd.h libbfd.h-new $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h cp $(docdir)/libcoff.h libcoff.h-new $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h# We only rebuild the header files automatically if we have been# configured with --enable-maintainer-mode.$(srcdir)/bfd-in2.h: # stmp-bin2-h ; @truestmp-bin2-h: $(BFD_H_FILES) (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h) cp $(docdir)/bfd.h bfd-in2.h-new $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h touch stmp-bin2-h$(srcdir)/libbfd.h: # stmp-lbfd-h ; @truestmp-lbfd-h: $(LIBBFD_H_FILES) (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h) cp $(docdir)/libbfd.h libbfd.h-new $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h touch stmp-lbfd-h$(srcdir)/libcoff.h: # stmp-lcoff-h ; @truestmp-lcoff-h: $(LIBCOFF_H_FILES) (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h) cp $(docdir)/libcoff.h libcoff.h-new $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h touch stmp-lcoff-h# We want to rerun configure if config.bfd or configure.host change.config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host $(SHELL) ./config.status --recheck# What appears below is generated by a hacked mkdep using gcc -MM.# DO NOT DELETE THIS LINE -- mkdep uses it.# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \ $(INCDIR)/aout/ranlib.harchures.lo: archures.c $(INCDIR)/filenames.hbfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.hcache.lo: cache.c $(INCDIR)/filenames.hcoffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \ libcoff.h $(INCDIR)/bfdlink.hcorefile.lo: corefile.c $(INCDIR)/filenames.hformat.lo: format.c $(INCDIR)/filenames.hinit.lo: init.c $(INCDIR)/filenames.hlibbfd.lo: libbfd.c $(INCDIR)/filenames.hopncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.hreloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.hsection.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.hsyms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.deftargets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \ targmatch.hhash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.hlinker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ genlink.hsrec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.hbinary.lo: binary.c $(INCDIR)/filenames.htekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.hihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.hstabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.defstab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.defdwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.hcpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.hcpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.hcpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.hcpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.hcpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.hcpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.hcpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.hcpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.hcpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.hcpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.hcpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.hcpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.hcpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \ $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.hcpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.hcpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.hcpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.hcpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.hcpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.hcpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.hcpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.hcpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.hcpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.hcpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.hcpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.hcpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.hcpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.hcpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.hcpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.hcpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.hcpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.hcpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.hcpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.hcpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.hcpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.hcpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.hcpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.hcpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.hcpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.hcpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.hcpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.haout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \ $(INCDIR)/bfdlink.haout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \ $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ aout-target.haout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \ $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ aout-target.haout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \ ns32k.h libaout.h $(INCDIR)/bfdlink.haout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \ libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ $(INCDIR)/aout/ar.h aout-target.haout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \ $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.haout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \ libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ aout-target.haout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.harmnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \ libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.hbout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def libaout.hcf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \ coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \ libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.hcf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \ $(INCDIR)/bfdlink.h coffcode.h coffswap.hcf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/sparc.h $(INCDIR)/coff/internal.h libcoff.h \ $(INCDIR)/bfdlink.h coffcode.h coffswap.hcoff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/apollo.h $(INCDIR)/coff/internal.h libcoff.h \ $(INCDIR)/bfdlink.h coffcode.h coffswap.hcoff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h coff-m68k.c \ libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.hcoff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h \ libcoff.h coffcode.h coffswap.hcoff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/coff/h8500.h $(INCDIR)/coff/internal.h libcoff.h \ coffcode.h coffswap.hcoff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h \ $(INCDIR)/bfdlink.h coffcode.h coffswap.hcoff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \ $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h libcoff.h \ libecoff.h coffswap.h ecoffswap.hcoff-pmac.lo: coff-pmac.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \ xcoff-target.h coffcode.h coffswap.hcoff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h libcoff.h \ $(INCDIR)/bfdlink.h xcoff-target.h coffcode.h coffswap.hcoff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/coff/sh.h $(INCDIR)/coff/internal.h libcoff.h \ coffcode.h coffswap.hcoff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \ libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \ go32stub.hcoff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \ $(INCDIR)/bfdlink.h coffcode.h coffswap.hcoff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/coff/tic30.h $(INCDIR)/coff/internal.h libcoff.h \ coffcode.h coffswap.hcoff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \ $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \ $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.hcoff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \ $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h libcoff.h \ coffcode.h coffswap.hcoff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \ $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \ $(INCDIR)/bfdlink.h coffcode.h coffswap.hcoff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \ $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.hcoff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/coff/w65.h $(INCDIR)/coff/internal.h libcoff.h \
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?