makefile

来自「postgresql8.3.4源码,开源数据库」· 代码 · 共 24 行

TXT
24
字号
subdir = src/interfaces/ecpg/test/preproctop_builddir = ../../../../..include $(top_builddir)/src/Makefile.globalinclude $(top_srcdir)/$(subdir)/../Makefile.regressTESTS = array_of_struct array_of_struct.c \	autoprep autoprep.c \	comment comment.c \	define define.c \	init init.c \	type type.c \	variable variable.c \	whenever whenever.call: $(TESTS)array_of_struct.c:	array_of_struct.pgc ../regression.h	$(ECPG) -c -o $@ -I$(srcdir) $<autoprep.c:     autoprep.pgc ../regression.h	$(ECPG) -r prepare -o $@ -I$(srcdir) $<

⌨️ 快捷键说明

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