mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Changes made so new conversion Makefiles will build out of the source tree.
This commit is contained in:
parent
41c92ace2f
commit
d46e3dc00f
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
]#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/ascii_and_mic
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := ascii_and_mic
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/cyrillic_and_mic
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := cyrillic_and_mic
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/euc_cn_and_mic
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := euc_cn_and_mic
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/euc_jp_and_sjis
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := euc_jp_and_sjis
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/euc_kr_and_mic
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := euc_kr_and_mic
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,8 +1,9 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/euc_tw_and_big5
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
@ -11,4 +12,4 @@ NAME := euc_tw_and_big5
|
||||
SRCS += big5.c
|
||||
OBJS += big5.o
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/latin2_and_win1250
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := latin2_and_win1250
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/latin_and_mic
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := latin_and_mic
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -16,6 +16,6 @@ uninstall: uninstall-lib
|
||||
clean distclean maintainer-clean: clean-lib
|
||||
$(RM) $(OBJS)
|
||||
|
||||
include $(top_builddir)/src/Makefile.shlib
|
||||
include $(top_srcdir)/src/Makefile.shlib
|
||||
|
||||
all: $(shlib)
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_ascii
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_ascii
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_big5
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_big5
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_cyrillic
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_cyrillic
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_cn
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_euc_cn
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_jp
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_euc_jp
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_kr
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_euc_kr
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_tw
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_euc_tw
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_gb18030
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_gb18030
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_gbk
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_gbk
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_iso8859
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_iso8859
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_iso8859_1
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_johab
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_johab
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:06 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_sjis
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_sjis
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:06 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_tcvn
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_tcvn
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/07/16 09:25:06 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_uhc
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_uhc
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_win1250
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_win1250
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_win1256
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_win1256
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
@ -1,11 +1,12 @@
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
|
||||
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
subdir = src/backend/utils/mb/conversion_procs/utf8_and_win874
|
||||
top_builddir = ../../../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
NAME := utf8_and_win874
|
||||
|
||||
include ../proc.mk
|
||||
include $(srcdir)/../proc.mk
|
||||
|
Loading…
Reference in New Issue
Block a user