blob: 8b9809db2c4ff46f79eb69daf5a1ba09ea67fd0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#-------------------------------------------------------------------------
#
# $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 $(srcdir)/../proc.mk
|