1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add PGFILEDESC description to Makefiles for all /contrib executables.

Add PGAPPICON to all executable makefiles.
This commit is contained in:
Bruce Momjian
2010-05-12 11:33:10 +00:00
parent 561afa534d
commit 395d1259ad
16 changed files with 57 additions and 23 deletions

View File

@ -1,4 +1,7 @@
# $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.10 2007/11/10 23:59:51 momjian Exp $
# $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.11 2010/05/12 11:33:07 momjian Exp $
PGFILEDESC = "oid2name - examine the file structure"
PGAPPICON=win32
PROGRAM = oid2name
OBJS = oid2name.o

View File

@ -1,4 +1,7 @@
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.5 2009/07/16 09:59:46 heikki Exp $
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.6 2010/05/12 11:33:07 momjian Exp $
PGFILEDESC = "pg_standby - supports creation of a warm standby"
PGAPPICON=win32
PROGRAM = pg_standby
OBJS = pg_standby.o

View File

@ -6,17 +6,18 @@
# This Makefile generates an executable and a shared object file
#
PROGRAM = pg_upgrade
OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
option.o page.o pg_upgrade.o relfilenode.o server.o \
tablespace.o util.o version.o version_old_8_3.o $(WIN32RES)
PGFILEDESC = "pg_upgrade - an in-place binary upgrade utility"
PGAPPICON = win32
PROGRAM = pg_upgrade
OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
option.o page.o pg_upgrade.o relfilenode.o server.o \
tablespace.o util.o version.o version_old_8_3.o $(WIN32RES)
MODULES = pg_upgrade_sysoids
PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX)\" -I$(srcdir) -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)
PGFILEDESC = "pg_upgrade - In-Place Binary Upgrade Utility"
PGAPPICON = win32
MODULES = pg_upgrade_sysoids
PG_LIBS = $(libpq_pgport)
ifdef USE_PGXS
PG_CONFIG = pg_config

View File

@ -1,4 +1,7 @@
# $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.17 2009/08/03 18:30:55 tgl Exp $
# $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.18 2010/05/12 11:33:08 momjian Exp $
PGFILEDESC = "pgbench - a simple program for running benchmark tests"
PGAPPICON=win32
PROGRAM = pgbench
OBJS = pgbench.o

View File

@ -1,4 +1,7 @@
# $PostgreSQL: pgsql/contrib/vacuumlo/Makefile,v 1.17 2007/11/10 23:59:52 momjian Exp $
# $PostgreSQL: pgsql/contrib/vacuumlo/Makefile,v 1.18 2010/05/12 11:33:08 momjian Exp $
PGFILEDESC = "vacuumlo - removes orphaned large objects"
PGAPPICON=win32
PROGRAM = vacuumlo
OBJS = vacuumlo.o