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

« back to all changes in this revision

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