makefile.am

来自「基于IASP91地球模型计算地震波到时的程序」· AM 代码 · 共 99 行

AM
99
字号
## ------------------------------------------------------## Process this file with automake to produce Makefile.in## Created by St閜hane Genaud <genaud@icps.u-strasbg.fr> ## ------------------------------------------------------dnl LIBTOOL_DEPS = @LIBTOOL_DEPS@libtool: $(LIBTOOL_DEPS)	$(SHELL) ./config.status --recheckINCLUDES = #-------------------------------------------------------------------# libiasp#-------------------------------------------------------------------lib_LTLIBRARIES = libiasp.lalibiasp_la_SOURCES = \      iasp.h\	ciasp.c\	emiasp91.f\	libtau.f\	libsun.f\	tptt.f\	wrappiasp.f\	ttlim.inc\	limits.inclibiasp_la_LIBADD = libiasp_la_LDFLAGS = -version-info 0:2:0iaspincludedir=$(includedir)/$(PACKAGE)iaspinclude_HEADERS = iasp.hiaspdatadir=$(datadir)/$(PACKAGE)iaspdata_DATA = iasp91.tbl iasp91.hed#-------------------------------------------------------------------# Programs : remodl and setbrn just used to build tables#            ttimes is a utility that goes with the distrib#-------------------------------------------------------------------bin_PROGRAMS = ttimes noinst_PROGRAMS = remodl setbrn#PROGRAMS_OBJ = wrappiasp.o emiasp91.o libsun.o libtau.o tptt.o#-------------------------------------------------------------------# remodl #-------------------------------------------------------------------remodl_SOURCES = 4sm.c remodl.fremodl_CFLAGS  = ## ---not understood by Irix cc : -fno-underscoring  remodl_LLAGS  = $(FLIBS)  remodl_LDADD   = libiasp.la#-------------------------------------------------------------------# setbrn #-------------------------------------------------------------------setbrn_SOURCES = 4sm.c setbrn.f setbrn_CFLAGS  = ## ---not understood by Irix cc :  -fno-underscoring setbrn_LDFLAGS  = $(FLIBS)  setbrn_LDADD   = libiasp.la #-------------------------------------------------------------------# ttimes #-------------------------------------------------------------------ttimes_SOURCES = 4sm.c ttimes.fttimes_CFLAGS  = ## ---not understood by Irix cc : -fno-underscoring -O3ttimes_LDADD   = libiasp.la #-------------------------------------------------------------------# extra rules : #-------------------------------------------------------------------# 1) set the directories  where the tables will reside#-------------------------------------------------------------------modnam.def ::	$(srcdir)/fortran-echo.sh "       data modnam/'$(iaspdatadir)/iasp91'/" > $(srcdir)/modnam.defttimes.f : modnam.deftptt.f   : modnam.def# 2) execute remodl and setbrn in that order to generate tables#-------------------------------------------------------------------iasp91.tbl iasp91.hed: setbrn remodl	./remodl || /bin/true	./setbrn || /bin/true# 3) install the tables : done with the iaspdata_DATA target above #-------------------------------------------------------------------CLEANFILES = *.lis *.tbl *.hedEXTRA_DIST=test_iasp.c fortran-echo.sh

⌨️ 快捷键说明

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