📄 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.o VPATH = .:@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 infodel infovallen infoorder infomany infodup infotest -@rm -f infodel.exe infovallen.exe infoorder.exe infomany.exe infodup.exe infotest.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: infodup infodel infovallen infoorder infomany infotestinfodel: infodel.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o infodel infodel.o ${LIBS}infovallen: infovallen.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o infovallen infovallen.o ${LIBS}infoorder: infoorder.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o infoorder infoorder.o ${LIBS}infomany: infomany.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o infomany infomany.o ${LIBS}infodup: infodup.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o infodup infodup.o ${LIBS}infotest: infotest.o @MPILIBLOC@ $(C_LINK) $(CFLAGS) $(LDFLAGS) -o infotest infotest.o ${LIBS}# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------SOURCES = infodup.c infodel.c infovallen.c infoorder.c infomany.c \ infotest.c ETAGS = @ETAGS@ @ETAGSADD@HEADERFILES = $(HEADERS)SOURCEFILES = $(SOURCES)tags: TAGSTAGS:${HEADERFILES} ${SOURCEFILES} here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}# --------------------------------------------------------------------------../util/mtest.o: (cd ../util && $(MAKE) mtest.o)FORCE_TARGET:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -