diff options
| author | Bruce Momjian | 2010-05-12 11:33:10 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2010-05-12 11:33:10 +0000 |
| commit | 395d1259ad7481ef19c1d425ba399c861c667129 (patch) | |
| tree | 5680b4f495551dc16ef0ff09acfe91ce086c6cbe /contrib | |
| parent | 561afa534d0ee9ae8db19a3132a2185ba930c0e6 (diff) | |
Add PGFILEDESC description to Makefiles for all /contrib executables.
Add PGAPPICON to all executable makefiles.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/oid2name/Makefile | 5 | ||||
| -rw-r--r-- | contrib/pg_standby/Makefile | 5 | ||||
| -rw-r--r-- | contrib/pg_upgrade/Makefile | 19 | ||||
| -rw-r--r-- | contrib/pgbench/Makefile | 5 | ||||
| -rw-r--r-- | contrib/vacuumlo/Makefile | 5 |
5 files changed, 26 insertions, 13 deletions
diff --git a/contrib/oid2name/Makefile b/contrib/oid2name/Makefile index d5dd1be0308..ce043550afb 100644 --- a/contrib/oid2name/Makefile +++ b/contrib/oid2name/Makefile @@ -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 diff --git a/contrib/pg_standby/Makefile b/contrib/pg_standby/Makefile index 74e1358cb05..5e6bbd91458 100644 --- a/contrib/pg_standby/Makefile +++ b/contrib/pg_standby/Makefile @@ -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 diff --git a/contrib/pg_upgrade/Makefile b/contrib/pg_upgrade/Makefile index 87d72d977fa..870f3978929 100644 --- a/contrib/pg_upgrade/Makefile +++ b/contrib/pg_upgrade/Makefile @@ -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 -PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX)\" -I$(srcdir) -I$(libpq_srcdir) -PG_LIBS = $(libpq_pgport) +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 -PGFILEDESC = "pg_upgrade - In-Place Binary Upgrade Utility" -PGAPPICON = win32 -MODULES = pg_upgrade_sysoids +PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX)\" -I$(srcdir) -I$(libpq_srcdir) +PG_LIBS = $(libpq_pgport) ifdef USE_PGXS PG_CONFIG = pg_config diff --git a/contrib/pgbench/Makefile b/contrib/pgbench/Makefile index 0570705dad5..786ba10fd95 100644 --- a/contrib/pgbench/Makefile +++ b/contrib/pgbench/Makefile @@ -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 diff --git a/contrib/vacuumlo/Makefile b/contrib/vacuumlo/Makefile index dc1e9524bc5..4c68e695781 100644 --- a/contrib/vacuumlo/Makefile +++ b/contrib/vacuumlo/Makefile @@ -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 |
