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

« back to all changes in this revision

Viewing changes to 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 5015 2006-02-21 15:03: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
##############################################################################
70
70
        ps-recursive uninstall-recursive
71
71
am__nobase_dist_data_DATA_DIST = $(top_srcdir)/docs/Docs.vcproj \
72
72
        $(top_srcdir)/docs/builddocs.bat \
 
73
        $(top_srcdir)/docs/en_US/*.css $(top_srcdir)/docs/en_US/*.html \
 
74
        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
73
75
        $(top_srcdir)/docs/en_US/hints/*.html \
74
76
        $(top_srcdir)/docs/en_US/images/*.png \
75
 
        $(top_srcdir)/docs/en_US/*.html $(top_srcdir)/docs/en_US/*.css \
76
 
        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
77
 
        $(top_srcdir)/docs/en_US/tips.txt \
78
 
        $(top_srcdir)/docs/de_DE/tips.txt \
 
77
        $(top_srcdir)/docs/cs_CZ/*.css $(top_srcdir)/docs/cs_CZ/*.html \
 
78
        $(top_srcdir)/docs/cs_CZ/pgadmin3.hh* \
 
79
        $(top_srcdir)/docs/cs_CZ/hints/*.html \
 
80
        $(top_srcdir)/docs/cs_CZ/images/*.png \
79
81
        $(top_srcdir)/docs/de_DE/hints/*.html \
80
 
        $(top_srcdir)/docs/es_ES/tips.txt \
81
82
        $(top_srcdir)/docs/es_ES/hints/*.html \
82
 
        $(top_srcdir)/docs/fi_FI/tips.txt \
83
83
        $(top_srcdir)/docs/fi_FI/hints/*.html \
84
 
        $(top_srcdir)/docs/fr_FR/*.html \
85
 
        $(top_srcdir)/docs/fr_FR/tips.txt \
 
84
        $(top_srcdir)/docs/fr_FR/*.css $(top_srcdir)/docs/fr_FR/*.html \
 
85
        $(top_srcdir)/docs/fr_FR/pgadmin3.hh* \
86
86
        $(top_srcdir)/docs/fr_FR/hints/*.html \
87
 
        $(top_srcdir)/docs/it_IT/tips.txt \
88
 
        $(top_srcdir)/docs/sl_SI/tips.txt \
 
87
        $(top_srcdir)/docs/fr_FR/images/*.png \
89
88
        $(top_srcdir)/docs/sl_SI/hints/*.html \
90
 
        $(top_srcdir)/docs/zh_CN/tips.txt \
91
89
        $(top_srcdir)/docs/zh_CN/hints/*.html \
92
 
        $(top_srcdir)/docs/zh_TW/tips.txt \
93
90
        $(top_srcdir)/docs/zh_TW/hints/*.html
94
91
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95
92
am__vpath_adj = case $$p in \
101
98
nobase_dist_dataDATA_INSTALL = $(install_sh_DATA)
102
99
am__nobase_dist_pkgdata_DATA_DIST = $(top_srcdir)/docs/Docs.vcproj \
103
100
        $(top_srcdir)/docs/builddocs.bat \
 
101
        $(top_srcdir)/docs/en_US/*.css $(top_srcdir)/docs/en_US/*.html \
 
102
        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
104
103
        $(top_srcdir)/docs/en_US/hints/*.html \
105
104
        $(top_srcdir)/docs/en_US/images/*.png \
106
 
        $(top_srcdir)/docs/en_US/*.html $(top_srcdir)/docs/en_US/*.css \
107
 
        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
108
 
        $(top_srcdir)/docs/en_US/tips.txt \
109
 
        $(top_srcdir)/docs/de_DE/tips.txt \
 
105
        $(top_srcdir)/docs/cs_CZ/*.css $(top_srcdir)/docs/cs_CZ/*.html \
 
106
        $(top_srcdir)/docs/cs_CZ/pgadmin3.hh* \
 
107
        $(top_srcdir)/docs/cs_CZ/hints/*.html \
 
108
        $(top_srcdir)/docs/cs_CZ/images/*.png \
110
109
        $(top_srcdir)/docs/de_DE/hints/*.html \
111
 
        $(top_srcdir)/docs/es_ES/tips.txt \
112
110
        $(top_srcdir)/docs/es_ES/hints/*.html \
113
 
        $(top_srcdir)/docs/fi_FI/tips.txt \
114
111
        $(top_srcdir)/docs/fi_FI/hints/*.html \
115
 
        $(top_srcdir)/docs/fr_FR/*.html \
116
 
        $(top_srcdir)/docs/fr_FR/tips.txt \
 
112
        $(top_srcdir)/docs/fr_FR/*.css $(top_srcdir)/docs/fr_FR/*.html \
 
113
        $(top_srcdir)/docs/fr_FR/pgadmin3.hh* \
117
114
        $(top_srcdir)/docs/fr_FR/hints/*.html \
118
 
        $(top_srcdir)/docs/it_IT/tips.txt \
119
 
        $(top_srcdir)/docs/sl_SI/tips.txt \
 
115
        $(top_srcdir)/docs/fr_FR/images/*.png \
120
116
        $(top_srcdir)/docs/sl_SI/hints/*.html \
121
 
        $(top_srcdir)/docs/zh_CN/tips.txt \
122
117
        $(top_srcdir)/docs/zh_CN/hints/*.html \
123
 
        $(top_srcdir)/docs/zh_TW/tips.txt \
124
118
        $(top_srcdir)/docs/zh_TW/hints/*.html
125
119
nobase_dist_pkgdataDATA_INSTALL = $(install_sh_DATA)
126
120
DATA = $(nobase_dist_data_DATA) $(nobase_dist_pkgdata_DATA)
186
180
PATH_SEPARATOR = @PATH_SEPARATOR@
187
181
PG_CONFIG = @PG_CONFIG@
188
182
POW_LIB = @POW_LIB@
 
183
RANLIB = @RANLIB@
189
184
SET_MAKE = @SET_MAKE@
190
185
SHELL = @SHELL@
191
186
STRIP = @STRIP@
237
232
mkdir_p = @mkdir_p@
238
233
oldincludedir = @oldincludedir@
239
234
pdfdir = @pdfdir@
 
235
pgScript_LDADD = @pgScript_LDADD@
240
236
pgadmin3_LDADD = @pgadmin3_LDADD@
241
237
pgagent_LDADD = @pgagent_LDADD@
 
238
pgsTest_LDADD = @pgsTest_LDADD@
242
239
prefix = @prefix@
243
240
program_transform_name = @program_transform_name@
244
241
psdir = @psdir@
247
244
srcdir = @srcdir@
248
245
sysconfdir = @sysconfdir@
249
246
target_alias = @target_alias@
 
247
top_build_prefix = @top_build_prefix@
250
248
top_builddir = @top_builddir@
251
249
top_srcdir = @top_srcdir@
252
250
AUTOMAKE_OPTIONS = foreign
272
270
TMP_docs = \
273
271
        $(top_srcdir)/docs/Docs.vcproj \
274
272
        $(top_srcdir)/docs/builddocs.bat \
275
 
        $(top_srcdir)/docs/en_US/hints/*.html \
276
 
        $(top_srcdir)/docs/en_US/images/*.png \
 
273
        $(top_srcdir)/docs/en_US/*.css \
277
274
        $(top_srcdir)/docs/en_US/*.html \
278
 
        $(top_srcdir)/docs/en_US/*.css \
279
275
        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
280
 
        $(top_srcdir)/docs/en_US/tips.txt \
281
 
        $(top_srcdir)/docs/de_DE/tips.txt \
 
276
        $(top_srcdir)/docs/en_US/hints/*.html \
 
277
        $(top_srcdir)/docs/en_US/images/*.png \
 
278
        $(top_srcdir)/docs/cs_CZ/*.css \
 
279
        $(top_srcdir)/docs/cs_CZ/*.html \
 
280
    $(top_srcdir)/docs/cs_CZ/pgadmin3.hh* \
 
281
        $(top_srcdir)/docs/cs_CZ/hints/*.html \
 
282
        $(top_srcdir)/docs/cs_CZ/images/*.png \
282
283
        $(top_srcdir)/docs/de_DE/hints/*.html \
283
 
        $(top_srcdir)/docs/es_ES/tips.txt \
284
284
        $(top_srcdir)/docs/es_ES/hints/*.html \
285
 
        $(top_srcdir)/docs/fi_FI/tips.txt \
286
285
        $(top_srcdir)/docs/fi_FI/hints/*.html \
 
286
        $(top_srcdir)/docs/fr_FR/*.css \
287
287
        $(top_srcdir)/docs/fr_FR/*.html \
288
 
        $(top_srcdir)/docs/fr_FR/tips.txt \
 
288
    $(top_srcdir)/docs/fr_FR/pgadmin3.hh* \
289
289
        $(top_srcdir)/docs/fr_FR/hints/*.html \
290
 
        $(top_srcdir)/docs/it_IT/tips.txt \
291
 
        $(top_srcdir)/docs/sl_SI/tips.txt \
 
290
        $(top_srcdir)/docs/fr_FR/images/*.png \
292
291
        $(top_srcdir)/docs/sl_SI/hints/*.html \
293
 
        $(top_srcdir)/docs/zh_CN/tips.txt \
294
292
        $(top_srcdir)/docs/zh_CN/hints/*.html \
295
 
        $(top_srcdir)/docs/zh_TW/tips.txt \
296
293
        $(top_srcdir)/docs/zh_TW/hints/*.html
297
294
 
298
295
@APPBUNDLE_FALSE@nobase_dist_pkgdata_DATA = $(TMP_docs)