makefile.am

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

AM
1,337
字号
# 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-hBFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \	reloc.c syms.c bfd.c archive.c corefile.c targets.c format.cLIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.cLIBCOFF_H_FILES = libcoff-in.h coffcode.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: @MAINT@ 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: @MAINT@ 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: @MAINT@ 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-hMOSTLYCLEANFILES = ofiles stamp-ofilesCLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \	stmp-bin2-h stmp-lbfd-h stmp-lcoff-hDISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)# 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 \  coffcode.h coffswap.hcoff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  $(INCDIR)/coff/z8k.h $(INCDIR)/coff/internal.h libcoff.h \  coffcode.h coffswap.hcofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  $(INCDIR)/coff/internal.h libcoff.hdwarf1.lo: dwarf1.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/dwarf.hecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \  $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.hecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.hefi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \  peicode.h libpei.helf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \  $(INCDIR)/elf/external.helf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \  elf32-target.helfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \  elf32-arm.h elf32-target.helfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \  elf32-arm.h elf32-target.helf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \  elf32-target.helf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \  elf32-target.helf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \  elf32-target.helf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \  elf32-target.helf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \  elf32-target.helf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h elf32-target.helf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \  libhppa.h elf32-hppa.h elf-hppa.h elf32-target.helf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \  $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.helf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \  $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \  elf32-target.h

⌨️ 快捷键说明

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