makefile.in

来自「fortran并行计算包」· IN 代码 · 共 127 行

IN
127
字号
# 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@top_srcdir      = @top_srcdir@DEFS            = @DEFS@ -I. -I${srcdir}CPPFLAGS        = @CPPFLAGS@LIBS            = @LIBS@MAKE            = @MAKE@CC              = @CC@CFLAGS          = @CFLAGS@C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)C_LINK         = $(CC)LDFLAGS     =  @LDFLAGS@ ../util/mtest.o VPATH = .:@srcdir@INCLUDES = -I../include -I${top_srcdir}/include.SUFFIXES:.SUFFIXES: .o .c .txt .c.o:	$(C_COMPILE) -c $<.c.txt:	$(CPP) $(INCLUDES) $(CPPFLAGS) $< >$*.txt.c:	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)# --------------------------------------------------------------------------${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=errhan/Makefile CONFIG_HEADERS= ${SHELL} ./config.status ; fi# --------------------------------------------------------------------------apply: 	$(ACTION) $(ACTION_INPUT)clean: 	-@rm -f *.o ${srcdir}/*.o adderr commcall errcode errstring errring errfatal	-@rm -f adderr.exe commcall.exe errcode.exe errstring.exe errring.exe errfatal.exe	-@rm -f core core.[0-9]*	-@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	-@rm -f *.irlog*distclean:  clean distclean-xxx remove-makefiledistclean-xxx:	-@rm -f Makefile	-@rm -rf autom4te*.cache	-@rm -rf $(DEPS_DIR)	-@rm -f TAGSmaintainer-clean:  distclean-xxx remove-genmakefilesremove-makefile:	rm -f Makefileremove-genmakefiles:	rm -f  Makefile.in Makefileall-redirect: adderr commcall errfatalcoverage: adderr: adderr.o   @MPILIBLOC@ ../util/mtest.o	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o adderr adderr.o  ${LIBS}commcall: commcall.o   @MPILIBLOC@ ../util/mtest.o	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o commcall commcall.o  ${LIBS}errcode: errcode.o errmsg.o   @MPILIBLOC@ ../util/mtest.o	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errcode errcode.o errmsg.o  \	${LIBS} errstring: errstring.o   @MPILIBLOC@ ../util/mtest.o	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errstring errstring.o  ${LIBS}errring: errring.o   @MPILIBLOC@ ../util/mtest.o	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errring errring.o  ${LIBS}errfatal: errfatal.o   @MPILIBLOC@ ../util/mtest.o	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errfatal errfatal.o  ${LIBS}# --------------------------------------------------------------------------htmldoc:mandoc:latexdoc:# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# Dependenciesdependencies:# End of Dependencies# --------------------------------------------------------------------------# --------------------------------------------------------------------------SOURCES         =  adderr.c errstring.c errcode.c errmsg.c errring.c \	commcall.c errfatal.c ETAGS           = @ETAGS@ @ETAGSADD@HEADERFILES     = $(HEADERS)SOURCEFILES     = $(SOURCES)tags: TAGSTAGS: Makefile${HEADERFILES} ${SOURCEFILES}	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}# --------------------------------------------------------------------------../util/mtest.o: 	(cd ../util && make mtest.o)testing:	../runtests -srcdir=$(srcdir) -tests=testlist \			-mpiexec=$(bindir)/mpiexec \		   	-xmlfile=summary.xmlFORCE_TARGET:

⌨️ 快捷键说明

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