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

« back to all changes in this revision

Viewing changes to pkg/suse/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 4209 2005-05-18 11:23:14Z 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
##############################################################################
99
99
PATH_SEPARATOR = @PATH_SEPARATOR@
100
100
PG_CONFIG = @PG_CONFIG@
101
101
POW_LIB = @POW_LIB@
 
102
RANLIB = @RANLIB@
102
103
SET_MAKE = @SET_MAKE@
103
104
SHELL = @SHELL@
104
105
STRIP = @STRIP@
150
151
mkdir_p = @mkdir_p@
151
152
oldincludedir = @oldincludedir@
152
153
pdfdir = @pdfdir@
 
154
pgScript_LDADD = @pgScript_LDADD@
153
155
pgadmin3_LDADD = @pgadmin3_LDADD@
154
156
pgagent_LDADD = @pgagent_LDADD@
 
157
pgsTest_LDADD = @pgsTest_LDADD@
155
158
prefix = @prefix@
156
159
program_transform_name = @program_transform_name@
157
160
psdir = @psdir@
160
163
srcdir = @srcdir@
161
164
sysconfdir = @sysconfdir@
162
165
target_alias = @target_alias@
 
166
top_build_prefix = @top_build_prefix@
163
167
top_builddir = @top_builddir@
164
168
top_srcdir = @top_srcdir@
165
169
EXTRA_DIST = \