📄 makefile.in
字号:
# This Makefile.in created by simplemake. Do not edit# @configure_input@# --------------------------------------------------------------------------all: all-redirectSHELL = @SHELL@abs_builddir = @abs_builddir@srcdir = @srcdir@exec_prefix = @exec_prefix@prefix = @prefix@abs_srcdir = @abs_srcdir@libdir = @libdir@MAKE = @MAKE@MPILIBNAME = @MPILIBNAME@VPATH = .:@srcdir@.SUFFIXES:.SUFFIXES: .txt ${srcdir}/configure: ${srcdir}/configure.in @rm -rf autom4te*.cache (cd ${srcdir} && autoheader -I ../../../../../confdb && \ autoconf -I \ ../../../../../confdb ) # --------------------------------------------------------------------------${srcdir}/Makefile.in: ${srcdir}/Makefile.sm ( cd ${srcdir} && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \ -rootdir=../../../../../ \ -configdir=src/mpid/ch3/channels/dllchan/ \ -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 src/Makefile localdefs config.status config.log config.cache *conf.cache config.system" \ -smvar_doc_attop=0 \ Makefile.sm )Makefile: ${srcdir}/Makefile.in -if [ -x config.status ] ; then CONFIG_FILES=Makefile CONFIG_HEADERS= ${SHELL} ./config.status ; fi# --------------------------------------------------------------------------apply: $(ACTION) $(ACTION_INPUT) (cd src && $(MAKE) apply )clean: clean-local -@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 src && $(MAKE) clean )distclean: clean distclean-local distclean-xxx remove-makefiledistclean-xxx: if [ -s src/Makefile ] ; then (cd src && $(MAKE) distclean ) ; fi -@rm -f Makefile src/Makefile localdefs config.status config.log config.cache *conf.cache config.system -@rm -rf autom4te*.cache -@rm -f include/mpidi_ch3i_dllchan_conf.h -@rm -rf $(DEPS_DIR) -@rm -f TAGSmaintainer-clean: maintainer-clean-local distclean-xxx remove-genmakefiles (cd src && $(MAKE) maintainer-clean ) -rm -f include/mpidi_ch3i_dllchan_conf.h.in remove-makefile: rm -f Makefileremove-genmakefiles: rm -f Makefile.in Makefileall-redirect: @(cd src && ${MAKE} all ) ${MAKE} all-localcoverage: (cd src && $(MAKE) coverage )# --------------------------------------------------------------------------htmldoc: (cd src && $(MAKE) htmldoc )mandoc: (cd src && $(MAKE) mandoc )latexdoc: (cd src && $(MAKE) latexdoc )# --------------------------------------------------------------------------# --------------------------------------------------------------------------install: install-local # --------------------------------------------------------------------------# --------------------------------------------------------------------------# Dependenciesdependencies: (cd src && $(MAKE) dependencies )# End of Dependencies# --------------------------------------------------------------------------# --------------------------------------------------------------------------HEADERFILES = $(HEADERS)SOURCEFILES = $(SOURCES)tags: TAGSTAGS: Makefile (cd src && $(MAKE) TAGS )# --------------------------------------------------------------------------# Add the step that builds the dlls. Do this during the make # step because the build step needs the src/util/createshlib script that# is built by the main configure stepall-local: for dir in @SUBCHANNELS@ ; do \ CC="@CC@" ; export CC ; CFLAGS="@CFLAGS@" ; export CFLAGS ; \ (cd ../$$dir && ${srcdir}/../$$dir/builddll --prefix=${prefix} \ --libdir=${libdir} \ --exec-prefix=${exec_prefix} \ --shlibtype=@ENABLE_SHLIB@ ) ;\ rc=$$? ; if [ $$rc != 0 ] ; then exit 1 ; fi ; \ donedistclean-local: -rm -f include/mpidi_ch3i_dllchan_conf.h for dir in @SUBCHANNELS@ ; do \ (cd ../$$dir && $(MAKE) distclean ) ; \ donemaintainer-clean-local: -rm -f include/mpidi_ch3i_dllchan_conf.h.ininstall-local: for dir in @SUBCHANNELS@ ; do \ (cd ../$$dir && $(MAKE) install ) ; \ doneclean-local: for dir in @SUBCHANNELS@ ; do \ (cd ../$$dir && $(MAKE) clean ) ; \ doneFORCE_TARGET:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -