]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Makefile cleanup for bin and pl subtrees. They should now support
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Jun 2000 00:32:06 +0000 (00:32 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Jun 2000 00:32:06 +0000 (00:32 +0000)
commit5bb8b62983799c8bb5ef2e578629dbd2705bbd52
tree75199eec2bcf58ab455f7adab52285580d97e4be
parentecef326850ab087d78f217f8d97008d3974cbd76
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.
31 files changed:
configure
configure.in
src/GNUmakefile.in
src/Makefile.global.in
src/bin/Makefile
src/bin/initdb/Makefile
src/bin/initlocation/Makefile
src/bin/ipcclean/Makefile
src/bin/pg_ctl/Makefile
src/bin/pg_dump/Makefile [new file with mode: 0644]
src/bin/pg_dump/Makefile.in [deleted file]
src/bin/pg_encoding/Makefile
src/bin/pg_id/Makefile
src/bin/pg_passwd/Makefile
src/bin/pg_version/Makefile [new file with mode: 0644]
src/bin/pg_version/Makefile.in [deleted file]
src/bin/pgaccess/Makefile
src/bin/pgaccess/pgaccess.sh
src/bin/pgtclsh/Makefile
src/bin/psql/Makefile [new file with mode: 0644]
src/bin/psql/Makefile.in [deleted file]
src/bin/psql/create_help.pl
src/bin/scripts/Makefile
src/pl/Makefile [new file with mode: 0644]
src/pl/Makefile.in [deleted file]
src/pl/plperl/GNUmakefile [new file with mode: 0644]
src/pl/plperl/GNUmakefile.in [deleted file]
src/pl/plpgsql/Makefile [new file with mode: 0644]
src/pl/plpgsql/Makefile.in [deleted file]
src/pl/plpgsql/src/Makefile [moved from src/pl/plpgsql/src/Makefile.in with 58% similarity]
src/pl/tcl/Makefile