📄 makefile.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-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 libF77 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 $(ALL_CFLAGS) $<MISC = F77_aloc.o VersionF.o main.o s_rnge.o abort_.o getarg_.o iargc_.o\ getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o\ derf_.o derfc_.o erf_.o erfc_.o sig_die.o exit_.o setarg.o setsig.oPOW = pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o \ pow_qq.oCX = c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.oDCX = z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.oREAL = r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o\ r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o\ r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o\ r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.oDBL = d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o\ d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o\ d_imag.o d_int.o d_lg10.o d_log.o d_mod.o\ d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o\ d_sqrt.o d_tan.o d_tanh.oINT = i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.oHALF = h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.oCMP = l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.oEFL = ef1asc_.o ef1cmc_.oCHAR = s_cat.o s_cmp.o s_copy.oF90BIT = lbitbits.o lbitshft.o qbitbits.o qbitshft.oOBJS = $(MISC) $(POW) $(CX) $(DCX) $(REAL) $(DBL) $(INT) \ $(HALF) $(CMP) $(EFL) $(CHAR) $(F90BIT)all: ../s-libf77../s-libf77: $(OBJS) echo timestamp > ../s-libf77archive: $(AR) $(ARFLAGS) $(LIBG2C) $(OBJS)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} && autoconfVersionF.o: Version.c $(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.cF77_aloc.o: F77_aloc.cmain.o: main.cs_rnge.o: s_rnge.cabort_.o: abort_.cgetarg_.o: getarg_.ciargc_.o: iargc_.cgetenv_.o: getenv_.csignal_.o: signal_.cs_stop.o: s_stop.cs_paus.o: s_paus.csystem_.o: system_.ccabs.o: cabs.cderf_.o: derf_.cderfc_.o: derfc_.cerf_.o: erf_.cerfc_.o: erfc_.csig_die.o: sig_die.cexit_.o: exit_.csetarg.o: setarg.csetsig.o: setsig.cpow_ci.o: pow_ci.cpow_dd.o: pow_dd.cpow_di.o: pow_di.cpow_hh.o: pow_hh.cpow_ii.o: pow_ii.cpow_ri.o: pow_ri.cpow_zi.o: pow_zi.cpow_zz.o: pow_zz.cpow_qq.o: pow_qq.cc_abs.o: c_abs.cc_cos.o: c_cos.cc_div.o: c_div.cc_exp.o: c_exp.cc_log.o: c_log.cc_sin.o: c_sin.cc_sqrt.o: c_sqrt.cz_abs.o: z_abs.cz_cos.o: z_cos.cz_div.o: z_div.cz_exp.o: z_exp.cz_log.o: z_log.cz_sin.o: z_sin.cz_sqrt.o: z_sqrt.cr_abs.o: r_abs.cr_acos.o: r_acos.cr_asin.o: r_asin.cr_atan.o: r_atan.cr_atn2.o: r_atn2.cr_cnjg.o: r_cnjg.cr_cos.o: r_cos.cr_cosh.o: r_cosh.cr_dim.o: r_dim.cr_exp.o: r_exp.cr_imag.o: r_imag.cr_int.o: r_int.cr_lg10.o: r_lg10.cr_log.o: r_log.cr_mod.o: r_mod.cr_nint.o: r_nint.cr_sign.o: r_sign.cr_sin.o: r_sin.cr_sinh.o: r_sinh.cr_sqrt.o: r_sqrt.cr_tan.o: r_tan.cr_tanh.o: r_tanh.cd_abs.o: d_abs.cd_acos.o: d_acos.cd_asin.o: d_asin.cd_atan.o: d_atan.cd_atn2.o: d_atn2.cd_cnjg.o: d_cnjg.cd_cos.o: d_cos.cd_cosh.o: d_cosh.cd_dim.o: d_dim.cd_exp.o: d_exp.cd_imag.o: d_imag.cd_int.o: d_int.cd_lg10.o: d_lg10.cd_log.o: d_log.cd_mod.o: d_mod.cd_nint.o: d_nint.cd_prod.o: d_prod.cd_sign.o: d_sign.cd_sin.o: d_sin.cd_sinh.o: d_sinh.cd_sqrt.o: d_sqrt.cd_tan.o: d_tan.cd_tanh.o: d_tanh.ci_abs.o: i_abs.ci_dim.o: i_dim.ci_dnnt.o: i_dnnt.ci_indx.o: i_indx.ci_len.o: i_len.ci_mod.o: i_mod.ci_nint.o: i_nint.ci_sign.o: i_sign.ch_abs.o: h_abs.ch_dim.o: h_dim.ch_dnnt.o: h_dnnt.ch_indx.o: h_indx.ch_len.o: h_len.ch_mod.o: h_mod.ch_nint.o: h_nint.ch_sign.o: h_sign.cl_ge.o: l_ge.cl_gt.o: l_gt.cl_le.o: l_le.cl_lt.o: l_lt.chl_ge.o: hl_ge.chl_gt.o: hl_gt.chl_le.o: hl_le.chl_lt.o: hl_lt.cef1asc_.o: ef1asc_.cef1cmc_.o: ef1cmc_.cs_cat.o: s_cat.cs_cmp.o: s_cmp.cs_copy.o: s_copy.clbitbits.o: lbitbits.clbitshft.o: lbitshft.cqbitbits.o: qbitbits.cqbitshft.o: qbitshft.c# Not quite all these actually do depend on f2c.h...$(MISC) $(POW) $(CX) $(DCX) $(REAL) $(DBL) $(INT) $(HALF) $(CMP) $(EFL) \ $(CHAR) $(F90BIT): $(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 rm -f ../s-libf77distclean: clean rm -f config.cache config.status Makefile ../s-libf77 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 + -