makefile
来自「postgresql8.3.4源码,开源数据库」· 代码 · 共 26 行
TXT
26 行
subdir = src/interfaces/ecpg/test/connecttop_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 = 4$(DEF_PGPORT)test1.pgc: test1.pgc.in sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \ $< >$@ sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \ $(top_srcdir)/$(subdir)/../expected/connect-test1.c.in >../expected/connect-test1.cTESTS = test1 test1.c \ test2 test2.c \ test3 test3.c \ test4 test4.c \ test5 test5.call: $(TESTS)extraclean: rm -f test1.pgc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?