Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd46e3dc

Browse files
committed
Changes made so new conversion Makefiles will build out of the source tree.
1 parent41c92ac commitd46e3dc

File tree

27 files changed

+80
-54
lines changed

27 files changed

+80
-54
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
#-------------------------------------------------------------------------
1+
]#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/ascii_and_mic
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= ascii_and_mic
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/cyrillic_and_mic
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= cyrillic_and_mic
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/euc_cn_and_mic
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= euc_cn_and_mic
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/euc_jp_and_sjis
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= euc_jp_and_sjis
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/euc_kr_and_mic
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= euc_kr_and_mic
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/euc_tw_and_big5
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

@@ -11,4 +12,4 @@ NAME:= euc_tw_and_big5
1112
SRCS += big5.c
1213
OBJS += big5.o
1314

14-
include ../proc.mk
15+
include$(srcdir)/../proc.mk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/latin2_and_win1250
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= latin2_and_win1250
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/08/14 02:45:10 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/latin_and_mic
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= latin_and_mic
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk

‎src/backend/utils/mb/conversion_procs/proc.mk‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ uninstall: uninstall-lib
1616
cleandistcleanmaintainer-clean: clean-lib
1717
$(RM)$(OBJS)
1818

19-
include$(top_builddir)/src/Makefile.shlib
19+
include$(top_srcdir)/src/Makefile.shlib
2020

2121
all:$(shlib)
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#-------------------------------------------------------------------------
22
#
3-
# $Id: Makefile,v 1.1 2002/07/16 09:25:05 ishii Exp $
3+
# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
44
#
55
#-------------------------------------------------------------------------
6+
subdir = src/backend/utils/mb/conversion_procs/utf8_and_ascii
67
top_builddir = ../../../../../..
78
include$(top_builddir)/src/Makefile.global
89

910
NAME:= utf8_and_ascii
1011

11-
include ../proc.mk
12+
include$(srcdir)/../proc.mk

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp