⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 早期freebsd实现
💻
字号:
# This file was generated automatically by configure.  Do not edit.VPATH = .links = host_alias = hp300bsdhost_cpu = m68khost_vendor = hphost_os = bsdtarget_alias = hp300bsdtarget_cpu = m68ktarget_vendor = hptarget_os = bsdALL=all.internal## Makefile#   Copyright (C) 1990, 1991, 1992 Free Software Foundation## This file is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.# # This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# # You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */#srcdir = .prefix = /usr/localexec_prefix = $(prefix)bindir = $(exec_prefix)/binlibdir = $(exec_prefix)/libdatadir = $(prefix)/libmandir = $(prefix)/manman1dir = $(mandir)/man1man2dir = $(mandir)/man2man3dir = $(mandir)/man3man4dir = $(mandir)/man4man5dir = $(mandir)/man5man6dir = $(mandir)/man6man7dir = $(mandir)/man7man8dir = $(mandir)/man8man9dir = $(mandir)/man9infodir = $(prefix)/infoincludedir = $(prefix)/includedocdir = $(datadir)/docMKDOC=./chewSHELL = /bin/shINSTALL = install -cINSTALL_PROGRAM = $(INSTALL)INSTALL_DATA = $(INSTALL)AR = arAR_FLAGS = qvBISON = bisonMAKEINFO = makeinfoRANLIB = ranlibCFLAGS = -g#### Host, target, and site specific Makefile fragments come in here.###.c.o:	$(CC) $(CFLAGS) -c $(H_CFLAGS) -I.. -I$(srcdir)/.. -I$(srcdir)/../../include $<# main GDB source directoryDOCFILES = aoutx.texi  archive.texi archures.texi \	bfd.texi  cache.texi coffcode.texi \	core.texi  format.texi  libbfd.texi  \	opncls.texi  reloc.texi  section.texi  \	syms.texi  targets.texi init.texi ctor.texiPROTOS = archive.p archures.p bfd.p \	 core.p format.p \	libbfd.p opncls.p reloc.p \	section.p syms.p targets.p  \	format.p  core.p init.pIPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip ctor.ip coffcode.ip# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction # between VPATH and suffix rules.  If you use GNU Make, perhaps other Makes,# you don't need these three:SRCDOC = $(srcdir)/../aoutx.h  $(srcdir)/../archive.c \	$(srcdir)/../archures.c $(srcdir)/../bfd.c \	$(srcdir)/../cache.c $(srcdir)/../coffcode.h \	$(srcdir)/../core.c  $(srcdir)/../format.c \	$(srcdir)/../libbfd.c $(srcdir)/../opncls.c \	$(srcdir)/../reloc.c  $(srcdir)/../section.c \	$(srcdir)/../syms.c  $(srcdir)/../targets.c \	$(srcdir)/../init.cSRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \	$(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../core.c \	$(srcdir)/../format.c $(srcdir)/../libbfd.c \	$(srcdir)/../opncls.c $(srcdir)/../reloc.c \	$(srcdir)/../section.c $(srcdir)/../syms.c \	$(srcdir)/../targets.c $(srcdir)/../init.c    SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \	$(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \	$(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \	$(srcdir)/../init.c $(srcdir)/../ctor.cSTAGESTUFF = $(DOCFILES) *.info*all install:info: bfd.infoinstall-info: info	-parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \	if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi	-if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; fi	for i in *.info* ; do \		$(INSTALL_DATA) $$i $(infodir)/$$i ; \	donedocs: $(MKDOC) protos bfd.info bfd.dvi bfd.ps$(MKDOC): chew.c	$(CC) $(CFLAGS) -o $(MKDOC) $(H_CFLAGS) -I.. -I$(srcdir)/.. -I$(srcdir)/../../include $(srcdir)/chew.c $(LOADLIBES)protos: libbfd.h libcoff.h bfd.haoutx.texi: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.texiarchive.texi: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.texi archures.texi:  $(srcdir)/../archures.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.texi bfd.texi: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.texicache.texi: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.texicoffcode.texi:	$(MKDOC) $(srcdir)/../coffcode.h $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.texicore.texi: $(MKDOC) $(srcdir)/../core.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../core.c >core.texiformat.texi: $(MKDOC) $(srcdir)/../format.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.texilibbfd.texi: $(MKDOC) $(srcdir)/../libbfd.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.texi opncls.texi: $(MKDOC) $(srcdir)/../opncls.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str  <$(srcdir)/../opncls.c >opncls.texireloc.texi : $(MKDOC) $(srcdir)/../reloc.c	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.texi section.texi: $(MKDOC) $(srcdir)/../section.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.texi syms.texi : $(MKDOC) $(srcdir)/../syms.c	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.texitargets.texi: $(MKDOC) $(srcdir)/../targets.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.texiinit.texi: $(MKDOC) $(srcdir)/../init.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.texictor.texi: $(MKDOC) $(srcdir)/../ctor.c $(srcdir)/doc.str	$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../ctor.c >ctor.texilibbfd.h: $(srcdir)/../libbfd-in.h	\	$(srcdir)/../init.c		\	$(srcdir)/../libbfd.c		\	$(srcdir)/../init.c		\	$(srcdir)/../libbfd.c		\	$(srcdir)/../cache.c		\	$(srcdir)/../ctor.c		\	$(srcdir)/../reloc.c		\	$(srcdir)/../cpu-h8300.c	\	$(srcdir)/../cpu-i960.c		\	$(srcdir)/../archures.c		\	$(srcdir)/../elf.c		\	$(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)/../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)/../ctor.c >>libbfd.h	$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../reloc.c >>libbfd.h	$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../cpu-h8300.c >>libbfd.h	$(MKDOC) -i -f $(srcdir)/proto.str  < $(srcdir)/../cpu-i960.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 \	$(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)/../archive.c		\	$(srcdir)/../core.c		\	$(srcdir)/../targets.c		\	$(srcdir)/../format.c		\	$(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)/../core.c >>bfd.h	$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../targets.c >>bfd.h	$(MKDOC) -f $(srcdir)/proto.str<$(srcdir)/../format.c >>bfd.h		echo "#endif" >>bfd.hclean-info:	rm -f $(STAGESTUFF) *.p *.ip  bfd.dvi bfd.ps *~* *# bfd.?? \	bfd.??? $(MKDOC) bfd.h libbfd.h libcoff.h texput.log clean:bfd.info: $(DOCFILES) bfd.texinfo	$(MAKEINFO) -o bfd.info $(srcdir)/bfd.texinfobfd.dvi: $(DOCFILES) bfd.texinfo	TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfo#	texindex bfd.??#	TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfobfd.ps: bfd.dvi	dvips bfd -o	quickdoc: $(DOCFILES) bfd.texinfo	TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfostage1: force	- mkdir stage1	- mv -f $(STAGESTUFF) stage1stage2: force	- mkdir stage2	- mv -f $(STAGESTUFF) stage2stage3: force	- mkdir stage3	- mv -f $(STAGESTUFF) stage3against=stage2comparison: force	for i in $(STAGESTUFF) ; do cmp $$i $(against)/$$i || exit 1 ; donede-stage1: force	- (cd stage1 ; mv -f $(STAGESTUFF) ..)	- rmdir stage1de-stage2: force	- (cd stage2 ; mv -f $(STAGESTUFF) ..)	- rmdir stage2de-stage3: force	- (cd stage3 ; mv -f $(STAGESTUFF) ..)	- rmdir stage3force:Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)	$(SHELL) ./config.status

⌨️ 快捷键说明

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