1 #-------------------------------------------------------------------------
4 # Makefile for utils/mb
9 #-------------------------------------------------------------------------
11 subdir
= src
/backend
/utils
/mb
12 top_builddir
= ..
/..
/..
/..
13 include $(top_builddir
)/src
/Makefile.global
15 OBJS
= encnames.o conv.o mbutils.o wchar.o wstrcmp.o wstrncmp.o
17 include $(top_srcdir
)/src
/backend
/common.mk
19 clean distclean maintainer-clean
:
20 $(MAKE
) -C conversion_procs
$@