Makefile cleanup for bin and pl subtrees. They should now support

Peter Eisentraut <peter_e@gmx.net>

Commit: 5bb8b62983799c8bb5ef2e578629dbd2705bbd52
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-06-27T00:32:06Z
Releases: 7.1.1
Makefile cleanup for bin and pl subtrees. They should now support
all the standard semantics. Also get rid of Makefile.in's on the
way and instead declare all variables in Makefile.global.

Files

PathChange+/−
configure modified +0 −14
configure.in modified +0 −7
src/bin/initdb/Makefile modified +14 −12
src/bin/initlocation/Makefile modified +14 −12
src/bin/ipcclean/Makefile modified +13 −10
src/bin/Makefile modified +16 −13
src/bin/pgaccess/Makefile modified +25 −24
src/bin/pgaccess/pgaccess.sh modified +2 −3
src/bin/pg_ctl/Makefile modified +14 −12
src/bin/pg_dump/Makefile added +51 −0
src/bin/pg_dump/Makefile.in deleted +0 −47
src/bin/pg_encoding/Makefile modified +18 −13
src/bin/pg_id/Makefile modified +16 −12
src/bin/pg_passwd/Makefile modified +15 −16
src/bin/pgtclsh/Makefile modified +33 −21
src/bin/pg_version/Makefile added +43 −0
src/bin/pg_version/Makefile.in deleted +0 −38
src/bin/psql/create_help.pl modified +14 −8
src/bin/psql/Makefile added +88 −0
src/bin/psql/Makefile.in deleted +0 −89
src/bin/scripts/Makefile modified +14 −22
src/GNUmakefile.in modified +4 −7
src/Makefile.global.in modified +56 −27
src/pl/Makefile added +36 −0
src/pl/Makefile.in deleted +0 −51
src/pl/plperl/GNUmakefile added +28 −0
src/pl/plperl/GNUmakefile.in deleted +0 −40
src/pl/plpgsql/Makefile added +19 −0
src/pl/plpgsql/Makefile.in deleted +0 −34
src/pl/plpgsql/src/Makefile (from src/pl/plpgsql/src/Makefile.in) renamed +14 −45
src/pl/tcl/Makefile modified +54 −67