1 #-------------------------------------------------------------------------
3 # Makefile for src/bin (client programs)
5 # Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
6 # Portions Copyright (c) 1994, Regents of the University of California
10 #-------------------------------------------------------------------------
14 include $(top_builddir
)/src
/Makefile.global
16 DIRS
= initdb pg_ctl pg_dump \
17 psql scripts pg_config pg_controldata pg_resetxlog
18 ifeq ($(PORTNAME
), win32
)
22 all install installdirs uninstall distprep
clean distclean maintainer-clean
:
23 @for
dir in
$(DIRS
); do
$(MAKE
) -C
$$dir $@ || exit
; done