File tree 16 files changed +57
-23
lines changed
16 files changed +57
-23
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.10 2007/11/10 23:59:51 momjian Exp $
1
+ # $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.11 2010/05/12 11:33:07 momjian Exp $
2
+
3
+ PGFILEDESC = "oid2name - examine the file structure"
4
+ PGAPPICON =win32
2
5
3
6
PROGRAM = oid2name
4
7
OBJS = oid2name.o
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.5 2009/07/16 09:59:46 heikki Exp $
1
+ # $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.6 2010/05/12 11:33:07 momjian Exp $
2
+
3
+ PGFILEDESC = "pg_standby - supports creation of a warm standby"
4
+ PGAPPICON =win32
2
5
3
6
PROGRAM = pg_standby
4
7
OBJS = pg_standby.o
Original file line number Diff line number Diff line change 6
6
# This Makefile generates an executable and a shared object file
7
7
#
8
8
9
- PROGRAM = pg_upgrade
10
- OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
11
- option.o page.o pg_upgrade.o relfilenode.o server.o \
12
- tablespace.o util.o version.o version_old_8_3.o $(WIN32RES )
9
+ PGFILEDESC = "pg_upgrade - an in-place binary upgrade utility"
10
+ PGAPPICON = win32
13
11
14
- PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX ) \" -I$(srcdir ) -I$(libpq_srcdir )
15
- PG_LIBS = $(libpq_pgport )
12
+ PROGRAM = pg_upgrade
13
+ OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
14
+ option.o page.o pg_upgrade.o relfilenode.o server.o \
15
+ tablespace.o util.o version.o version_old_8_3.o $(WIN32RES )
16
+
17
+ MODULES = pg_upgrade_sysoids
16
18
17
- PGFILEDESC = "pg_upgrade - In-Place Binary Upgrade Utility"
18
- PGAPPICON = win32
19
- MODULES = pg_upgrade_sysoids
19
+ PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX ) \" -I$(srcdir ) -I$(libpq_srcdir )
20
+ PG_LIBS = $(libpq_pgport )
20
21
21
22
ifdef USE_PGXS
22
23
PG_CONFIG = pg_config
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.17 2009/08/03 18:30:55 tgl Exp $
1
+ # $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.18 2010/05/12 11:33:08 momjian Exp $
2
+
3
+ PGFILEDESC = "pgbench - a simple program for running benchmark tests"
4
+ PGAPPICON =win32
2
5
3
6
PROGRAM = pgbench
4
7
OBJS = pgbench.o
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/vacuumlo/Makefile,v 1.17 2007/11/10 23:59:52 momjian Exp $
1
+ # $PostgreSQL: pgsql/contrib/vacuumlo/Makefile,v 1.18 2010/05/12 11:33:08 momjian Exp $
2
+
3
+ PGFILEDESC = "vacuumlo - removes orphaned large objects"
4
+ PGAPPICON =win32
2
5
3
6
PROGRAM = vacuumlo
4
7
OBJS = vacuumlo.o
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/backend/Makefile,v 1.141 2010/01/20 23:12:03 tgl Exp $
8
+ # $PostgreSQL: pgsql/src/backend/Makefile,v 1.142 2010/05/12 11:33:09 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
PGFILEDESC = "PostgreSQL Server"
13
+ PGAPPICON =win32
14
+
13
15
subdir = src/backend
14
16
top_builddir = ../..
15
17
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.59 2010/01/02 16:57:58 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.60 2010/05/12 11:33:09 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
PGFILEDESC = "initdb - initialize a new database cluster"
13
+ PGAPPICON =win32
14
+
13
15
subdir = src/bin/initdb
14
16
top_builddir = ../../..
15
17
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2010, PostgreSQL Global Development Group
6
6
#
7
- # $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.23 2010/01/02 16:57:58 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.24 2010/05/12 11:33:09 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
PGFILEDESC = "pg_config - report configuration information"
12
+ PGAPPICON =win32
13
+
12
14
subdir = src/bin/pg_config
13
15
top_builddir = ../../..
14
16
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2010, PostgreSQL Global Development Group
6
6
#
7
- # $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.20 2010/01/02 16:57:58 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.21 2010/05/12 11:33:09 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
PGFILEDESC = "pg_controldata - reads the data from pg_control"
12
+ PGAPPICON =win32
13
+
12
14
subdir = src/bin/pg_controldata
13
15
top_builddir = ../../..
14
16
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/pg_ctl/Makefile,v 1.28 2010/01/02 16:57:58 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/pg_ctl/Makefile,v 1.29 2010/05/12 11:33:09 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
PGFILEDESC = "pg_ctl - starts/stops/restarts the PostgreSQL server"
13
+ PGAPPICON =win32
14
+
13
15
subdir = src/bin/pg_ctl
14
16
top_builddir = ../../..
15
17
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.69 2010/01/02 16:57:58 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.70 2010/05/12 11:33:09 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
PGFILEDESC = "pg_dump/pg_restore/pg_dumpall - backup and restore PostgreSQL databases"
13
+ PGAPPICON =win32
14
+
13
15
subdir = src/bin/pg_dump
14
16
top_builddir = ../../..
15
17
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2010, PostgreSQL Global Development Group
6
6
#
7
- # $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.22 2010/01/02 16:57:59 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.23 2010/05/12 11:33:10 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
PGFILEDESC = "pg_resetxlog - reset PostgreSQL WAL log"
12
+ PGAPPICON =win32
13
+
12
14
subdir = src/bin/pg_resetxlog
13
15
top_builddir = ../../..
14
16
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 7
7
# -------------------------------------------------------------------------
8
8
9
9
PGFILEDESC = "Eventlog message formatter"
10
+ PGAPPICON =win32
11
+
10
12
PGFILESHLIB = 1
11
13
subdir = src/bin/pgevent
12
14
top_builddir = ../../..
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.68 2010/01/02 16:57:59 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.69 2010/05/12 11:33:10 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
PGFILEDESC = "psql - the PostgreSQL interactive terminal"
13
13
PGAPPICON =win32
14
+
14
15
subdir = src/bin/psql
15
16
top_builddir = ../../..
16
17
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.44 2010/01/02 16:58:00 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.45 2010/05/12 11:33:10 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
12
12
PGFILEDESC = "PostgreSQL utility"
13
+ PGAPPICON =win32
14
+
13
15
subdir = src/bin/scripts
14
16
top_builddir = ../../..
15
17
include $(top_builddir ) /src/Makefile.global
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2010, PostgreSQL Global Development Group
6
6
#
7
- # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.148 2010/01/02 16:58:11 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.149 2010/05/12 11:33:10 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
PGFILEDESC = "ecpg - embedded SQL precompiler for C"
12
+ PGAPPICON =win32
13
+
12
14
subdir = src/interfaces/ecpg/preproc
13
15
top_builddir = ../../../..
14
16
include $(top_builddir ) /src/Makefile.global
You can’t perform that action at this time.
0 commit comments