1# Makefile.in generated by automake 1.14.1 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = rpm
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82	$(srcdir)/apl.spec.in
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/depend.m4 \
85	$(top_srcdir)/m4/ax_lib_sqlite3.m4 \
86	$(top_srcdir)/m4/ax_lib_postgresql.m4 \
87	$(top_srcdir)/m4/ax_path_lib_pcre.m4 \
88	$(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90	$(ACLOCAL_M4)
91mkinstalldirs = $(install_sh) -d
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES = apl.spec
94CONFIG_CLEAN_VPATH_FILES =
95AM_V_P = $(am__v_P_@AM_V@)
96am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97am__v_P_0 = false
98am__v_P_1 = :
99AM_V_GEN = $(am__v_GEN_@AM_V@)
100am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101am__v_GEN_0 = @echo "  GEN     " $@;
102am__v_GEN_1 =
103AM_V_at = $(am__v_at_@AM_V@)
104am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105am__v_at_0 = @
106am__v_at_1 =
107SOURCES =
108DIST_SOURCES =
109am__can_run_installinfo = \
110  case $$AM_UPDATE_INFO_DIR in \
111    n|no|NO) false;; \
112    *) (install-info --version) >/dev/null 2>&1;; \
113  esac
114am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
115DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116ACLOCAL = @ACLOCAL@
117AMTAR = @AMTAR@
118AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
119APSERVER_PATH = @APSERVER_PATH@
120APSERVER_PORT = @APSERVER_PORT@
121APSERVER_TRANSPORT = @APSERVER_TRANSPORT@
122AR = @AR@
123ASSERT_LEVEL_WANTED = @ASSERT_LEVEL_WANTED@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131CORE_COUNT_WANTED = @CORE_COUNT_WANTED@
132CPP = @CPP@
133CPPFLAGS = @CPPFLAGS@
134CXX = @CXX@
135CXXCPP = @CXXCPP@
136CXXDEPMODE = @CXXDEPMODE@
137CXXFLAGS = @CXXFLAGS@
138CXX_RDYNAMIC = @CXX_RDYNAMIC@
139CXX_WERROR = @CXX_WERROR@
140CYGPATH_W = @CYGPATH_W@
141DEFS = @DEFS@
142DEPDIR = @DEPDIR@
143DEVELOP_WANTED = @DEVELOP_WANTED@
144DLLTOOL = @DLLTOOL@
145DSYMUTIL = @DSYMUTIL@
146DUMPBIN = @DUMPBIN@
147DYNAMIC_LOG_WANTED = @DYNAMIC_LOG_WANTED@
148ECHO_C = @ECHO_C@
149ECHO_N = @ECHO_N@
150ECHO_T = @ECHO_T@
151EGREP = @EGREP@
152EXEEXT = @EXEEXT@
153FGREP = @FGREP@
154GCOV_WANTED = @GCOV_WANTED@
155GPROF_WANTED = @GPROF_WANTED@
156GREP = @GREP@
157GTK_CFLAGS = @GTK_CFLAGS@
158GTK_LIBS = @GTK_LIBS@
159INSTALL = @INSTALL@
160INSTALL_DATA = @INSTALL_DATA@
161INSTALL_PROGRAM = @INSTALL_PROGRAM@
162INSTALL_SCRIPT = @INSTALL_SCRIPT@
163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164LD = @LD@
165LDFLAGS = @LDFLAGS@
166LIBOBJS = @LIBOBJS@
167LIBS = @LIBS@
168LIBTOOL = @LIBTOOL@
169LIPO = @LIPO@
170LN_S = @LN_S@
171LTLIBOBJS = @LTLIBOBJS@
172MAINT = @MAINT@
173MAKEINFO = @MAKEINFO@
174MANIFEST_TOOL = @MANIFEST_TOOL@
175MAX_RANK_WANTED = @MAX_RANK_WANTED@
176MKDIR_P = @MKDIR_P@
177NM = @NM@
178NMEDIT = @NMEDIT@
179OBJDUMP = @OBJDUMP@
180OBJEXT = @OBJEXT@
181OTOOL = @OTOOL@
182OTOOL64 = @OTOOL64@
183PACKAGE = @PACKAGE@
184PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185PACKAGE_NAME = @PACKAGE_NAME@
186PACKAGE_STRING = @PACKAGE_STRING@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_URL = @PACKAGE_URL@
189PACKAGE_VERSION = @PACKAGE_VERSION@
190PATH_SEPARATOR = @PATH_SEPARATOR@
191PCRE_CFLAGS = @PCRE_CFLAGS@
192PCRE_LIBS = @PCRE_LIBS@
193PERFORMANCE_COUNTERS_WANTED = @PERFORMANCE_COUNTERS_WANTED@
194PG_CONFIG = @PG_CONFIG@
195PKG_CONFIG = @PKG_CONFIG@
196PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
197PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
198POSTGRESQL_CFLAGS = @POSTGRESQL_CFLAGS@
199POSTGRESQL_LDFLAGS = @POSTGRESQL_LDFLAGS@
200POSTGRESQL_VERSION = @POSTGRESQL_VERSION@
201RANLIB = @RANLIB@
202RATIONAL_NUMBERS_WANTED = @RATIONAL_NUMBERS_WANTED@
203SECURITY_LEVEL_WANTED = @SECURITY_LEVEL_WANTED@
204SED = @SED@
205SET_MAKE = @SET_MAKE@
206SHELL = @SHELL@
207SHORT_VALUE_LENGTH_WANTED = @SHORT_VALUE_LENGTH_WANTED@
208SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
209SQLITE3_LDFLAGS = @SQLITE3_LDFLAGS@
210SQLITE3_VERSION = @SQLITE3_VERSION@
211STRIP = @STRIP@
212VALUE_CHECK_WANTED = @VALUE_CHECK_WANTED@
213VALUE_HISTORY_WANTED = @VALUE_HISTORY_WANTED@
214VERSION = @VERSION@
215VF_TRACING_WANTED = @VF_TRACING_WANTED@
216VISIBLE_MARKERS_WANTED = @VISIBLE_MARKERS_WANTED@
217XCBLIBS_CFLAGS = @XCBLIBS_CFLAGS@
218XCBLIBS_LIBS = @XCBLIBS_LIBS@
219abs_builddir = @abs_builddir@
220abs_srcdir = @abs_srcdir@
221abs_top_builddir = @abs_top_builddir@
222abs_top_srcdir = @abs_top_srcdir@
223ac_ct_AR = @ac_ct_AR@
224ac_ct_CC = @ac_ct_CC@
225ac_ct_CXX = @ac_ct_CXX@
226ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
227am__include = @am__include@
228am__leading_dot = @am__leading_dot@
229am__quote = @am__quote@
230am__tar = @am__tar@
231am__untar = @am__untar@
232bindir = @bindir@
233build = @build@
234build_alias = @build_alias@
235build_cpu = @build_cpu@
236build_os = @build_os@
237build_vendor = @build_vendor@
238builddir = @builddir@
239datadir = @datadir@
240datarootdir = @datarootdir@
241docdir = @docdir@
242dvidir = @dvidir@
243exec_prefix = @exec_prefix@
244host = @host@
245host_alias = @host_alias@
246host_cpu = @host_cpu@
247host_os = @host_os@
248host_vendor = @host_vendor@
249htmldir = @htmldir@
250includedir = @includedir@
251infodir = @infodir@
252install_sh = @install_sh@
253libdir = @libdir@
254libexecdir = @libexecdir@
255localedir = @localedir@
256localstatedir = @localstatedir@
257mandir = @mandir@
258mkdir_p = @mkdir_p@
259oldincludedir = @oldincludedir@
260pdfdir = @pdfdir@
261prefix = @prefix@
262program_transform_name = @program_transform_name@
263psdir = @psdir@
264sbindir = @sbindir@
265sharedstatedir = @sharedstatedir@
266srcdir = @srcdir@
267sysconfdir = @sysconfdir@
268target_alias = @target_alias@
269top_build_prefix = @top_build_prefix@
270top_builddir = @top_builddir@
271top_srcdir = @top_srcdir@
272TAR_FILENAME = $(PACKAGE)-$(VERSION).tar.gz
273RPM_DIRS = BUILD BUILDROOT SOURCES RPMS SPECS SRPMS
274RPM_ARGS = -ba SPECS/apl.spec --buildroot $(abs_top_builddir)/rpm/BUILDROOT
275all: all-am
276
277.SUFFIXES:
278$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
279	@for dep in $?; do \
280	  case '$(am__configure_deps)' in \
281	    *$$dep*) \
282	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283	        && { if test -f $@; then exit 0; else break; fi; }; \
284	      exit 1;; \
285	  esac; \
286	done; \
287	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu rpm/Makefile'; \
288	$(am__cd) $(top_srcdir) && \
289	  $(AUTOMAKE) --gnu rpm/Makefile
290.PRECIOUS: Makefile
291Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292	@case '$?' in \
293	  *config.status*) \
294	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295	  *) \
296	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298	esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
304	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
306	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(am__aclocal_m4_deps):
308apl.spec: $(top_builddir)/config.status $(srcdir)/apl.spec.in
309	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
310
311mostlyclean-libtool:
312	-rm -f *.lo
313
314clean-libtool:
315	-rm -rf .libs _libs
316tags TAGS:
317
318ctags CTAGS:
319
320cscope cscopelist:
321
322
323distdir: $(DISTFILES)
324	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326	list='$(DISTFILES)'; \
327	  dist_files=`for file in $$list; do echo $$file; done | \
328	  sed -e "s|^$$srcdirstrip/||;t" \
329	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
330	case $$dist_files in \
331	  */*) $(MKDIR_P) `echo "$$dist_files" | \
332			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
333			   sort -u` ;; \
334	esac; \
335	for file in $$dist_files; do \
336	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
337	  if test -d $$d/$$file; then \
338	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
339	    if test -d "$(distdir)/$$file"; then \
340	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341	    fi; \
342	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
344	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345	    fi; \
346	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
347	  else \
348	    test -f "$(distdir)/$$file" \
349	    || cp -p $$d/$$file "$(distdir)/$$file" \
350	    || exit 1; \
351	  fi; \
352	done
353check-am: all-am
354check: check-am
355all-am: Makefile
356installdirs:
357install: install-am
358install-exec: install-exec-am
359install-data: install-data-am
360uninstall: uninstall-am
361
362install-am: all-am
363	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364
365installcheck: installcheck-am
366install-strip:
367	if test -z '$(STRIP)'; then \
368	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370	      install; \
371	else \
372	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
375	fi
376mostlyclean-generic:
377
378clean-generic:
379
380distclean-generic:
381	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
382	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
384maintainer-clean-generic:
385	@echo "This command is intended for maintainers to use"
386	@echo "it deletes files that may require special tools to rebuild."
387clean: clean-am
388
389clean-am: clean-generic clean-libtool clean-local mostlyclean-am
390
391distclean: distclean-am
392	-rm -f Makefile
393distclean-am: clean-am distclean-generic
394
395dvi: dvi-am
396
397dvi-am:
398
399html: html-am
400
401html-am:
402
403info: info-am
404
405info-am:
406
407install-data-am:
408
409install-dvi: install-dvi-am
410
411install-dvi-am:
412
413install-exec-am:
414
415install-html: install-html-am
416
417install-html-am:
418
419install-info: install-info-am
420
421install-info-am:
422
423install-man:
424
425install-pdf: install-pdf-am
426
427install-pdf-am:
428
429install-ps: install-ps-am
430
431install-ps-am:
432
433installcheck-am:
434
435maintainer-clean: maintainer-clean-am
436	-rm -f Makefile
437maintainer-clean-am: distclean-am maintainer-clean-generic
438
439mostlyclean: mostlyclean-am
440
441mostlyclean-am: mostlyclean-generic mostlyclean-libtool
442
443pdf: pdf-am
444
445pdf-am:
446
447ps: ps-am
448
449ps-am:
450
451uninstall-am:
452
453.MAKE: install-am install-strip
454
455.PHONY: all all-am check check-am clean clean-generic clean-libtool \
456	clean-local cscopelist-am ctags-am distclean distclean-generic \
457	distclean-libtool distdir dvi dvi-am html html-am info info-am \
458	install install-am install-data install-data-am install-dvi \
459	install-dvi-am install-exec install-exec-am install-html \
460	install-html-am install-info install-info-am install-man \
461	install-pdf install-pdf-am install-ps install-ps-am \
462	install-strip installcheck installcheck-am installdirs \
463	maintainer-clean maintainer-clean-generic mostlyclean \
464	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
465	tags-am uninstall uninstall-am
466
467
468.PHONY: RPM
469RPM:
470	rm -Rf $(RPM_DIRS)
471	mkdir  $(RPM_DIRS)
472	cp apl.spec SPECS/
473	cp ../$(TAR_FILENAME) SOURCES/
474	rpmbuild $(RPM_ARGS)
475
476clean-local:
477	rm -Rf BUILD BUILDROOT SOURCES RPMS SPECS SRPMS
478
479# Tell versions [3.59,3.63) of GNU make to not export all variables.
480# Otherwise a system limit (for SysV at least) may be exceeded.
481.NOEXPORT:
482