Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / interfaces / Makefile
blob7a465793142e9990b81a0b181ea0415a815688b5
1 #-------------------------------------------------------------------------
3 # Makefile for src/interfaces
5 # Copyright (c) 1994, Regents of the University of California
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/interfaces
12 top_builddir = ../..
13 include $(top_builddir)/src/Makefile.global
15 DIRS = libpq ecpg
17 all install installdirs uninstall distprep clean distclean maintainer-clean:
18 @for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done