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

« back to all changes in this revision

Viewing changes to pkg/suse/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@
177
181
        @for dep in $?; do \
178
182
          case '$(am__configure_deps)' in \
179
183
            *$$dep*) \
180
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
181
 
                && exit 0; \
 
184
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
185
                && { if test -f $@; then exit 0; else break; fi; }; \
182
186
              exit 1;; \
183
187
          esac; \
184
188
        done; \
185
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pkg/suse/Makefile'; \
186
 
        cd $(top_srcdir) && \
187
 
          $(AUTOMAKE) --foreign  pkg/suse/Makefile
 
189
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pkg/suse/Makefile'; \
 
190
        $(am__cd) $(top_srcdir) && \
 
191
          $(AUTOMAKE) --foreign pkg/suse/Makefile
188
192
.PRECIOUS: Makefile
189
193
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
190
194
        @case '$?' in \
202
206
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
203
207
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
204
208
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
209
$(am__aclocal_m4_deps):
205
210
tags: TAGS
206
211
TAGS:
207
212
 
225
230
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
226
231
          if test -d $$d/$$file; then \
227
232
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
233
            if test -d "$(distdir)/$$file"; then \
 
234
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
235
            fi; \
228
236
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
229
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
237
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
238
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
230
239
            fi; \
231
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
240
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
232
241
          else \
233
 
            test -f $(distdir)/$$file \
234
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
242
            test -f "$(distdir)/$$file" \
 
243
            || cp -p $$d/$$file "$(distdir)/$$file" \
235
244
            || exit 1; \
236
245
          fi; \
237
246
        done
259
268
 
260
269
distclean-generic:
261
270
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
271
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
262
272
 
263
273
maintainer-clean-generic:
264
274
        @echo "This command is intended for maintainers to use"
277
287
 
278
288
html: html-am
279
289
 
 
290
html-am:
 
291
 
280
292
info: info-am
281
293
 
282
294
info-am:
285
297
 
286
298
install-dvi: install-dvi-am
287
299
 
 
300
install-dvi-am:
 
301
 
288
302
install-exec-am:
289
303
 
290
304
install-html: install-html-am
291
305
 
 
306
install-html-am:
 
307
 
292
308
install-info: install-info-am
293
309
 
 
310
install-info-am:
 
311
 
294
312
install-man:
295
313
 
296
314
install-pdf: install-pdf-am
297
315
 
 
316
install-pdf-am:
 
317
 
298
318
install-ps: install-ps-am
299
319
 
 
320
install-ps-am:
 
321
 
300
322
installcheck-am:
301
323
 
302
324
maintainer-clean: maintainer-clean-am
329
351
        maintainer-clean maintainer-clean-generic mostlyclean \
330
352
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
331
353
 
 
354
 
332
355
# Tell versions [3.59,3.63) of GNU make to not export all variables.
333
356
# Otherwise a system limit (for SysV at least) may be exceeded.
334
357
.NOEXPORT: