#-------------------------------------------------------------------------
#
# $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 = ../../../../../..
include $(top_builddir)/src/Makefile.global

NAME		:= euc_tw_and_big5

SRCS += big5.c
OBJS += big5.o

include $(srcdir)/../proc.mk
