/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/backend/utils/mb/conversion_procs/Makefile
25 строк
894 B
Thomas Munro
Remove MULE_INTERNAL encoding.
08 апр 2026, 08:40
08 апр 2026, 08:40
77645d4
Код
Авторство
О чём код?
#------------------------------------------------------------------------- # # Makefile for backend/utils/mb/conversion_procs # # Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/backend/utils/mb/conversion_procs/Makefile # #------------------------------------------------------------------------- subdir = src/backend/utils/mb/conversion_procs top_builddir = ../../../../.. include $(top_builddir)/src/Makefile.global SUBDIRS = \ cyrillic euc_jp_and_sjis \ euc_tw_and_big5 latin2_and_win1250 \ utf8_and_big5 utf8_and_cyrillic utf8_and_euc_cn \ utf8_and_euc_jp utf8_and_euc_kr utf8_and_euc_tw utf8_and_gb18030 \ utf8_and_gbk utf8_and_iso8859 utf8_and_iso8859_1 utf8_and_johab \ utf8_and_sjis utf8_and_win utf8_and_uhc \ utf8_and_euc2004 utf8_and_sjis2004 euc2004_sjis2004 $(recurse)