📄 makefile.in
字号:
# This Makefile.in created by simplemake. Do not edit# @configure_input@# --------------------------------------------------------------------------all: all-redirectSHELL = @SHELL@abs_builddir = @abs_builddir@srcdir = @srcdir@abs_srcdir = @abs_srcdir@DEFS = @DEFS@ -I. -I${srcdir}CPPFLAGS = @CPPFLAGS@LIBS = @LIBS@MAKE = @MAKE@MPILIBNAME = @MPILIBNAME@PMPILIBNAME = @PMPILIBNAME@CC = @CC@CFLAGS = @CFLAGS@C_COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)C_LINK = $(CC)LDFLAGS = @LDFLAGS@ ../util/mtest.oVPATH = .:@srcdir@INCLUDES = -I../include -I${srcdir}/../include.SUFFIXES:.SUFFIXES: .o .c .c.o: $(C_COMPILE) -c $<.c: $(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)apply: $(ACTION) $(ACTION_INPUT)clean: -@rm -f *.o ${srcdir}/*.o exitst3 timeout exitst2 version finalized exitst1 initstat -@rm -f exitst3.exe timeout.exe exitst2.exe version.exe finalized.exe exitst1.exe initstat.exe -@rm -f core core.[0-9]* -@rm -f *.lo ${srcdir}/*.lo -@rm -f *.irlog*distclean: clean distclean-xxx remove-makefiledistclean-xxx: -@rm -f Makefile -@rm -rf autom4te*.cache -@rm -rf $(DEPS_DIR) -@rm -f TAGSremove-makefile: rm -f Makefileremove-genmakefiles: rm -f Makefileall-redirect: exitst1 exitst2 exitst3 initstat version timeout finalizedexitst3: exitst3.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o exitst3 exitst3.o ${LIBS}timeout: timeout.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o timeout timeout.o ${LIBS}exitst2: exitst2.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o exitst2 exitst2.o ${LIBS}version: version.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o version version.o ${LIBS}finalized: finalized.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o finalized finalized.o ${LIBS}exitst1: exitst1.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o exitst1 exitst1.o ${LIBS}initstat: initstat.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o initstat initstat.o ${LIBS}# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------SOURCES = exitst1.c exitst2.c exitst3.c initstat.c version.c \ timeout.c finalized.c ETAGS = @ETAGS@ @ETAGSADD@HEADERFILES = $(HEADERS)SOURCEFILES = $(SOURCES)tags: TAGSTAGS:${HEADERFILES} ${SOURCEFILES} here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}# --------------------------------------------------------------------------# isendirecv contains features that not all systems support (e.g., the# sincos call, not available on IRIX).../util/mtest.o: (cd ../util && $(MAKE) mtest.o)FORCE_TARGET:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -