1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81bin_PROGRAMS = pg_enc$(EXEEXT)
82subdir = src/tools/pgenc
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/mkinstalldirs
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \
87	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
88	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
89	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/c-compiler.m4 \
90	$(top_srcdir)/c-library.m4 $(top_srcdir)/general.m4 \
91	$(top_srcdir)/ac_func_accept_argtypes.m4 \
92	$(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96CONFIG_HEADER = $(top_builddir)/src/include/config.h
97CONFIG_CLEAN_FILES =
98CONFIG_CLEAN_VPATH_FILES =
99am__installdirs = "$(DESTDIR)$(bindir)"
100PROGRAMS = $(bin_PROGRAMS)
101am__dirstamp = $(am__leading_dot)dirstamp
102dist_pg_enc_OBJECTS = pg_enc.$(OBJEXT) ../fe_port.$(OBJEXT)
103nodist_pg_enc_OBJECTS = ssl_utils.$(OBJEXT) md5.$(OBJEXT) \
104	base64.$(OBJEXT) pool_passwd.$(OBJEXT) strlcpy.$(OBJEXT) \
105	regex_array.$(OBJEXT) pool_config_variables.$(OBJEXT) \
106	pool_config.$(OBJEXT) fe_memutils.$(OBJEXT) \
107	pool_path.$(OBJEXT)
108pg_enc_OBJECTS = $(dist_pg_enc_OBJECTS) $(nodist_pg_enc_OBJECTS)
109pg_enc_LDADD = $(LDADD)
110AM_V_lt = $(am__v_lt_@AM_V@)
111am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
112am__v_lt_0 = --silent
113am__v_lt_1 =
114AM_V_P = $(am__v_P_@AM_V@)
115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116am__v_P_0 = false
117am__v_P_1 = :
118AM_V_GEN = $(am__v_GEN_@AM_V@)
119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120am__v_GEN_0 = @echo "  GEN     " $@;
121am__v_GEN_1 =
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125am__v_at_1 =
126DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
127depcomp =
128am__depfiles_maybe =
129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
133	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
134	$(AM_CFLAGS) $(CFLAGS)
135AM_V_CC = $(am__v_CC_@AM_V@)
136am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
137am__v_CC_0 = @echo "  CC      " $@;
138am__v_CC_1 =
139CCLD = $(CC)
140LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142	$(AM_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_CCLD = $(am__v_CCLD_@AM_V@)
144am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
145am__v_CCLD_0 = @echo "  CCLD    " $@;
146am__v_CCLD_1 =
147SOURCES = $(dist_pg_enc_SOURCES) $(nodist_pg_enc_SOURCES)
148DIST_SOURCES = $(dist_pg_enc_SOURCES)
149am__can_run_installinfo = \
150  case $$AM_UPDATE_INFO_DIR in \
151    n|no|NO) false;; \
152    *) (install-info --version) >/dev/null 2>&1;; \
153  esac
154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155# Read a list of newline-separated strings from the standard input,
156# and print each of them once, without duplicates.  Input order is
157# *not* preserved.
158am__uniquify_input = $(AWK) '\
159  BEGIN { nonempty = 0; } \
160  { items[$$0] = 1; nonempty = 1; } \
161  END { if (nonempty) { for (i in items) print i; }; } \
162'
163# Make sure the list of sources is unique.  This is necessary because,
164# e.g., the same source file might be shared among _SOURCES variables
165# for different programs/libraries.
166am__define_uniq_tagged_files = \
167  list='$(am__tagged_files)'; \
168  unique=`for i in $$list; do \
169    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170  done | $(am__uniquify_input)`
171ETAGS = etags
172CTAGS = ctags
173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174ACLOCAL = @ACLOCAL@
175AMTAR = @AMTAR@
176AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
177AR = @AR@
178AR_FLAGS = @AR_FLAGS@
179AUTOCONF = @AUTOCONF@
180AUTOHEADER = @AUTOHEADER@
181AUTOMAKE = @AUTOMAKE@
182AWK = @AWK@
183CATALOG = @CATALOG@
184CC = @CC@
185CFLAGS = @CFLAGS@
186COLLATEINDEX = @COLLATEINDEX@
187CPP = @CPP@
188CPPFLAGS = @CPPFLAGS@
189CYGPATH_W = @CYGPATH_W@
190DEFS = @DEFS@ \
191    -DDEFAULT_CONFIGDIR=\"$(sysconfdir)\" -DPOOL_TOOLS
192
193DLLTOOL = @DLLTOOL@
194DOCBOOKSTYLE = @DOCBOOKSTYLE@
195DSYMUTIL = @DSYMUTIL@
196DUMPBIN = @DUMPBIN@
197ECHO_C = @ECHO_C@
198ECHO_N = @ECHO_N@
199ECHO_T = @ECHO_T@
200EGREP = @EGREP@
201EXEEXT = @EXEEXT@
202FGREP = @FGREP@
203GREP = @GREP@
204INSTALL = @INSTALL@
205INSTALL_DATA = @INSTALL_DATA@
206INSTALL_PROGRAM = @INSTALL_PROGRAM@
207INSTALL_SCRIPT = @INSTALL_SCRIPT@
208INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209JADE = @JADE@
210LD = @LD@
211LDFLAGS = @LDFLAGS@
212LEX = @LEX@
213LEXLIB = @LEXLIB@
214LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
215LIBOBJS = @LIBOBJS@
216LIBS = @LIBS@
217LIBTOOL = @LIBTOOL@
218LIPO = @LIPO@
219LN_S = @LN_S@
220LTLIBOBJS = @LTLIBOBJS@
221LYNX = @LYNX@
222MAINT = @MAINT@
223MAKEINFO = @MAKEINFO@
224MANIFEST_TOOL = @MANIFEST_TOOL@
225MEMCACHED_DIR = @MEMCACHED_DIR@
226MEMCACHED_INCLUDE_OPT = @MEMCACHED_INCLUDE_OPT@
227MEMCACHED_LINK_OPT = @MEMCACHED_LINK_OPT@
228MEMCACHED_RPATH_OPT = @MEMCACHED_RPATH_OPT@
229MKDIR_P = @MKDIR_P@
230NM = @NM@
231NMEDIT = @NMEDIT@
232NSGMLS = @NSGMLS@
233OBJDUMP = @OBJDUMP@
234OBJEXT = @OBJEXT@
235OSX = @OSX@
236OTOOL = @OTOOL@
237OTOOL64 = @OTOOL64@
238PACKAGE = @PACKAGE@
239PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
240PACKAGE_NAME = @PACKAGE_NAME@
241PACKAGE_STRING = @PACKAGE_STRING@
242PACKAGE_TARNAME = @PACKAGE_TARNAME@
243PACKAGE_URL = @PACKAGE_URL@
244PACKAGE_VERSION = @PACKAGE_VERSION@
245PATH_SEPARATOR = @PATH_SEPARATOR@
246PERL = @PERL@
247PGCONFIG = @PGCONFIG@
248PGSQL_BIN_DIR = @PGSQL_BIN_DIR@
249PGSQL_INCLUDE_DIR = @PGSQL_INCLUDE_DIR@
250PGSQL_LIB_DIR = @PGSQL_LIB_DIR@
251RANLIB = @RANLIB@
252SED = @SED@
253SET_MAKE = @SET_MAKE@
254SHELL = @SHELL@
255STRIP = @STRIP@
256STYLE = @STYLE@
257SUNIFDEF = @SUNIFDEF@
258VERSION = @VERSION@
259XMLLINT = @XMLLINT@
260XSLTPROC = @XSLTPROC@
261XSLTPROC_HTML_FLAGS = @XSLTPROC_HTML_FLAGS@
262YACC = @YACC@
263YFLAGS = @YFLAGS@
264abs_builddir = @abs_builddir@
265abs_srcdir = @abs_srcdir@
266abs_top_builddir = @abs_top_builddir@
267abs_top_srcdir = @abs_top_srcdir@
268ac_ct_AR = @ac_ct_AR@
269ac_ct_CC = @ac_ct_CC@
270ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271am__leading_dot = @am__leading_dot@
272am__tar = @am__tar@
273am__untar = @am__untar@
274bindir = @bindir@
275build = @build@
276build_alias = @build_alias@
277build_cpu = @build_cpu@
278build_os = @build_os@
279build_vendor = @build_vendor@
280builddir = @builddir@
281datadir = @datadir@
282datarootdir = @datarootdir@
283docdir = @docdir@
284dvidir = @dvidir@
285exec_prefix = @exec_prefix@
286have_docbook = @have_docbook@
287host = @host@
288host_alias = @host_alias@
289host_cpu = @host_cpu@
290host_os = @host_os@
291host_vendor = @host_vendor@
292htmldir = @htmldir@
293includedir = @includedir@
294infodir = @infodir@
295install_sh = @install_sh@
296libdir = @libdir@
297libexecdir = @libexecdir@
298localedir = @localedir@
299localstatedir = @localstatedir@
300mandir = @mandir@
301mkdir_p = @mkdir_p@
302oldincludedir = @oldincludedir@
303pdfdir = @pdfdir@
304prefix = @prefix@
305program_transform_name = @program_transform_name@
306psdir = @psdir@
307sbindir = @sbindir@
308sharedstatedir = @sharedstatedir@
309srcdir = @srcdir@
310sysconfdir = @sysconfdir@
311target_alias = @target_alias@
312top_build_prefix = @top_build_prefix@
313top_builddir = @top_builddir@
314top_srcdir = @top_srcdir@
315AM_CPPFLAGS = -D_GNU_SOURCE -DPOOL_PRIVATE -I @PGSQL_INCLUDE_DIR@
316dist_pg_enc_SOURCES = pg_enc.c \
317		../fe_port.c
318
319nodist_pg_enc_SOURCES = ssl_utils.c \
320		md5.c \
321		base64.c \
322		pool_passwd.c \
323		strlcpy.c \
324		regex_array.c \
325		pool_config_variables.c \
326		pool_config.c \
327		fe_memutils.c \
328		pool_path.c
329
330all: all-am
331
332.SUFFIXES:
333.SUFFIXES: .c .lo .o .obj
334$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335	@for dep in $?; do \
336	  case '$(am__configure_deps)' in \
337	    *$$dep*) \
338	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339	        && { if test -f $@; then exit 0; else break; fi; }; \
340	      exit 1;; \
341	  esac; \
342	done; \
343	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/tools/pgenc/Makefile'; \
344	$(am__cd) $(top_srcdir) && \
345	  $(AUTOMAKE) --foreign --ignore-deps src/tools/pgenc/Makefile
346.PRECIOUS: Makefile
347Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348	@case '$?' in \
349	  *config.status*) \
350	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351	  *) \
352	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354	esac;
355
356$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
362	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(am__aclocal_m4_deps):
364install-binPROGRAMS: $(bin_PROGRAMS)
365	@$(NORMAL_INSTALL)
366	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
367	if test -n "$$list"; then \
368	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
369	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
370	fi; \
371	for p in $$list; do echo "$$p $$p"; done | \
372	sed 's/$(EXEEXT)$$//' | \
373	while read p p1; do if test -f $$p \
374	 || test -f $$p1 \
375	  ; then echo "$$p"; echo "$$p"; else :; fi; \
376	done | \
377	sed -e 'p;s,.*/,,;n;h' \
378	    -e 's|.*|.|' \
379	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
380	sed 'N;N;N;s,\n, ,g' | \
381	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
382	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
383	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
384	    else { print "f", $$3 "/" $$4, $$1; } } \
385	  END { for (d in files) print "f", d, files[d] }' | \
386	while read type dir files; do \
387	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
388	    test -z "$$files" || { \
389	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
390	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
391	    } \
392	; done
393
394uninstall-binPROGRAMS:
395	@$(NORMAL_UNINSTALL)
396	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
397	files=`for p in $$list; do echo "$$p"; done | \
398	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
399	      -e 's/$$/$(EXEEXT)/' \
400	`; \
401	test -n "$$list" || exit 0; \
402	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
403	cd "$(DESTDIR)$(bindir)" && rm -f $$files
404
405clean-binPROGRAMS:
406	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
407	echo " rm -f" $$list; \
408	rm -f $$list || exit $$?; \
409	test -n "$(EXEEXT)" || exit 0; \
410	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
411	echo " rm -f" $$list; \
412	rm -f $$list
413../$(am__dirstamp):
414	@$(MKDIR_P) ..
415	@: > ../$(am__dirstamp)
416../fe_port.$(OBJEXT): ../$(am__dirstamp)
417
418pg_enc$(EXEEXT): $(pg_enc_OBJECTS) $(pg_enc_DEPENDENCIES) $(EXTRA_pg_enc_DEPENDENCIES)
419	@rm -f pg_enc$(EXEEXT)
420	$(AM_V_CCLD)$(LINK) $(pg_enc_OBJECTS) $(pg_enc_LDADD) $(LIBS)
421
422mostlyclean-compile:
423	-rm -f *.$(OBJEXT)
424	-rm -f ../*.$(OBJEXT)
425
426distclean-compile:
427	-rm -f *.tab.c
428
429.c.o:
430	$(AM_V_CC)$(COMPILE) -c -o $@ $<
431
432.c.obj:
433	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
434
435.c.lo:
436	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
437
438mostlyclean-libtool:
439	-rm -f *.lo
440
441clean-libtool:
442	-rm -rf .libs _libs
443
444ID: $(am__tagged_files)
445	$(am__define_uniq_tagged_files); mkid -fID $$unique
446tags: tags-am
447TAGS: tags
448
449tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
450	set x; \
451	here=`pwd`; \
452	$(am__define_uniq_tagged_files); \
453	shift; \
454	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  if test $$# -gt 0; then \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      "$$@" $$unique; \
459	  else \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      $$unique; \
462	  fi; \
463	fi
464ctags: ctags-am
465
466CTAGS: ctags
467ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
468	$(am__define_uniq_tagged_files); \
469	test -z "$(CTAGS_ARGS)$$unique" \
470	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471	     $$unique
472
473GTAGS:
474	here=`$(am__cd) $(top_builddir) && pwd` \
475	  && $(am__cd) $(top_srcdir) \
476	  && gtags -i $(GTAGS_ARGS) "$$here"
477cscopelist: cscopelist-am
478
479cscopelist-am: $(am__tagged_files)
480	list='$(am__tagged_files)'; \
481	case "$(srcdir)" in \
482	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
483	  *) sdir=$(subdir)/$(srcdir) ;; \
484	esac; \
485	for i in $$list; do \
486	  if test -f "$$i"; then \
487	    echo "$(subdir)/$$i"; \
488	  else \
489	    echo "$$sdir/$$i"; \
490	  fi; \
491	done >> $(top_builddir)/cscope.files
492
493distclean-tags:
494	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
495
496distdir: $(DISTFILES)
497	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
499	list='$(DISTFILES)'; \
500	  dist_files=`for file in $$list; do echo $$file; done | \
501	  sed -e "s|^$$srcdirstrip/||;t" \
502	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
503	case $$dist_files in \
504	  */*) $(MKDIR_P) `echo "$$dist_files" | \
505			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
506			   sort -u` ;; \
507	esac; \
508	for file in $$dist_files; do \
509	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
510	  if test -d $$d/$$file; then \
511	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
512	    if test -d "$(distdir)/$$file"; then \
513	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514	    fi; \
515	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
516	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
517	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518	    fi; \
519	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
520	  else \
521	    test -f "$(distdir)/$$file" \
522	    || cp -p $$d/$$file "$(distdir)/$$file" \
523	    || exit 1; \
524	  fi; \
525	done
526check-am: all-am
527check: check-am
528all-am: Makefile $(PROGRAMS)
529installdirs:
530	for dir in "$(DESTDIR)$(bindir)"; do \
531	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
532	done
533install: install-am
534install-exec: install-exec-am
535install-data: install-data-am
536uninstall: uninstall-am
537
538install-am: all-am
539	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540
541installcheck: installcheck-am
542install-strip:
543	if test -z '$(STRIP)'; then \
544	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546	      install; \
547	else \
548	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
551	fi
552mostlyclean-generic:
553
554clean-generic:
555
556distclean-generic:
557	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
558	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
559	-rm -f ../$(am__dirstamp)
560
561maintainer-clean-generic:
562	@echo "This command is intended for maintainers to use"
563	@echo "it deletes files that may require special tools to rebuild."
564clean: clean-am
565
566clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
567	mostlyclean-am
568
569distclean: distclean-am
570	-rm -f Makefile
571distclean-am: clean-am distclean-compile distclean-generic \
572	distclean-tags
573
574dvi: dvi-am
575
576dvi-am:
577
578html: html-am
579
580html-am:
581
582info: info-am
583
584info-am:
585
586install-data-am:
587
588install-dvi: install-dvi-am
589
590install-dvi-am:
591
592install-exec-am: install-binPROGRAMS
593
594install-html: install-html-am
595
596install-html-am:
597
598install-info: install-info-am
599
600install-info-am:
601
602install-man:
603
604install-pdf: install-pdf-am
605
606install-pdf-am:
607
608install-ps: install-ps-am
609
610install-ps-am:
611
612installcheck-am:
613
614maintainer-clean: maintainer-clean-am
615	-rm -f Makefile
616maintainer-clean-am: distclean-am maintainer-clean-generic
617
618mostlyclean: mostlyclean-am
619
620mostlyclean-am: mostlyclean-compile mostlyclean-generic \
621	mostlyclean-libtool
622
623pdf: pdf-am
624
625pdf-am:
626
627ps: ps-am
628
629ps-am:
630
631uninstall-am: uninstall-binPROGRAMS
632
633.MAKE: install-am install-strip
634
635.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
636	clean-binPROGRAMS clean-generic clean-libtool clean-local \
637	cscopelist-am ctags ctags-am distclean distclean-compile \
638	distclean-generic distclean-libtool distclean-tags distdir dvi \
639	dvi-am html html-am info info-am install install-am \
640	install-binPROGRAMS install-data install-data-am install-dvi \
641	install-dvi-am install-exec install-exec-am install-html \
642	install-html-am install-info install-info-am install-man \
643	install-pdf install-pdf-am install-ps install-ps-am \
644	install-strip installcheck installcheck-am installdirs \
645	maintainer-clean maintainer-clean-generic mostlyclean \
646	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
647	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
648	uninstall-binPROGRAMS
649
650
651pool_passwd.c: ../../../src/auth/pool_passwd.c
652	rm -f $@ && ln -s $< .
653pool_path.c: ../../../src/utils/pool_path.c
654	rm -f $@ && ln -s $< .
655md5.c: ../../../src/auth/md5.c
656	rm -f $@ && ln -s $< .
657md5.h: ../../../src/include/auth/md5.h
658	rm -f $@ && ln -s $< .
659base64.c: ../../../src/utils/base64.c
660	rm -f $@ && ln -s $< .
661ssl_utils.c: ../../../src/utils/ssl_utils.c
662	rm -f $@ && ln -s $< .
663base64.h: ../../../src/include/utils/base64.h
664	rm -f $@ && ln -s $< .
665ssl_utils.h: ../../../src/include/utils/ssl_utils.h
666	rm -f $@ && ln -s $< .
667strlcpy.c: ../../../src/utils/strlcpy.c
668	rm -f $@ && ln -s $< .
669regex_array.c: ../../../src/utils/regex_array.c
670	rm -f $@ && ln -s $< .
671pool_config_variables.c: ../../../src/config/pool_config_variables.c
672	rm -f $@ && ln -s $< .
673pool_config.c: ../../../src/config/pool_config.c
674	rm -f $@ && ln -s $< .
675fe_memutils.c: ../../../src/tools/fe_memutils.c
676	rm -f $@ && ln -s $< .
677
678clean-local:
679	-rm -f $(nodist_pg_enc_SOURCES)
680
681# Tell versions [3.59,3.63) of GNU make to not export all variables.
682# Otherwise a system limit (for SysV at least) may be exceeded.
683.NOEXPORT:
684