?? makefile.in
字號:
# Makefile for GNU F77 compiler runtime, libc interface.# Copyright (C) 1995-1998 Free Software Foundation, Inc.# Contributed by Dave Love (d.love@dl.ac.uk).##This file is part of the GNU Fortran libU77 library.##The GNU Fortran libU77 library is free software; you can redistribute#it and/or modify it under the terms of the GNU Library 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 Library 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 libU77 source directorysrcdir = @srcdir@VPATH = @srcdir@# configure sets this to all the -D options appropriate for the# configuration.DEFS = @DEFS@LIBS = @LIBS@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. ##### fio.h is in libI77. config.h is in `.'.ALL_CFLAGS = -I. -I$(srcdir) -I$(F2C_H_DIR)/libI77 -I$(G2C_H_DIR) \ -I$(F2C_H_DIR) $(CPPFLAGS) $(DEFS) $(CFLAGS)# This could probably be done more elegantly, but it's currently# just for running the u77-test test.G77DIR = ../../../gcc/.SUFFIXES:.SUFFIXES: .c .o.c.o: $(CC) -c -DSkip_f2c_Undefs $(ALL_CFLAGS) $<OBJS = VersionU.o gerror_.o perror_.o ierrno_.o itime_.o time_.o \ unlink_.o fnum_.o getpid_.o getuid_.o getgid_.o kill_.o rand_.o \ srand_.o irand_.o sleep_.o idate_.o ctime_.o etime_.o \ dtime_.o isatty_.o ltime_.o fstat_.o stat_.o \ lstat_.o access_.o link_.o getlog_.o ttynam_.o getcwd_.o symlnk_.o \ vxttime_.o vxtidate_.o gmtime_.o fdate_.o secnds_.o \ bes.o dbes.o \ chdir_.o chmod_.o lnblnk_.o hostnm_.o rename_.o fgetc_.o fputc_.o \ umask_.o sys_clock_.o date_.o second_.o flush1_.o mclock_.o \ alarm_.o datetime_.oSRCS = Version.c gerror_.c perror_.c ierrno_.c itime_.c time_.c \ unlink_.c fnum_.c getpid_.c getuid_.c getgid_.c kill_.c rand_.c \ srand_.c irand_.c sleep_.c idate_.c ctime_.c etime_.c \ dtime_.c isatty_.c ltime_.c fstat_.c stat_.c \ lstat_.c access_.c link_.c getlog_.c ttynam_.c getcwd_.c symlnk_.c \ vxttime_.c vxtidate_.c gmtime_.c fdate_.c secnds_.c \ bes.c dbes.c \ chdir_.c chmod_.c lnblnk_.c hostnm_.c rename_.c fgetc_.c fputc_.c \ umask_.c sys_clock_.c date_.c second_.c flush1_.c mclock_.c \ alarm_.c datetime_.call: ../s-libu77../s-libu77: $(OBJS) echo timestamp > ../s-libu77archive: $(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 cd ${srcdir} && autoconf${srcdir}/config.hin: stamp-h.in${srcdir}/stamp-h.in: configure.in acconfig.h cd ${srcdir} && autoheader echo timestamp > ${srcdir}/stamp-h.inconfig.h: stamp-hstamp-h: config.hin config.status $(SHELL) config.status echo timestamp > stamp-hVersionU.o: Version.c $(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c$(OBJS): $(F2C_H_DIR)/f2c.h $(G2C_H_DIR)/g2c.h config.haccess_.o: access_.cctime_.o: ctime_.cdtime_.o: dtime_.cetime_.o: etime_.cfnum_.o: fnum_.c $(F2C_H_DIR)/libI77/fio.hfstat_.o: fstat_.cgerror_.o: gerror_.cgetcwd_.o: getcwd_.cgetgid_.o: getgid_.cgetlog_.o: getlog_.cgetpid_.o: getpid_.cgetuid_.o: getuid_.cidate_.o: idate_.cierrno_.o: ierrno_.cirand_.o: irand_.cisatty_.o: isatty_.c $(F2C_H_DIR)/libI77/fio.hitime_.o: itime_.ckill_.o: kill_.clink_.o: link_.cloc_.o: loc_.clstat_.o: lstat_.cltime_.o: ltime_.cperror_.o: perror_.cqsort.o: qsort.cqsort_.o: qsort_.crand_.o: rand_.crename_.o: rename_.csecond_.o: second_.csleep_.o: sleep_.csrand_.o: srand_.cstat_.o: stat_.csymlnk_.o: symlnk_.ctime_.o: time_.cttynam_.o: ttynam_.cunlink_.o: unlink_.cwait_.o: wait_.cvxttime_.o: vxttime_.cvtxidate_.o: vxtidate_.cfdate_.o: fdate_.cgmtime_.o: gmtime_.csecnds_.o: secnds_.cbes.o: bes.cdbes.o: dbes.clnblnk_.o: lnblnk_.cchmod_.o: chmod_.cchdir_.o: chdir_.chostnm_.o: hostnm_.crename_.o: rename_.cfputc_.o: fputc_.cfgetc_.o: fgetc_.csys_clock_.o: sys_clock_.cdate_.o: date_.cumask_.o: umask_.cflush1_.o: flush1_.cmclock_.o: mclock_.calarm_.o: alarm_.cdatetime_.o: datetime_.ccheck: -$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f -lg2c $(LIBS) -lm && ./a.out rm -f a.outinstall uninstall install-strip dist installcheck installdirs:mostlyclean: rm -f *.o a.outclean: mostlyclean rm -f config.log ../s-libu77distclean: clean rm -f config.cache config.status Makefile config.h stamp.h \ ../s-libu77 configuremaintainer-clean:.PHONY: mostlyclean clean distclean maintainer-clean all check uninstall \ install-strip dist installcheck installdirs archive
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -