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

Commit5b9d0d9

Browse files
committed
Moved configure script from src/ to the top level directory. Moved
configuration helper things into config/ dir. Adjusted some relative pathsin makefiles.
1 parent42ad25f commit5b9d0d9

File tree

16 files changed

+601
-580
lines changed

16 files changed

+601
-580
lines changed

‎GNUmakefile.in

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#
2+
# PostgreSQL top level makefile
3+
#
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.1 2000/06/06 22:00:45 petere Exp $
5+
#
6+
7+
srcdir = @srcdir@
8+
VPATH = @srcdir@
9+
10+
top_srcdir = @top_srcdir@
11+
top_builddir = .
12+
13+
14+
all:
15+
make -C src all
16+
@echo "All of PostgreSQL successfully made. Ready to install."
17+
18+
install:
19+
make -C src install
20+
@cat $(srcdir)/register.txt
21+
22+
clean:
23+
make -C src clean
24+
25+
distclean:
26+
make -C src distclean
27+
-rm -f config.cache config.log config.status GNUmakefile
28+
29+
30+
.PHONY: all install clean distclean
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp