~ubuntu-branches/ubuntu/oneiric/pgpool2/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-06-10 10:18:29 UTC
  • mfrom: (1.1.6 upstream) (4.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110610101829-m1aig6u0p74qpif3
Tags: 3.0.4-1
* New upstream release
* Use format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = .
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
38
34
build_triplet = @build@
39
35
host_triplet = @host@
40
36
bin_PROGRAMS = pgpool$(EXEEXT) pg_md5$(EXEEXT)
 
37
subdir = .
41
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
42
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
43
40
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
44
41
        TODO config.guess config.sub depcomp install-sh ltmain.sh \
45
42
        missing mkinstalldirs pool_config.c ylwrap
46
 
subdir = .
47
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
44
am__aclocal_m4_deps = $(top_srcdir)/c-compiler.m4 \
49
45
        $(top_srcdir)/c-library.m4 $(top_srcdir)/general.m4 \
52
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
49
        $(ACLOCAL_M4)
54
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55
 
 configure.lineno configure.status.lineno
 
51
 configure.lineno config.status.lineno
56
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
57
53
CONFIG_HEADER = config.h
58
54
CONFIG_CLEAN_FILES =
60
56
        "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sysconfdir)"
61
57
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
62
58
PROGRAMS = $(bin_PROGRAMS)
63
 
am_pg_md5_OBJECTS = pg_md5.$(OBJEXT) md5.$(OBJEXT)
 
59
am_pg_md5_OBJECTS = pg_md5.$(OBJEXT) md5.$(OBJEXT) \
 
60
        pool_config_md5.$(OBJEXT) pool_error.$(OBJEXT) \
 
61
        pool_signal.$(OBJEXT) pool_passwd.$(OBJEXT) \
 
62
        pool_globals.$(OBJEXT)
64
63
pg_md5_OBJECTS = $(am_pg_md5_OBJECTS)
65
64
pg_md5_LDADD = $(LDADD)
66
65
am_pgpool_OBJECTS = main.$(OBJEXT) child.$(OBJEXT) pool_auth.$(OBJEXT) \
74
73
        pool_path.$(OBJEXT) pool_ip.$(OBJEXT) ps_status.$(OBJEXT) \
75
74
        strlcpy.$(OBJEXT) recovery.$(OBJEXT) pool_relcache.$(OBJEXT) \
76
75
        pool_process_reporting.$(OBJEXT) pool_ssl.$(OBJEXT) \
77
 
        pool_timestamp.$(OBJEXT) pool_proto_modules.$(OBJEXT) \
78
 
        pool_lobj.$(OBJEXT)
 
76
        pool_timestamp.$(OBJEXT) pool_proto2.$(OBJEXT) \
 
77
        pool_proto_modules.$(OBJEXT) pool_lobj.$(OBJEXT) \
 
78
        pool_process_context.$(OBJEXT) pool_session_context.$(OBJEXT) \
 
79
        pool_query_context.$(OBJEXT) pool_worker_child.$(OBJEXT) \
 
80
        pool_passwd.$(OBJEXT) pool_globals.$(OBJEXT) \
 
81
        pool_select_walker.$(OBJEXT) getopt_long.$(OBJEXT)
79
82
pgpool_OBJECTS = $(am_pgpool_OBJECTS)
80
83
pgpool_DEPENDENCIES = parser/libsql-parser.a pcp/libpcp.la \
81
84
        parser/nodes.o
82
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
85
pgpool_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
86
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(pgpool_LDFLAGS) \
 
87
        $(LDFLAGS) -o $@
 
88
DEFAULT_INCLUDES = -I.@am__isrc@
83
89
depcomp = $(SHELL) $(top_srcdir)/depcomp
84
90
am__depfiles_maybe = depfiles
85
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
88
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89
 
        $(AM_CFLAGS) $(CFLAGS)
 
93
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
94
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
95
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
96
CCLD = $(CC)
91
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
97
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
98
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
99
        $(LDFLAGS) -o $@
93
100
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
94
 
LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
 
101
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
102
        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
 
103
YLWRAP = $(top_srcdir)/ylwrap
95
104
SOURCES = $(pg_md5_SOURCES) $(pgpool_SOURCES)
96
105
DIST_SOURCES = $(pg_md5_SOURCES) $(pgpool_SOURCES)
97
106
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
98
107
        html-recursive info-recursive install-data-recursive \
99
 
        install-exec-recursive install-info-recursive \
100
 
        install-recursive installcheck-recursive installdirs-recursive \
101
 
        pdf-recursive ps-recursive uninstall-info-recursive \
102
 
        uninstall-recursive
 
108
        install-dvi-recursive install-exec-recursive \
 
109
        install-html-recursive install-info-recursive \
 
110
        install-pdf-recursive install-ps-recursive install-recursive \
 
111
        installcheck-recursive installdirs-recursive pdf-recursive \
 
112
        ps-recursive uninstall-recursive
103
113
man8dir = $(mandir)/man8
104
114
NROFF = nroff
105
115
MANS = $(man_MANS)
112
122
pkgdataDATA_INSTALL = $(INSTALL_DATA)
113
123
sysconfDATA_INSTALL = $(INSTALL_DATA)
114
124
DATA = $(pkgdata_DATA) $(sysconf_DATA)
 
125
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
126
  distclean-recursive maintainer-clean-recursive
115
127
ETAGS = etags
116
128
CTAGS = ctags
117
129
DIST_SUBDIRS = $(SUBDIRS)
127
139
distuninstallcheck_listfiles = find . -type f -print
128
140
distcleancheck_listfiles = find . -type f -print
129
141
ACLOCAL = @ACLOCAL@
130
 
AMDEP_FALSE = @AMDEP_FALSE@
131
 
AMDEP_TRUE = @AMDEP_TRUE@
132
142
AMTAR = @AMTAR@
133
143
AR = @AR@
134
144
AUTOCONF = @AUTOCONF@
140
150
CFLAGS = @CFLAGS@
141
151
CPP = @CPP@
142
152
CPPFLAGS = @CPPFLAGS@
143
 
CXX = @CXX@
144
 
CXXCPP = @CXXCPP@
145
 
CXXDEPMODE = @CXXDEPMODE@
146
 
CXXFLAGS = @CXXFLAGS@
147
153
CYGPATH_W = @CYGPATH_W@
148
154
DEFS = @DEFS@ \
149
155
        -DDEFAULT_CONFIGDIR=\"$(sysconfdir)\"
150
156
 
151
157
DEPDIR = @DEPDIR@
152
 
ECHO = @ECHO@
 
158
DSYMUTIL = @DSYMUTIL@
 
159
DUMPBIN = @DUMPBIN@
153
160
ECHO_C = @ECHO_C@
154
161
ECHO_N = @ECHO_N@
155
162
ECHO_T = @ECHO_T@
156
163
EGREP = @EGREP@
157
164
EXEEXT = @EXEEXT@
158
 
F77 = @F77@
159
 
FFLAGS = @FFLAGS@
 
165
FGREP = @FGREP@
 
166
GREP = @GREP@
 
167
INSTALL = @INSTALL@
160
168
INSTALL_DATA = @INSTALL_DATA@
161
169
INSTALL_PROGRAM = @INSTALL_PROGRAM@
162
170
INSTALL_SCRIPT = @INSTALL_SCRIPT@
163
171
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
172
LD = @LD@
164
173
LDFLAGS = @LDFLAGS@
165
174
LEX = @LEX@
166
175
LEXLIB = @LEXLIB@
168
177
LIBOBJS = @LIBOBJS@
169
178
LIBS = @LIBS@
170
179
LIBTOOL = @LIBTOOL@
 
180
LIPO = @LIPO@
171
181
LN_S = @LN_S@
172
182
LTLIBOBJS = @LTLIBOBJS@
173
183
MAKEINFO = @MAKEINFO@
 
184
MKDIR_P = @MKDIR_P@
 
185
NM = @NM@
 
186
NMEDIT = @NMEDIT@
 
187
OBJDUMP = @OBJDUMP@
174
188
OBJEXT = @OBJEXT@
 
189
OTOOL = @OTOOL@
 
190
OTOOL64 = @OTOOL64@
175
191
PACKAGE = @PACKAGE@
176
192
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
193
PACKAGE_NAME = @PACKAGE_NAME@
183
199
PGSQL_INCLUDE_DIR = @PGSQL_INCLUDE_DIR@
184
200
PGSQL_LIB_DIR = @PGSQL_LIB_DIR@
185
201
RANLIB = @RANLIB@
 
202
SED = @SED@
186
203
SET_MAKE = @SET_MAKE@
187
204
SHELL = @SHELL@
188
205
STRIP = @STRIP@
189
206
VERSION = @VERSION@
190
207
YACC = @YACC@
191
 
ac_ct_AR = @ac_ct_AR@
 
208
YFLAGS = @YFLAGS@
 
209
abs_builddir = @abs_builddir@
 
210
abs_srcdir = @abs_srcdir@
 
211
abs_top_builddir = @abs_top_builddir@
 
212
abs_top_srcdir = @abs_top_srcdir@
192
213
ac_ct_CC = @ac_ct_CC@
193
 
ac_ct_CXX = @ac_ct_CXX@
194
 
ac_ct_F77 = @ac_ct_F77@
195
 
ac_ct_RANLIB = @ac_ct_RANLIB@
196
 
ac_ct_STRIP = @ac_ct_STRIP@
197
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
198
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
199
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
200
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
214
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
201
215
am__include = @am__include@
202
216
am__leading_dot = @am__leading_dot@
203
217
am__quote = @am__quote@
209
223
build_cpu = @build_cpu@
210
224
build_os = @build_os@
211
225
build_vendor = @build_vendor@
 
226
builddir = @builddir@
212
227
datadir = @datadir@
213
 
enable_rpath_FALSE = @enable_rpath_FALSE@
214
 
enable_rpath_TRUE = @enable_rpath_TRUE@
 
228
datarootdir = @datarootdir@
 
229
docdir = @docdir@
 
230
dvidir = @dvidir@
215
231
exec_prefix = @exec_prefix@
216
232
host = @host@
217
233
host_alias = @host_alias@
218
234
host_cpu = @host_cpu@
219
235
host_os = @host_os@
220
236
host_vendor = @host_vendor@
 
237
htmldir = @htmldir@
221
238
includedir = @includedir@
222
239
infodir = @infodir@
223
240
install_sh = @install_sh@
224
241
libdir = @libdir@
225
242
libexecdir = @libexecdir@
 
243
localedir = @localedir@
226
244
localstatedir = @localstatedir@
 
245
lt_ECHO = @lt_ECHO@
227
246
mandir = @mandir@
228
247
mkdir_p = @mkdir_p@
229
248
oldincludedir = @oldincludedir@
 
249
pdfdir = @pdfdir@
230
250
prefix = @prefix@
231
251
program_transform_name = @program_transform_name@
 
252
psdir = @psdir@
232
253
sbindir = @sbindir@
233
254
sharedstatedir = @sharedstatedir@
 
255
srcdir = @srcdir@
234
256
sysconfdir = @sysconfdir@
235
257
target_alias = @target_alias@
 
258
top_build_prefix = @top_build_prefix@
 
259
top_builddir = @top_builddir@
 
260
top_srcdir = @top_srcdir@
236
261
pgpool_SOURCES = pool.h pool_type.h version.h pgpool.conf.sample \
237
262
        pgpool.conf.sample-replication pgpool.conf.sample-master-slave \
238
 
        README.euc_jp pgpool.spec \
239
 
        main.c child.c pool_auth.c pool_config.l pool_error.c \
240
 
        pool_process_query.c pool_stream.c pool_connection_pool.c pool_params.c \
 
263
        pgpool.conf.sample-stream \
 
264
        README.euc_jp README.online-recovery pgpool.spec \
 
265
        main.c child.c pool_auth.c pool_config.l pool_config.h pool_error.c \
 
266
        pool_process_query.c pool_stream.c pool_stream.h pool_connection_pool.c pool_params.c \
241
267
        pool_signal.h pool_signal.c pcp_child.c md5.c md5.h pcp.conf.sample \
242
268
        pool_ipc.h pool_shmem.c pool_sema.c pool_system.c \
243
269
        pool_rewrite_query.c pool_rewrite_query.h pool_rewrite_outfuncs.c \
244
270
        pool_query_cache.c pool_hba.conf.sample sample/pgpool.pam\
245
271
        pool_hba.c pool_path.h pool_path.c pool_ip.h pool_ip.c pool_type.h \
246
 
        ps_status.c strlcpy.c recovery.c pool_relcache.c pool_process_reporting.c \
 
272
        ps_status.c strlcpy.c recovery.c pool_relcache.c pool_relcache.h pool_process_reporting.c \
247
273
        pool_ssl.c pool_timestamp.c pool_timestamp.h \
248
 
        pool_proto_modules.c pool_proto_modules.h \
249
 
        pool_lobj.c
250
 
 
251
 
pg_md5_SOURCES = pg_md5.c md5.c md5.h
 
274
        pool_proto2.c pool_proto_modules.c pool_proto_modules.h \
 
275
        pool_lobj.c pool_lobj.h \
 
276
        pool_process_context.c pool_process_context.h \
 
277
        pool_session_context.c pool_session_context.h \
 
278
        pool_query_context.c pool_query_context.h \
 
279
        pool_worker_child.c \
 
280
        pool_passwd.c pool_passwd.h \
 
281
        pool_globals.c \
 
282
        pool_select_walker.c pool_select_walker.h \
 
283
    getopt_long.c getopt_long.h
 
284
 
 
285
pg_md5_SOURCES = pg_md5.c md5.c md5.h \
 
286
        pool.h \
 
287
        pool_config_md5.c pool_config.h \
 
288
        pool_error.c \
 
289
        pool_signal.h pool_signal.c \
 
290
        pool_passwd.c pool_passwd.h \
 
291
        pool_globals.c
 
292
 
252
293
sysconf_DATA = pgpool.conf.sample pcp.conf.sample pool_hba.conf.sample \
253
 
                                pgpool.conf.sample-replication pgpool.conf.sample-master-slave
 
294
                                pgpool.conf.sample-replication pgpool.conf.sample-master-slave \
 
295
                                pgpool.conf.sample-stream
254
296
 
255
297
pkgdata_DATA = sql/system_db.sql sample/pgpool.pam
256
298
AM_CPPFLAGS = -D_GNU_SOURCE -I @PGSQL_INCLUDE_DIR@
262
304
CLEANFILES = pgpool.8
263
305
EXTRA_DIST = pgpool.8.in sql/system_db.sql sample/pgpool.pam doc/pgpool-ja.html doc/pgpool-en.html \
264
306
                doc/tutorial-ja.html doc/tutorial-en.html doc/pgpool.css \
265
 
                doc/load_balance.png doc/load_balance.odp doc/pgpool-ja.css \
 
307
                doc/where_to_send_queries.pdf doc/where_to_send_queries.odg doc/pgpool-ja.css \
 
308
                doc/basebackup.sh doc/pgpool_remote_start doc/recovery.conf.sample \
266
309
                sample/pgpool_remote_start sample/pgpool_recovery sample/pgpool_recovery_pitr \
267
310
                sample/dist_def_pgbench.sql sample/replicate_def_pgbench.sql \
 
311
                sql/Makefile \
268
312
                sql/pgpool-recovery/pgpool-recovery.c \
269
313
                sql/pgpool-recovery/pgpool-recovery.sql.in sql/pgpool-recovery/Makefile \
 
314
                sql/pgpool-regclass/pgpool-regclass.c \
 
315
                sql/pgpool-regclass/pgpool-regclass.sql.in sql/pgpool-regclass/Makefile \
 
316
                sql/pgpool-walrecrunning/README sql/pgpool-walrecrunning/pgpool-walrecrunning.c \
 
317
                sql/pgpool-walrecrunning/pgpool-walrecrunning.sql.in sql/pgpool-walrecrunning/Makefile \
270
318
                test/parser/expected/copy.out test/parser/expected/create.out \
271
319
                test/parser/expected/cursor.out test/parser/expected/delete.out \
272
320
                test/parser/expected/drop.out test/parser/expected/insert.out \
286
334
                test/parser/README test/parser/main.c \
287
335
                test/parser/pool.h test/parser/run-test \
288
336
                test/parser/parse_schedule \
 
337
                test/C/Makefile test/C/test_extended.c \
289
338
                test/jdbc/*.java test/jdbc/README.euc_jp test/jdbc/pgpool.properties test/jdbc/prepare.sql test/jdbc/run.sh \
290
339
                test/jdbc/expected/autocommit test/jdbc/expected/batch \
291
340
                test/jdbc/expected/column test/jdbc/expected/lock test/jdbc/expected/select \
292
 
                test/jdbc/expected/update test/jdbc/expected/insert \
 
341
                test/jdbc/expected/update test/jdbc/expected/insert test/jdbc/expected/CreateTempTable \
 
342
                test/pdo-test/README.euc_jp test/pdo-test/collections.inc test/pdo-test/def.inc \
 
343
                test/pdo-test/log.txt test/pdo-test/pdotest.php test/pdo-test/regsql.inc \
 
344
                test/pdo-test/SQLlist/test1.sql test/pdo-test/SQLlist/test2.sql \
 
345
                test/pdo-test/mod/database.inc test/pdo-test/mod/def.inc test/pdo-test/mod/errorhandler.inc \
293
346
                test/timestamp/Makefile test/timestamp/input/insert.sql \
294
347
                test/timestamp/input/update.sql test/timestamp/input/misc.sql \
295
348
                test/timestamp/expected/insert.out test/timestamp/expected/update.out \
296
349
                test/timestamp/expected/misc.out test/timestamp/main.c \
297
350
                test/timestamp/parse_schedule test/timestamp/run-test \
298
 
                redhat/pgpool.init redhat/pgpool.sysconfig
 
351
                redhat/pgpool.init redhat/pgpool.sysconfig redhat/pgpool.conf.sample.patch
299
352
 
300
353
SUBDIRS = parser pcp
301
354
all: config.h
340
393
config.h: stamp-h1
341
394
        @if test ! -f $@; then \
342
395
          rm -f stamp-h1; \
343
 
          $(MAKE) stamp-h1; \
 
396
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
344
397
        else :; fi
345
398
 
346
399
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
355
408
        -rm -f config.h stamp-h1
356
409
install-binPROGRAMS: $(bin_PROGRAMS)
357
410
        @$(NORMAL_INSTALL)
358
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
411
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
359
412
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
360
413
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
361
414
          if test -f $$p \
362
415
             || test -f $$p1 \
363
416
          ; then \
364
417
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
365
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
366
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
418
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
419
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
367
420
          else :; fi; \
368
421
        done
369
422
 
383
436
        done
384
437
pg_md5$(EXEEXT): $(pg_md5_OBJECTS) $(pg_md5_DEPENDENCIES) 
385
438
        @rm -f pg_md5$(EXEEXT)
386
 
        $(LINK) $(pg_md5_LDFLAGS) $(pg_md5_OBJECTS) $(pg_md5_LDADD) $(LIBS)
 
439
        $(LINK) $(pg_md5_OBJECTS) $(pg_md5_LDADD) $(LIBS)
387
440
pgpool$(EXEEXT): $(pgpool_OBJECTS) $(pgpool_DEPENDENCIES) 
388
441
        @rm -f pgpool$(EXEEXT)
389
 
        $(LINK) $(pgpool_LDFLAGS) $(pgpool_OBJECTS) $(pgpool_LDADD) $(LIBS)
 
442
        $(pgpool_LINK) $(pgpool_OBJECTS) $(pgpool_LDADD) $(LIBS)
390
443
 
391
444
mostlyclean-compile:
392
445
        -rm -f *.$(OBJEXT)
395
448
        -rm -f *.tab.c
396
449
 
397
450
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child.Po@am__quote@
 
451
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt_long.Po@am__quote@
398
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
399
453
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
400
454
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcp_child.Po@am__quote@
401
455
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pg_md5.Po@am__quote@
402
456
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_auth.Po@am__quote@
403
457
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_config.Po@am__quote@
 
458
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_config_md5.Po@am__quote@
404
459
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_connection_pool.Po@am__quote@
405
460
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_error.Po@am__quote@
 
461
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_globals.Po@am__quote@
406
462
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_hba.Po@am__quote@
407
463
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_ip.Po@am__quote@
408
464
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_lobj.Po@am__quote@
409
465
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_params.Po@am__quote@
 
466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_passwd.Po@am__quote@
410
467
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_path.Po@am__quote@
 
468
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_process_context.Po@am__quote@
411
469
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_process_query.Po@am__quote@
412
470
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_process_reporting.Po@am__quote@
 
471
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_proto2.Po@am__quote@
413
472
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_proto_modules.Po@am__quote@
414
473
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_query_cache.Po@am__quote@
 
474
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_query_context.Po@am__quote@
415
475
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_relcache.Po@am__quote@
416
476
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_rewrite_outfuncs.Po@am__quote@
417
477
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_rewrite_query.Po@am__quote@
 
478
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_select_walker.Po@am__quote@
418
479
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_sema.Po@am__quote@
 
480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_session_context.Po@am__quote@
419
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_shmem.Po@am__quote@
420
482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_signal.Po@am__quote@
421
483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_ssl.Po@am__quote@
422
484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_stream.Po@am__quote@
423
485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_system.Po@am__quote@
424
486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_timestamp.Po@am__quote@
 
487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_worker_child.Po@am__quote@
425
488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps_status.Po@am__quote@
426
489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recovery.Po@am__quote@
427
490
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
428
491
 
429
492
.c.o:
430
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
431
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
493
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
494
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434
497
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
435
498
 
436
499
.c.obj:
437
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
438
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
500
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
501
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
504
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
442
505
 
443
506
.c.lo:
444
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
445
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
507
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
508
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
446
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
447
510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
511
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
449
512
 
450
513
.l.c:
451
 
        $(LEXCOMPILE) $<
452
 
        sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
453
 
        rm -f $(LEX_OUTPUT_ROOT).c
 
514
        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
454
515
 
455
516
mostlyclean-libtool:
456
517
        -rm -f *.lo
460
521
 
461
522
distclean-libtool:
462
523
        -rm -f libtool
463
 
uninstall-info-am:
464
524
install-man8: $(man8_MANS) $(man_MANS)
465
525
        @$(NORMAL_INSTALL)
466
 
        test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
 
526
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
467
527
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
468
528
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
469
529
        for i in $$l2; do \
508
568
        done
509
569
install-pkgdataDATA: $(pkgdata_DATA)
510
570
        @$(NORMAL_INSTALL)
511
 
        test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
 
571
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
512
572
        @list='$(pkgdata_DATA)'; for p in $$list; do \
513
573
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
514
574
          f=$(am__strip_dir) \
525
585
        done
526
586
install-sysconfDATA: $(sysconf_DATA)
527
587
        @$(NORMAL_INSTALL)
528
 
        test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
 
588
        test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
529
589
        @list='$(sysconf_DATA)'; for p in $$list; do \
530
590
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
531
591
          f=$(am__strip_dir) \
572
632
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
573
633
        fi; test -z "$$fail"
574
634
 
575
 
mostlyclean-recursive clean-recursive distclean-recursive \
576
 
maintainer-clean-recursive:
 
635
$(RECURSIVE_CLEAN_TARGETS):
577
636
        @failcom='exit 1'; \
578
637
        for f in x $$MAKEFLAGS; do \
579
638
          case $$f in \
617
676
        unique=`for i in $$list; do \
618
677
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
619
678
          done | \
620
 
          $(AWK) '    { files[$$0] = 1; } \
621
 
               END { for (i in files) print i; }'`; \
 
679
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
680
              END { if (nonempty) { for (i in files) print i; }; }'`; \
622
681
        mkid -fID $$unique
623
682
tags: TAGS
624
683
 
643
702
        unique=`for i in $$list; do \
644
703
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
645
704
          done | \
646
 
          $(AWK) '    { files[$$0] = 1; } \
647
 
               END { for (i in files) print i; }'`; \
 
705
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
706
              END { if (nonempty) { for (i in files) print i; }; }'`; \
648
707
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
649
708
          test -n "$$unique" || unique=$$empty_fix; \
650
709
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
654
713
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
655
714
                $(TAGS_FILES) $(LISP)
656
715
        tags=; \
657
 
        here=`pwd`; \
658
716
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
659
717
        unique=`for i in $$list; do \
660
718
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
661
719
          done | \
662
 
          $(AWK) '    { files[$$0] = 1; } \
663
 
               END { for (i in files) print i; }'`; \
 
720
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
721
              END { if (nonempty) { for (i in files) print i; }; }'`; \
664
722
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
665
723
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
666
724
             $$tags $$unique
675
733
 
676
734
distdir: $(DISTFILES)
677
735
        $(am__remove_distdir)
678
 
        mkdir $(distdir)
679
 
        $(mkdir_p) $(distdir)/doc $(distdir)/redhat $(distdir)/sample $(distdir)/sql $(distdir)/sql/pgpool-recovery $(distdir)/test/jdbc $(distdir)/test/jdbc/expected $(distdir)/test/parser $(distdir)/test/parser/expected $(distdir)/test/parser/input $(distdir)/test/timestamp $(distdir)/test/timestamp/expected $(distdir)/test/timestamp/input
680
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
681
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
682
 
        list='$(DISTFILES)'; for file in $$list; do \
683
 
          case $$file in \
684
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
685
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
686
 
          esac; \
 
736
        test -d $(distdir) || mkdir $(distdir)
 
737
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
738
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
739
        list='$(DISTFILES)'; \
 
740
          dist_files=`for file in $$list; do echo $$file; done | \
 
741
          sed -e "s|^$$srcdirstrip/||;t" \
 
742
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
743
        case $$dist_files in \
 
744
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
745
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
746
                           sort -u` ;; \
 
747
        esac; \
 
748
        for file in $$dist_files; do \
687
749
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
688
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
689
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
690
 
            dir="/$$dir"; \
691
 
            $(mkdir_p) "$(distdir)$$dir"; \
692
 
          else \
693
 
            dir=''; \
694
 
          fi; \
695
750
          if test -d $$d/$$file; then \
 
751
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
696
752
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
697
753
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
698
754
            fi; \
706
762
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
707
763
          if test "$$subdir" = .; then :; else \
708
764
            test -d "$(distdir)/$$subdir" \
709
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
765
            || $(MKDIR_P) "$(distdir)/$$subdir" \
710
766
            || exit 1; \
711
767
            distdir=`$(am__cd) $(distdir) && pwd`; \
712
768
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
714
770
              $(MAKE) $(AM_MAKEFLAGS) \
715
771
                top_distdir="$$top_distdir" \
716
772
                distdir="$$distdir/$$subdir" \
 
773
                am__remove_distdir=: \
 
774
                am__skip_length_check=: \
717
775
                distdir) \
718
776
              || exit 1; \
719
777
          fi; \
721
779
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
722
780
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
723
781
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
724
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
782
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
725
783
        || chmod -R a+r $(distdir)
726
784
dist-gzip: distdir
727
785
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
731
789
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
732
790
        $(am__remove_distdir)
733
791
 
 
792
dist-lzma: distdir
 
793
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
794
        $(am__remove_distdir)
 
795
 
734
796
dist-tarZ: distdir
735
797
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
736
798
        $(am__remove_distdir)
757
819
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
758
820
        *.tar.bz2*) \
759
821
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
822
        *.tar.lzma*) \
 
823
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
760
824
        *.tar.Z*) \
761
825
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
762
826
        *.shar.gz*) \
796
860
        $(am__remove_distdir)
797
861
        @(echo "$(distdir) archives ready for distribution: "; \
798
862
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
799
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
863
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
800
864
distuninstallcheck:
801
865
        @cd $(distuninstallcheck_dir) \
802
866
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
821
885
installdirs: installdirs-recursive
822
886
installdirs-am:
823
887
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(sysconfdir)"; do \
824
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
888
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
825
889
        done
826
890
install: install-recursive
827
891
install-exec: install-exec-recursive
872
936
 
873
937
install-data-am: install-man install-pkgdataDATA
874
938
 
 
939
install-dvi: install-dvi-recursive
 
940
 
875
941
install-exec-am: install-binPROGRAMS install-sysconfDATA
876
942
 
 
943
install-html: install-html-recursive
 
944
 
877
945
install-info: install-info-recursive
878
946
 
879
947
install-man: install-man8
880
948
 
 
949
install-pdf: install-pdf-recursive
 
950
 
 
951
install-ps: install-ps-recursive
 
952
 
881
953
installcheck-am:
882
954
 
883
955
maintainer-clean: maintainer-clean-recursive
900
972
 
901
973
ps-am:
902
974
 
903
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man \
 
975
uninstall-am: uninstall-binPROGRAMS uninstall-man \
904
976
        uninstall-pkgdataDATA uninstall-sysconfDATA
905
977
 
906
 
uninstall-info: uninstall-info-recursive
907
 
 
908
978
uninstall-man: uninstall-man8
909
979
 
910
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
911
 
        check-am clean clean-binPROGRAMS clean-generic clean-libtool \
912
 
        clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
913
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
914
 
        distclean-compile distclean-generic distclean-hdr \
915
 
        distclean-libtool distclean-recursive distclean-tags \
916
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
917
 
        html-am info info-am install install-am install-binPROGRAMS \
918
 
        install-data install-data-am install-exec install-exec-am \
919
 
        install-info install-info-am install-man install-man8 \
920
 
        install-pkgdataDATA install-strip install-sysconfDATA \
 
980
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
981
        install-strip
 
982
 
 
983
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
984
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
 
985
        clean-generic clean-libtool ctags ctags-recursive dist \
 
986
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
 
987
        dist-zip distcheck distclean distclean-compile \
 
988
        distclean-generic distclean-hdr distclean-libtool \
 
989
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
990
        dvi-am html html-am info info-am install install-am \
 
991
        install-binPROGRAMS install-data install-data-am install-dvi \
 
992
        install-dvi-am install-exec install-exec-am install-html \
 
993
        install-html-am install-info install-info-am install-man \
 
994
        install-man8 install-pdf install-pdf-am install-pkgdataDATA \
 
995
        install-ps install-ps-am install-strip install-sysconfDATA \
921
996
        installcheck installcheck-am installdirs installdirs-am \
922
 
        maintainer-clean maintainer-clean-generic \
923
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
924
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
997
        maintainer-clean maintainer-clean-generic mostlyclean \
 
998
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
925
999
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
926
 
        uninstall-binPROGRAMS uninstall-info-am uninstall-man \
927
 
        uninstall-man8 uninstall-pkgdataDATA uninstall-sysconfDATA
 
1000
        uninstall-binPROGRAMS uninstall-man uninstall-man8 \
 
1001
        uninstall-pkgdataDATA uninstall-sysconfDATA
928
1002
 
929
1003
 
930
1004
pgpool.8: pgpool.8.in