Commit d46e3dc0 authored by Bruce Momjian's avatar Bruce Momjian

Changes made so new conversion Makefiles will build out of the source tree.

parent 41c92ace
#------------------------------------------------------------------------- ]#-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := ascii_and_mic NAME := ascii_and_mic
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := cyrillic_and_mic NAME := cyrillic_and_mic
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := euc_cn_and_mic NAME := euc_cn_and_mic
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := euc_jp_and_sjis NAME := euc_jp_and_sjis
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := euc_kr_and_mic NAME := euc_kr_and_mic
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
...@@ -11,4 +12,4 @@ NAME := euc_tw_and_big5 ...@@ -11,4 +12,4 @@ NAME := euc_tw_and_big5
SRCS += big5.c SRCS += big5.c
OBJS += big5.o OBJS += big5.o
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := latin2_and_win1250 NAME := latin2_and_win1250
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := latin_and_mic NAME := latin_and_mic
include ../proc.mk include $(srcdir)/../proc.mk
...@@ -16,6 +16,6 @@ uninstall: uninstall-lib ...@@ -16,6 +16,6 @@ uninstall: uninstall-lib
clean distclean maintainer-clean: clean-lib clean distclean maintainer-clean: clean-lib
$(RM) $(OBJS) $(RM) $(OBJS)
include $(top_builddir)/src/Makefile.shlib include $(top_srcdir)/src/Makefile.shlib
all: $(shlib) all: $(shlib)
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_ascii NAME := utf8_and_ascii
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_big5 NAME := utf8_and_big5
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_cyrillic NAME := utf8_and_cyrillic
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_euc_cn NAME := utf8_and_euc_cn
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_euc_jp NAME := utf8_and_euc_jp
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_euc_kr NAME := utf8_and_euc_kr
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_euc_tw NAME := utf8_and_euc_tw
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_gb18030 NAME := utf8_and_gb18030
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_gbk NAME := utf8_and_gbk
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_iso8859 NAME := utf8_and_iso8859
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_iso8859_1 NAME := utf8_and_iso8859_1
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_johab NAME := utf8_and_johab
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_sjis NAME := utf8_and_sjis
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_tcvn NAME := utf8_and_tcvn
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_uhc NAME := utf8_and_uhc
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_win1250 NAME := utf8_and_win1250
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_win1256 NAME := utf8_and_win1256
include ../proc.mk include $(srcdir)/../proc.mk
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# $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 = ../../../../../.. top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
NAME := utf8_and_win874 NAME := utf8_and_win874
include ../proc.mk include $(srcdir)/../proc.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment