mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
Add pgaccess Makefile.
This commit is contained in:
parent
3d39ea7341
commit
99603f8578
21
src/bin/pgaccess/Makefile
Normal file
21
src/bin/pgaccess/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#-------------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Makefile
|
||||||
|
# Makefile for pgaccess
|
||||||
|
#
|
||||||
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
|
#
|
||||||
|
# IDENTIFICATION
|
||||||
|
# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.1 1998/12/18 17:54:42 momjian Exp $
|
||||||
|
#
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
SRCDIR= ../..
|
||||||
|
include $(SRCDIR)/Makefile.global
|
||||||
|
|
||||||
|
.PHONY: all clean
|
||||||
|
all clean:
|
||||||
|
|
||||||
|
.PHONY: install
|
||||||
|
install: pgaccess.tcl
|
||||||
|
$(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess
|
Loading…
x
Reference in New Issue
Block a user