]> granicus.if.org Git - postgresql/blob - src/bin/pgaccess/Makefile
Add pgaccess Makefile.
[postgresql] / src / bin / pgaccess / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile
4 #    Makefile for pgaccess
5 #
6 # Copyright (c) 1994, Regents of the University of California
7 #
8 # IDENTIFICATION
9 #    $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.4 1999/10/30 16:39:48 momjian Exp $
10 #
11 #-------------------------------------------------------------------------
12
13 SRCDIR= ../..
14 include $(SRCDIR)/Makefile.global
15
16 .PHONY: all clean
17 all clean: 
18
19 .PHONY: install
20 install: pgaccess.tcl
21         $(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess