Skip to content

Commit 5b9d0d9

Browse files
committed
Moved configure script from src/ to the top level directory. Moved
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
1 parent 42ad25f commit 5b9d0d9

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy