⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 IN
字号:
#  (C) 1993 by Argonne National Laboratory and Mississipi State University.#      All rights reserved.  See COPYRIGHT in top-level directory.###### User configurable options #####SRC_DIR     = @NUPSHOT_HOME@CC          = @CC@CLINKER     = $(CC)X_INC	    = @XINCLUDES@INCLUDE_DIR = $(X_INC) $(TCLTK_INC) -I${srcdir}# Duplicate libs in case XPMLIB adds refsLIBS        = $(TCLTK_LIB) @XPMLIB@ $(TCLTK_LIB) @XLIBSW@ @LIBS@ -lm@VPATH@# Installation directoriesprefix       = @prefix@exec_prefix  = @exec_prefix@bindir       = @bindir@# Build directoriestop_srcdir   = @top_srcdir@srcdir       = @srcdir@# It is easier if the tcl and tcl stuff is in the same directory,# but if your installation has them in separate directories, so be it.# Right now, TCLLIB and TKLIB can be specified as a command line option# for configure, so we'll make do with what we can.TCL_DIR     = @TCL_DIR@TK_DIR      = @TK_DIR@AC_FLAGS    = @DEFS@ @USER_CFLAGS@## Because there may be a DIFFERENT tcl/tk library in the default search# path, we put the specified libraries FIRST.  We leave the -L<directory># form in case additional tcl/tk libraries are needed (unlikely but with# tcl/tk, you never know).TCL_LIB     = $(TCL_DIR)/lib/libtcl.a -L$(TCL_DIR)/libTK_LIB      = $(TK_DIR)/lib/libtk.a -L$(TK_DIR)/libTCLTK_LIB   = $(TK_LIB) $(TCL_LIB)TCL_INC     = -I@TCLINCDIR@/includeTK_INC      = -I@TKINCDIR@/includeTCLTK_INC   = $(TCL_INC) $(TK_INC)### End User configurable options ###SHELL = /bin/shEXECS = nupshotCFLAGS = $(INCLUDE_DIR) $(AC_FLAGS)\	 "-DNUPSHOT_SOURCE=\"$(SRC_DIR)\""COBJECTS = timelines.o mtn.o msgs.o states.o events.o procs.o \	   alog.o picl.o log.o time_lbl.o hist.o cvt_args.o \	   tclptr.o tkAppInit.o vis.o str_dup.o bitmaps.o \	   colors.o proc_varargs.o stats.o nupshot.o \	   tkColor.o tkCanvas.o tkCanvLine.o tkRectOval.o tkBitmap.oCSOURCES = timelines.c mtn.c msgs.c states.c events.c procs.c \	   alog.c picl.c log.c \	   time_lbl.c hist.c cvt_args.c tclptr.c tkAppInit.c \	   vis.c str_dup.c bitmaps.c colors.c proc_varargs.c stats.c \	   nupshot.c \	   tkColor.c tkCanvas.c tkCanvLine.c tkRectOval.c tkBitmap.cCHEADERS = timelines.h mtn.h msgs.h states.h events.h alog.h picl.h log.h \	   time_lbl.h hist.h cvt_args.h tclptr.h \	   vis.h str_dup.h bitmaps.h colors.h proc_varargs.h stats.h \	   expandingList.h tcl_callargv.h tkCanvas.h tkConfig.h tkInt.h \	   default.h feather.h heapsort.h alog_int.hTCL_SOURCES = nupshot.tcl common.tcl entries.tcl fileselect.tcl zoom.tcl \	      mainwin.tcl timelines.tcl legend.tcl procnums.tcl hist.tcl \	      print.tcl print_mainwin.tcl print_hist.tcl copy_canvas.tcl \	      trim_canvas.tcl color.tcl args.tcl defaults.tcl mtn.tcl \	      displays.tclnupshot: $(COBJECTS)	$(CLINKER) -o nupshot $(COBJECTS) $(LIBS).c.o:	$(CC) $(CFLAGS) -c $<clean:	-/bin/rm -f *.o *~ ${srcdir}/*.odistclean: clean	-/bin/rm -f $(EXECS)

⌨️ 快捷键说明

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