File tree Expand file tree Collapse file tree 3 files changed +590
-14
lines changed Expand file tree Collapse file tree 3 files changed +590
-14
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for utils/mb
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/utils/mb/Makefile,v 1.5 1999/12 /13 22:34:56 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/utils/mb/Makefile,v 1.6 2000/01 /13 01:08:14 ishii Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -24,6 +24,12 @@ all: SUBSYS.o
24
24
SUBSYS.o : $(OBJS )
25
25
$(LD ) $(LDREL ) $(LDOUT ) SUBSYS.o $(OBJS )
26
26
27
+ sjistest : $(OBJS )
28
+ $(CC ) -c $(CFLAGS ) -DDEBUGMAIN conv.c
29
+ $(CC ) -o sjistest conv.o \
30
+ common.o mbutils.o wchar.o wstrcmp.o wstrncmp.o variable.o \
31
+ big5.o $(LDFLAGS)
32
+
27
33
depend dep :
28
34
$(CC ) -MM $(CFLAGS ) * .c > depend
29
35
Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ mbutilc.c: public functions for the backend only.
8
8
wstrcmp.c: strcmp for mb
9
9
wstrncmp.c: strncmp for mb
10
10
varable.c: public functions for show/set/reset variable commands
11
+ alt.c: a tool to generate KOI8 <--> CP866 conversion table
12
+ iso.c: a tool to generate KOI8 <--> ISO8859-5 conversion table
13
+ win.c: a tool to generate KOI8 <--> CP1251 conversion table
14
+ big5.c: conversion between BIG5 and Mule Internal Code(CNS 116643-1992
15
+ plane 1 and plane 2).
16
+ utftest.c: test driver for utf2wchar()
You can’t perform that action at this time.
0 commit comments