~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to pkg/debian/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-12-17 20:34:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091217203400-tlnmt4m3v7udjp0h
Tags: 1.10.1-1
* New upstream release, containing fix for:
  - default value in function parameters not shown (closes: #547940)
  - cannot open files without dot in names for restore (closes: #451038)
* Suggest postgresql-contrib (closes: #503291)
* Set myself as Maintainer and remove Raphael. Thanks for his work so far.
* Switch Uploaders and Maintainer role to better describe reality.
* Bump to Standards-Version to 3.8.3.
* Update to debhelper level 7, use dh_prep instead of dh_clean -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
24
25
##############################################################################
25
26
VPATH = @srcdir@
26
27
pkgdatadir = $(datadir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
27
29
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkgincludedir = $(includedir)/@PACKAGE@
 
30
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
31
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
32
install_sh_DATA = $(install_sh) -c -m 644
31
33
install_sh_PROGRAM = $(install_sh) -c
50
52
mkinstalldirs = $(install_sh) -d
51
53
CONFIG_HEADER = $(top_builddir)/config.h
52
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
53
56
SOURCES =
54
57
DIST_SOURCES =
55
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
98
PACKAGE_NAME = @PACKAGE_NAME@
96
99
PACKAGE_STRING = @PACKAGE_STRING@
97
100
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
101
PACKAGE_URL = @PACKAGE_URL@
98
102
PACKAGE_VERSION = @PACKAGE_VERSION@
99
103
PATH_SEPARATOR = @PATH_SEPARATOR@
100
104
PG_CONFIG = @PG_CONFIG@
191
195
        @for dep in $?; do \
192
196
          case '$(am__configure_deps)' in \
193
197
            *$$dep*) \
194
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
195
 
                && exit 0; \
 
198
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
199
                && { if test -f $@; then exit 0; else break; fi; }; \
196
200
              exit 1;; \
197
201
          esac; \
198
202
        done; \
199
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pkg/debian/Makefile'; \
200
 
        cd $(top_srcdir) && \
201
 
          $(AUTOMAKE) --foreign  pkg/debian/Makefile
 
203
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pkg/debian/Makefile'; \
 
204
        $(am__cd) $(top_srcdir) && \
 
205
          $(AUTOMAKE) --foreign pkg/debian/Makefile
202
206
.PRECIOUS: Makefile
203
207
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204
208
        @case '$?' in \
216
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
221
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
218
222
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
223
$(am__aclocal_m4_deps):
219
224
tags: TAGS
220
225
TAGS:
221
226
 
239
244
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
240
245
          if test -d $$d/$$file; then \
241
246
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
247
            if test -d "$(distdir)/$$file"; then \
 
248
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
249
            fi; \
242
250
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
243
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
251
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
252
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
244
253
            fi; \
245
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
254
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
246
255
          else \
247
 
            test -f $(distdir)/$$file \
248
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
256
            test -f "$(distdir)/$$file" \
 
257
            || cp -p $$d/$$file "$(distdir)/$$file" \
249
258
            || exit 1; \
250
259
          fi; \
251
260
        done
273
282
 
274
283
distclean-generic:
275
284
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
285
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
276
286
 
277
287
maintainer-clean-generic:
278
288
        @echo "This command is intended for maintainers to use"
291
301
 
292
302
html: html-am
293
303
 
 
304
html-am:
 
305
 
294
306
info: info-am
295
307
 
296
308
info-am:
299
311
 
300
312
install-dvi: install-dvi-am
301
313
 
 
314
install-dvi-am:
 
315
 
302
316
install-exec-am:
303
317
 
304
318
install-html: install-html-am
305
319
 
 
320
install-html-am:
 
321
 
306
322
install-info: install-info-am
307
323
 
 
324
install-info-am:
 
325
 
308
326
install-man:
309
327
 
310
328
install-pdf: install-pdf-am
311
329
 
 
330
install-pdf-am:
 
331
 
312
332
install-ps: install-ps-am
313
333
 
 
334
install-ps-am:
 
335
 
314
336
installcheck-am:
315
337
 
316
338
maintainer-clean: maintainer-clean-am
343
365
        maintainer-clean maintainer-clean-generic mostlyclean \
344
366
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
345
367
 
 
368
 
346
369
# Tell versions [3.59,3.63) of GNU make to not export all variables.
347
370
# Otherwise a system limit (for SysV at least) may be exceeded.
348
371
.NOEXPORT: