~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic

« back to all changes in this revision

Viewing changes to pkg/fc1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061006210648-nscnazrse5jbwswf
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
##############################################################################
 
18
# pgAdmin III - PostgreSQL Tools
 
19
# $Id: Makefile.am 4874 2006-01-06 17:33:27Z dpage $
 
20
# Copyright (C) 2002 - 2006, The pgAdmin Development Team
 
21
# This software is released under the Artistic Licence
 
22
#
 
23
# Makefile - Makefile for *nix systems
 
24
##############################################################################
 
25
srcdir = @srcdir@
 
26
top_srcdir = @top_srcdir@
 
27
VPATH = @srcdir@
 
28
pkgdatadir = $(datadir)/@PACKAGE@
 
29
pkglibdir = $(libdir)/@PACKAGE@
 
30
pkgincludedir = $(includedir)/@PACKAGE@
 
31
top_builddir = ../..
 
32
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
33
INSTALL = @INSTALL@
 
34
install_sh_DATA = $(install_sh) -c -m 644
 
35
install_sh_PROGRAM = $(install_sh) -c
 
36
install_sh_SCRIPT = $(install_sh) -c
 
37
INSTALL_HEADER = $(INSTALL_DATA)
 
38
transform = $(program_transform_name)
 
39
NORMAL_INSTALL = :
 
40
PRE_INSTALL = :
 
41
POST_INSTALL = :
 
42
NORMAL_UNINSTALL = :
 
43
PRE_UNINSTALL = :
 
44
POST_UNINSTALL = :
 
45
build_triplet = @build@
 
46
host_triplet = @host@
 
47
subdir = pkg/fc1
 
48
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
50
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
51
        $(top_srcdir)/configure.ac
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
mkinstalldirs = $(install_sh) -d
 
55
CONFIG_HEADER = $(top_builddir)/config.h
 
56
CONFIG_CLEAN_FILES =
 
57
SOURCES =
 
58
DIST_SOURCES =
 
59
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
60
ACLOCAL = @ACLOCAL@
 
61
AMDEP_FALSE = @AMDEP_FALSE@
 
62
AMDEP_TRUE = @AMDEP_TRUE@
 
63
AMTAR = @AMTAR@
 
64
APPBUNDLE_FALSE = @APPBUNDLE_FALSE@
 
65
APPBUNDLE_TRUE = @APPBUNDLE_TRUE@
 
66
AUTOCONF = @AUTOCONF@
 
67
AUTOHEADER = @AUTOHEADER@
 
68
AUTOMAKE = @AUTOMAKE@
 
69
AWK = @AWK@
 
70
CC = @CC@
 
71
CCDEPMODE = @CCDEPMODE@
 
72
CFLAGS = @CFLAGS@
 
73
CPP = @CPP@
 
74
CPPFLAGS = @CPPFLAGS@
 
75
CXX = @CXX@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
 
79
DEFS = @DEFS@
 
80
DEPDIR = @DEPDIR@
 
81
ECHO_C = @ECHO_C@
 
82
ECHO_N = @ECHO_N@
 
83
ECHO_T = @ECHO_T@
 
84
EGREP = @EGREP@
 
85
EXEEXT = @EXEEXT@
 
86
GREP = @GREP@
 
87
INSTALL_DATA = @INSTALL_DATA@
 
88
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
89
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
90
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
91
LDFLAGS = @LDFLAGS@
 
92
LIBOBJS = @LIBOBJS@
 
93
LIBPQ_HOME = @LIBPQ_HOME@
 
94
LIBS = @LIBS@
 
95
LTLIBOBJS = @LTLIBOBJS@
 
96
MAKEINFO = @MAKEINFO@
 
97
OBJEXT = @OBJEXT@
 
98
PACKAGE = @PACKAGE@
 
99
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
100
PACKAGE_NAME = @PACKAGE_NAME@
 
101
PACKAGE_STRING = @PACKAGE_STRING@
 
102
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
103
PACKAGE_VERSION = @PACKAGE_VERSION@
 
104
PATH_SEPARATOR = @PATH_SEPARATOR@
 
105
POW_LIB = @POW_LIB@
 
106
SET_MAKE = @SET_MAKE@
 
107
SHELL = @SHELL@
 
108
STRIP = @STRIP@
 
109
VERSION = @VERSION@
 
110
WX_CONFIG = @WX_CONFIG@
 
111
ac_ct_CC = @ac_ct_CC@
 
112
ac_ct_CXX = @ac_ct_CXX@
 
113
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
114
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
115
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
116
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
117
am__include = @am__include@
 
118
am__leading_dot = @am__leading_dot@
 
119
am__quote = @am__quote@
 
120
am__tar = @am__tar@
 
121
am__untar = @am__untar@
 
122
bindir = @bindir@
 
123
build = @build@
 
124
build_alias = @build_alias@
 
125
build_cpu = @build_cpu@
 
126
build_os = @build_os@
 
127
build_vendor = @build_vendor@
 
128
bundledir = @bundledir@
 
129
datadir = @datadir@
 
130
datarootdir = @datarootdir@
 
131
docdir = @docdir@
 
132
dvidir = @dvidir@
 
133
exec_prefix = @exec_prefix@
 
134
host = @host@
 
135
host_alias = @host_alias@
 
136
host_cpu = @host_cpu@
 
137
host_os = @host_os@
 
138
host_vendor = @host_vendor@
 
139
htmldir = @htmldir@
 
140
includedir = @includedir@
 
141
infodir = @infodir@
 
142
install_sh = @install_sh@
 
143
libdir = @libdir@
 
144
libexecdir = @libexecdir@
 
145
localedir = @localedir@
 
146
localstatedir = @localstatedir@
 
147
mandir = @mandir@
 
148
mkdir_p = @mkdir_p@
 
149
oldincludedir = @oldincludedir@
 
150
pdfdir = @pdfdir@
 
151
pg_debug_build = @pg_debug_build@
 
152
prefix = @prefix@
 
153
program_transform_name = @program_transform_name@
 
154
psdir = @psdir@
 
155
sbindir = @sbindir@
 
156
sharedstatedir = @sharedstatedir@
 
157
sysconfdir = @sysconfdir@
 
158
target_alias = @target_alias@
 
159
EXTRA_DIST = \
 
160
        $(srcdir)/pgadmin3.spec 
 
161
 
 
162
all: all-am
 
163
 
 
164
.SUFFIXES:
 
165
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
166
        @for dep in $?; do \
 
167
          case '$(am__configure_deps)' in \
 
168
            *$$dep*) \
 
169
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
170
                && exit 0; \
 
171
              exit 1;; \
 
172
          esac; \
 
173
        done; \
 
174
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pkg/fc1/Makefile'; \
 
175
        cd $(top_srcdir) && \
 
176
          $(AUTOMAKE) --foreign  pkg/fc1/Makefile
 
177
.PRECIOUS: Makefile
 
178
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
179
        @case '$?' in \
 
180
          *config.status*) \
 
181
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
182
          *) \
 
183
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
184
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
185
        esac;
 
186
 
 
187
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
188
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
189
 
 
190
$(top_srcdir)/configure:  $(am__configure_deps)
 
191
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
192
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
193
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
194
uninstall-info-am:
 
195
tags: TAGS
 
196
TAGS:
 
197
 
 
198
ctags: CTAGS
 
199
CTAGS:
 
200
 
 
201
 
 
202
distdir: $(DISTFILES)
 
203
        $(mkdir_p) $(distdir)/$(srcdir)
 
204
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
205
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
206
        list='$(DISTFILES)'; for file in $$list; do \
 
207
          case $$file in \
 
208
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
209
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
210
          esac; \
 
211
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
212
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
213
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
214
            dir="/$$dir"; \
 
215
            $(mkdir_p) "$(distdir)$$dir"; \
 
216
          else \
 
217
            dir=''; \
 
218
          fi; \
 
219
          if test -d $$d/$$file; then \
 
220
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
221
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
222
            fi; \
 
223
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
224
          else \
 
225
            test -f $(distdir)/$$file \
 
226
            || cp -p $$d/$$file $(distdir)/$$file \
 
227
            || exit 1; \
 
228
          fi; \
 
229
        done
 
230
check-am: all-am
 
231
check: check-am
 
232
all-am: Makefile
 
233
installdirs:
 
234
install: install-am
 
235
install-exec: install-exec-am
 
236
install-data: install-data-am
 
237
uninstall: uninstall-am
 
238
 
 
239
install-am: all-am
 
240
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
241
 
 
242
installcheck: installcheck-am
 
243
install-strip:
 
244
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
245
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
246
          `test -z '$(STRIP)' || \
 
247
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
248
mostlyclean-generic:
 
249
 
 
250
clean-generic:
 
251
 
 
252
distclean-generic:
 
253
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
254
 
 
255
maintainer-clean-generic:
 
256
        @echo "This command is intended for maintainers to use"
 
257
        @echo "it deletes files that may require special tools to rebuild."
 
258
clean: clean-am
 
259
 
 
260
clean-am: clean-generic mostlyclean-am
 
261
 
 
262
distclean: distclean-am
 
263
        -rm -f Makefile
 
264
distclean-am: clean-am distclean-generic
 
265
 
 
266
dvi: dvi-am
 
267
 
 
268
dvi-am:
 
269
 
 
270
html: html-am
 
271
 
 
272
info: info-am
 
273
 
 
274
info-am:
 
275
 
 
276
install-data-am:
 
277
 
 
278
install-exec-am:
 
279
 
 
280
install-info: install-info-am
 
281
 
 
282
install-man:
 
283
 
 
284
installcheck-am:
 
285
 
 
286
maintainer-clean: maintainer-clean-am
 
287
        -rm -f Makefile
 
288
maintainer-clean-am: distclean-am maintainer-clean-generic
 
289
 
 
290
mostlyclean: mostlyclean-am
 
291
 
 
292
mostlyclean-am: mostlyclean-generic
 
293
 
 
294
pdf: pdf-am
 
295
 
 
296
pdf-am:
 
297
 
 
298
ps: ps-am
 
299
 
 
300
ps-am:
 
301
 
 
302
uninstall-am: uninstall-info-am
 
303
 
 
304
.PHONY: all all-am check check-am clean clean-generic distclean \
 
305
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
306
        install install-am install-data install-data-am install-exec \
 
307
        install-exec-am install-info install-info-am install-man \
 
308
        install-strip installcheck installcheck-am installdirs \
 
309
        maintainer-clean maintainer-clean-generic mostlyclean \
 
310
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
311
        uninstall-info-am
 
312
 
 
313
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
314
# Otherwise a system limit (for SysV at least) may be exceeded.
 
315
.NOEXPORT: