Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99603f8

Browse files
committed
Add pgaccess Makefile.
1 parent3d39ea7 commit99603f8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎src/bin/pgaccess/Makefile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.1 1998/12/18 17:54:42 momjian Exp $
10+
#
11+
#-------------------------------------------------------------------------
12+
13+
SRCDIR= ../..
14+
include$(SRCDIR)/Makefile.global
15+
16+
.PHONY: all clean
17+
allclean:
18+
19+
.PHONY: install
20+
install: pgaccess.tcl
21+
$(INSTALL)$(INSTL_EXE_OPTS) pgaccess.tcl$(BINDIR)/pgaccess

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp