📄 makefile.in
字号:
$(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$uniquetags: TAGSTAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fictags: CTAGSCTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$uniqueGTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$heredistclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagsdistdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ donecheck-am: all-amcheck: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursiveall-am: Makefile $(LTLIBRARIES)installdirs: installdirs-recursiveinstalldirs-am: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ doneinstall: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursiveinstall-exec: install-exec-recursiveinstall-data: install-data-recursiveuninstall: uninstall-recursiveinstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-recursiveinstall-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)clean: clean-recursiveclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-amdistclean: distclean-recursive -rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \ distclean-tagsdvi: dvi-recursivedvi-am:html: html-recursiveinfo: info-recursiveinfo-am:install-data-am:install-dvi: install-dvi-recursiveinstall-exec-am: install-libLTLIBRARIES @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-exec-hookinstall-html: install-html-recursiveinstall-info: install-info-recursiveinstall-man:install-pdf: install-pdf-recursiveinstall-ps: install-ps-recursiveinstallcheck-am:maintainer-clean: maintainer-clean-recursive -rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-recursivemostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtoolpdf: pdf-recursivepdf-am:ps: ps-recursiveps-am:uninstall-am: uninstall-libLTLIBRARIES uninstall-local.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ install-exec-am install-strip.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-exec-hook install-html install-html-am \ install-info install-info-am install-libLTLIBRARIES \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-am \ uninstall-libLTLIBRARIES uninstall-local# Ensure that the F90 interfaces are re-generated based on the values# that come in from configure@OMPI_WANT_F90_BINDINGS_TRUE@mpi-f90-interfaces.h: fortran_kinds.sh# Run scripts to generate the f90 source files. We only need to# generate the .f90 files once, so the "test" checks to see if the# file exists before running the script. However, the# mpi-f90-interfaces.h file may need to be generated multiple times# (even if it already exists), such as if someone re-runs configure# and changes the value fortran_kinds.sh (which is taken care of by# the mpi-f90-interfaces.h dependency on fortran_kinds.sh, above).@OMPI_WANT_F90_BINDINGS_TRUE@mpi-f90-interfaces.h: $(srcdir)/scripts/mpi-f90-interfaces.h.sh@OMPI_WANT_F90_BINDINGS_TRUE@ @ p="`pwd`"; \@OMPI_WANT_F90_BINDINGS_TRUE@ echo $(srcdir)/scripts/mpi-f90-interfaces.h.sh $$p \> $@; \@OMPI_WANT_F90_BINDINGS_TRUE@ $(srcdir)/scripts/mpi-f90-interfaces.h.sh $$p > $@# Unbelievably, some versions of sh (cough cough Solaris 9 cough# cough) actually seem to internally perform a "cd" into a# subdirectory when you run "./foo/bar", such that if you try to# source a script in the top-level directory in the bar script (e.g.,# ". some_script" in the bar script), it will try to run it in the# "foo" subdirectory, rather than the top-level directory! #$@#$%#$%# So we have to pass in the pwd to the scripts so that they know where# some_script is.@OMPI_WANT_F90_BINDINGS_TRUE@$(nodist_libmpi_f90_la_SOURCES): fortran_kinds.sh@OMPI_WANT_F90_BINDINGS_TRUE@ @ p="`pwd`"; \@OMPI_WANT_F90_BINDINGS_TRUE@ echo $(srcdir)/scripts/$@.sh $$p \> $@; \@OMPI_WANT_F90_BINDINGS_TRUE@ $(srcdir)/scripts/$@.sh $$p > $@ ;# Automake doesn't know how to do F90 dependency analysis, so manually# list this here (i.e., "mpi-f90-interfaces.h" is included in# mpi.f90).# Print a warning indicating that compiling mpi.f90 can take a while.# The only way to do this portably is to have our own rules for mpi.o# and mpi.obj (having a "fake" target that just has echo statement in# it may trigger mpi.o|obj to be rebuilt because the fake name doesn't# exist; there aren't good portable ways to indicate that the target# name is fake and should never exist).# Note the "-I." in the commands below. This is because mpi.f90# includes mpi-f90-interfaces.h, which will be in the build tree# (i.e., the current directory) because it is generated.@OMPI_WANT_F90_BINDINGS_TRUE@mpi.o: mpi.f90 mpi-f90-interfaces.h@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "***************************************************************"@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "* Compiling the mpi.f90 file may take a few minutes."@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "* This is quite normal -- do not be alarmed if the compile"@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "* process seems to 'hang' at this point for several minutes."@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "***************************************************************"@OMPI_WANT_F90_BINDINGS_TRUE@ $(FCCOMPILE) -c -I. -o $@ $(FCFLAGS_f90) $<@OMPI_WANT_F90_BINDINGS_TRUE@mpi.obj: mpi.f90 mpi-f90-interfaces.h@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "***************************************************************"@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "* Compiling the mpi.f90 file may take a few minutes."@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "* This is quite normal -- do not be alarmed if the compile"@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "* process seems to 'hang' at this point for several minutes."@OMPI_WANT_F90_BINDINGS_TRUE@ @echo "***************************************************************"@OMPI_WANT_F90_BINDINGS_TRUE@ $(FCCOMPILE) -c -I. -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'`## Install the generated .mod files. Unfortunately, each F90 compiler# may generate different filenames, so we have to use a glob. :-(#@OMPI_WANT_F90_BINDINGS_TRUE@install-exec-hook:@OMPI_WANT_F90_BINDINGS_TRUE@ @ for file in `ls *.mod`; do \@OMPI_WANT_F90_BINDINGS_TRUE@ echo $(INSTALL) $$file $(DESTDIR)$(libdir); \@OMPI_WANT_F90_BINDINGS_TRUE@ $(INSTALL) $$file $(DESTDIR)$(libdir); \@OMPI_WANT_F90_BINDINGS_TRUE@ done@OMPI_WANT_F90_BINDINGS_TRUE@uninstall-local:@OMPI_WANT_F90_BINDINGS_TRUE@ @ for file in `ls *.mod`; do \@OMPI_WANT_F90_BINDINGS_TRUE@ echo rm -f $(DESTDIR)$(libdir)/$$file; \@OMPI_WANT_F90_BINDINGS_TRUE@ rm -f $(DESTDIR)$(libdir)/$$file; \@OMPI_WANT_F90_BINDINGS_TRUE@ done# Need to have empty targets because AM can't handle having an# AM_CONDITIONAL was targets in the "if" statement but not in the# "else". :-(@OMPI_WANT_F90_BINDINGS_FALSE@install-exec-hook:@OMPI_WANT_F90_BINDINGS_FALSE@uninstall-local:# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -