📄 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@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${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=topo/Makefile CONFIG_HEADERS= ${SHELL} ./config.status ; fi# --------------------------------------------------------------------------apply: $(ACTION) $(ACTION_INPUT)clean: -@rm -f *.o ${srcdir}/*.o graphcr topodup cartsuball cartmap1 graphmap1 dims2 cartshift1 cartcreates topotest dims1 -@rm -f graphcr.exe topodup.exe cartsuball.exe cartmap1.exe graphmap1.exe dims2.exe cartshift1.exe cartcreates.exe topotest.exe dims1.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: cartmap1 cartshift1 cartsuball cartcreates dims1 dims2 graphmap1\ topotest topodup graphcrcoverage: graphcr: graphcr.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o graphcr graphcr.o ${LIBS}topodup: topodup.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o topodup topodup.o ${LIBS}cartsuball: cartsuball.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o cartsuball cartsuball.o ${LIBS}cartmap1: cartmap1.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o cartmap1 cartmap1.o ${LIBS}graphmap1: graphmap1.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o graphmap1 graphmap1.o ${LIBS}dims2: dims2.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o dims2 dims2.o ${LIBS}cartshift1: cartshift1.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o cartshift1 cartshift1.o ${LIBS}cartcreates: cartcreates.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o cartcreates cartcreates.o ${LIBS}topotest: topotest.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o topotest topotest.o ${LIBS}dims1: dims1.o @MPILIBLOC@ ../util/mtest.o $(C_LINK) $(CFLAGS) $(LDFLAGS) -o dims1 dims1.o ${LIBS}# --------------------------------------------------------------------------htmldoc:mandoc:latexdoc:# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# Dependenciesdependencies:# End of Dependencies# --------------------------------------------------------------------------# --------------------------------------------------------------------------SOURCES = cartmap1.c cartshift1.c cartsuball.c cartcreates.c dims1.c \ dims2.c graphmap1.c topotest.c topodup.c graphcr.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -