diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-08-30 16:48:44 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-08-30 16:48:44 +0000 |
| commit | fefb57ce74e9030db0cd841a1454f6b924ab327b (patch) | |
| tree | d93b03ef5a0f1ef93fa40eb32b3c055dd3ad536e /src/bin/pgaccess/Makefile | |
| parent | 4890ec9eac2124609506f31a0a65c4e65f29aada (diff) | |
| download | postgresql-fefb57ce74e9030db0cd841a1454f6b924ab327b.tar.gz | |
Remove pgaccess from CVS. It has its own home now.
Diffstat (limited to 'src/bin/pgaccess/Makefile')
| -rw-r--r-- | src/bin/pgaccess/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile deleted file mode 100644 index c8a524dbbb..0000000000 --- a/src/bin/pgaccess/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -#------------------------------------------------------------------------- -# -# Makefile for src/bin/pgaccess -# -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group -# Portions Copyright (c) 1994, Regents of the University of California -# -# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.18 2002/07/02 06:11:23 momjian Exp $ -# -#------------------------------------------------------------------------- - -subdir = src/bin/pgaccess -top_builddir = ../../.. -include $(top_builddir)/src/Makefile.global - -pgaccessdir = $(datadir)/pgaccess - -all: pgaccess - -pgaccess: pgaccess.sh $(top_builddir)/src/Makefile.global - sed -e 's,@WISH@,$(WISH),g' \ - -e 's,@PGACCESSHOME@,$(pgaccessdir),g' \ - -e 's,@PGLIB@,$(libdir),g' \ - -e 's,@DEF_PGPORT@,$(DEF_PGPORT),g' \ - $< >$@ - chmod a+x $@ - -install: all installdirs - $(INSTALL_SCRIPT) pgaccess $(DESTDIR)$(bindir)/pgaccess - $(INSTALL_SCRIPT) $(srcdir)/main.tcl $(DESTDIR)$(pgaccessdir) - for i in $(srcdir)/lib/*.tcl; do $(INSTALL_DATA) $$i $(DESTDIR)$(pgaccessdir)/lib || exit 1; done - for i in $(srcdir)/lib/help/*.hlp; do $(INSTALL_DATA) $$i $(DESTDIR)$(pgaccessdir)/lib/help || exit 1; done - for i in $(srcdir)/lib/languages/[a-z]*; do $(INSTALL_DATA) $$i $(DESTDIR)$(pgaccessdir)/lib/languages || exit 1; done - for i in $(srcdir)/images/*.gif; do $(INSTALL_DATA) $$i $(DESTDIR)$(pgaccessdir)/images || exit 1; done - -installdirs: - $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pgaccessdir)/lib/help $(DESTDIR)$(pgaccessdir)/lib/languages $(DESTDIR)$(pgaccessdir)/images - -uninstall: - rm -f $(DESTDIR)$(bindir)/pgaccess - rm -rf $(DESTDIR)$(pgaccessdir) - -clean distclean maintainer-clean: - rm -f pgaccess |
