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

📄 makefile.in

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 IN
字号:
# Makefile for GNU F77 compiler runtime.# Copyright 1990 - 1994 by AT&T Bell Laboratories and Bellcore (see the# file `Notice').# Portions of this file Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.#   Contributed by Dave Love (d.love@dl.ac.uk).##This file is part of GNU Fortran.##GNU Fortran 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.##GNU Fortran 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 GNU Fortran; see the file COPYING.  If not, write to#the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA#02111-1307, USA.#### Start of system configuration section. ##### $(srcdir) must be set to the g77 runtime libI77 source directory.srcdir = @srcdir@VPATH = @srcdir@# configure sets this to all the -D options appropriate for the# configuration.DEFS = @DEFS@LIBG2C = ../libg2c.aF2C_H_DIR = @srcdir@/..G2C_H_DIR = ..CC = @CC@CFLAGS = @CFLAGS@CPPFLAGS = @CPPFLAGS@AR = @AR@ARFLAGS = rc@SET_MAKE@SHELL = /bin/sh#### End of system configuration section. ####ALL_CFLAGS = -I. -I$(srcdir) -I$(G2C_H_DIR) -I$(F2C_H_DIR) $(CPPFLAGS) \             $(DEFS) $(CFLAGS).SUFFIXES:.SUFFIXES: .c .o.c.o:	$(CC) -c -DSkip_f2c_Undefs -DAllow_TYQUAD $(ALL_CFLAGS) $<OBJ =	VersionI.o backspace.o close.o dfe.o dolio.o due.o endfile.o err.o \	fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o \	rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o \	util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o \	ftell_.oall: ../s-libi77../s-libi77: $(OBJ)	echo timestamp > ../s-libi77archive:	$(AR) $(ARFLAGS) $(LIBG2C) $(OBJ)Makefile: Makefile.in config.status	$(SHELL) config.statusconfig.status: configure	rm -f config.cache	CONFIG_SITE=no-such-file CC='$(CC)' AR='$(AR)' CFLAGS='$(CFLAGS)' \	  CPPFLAGS='$(CPPFLAGS)' $(SHELL) config.status --recheck${srcdir}/configure: configure.in	rm -f config.cache	cd ${srcdir} && autoconfVersionI.o: Version.c	$(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.cbackspace.o:	backspace.c fio.hclose.o:	close.c fio.hdfe.o:		fio.hdfe.o:		dfe.c fmt.hdolio.o:	dolio.cdue.o:		due.c fio.hendfile.o:	endfile.c fio.h rawio.herr.o:		err.c fio.h rawio.hfmt.o:		fio.hfmt.o:		fmt.c fmt.hfmtlib.o:	fmtlib.cftell_.o:	ftell_.c fio.hiio.o:		fio.hiio.o:		iio.c fmt.hilnw.o:		fio.hilnw.o:		ilnw.c lio.hinquire.o:	inquire.c fio.hlread.o:	fio.hlread.o:	fmt.hlread.o:	lio.hlread.o:	lread.c fp.hlwrite.o:	fio.hlwrite.o:	fmt.hlwrite.o:	lwrite.c lio.hopen.o:		open.c fio.h rawio.hrdfmt.o:	fio.hrdfmt.o:	fmt.hrdfmt.o:	rdfmt.c fp.hrewind.o:	rewind.c fio.hrsfe.o:		fio.hrsfe.o:		rsfe.c fmt.hrsli.o:		fio.hrsli.o:		rsli.c lio.hrsne.o:		fio.hrsne.o:		rsne.c lio.hsfe.o:		sfe.c fio.hsue.o:		sue.c fio.htypesize.o:	typesize.cuio.o:		uio.c fio.hutil.o:		util.c fio.hwref.o:		fio.hwref.o:		fmt.hwref.o:		wref.c fp.hwrtfmt.o:	fio.hwrtfmt.o:	wrtfmt.c fmt.hwsfe.o:		fio.hwsfe.o:		wsfe.c fmt.hwsle.o:		fio.hwsle.o:		fmt.hwsle.o:		wsle.c lio.hwsne.o:		fio.hwsne.o:		wsne.c lio.hxwsne.o:	fio.hxwsne.o:	lio.hxwsne.o:	xwsne.c fmt.h# May be pessimistic:$(OBJ): $(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.hcheck install uninstall install-strip dist installcheck installdirs:mostlyclean:	rm -f *.oclean: mostlyclean	rm -f config.log ../s-libi77distclean: clean	rm -f config.cache config.status Makefile ../s-libi77 configuremaintainer-clean:.PHONY: mostlyclean clean distclean maintainer-clean all check uninstall \        install-strip dist installcheck installdirs archive

⌨️ 快捷键说明

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