makefile.in

来自「这是一个自动生成MAKEFILE的工具。在LINUX工程项目里是很好的帮手。希望」· IN 代码 · 共 81 行

IN
81
字号
# Makefile for Autoconf test suite.# Copyright (C) 1994 Free Software Foundation, Inc.# This program 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, 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.#### Start of system configuration section. ####top_srcdir = @top_srcdir@srcdir = @srcdir@VPATH = @srcdir@M4 = @M4@prefix = @prefix@exec_prefix = @exec_prefix@AUTOCONF = ../autoconfAUTOCONFFLAGS = -m $(top_srcdir)RUNTEST= runtestRUNTESTFLAGS=#### End of system configuration section. ####SHELL = /bin/shall:info:dvi:check: site.exp all	@if ($(RUNTEST) --version) >/dev/null 2>&1; then \	echo $(RUNTEST); \	$(RUNTEST) $(RUNTESTFLAGS) --tool autoconf AUTOCONF=${AUTOCONF} \	AUTOCONFFLAGS="${AUTOCONFFLAGS}" --srcdir $(srcdir); \	else echo $(RUNTEST) not found, check skipped; fiinstallcheck:site.exp: Makefile	@echo "Making a new site.exp file..."	@test ! -f site.bak || rm -f site.bak	@test ! -f site.exp || mv site.exp site.bak	@echo "## these variables are automatically generated by make ##" > site.exp	@echo "# Do not edit here. If you wish to override these values" >> site.exp	@echo "# add them to the last section" >> site.exp	@echo "set tool autoconf" >> site.exp	@echo "set srcdir ${srcdir}" >> site.exp	@echo "set objdir `pwd`" >> site.exp	@echo "## All variables above are generated by configure. Do Not Edit ##" >> site.exp	@test ! -f site.bak || sed '1,/^## All variables above are.*##/ d' site.bak >> site.expinstall:install-info:uninstall:Makefile: Makefile.in ../config.status	cd ..; ./config.statusclean mostlyclean distclean maintainer-clean::	rm -f autoconf.log autoconf.sum site.exp site.bak AC* confdummy* distclean maintainer-clean::	rm -f Makefile config.status config.cache config.logTAGS:

⌨️ 快捷键说明

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