📄 makefile.in
字号:
# This Makefile.in created by simplemake. Do not edit# @configure_input@# --------------------------------------------------------------------------all: all-redirectSHELL = @SHELL@bindir = @bindir@exec_prefix = @exec_prefix@prefix = @prefix@abs_builddir = @abs_builddir@srcdir = @srcdir@abs_srcdir = @abs_srcdir@MAKE = @MAKE@VPATH = .:@srcdir@.SUFFIXES:.SUFFIXES: .txt # --------------------------------------------------------------------------${srcdir}/Makefile.in: ${srcdir}/Makefile.sm ( cd ${srcdir} && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \ -rootdir=../../../../ \ -configdir=test/mpi/ \ -common=/sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/makedefs \ -docnamedefs=\$${master_top_srcdir}/maint/docnotes \ "-autoconf=-I ROOTDIR/confdb" \ -libdir=\$${MPILIBNAME}=ROOTDIR/lib \ -distcleanfiles="Makefile" \ -smvar_doc_attop=0 \ Makefile.sm )Makefile: ${srcdir}/Makefile.in -cd ../../ && \ if [ -x config.status ] ; then CONFIG_FILES=errors/cxx/Makefile CONFIG_HEADERS= ${SHELL} ./config.status ; fi# --------------------------------------------------------------------------apply: $(ACTION) $(ACTION_INPUT) (cd io && $(MAKE) apply ) (cd errhan && $(MAKE) apply )clean: -@rm -f *.o ${srcdir}/*.o -@rm -f *.lo ${srcdir}/*.lo -@rm -f ${srcdir}/*.bb ${srcdir}/*.bbg ${srcdir}/*.da -@rm -f ${srcdir}/*.gcda ${srcdir}/*.gcno -@rm -f *.gcov *.bb *.bbg *.da *.gcda *.gcno (cd io && $(MAKE) clean ) (cd errhan && $(MAKE) clean )distclean: clean distclean-xxx remove-makefiledistclean-xxx: if [ -s io/Makefile ] ; then (cd io && $(MAKE) distclean ) ; fi if [ -s errhan/Makefile ] ; then (cd errhan && $(MAKE) distclean ) ; fi -@rm -f Makefile testlist -@rm -rf autom4te*.cache -@rm -rf $(DEPS_DIR) -@rm -f TAGSmaintainer-clean: distclean-xxx remove-genmakefiles (cd io && $(MAKE) maintainer-clean ) (cd errhan && $(MAKE) maintainer-clean )remove-makefile: rm -f Makefileremove-genmakefiles: rm -f Makefile.in Makefileall-redirect: @(cd io && ${MAKE} all ) @(cd errhan && ${MAKE} all )coverage: (cd io && $(MAKE) coverage ) (cd errhan && $(MAKE) coverage )# --------------------------------------------------------------------------htmldoc: (cd io && $(MAKE) htmldoc ) (cd errhan && $(MAKE) htmldoc )mandoc: (cd io && $(MAKE) mandoc ) (cd errhan && $(MAKE) mandoc )latexdoc: (cd io && $(MAKE) latexdoc ) (cd errhan && $(MAKE) latexdoc )# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# Dependenciesdependencies: (cd io && $(MAKE) dependencies ) (cd errhan && $(MAKE) dependencies )# End of Dependencies# --------------------------------------------------------------------------# --------------------------------------------------------------------------HEADERFILES = $(HEADERS)SOURCEFILES = $(SOURCES)tags: TAGSTAGS: Makefile (cd io && $(MAKE) TAGS ) (cd errhan && $(MAKE) TAGS )# --------------------------------------------------------------------------# A special testing target to simplify testing just the C++ codetesting: ../../runtests -srcdir=$(srcdir) -tests=testlist \ -mpiexec=$(bindir)/mpiexec \ -xmlfile=summary.xmlFORCE_TARGET:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -