~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to pkg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
##############################################################################
18
18
# pgAdmin III - PostgreSQL Tools
19
19
# $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $
20
 
# Copyright (C) 2002 - 2008, The pgAdmin Development Team
21
 
# This software is released under the Artistic Licence
 
20
# Copyright (C) 2002 - 2009, The pgAdmin Development Team
 
21
# This software is released under the BSD Licence
22
22
#
23
23
# Makefile - Makefile for *nix systems
24
24
##############################################################################
111
111
PATH_SEPARATOR = @PATH_SEPARATOR@
112
112
PG_CONFIG = @PG_CONFIG@
113
113
POW_LIB = @POW_LIB@
 
114
RANLIB = @RANLIB@
114
115
SET_MAKE = @SET_MAKE@
115
116
SHELL = @SHELL@
116
117
STRIP = @STRIP@
162
163
mkdir_p = @mkdir_p@
163
164
oldincludedir = @oldincludedir@
164
165
pdfdir = @pdfdir@
 
166
pgScript_LDADD = @pgScript_LDADD@
165
167
pgadmin3_LDADD = @pgadmin3_LDADD@
166
168
pgagent_LDADD = @pgagent_LDADD@
 
169
pgsTest_LDADD = @pgsTest_LDADD@
167
170
prefix = @prefix@
168
171
program_transform_name = @program_transform_name@
169
172
psdir = @psdir@
172
175
srcdir = @srcdir@
173
176
sysconfdir = @sysconfdir@
174
177
target_alias = @target_alias@
 
178
top_build_prefix = @top_build_prefix@
175
179
top_builddir = @top_builddir@
176
180
top_srcdir = @top_srcdir@
177
181
SUBDIRS = debian mac mandrake redhat slackware src suse win32