/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/backend/access/gin/Makefile
32 строки
634 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 access/gin # # IDENTIFICATION # src/backend/access/gin/Makefile # #------------------------------------------------------------------------- subdir = src/backend/access/gin top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global OBJS = \ ginarrayproc.o \ ginbtree.o \ ginbulk.o \ gindatapage.o \ ginentrypage.o \ ginfast.o \ ginget.o \ gininsert.o \ ginlogic.o \ ginpostinglist.o \ ginscan.o \ ginutil.o \ ginvacuum.o \ ginvalidate.o \ ginxlog.o include $(top_srcdir)/src/backend/common.mk