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

📄 makefile.in

📁 早期freebsd实现
💻 IN
📖 第 1 页 / 共 3 页
字号:
	fiinstall-send_pr: force	@if [ -f ./send_pr/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./send_pr; \		$(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### libmall-libm: force	@if [ -f ./libm/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./libm; \		$(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-libm: force	@if [ -f ./libm/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./libm; \		$(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-libm: force	@if [ -f ./libm/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./libm; \		$(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### libg++all-libg++: all-gas all-ld all-gcc all-xiberty	@if [ -f ./libg++/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd` ; export srcroot ; \		(cd ./libg++; \		$(MAKE) $(TARGET_FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-libg++: force	@if [ -f ./libg++/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd` ; export srcroot ; \		(cd ./libg++; \		$(MAKE) $(TARGET_FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-libg++: force	@if [ -f ./libg++/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd` ; export srcroot ; \		(cd ./libg++; \		$(MAKE) $(TARGET_FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### tclall-tcl: 	@if [ -f ./tcl/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./tcl; \		$(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-tcl: force	@if [ -f ./tcl/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./tcl; \		$(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-tcl: force	@if [ -f ./tcl/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./tcl; \		$(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### tkall-tk: all-tcl	@if [ -f ./tk/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./tk; \		$(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-tk: force	@if [ -f ./tk/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./tk; \		$(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-tk: force	@if [ -f ./tk/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./tk; \		$(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### expectall-expect: all-tcl	@if [ -f ./expect/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./expect; \		$(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-expect: force	@if [ -f ./expect/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./expect; \		$(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-expect: force	@if [ -f ./expect/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		srcroot=`cd $(srcdir); pwd`; export srcroot ; \		(cd ./expect; \		$(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### z8ksimall-z8ksim: all-bfd 	@if [ -f ./z8ksim/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./z8ksim; \		$(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-z8ksim: force	@if [ -f ./z8ksim/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./z8ksim; \		$(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-z8ksim: force	@if [ -f ./z8ksim/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./z8ksim; \		$(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### fileutilsall-fileutils: force	@if [ -f ./fileutils/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./fileutils; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-fileutils: force	@if [ -f ./fileutils/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./fileutils; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-fileutils: force	@if [ -f ./fileutils/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./fileutils; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### findall-find: force	@if [ -f ./find/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./find; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-find: force	@if [ -f ./find/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./find; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-find: force	@if [ -f ./find/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./find; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### gawkall-gawk: force	@if [ -f ./gawk/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./gawk; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-gawk: force	@if [ -f ./gawk/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./gawk; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-gawk: force	@if [ -f ./gawk/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./gawk; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### m4all-m4: force	@if [ -f ./m4/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./m4; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-m4: force	@if [ -f ./m4/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./m4; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-m4: force	@if [ -f ./m4/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./m4; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### sedall-sed: force	@if [ -f ./sed/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./sed; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-sed: force	@if [ -f ./sed/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./sed; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-sed: force	@if [ -f ./sed/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./sed; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### timeall-time: force	@if [ -f ./time/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./time; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-time: force	@if [ -f ./time/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./time; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-time: force	@if [ -f ./time/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./time; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### wdiffall-wdiff: force	@if [ -f ./wdiff/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./wdiff; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-wdiff: force	@if [ -f ./wdiff/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./wdiff; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-wdiff: force	@if [ -f ./wdiff/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./wdiff; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### shellutilsall-shellutils: force	@if [ -f ./shellutils/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./shellutils; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-shellutils: force	@if [ -f ./shellutils/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./shellutils; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-shellutils: force	@if [ -f ./shellutils/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./shellutils; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### textutilsall-textutils: force	@if [ -f ./textutils/Makefile ] ; then \	  rootme=`pwd` ; export rootme ; \		(cd ./textutils; $(MAKE) $(FLAGS_TO_PASS) all) ; \	else \		true ; \	ficlean-textutils: force	@if [ -f ./textutils/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./textutils; $(MAKE) $(FLAGS_TO_PASS) clean) ; \	else \		true ; \	fiinstall-textutils: force	@if [ -f ./textutils/Makefile ] ; then \		rootme=`pwd` ; export rootme ; \		(cd ./textutils; $(MAKE) $(FLAGS_TO_PASS) install) ; \	else \		true ; \	fi### other supporting targetssubdir_do:	@for i in $(DODIRS); do \	  if [ -f ./$$i/localenv ] || [ -f ./$$i/Makefile ] ; then \	    case $$i in \	    libg++ | xiberty | newlib) \	      if (rootme=`pwd` ; export rootme ; \		  srcroot=`cd $(srcdir); pwd` ; export srcroot ; \		  cd ./$$i ; \		  $(MAKE) $(TARGET_FLAGS_TO_PASS) $(DO)) ; then true ; \	      else exit 1 ; fi \	      ;; \	    *) \	      if (rootme=`pwd` ; export rootme ; \		  cd ./$$i ; \		  $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \	      else exit 1 ; fi \	      ;; \	    esac ; \	  else true ; fi ; \	done# The "else true" stuff is for Ultrix; the shell returns the exit code# of the "if" command, if no commands are run in the "then" or "else" part,# causing Make to quit.MAKEDIRS= \	$(prefix) \	$(exec_prefix) \	$(tooldir)#	$(bindir) \#	$(libdir) \#	$(includedir) \#	$(datadir) \#	$(docdir) \#	$(mandir) \#	$(man1dir) \#	$(man5dir)#	$(man2dir) \#	$(man3dir) \#	$(man4dir) \#	$(man6dir) \#	$(man7dir) \#	$(man8dir)install-dirs:	for i in $(MAKEDIRS) ; do \		echo Making $$i... ; \		parent=`echo $$i|sed -e 's@/[^/]*$$@@'`; \		if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \		if [ ! -d $$i ] ; then \			if mkdir $$i ; then \				true ; \			else \				exit 1 ; \			fi ; \		else \			true ; \		fi ; \	doneMAKEINFODIRS= \	$(prefix)install-info-dirs:	if [ -d $(prefix) ] ; then true ; else mkdir $(prefix) ; fidir.info:	$(srcdir)/texinfo/gen-info-dir $(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new	mv -f dir.info.new dir.infoetags tags: TAGSTAGS:	etags `$(MAKE) ls`ls:	@echo Makefile	@for i in $(SUBDIRS); \	do \		(cd $$i; \			pwd=`pwd`; \			wd=`basename $$pwd`; \			for j in `$(MAKE) ls`; \			do \				echo $$wd/$$j; \			done) \	doneforce:# with the gnu make, this is done automatically.Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)	$(SHELL) ./config.status## Build GDB distributions that contain BFD, Include, Libiberty, Readline, etcDEVO_SUPPORT= README cfg-paper.texi Makefile.in configure configure.in \	config.sub config configure.man configure.texi move-if-change \	COPYING.LIBGDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline globGDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.texsetup-dirs: force_update	./configure sun4	make clean	./configure -rm sun4	chmod og=u `find $(DEVO_SUPPORT) $(GDB_SUPPORT_FILES) -print`gdb.tar.Z: setup-dirs	(cd gdb; $(MAKE) -f Makefile.in make-proto-gdb.dir)	$(MAKE) $(MFLAGS) -f Makefile.in make-gdb.tar.Zmake-gdb.tar.Z: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/fsf/texinfo.tex	rm -rf proto-toplev; mkdir proto-toplev	ln -s ../gdb/proto-gdb.dir proto-toplev/gdb	(cd proto-toplev; for i in $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS); do \		ln -s ../$$i . ; \	done)	# Put only one copy (four hard links) of COPYING in the tar file.	rm                          proto-toplev/bfd/COPYING	ln proto-toplev/gdb/COPYING proto-toplev/bfd/COPYING	rm                          proto-toplev/include/COPYING	ln proto-toplev/gdb/COPYING proto-toplev/include/COPYING	rm                          proto-toplev/readline/COPYING	ln proto-toplev/gdb/COPYING proto-toplev/readline/COPYING	# Take out texinfo from configurable dirs	rm proto-toplev/configure.in	sed '/^configdirs=/s/texinfo //' <configure.in >proto-toplev/configure.in	# Take out glob from buildable dirs	rm proto-toplev/Makefile.in	sed -e '/^SUBDIRS =/s/glob //' \	    -e '/^all\.normal: /s/\all-texinfo //' \	    -e '/^clean: /s/clean-texinfo //' \	    -e '/^install\.all: /s/install-texinfo //' \	<Makefile.in >proto-toplev/Makefile.in	mkdir proto-toplev/texinfo	mkdir proto-toplev/texinfo/fsf	ln -s ../../../texinfo/fsf/texinfo.tex proto-toplev/texinfo/fsf/	chmod og=u `find proto-toplev -print`	(VER=`sed <gdb/Makefile.in -n 's/VERSION = //p'`; \		echo "==> Making gdb-$$VER.tar.Z"; \		ln -s proto-toplev gdb-$$VER; \		tar cfh - gdb-$$VER \		| compress -v >gdb-$$VER.tar.Z)force_update:nothing:# end of Makefile.in

⌨️ 快捷键说明

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