/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/backend/regex/Makefile
29 строк
683 B
Andres Freund
Split all OBJS style lines in makefiles into one-line-per-entry style.
06 ноя 2019, 01:41
06 ноя 2019, 01:41
01368e5
Код
Авторство
О чём код?
#------------------------------------------------------------------------- # # Makefile-- # Makefile for backend/regex # # IDENTIFICATION # src/backend/regex/Makefile # #------------------------------------------------------------------------- subdir = src/backend/regex top_builddir = ../../.. include $(top_builddir)/src/Makefile.global OBJS = \ regcomp.o \ regerror.o \ regexec.o \ regexport.o \ regfree.o \ regprefix.o include $(top_srcdir)/src/backend/common.mk # mark inclusion dependencies between .c files explicitly regcomp.o: regcomp.c regc_lex.c regc_color.c regc_nfa.c regc_cvec.c \ regc_locale.c regc_pg_locale.c regexec.o: regexec.c rege_dfa.c