blob: 0bf6263d1a9e38978b3365560de00a8fe11f9ba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#-------------------------------------------------------------------------
#
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii/Makefile,v 1.3 2003/11/29 22:40:14 pgsql Exp $
#
#-------------------------------------------------------------------------
subdir = src/backend/utils/mb/conversion_procs/utf8_and_ascii
top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME := utf8_and_ascii
include $(srcdir)/../proc.mk
|