makefile
来自「postgresql8.3.4源码,开源数据库」· 代码 · 共 19 行
TXT
19 行
subdir = src/interfaces/ecpg/test/expectedtop_builddir = ../../../../..include $(top_builddir)/src/Makefile.globalinclude $(top_srcdir)/$(subdir)/../Makefile.regress# port number for temp-installation test postmaster# this is also defined in ../MakefileTEMP_PORT = 5$(DEF_PGPORT)connect-test1.c: connect-test1.c.in sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \ $< >$@all: connect-test1.cextraclean: rm -f connect-test1.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?