1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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

@ -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