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@
16
17# Automake source file for the Parma Polyhedra Library.
18# Copyright (C) 2001-2010 Roberto Bagnara <bagnara@cs.unipr.it>
19# Copyright (C) 2010-2016 BUGSENG srl (http://bugseng.com)
20#
21# This file is part of the Parma Polyhedra Library (PPL).
22#
23# The PPL is free software; you can redistribute it and/or modify it
24# under the terms of the GNU General Public License as published by the
25# Free Software Foundation; either version 3 of the License, or (at your
26# option) any later version.
27#
28# The PPL is distributed in the hope that it will be useful, but WITHOUT
29# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
30# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
31# for more details.
32#
33# You should have received a copy of the GNU General Public License
34# along with this program; if not, write to the Free Software Foundation,
35# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
36#
37# For the most up-to-date information see the Parma Polyhedra Library
38# site: http://bugseng.com/products/ppl/ .
39
40VPATH = @srcdir@
41am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
42am__make_running_with_option = \
43  case $${target_option-} in \
44      ?) ;; \
45      *) echo "am__make_running_with_option: internal error: invalid" \
46              "target option '$${target_option-}' specified" >&2; \
47         exit 1;; \
48  esac; \
49  has_opt=no; \
50  sane_makeflags=$$MAKEFLAGS; \
51  if $(am__is_gnu_make); then \
52    sane_makeflags=$$MFLAGS; \
53  else \
54    case $$MAKEFLAGS in \
55      *\\[\ \	]*) \
56        bs=\\; \
57        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
59    esac; \
60  fi; \
61  skip_next=no; \
62  strip_trailopt () \
63  { \
64    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65  }; \
66  for flg in $$sane_makeflags; do \
67    test $$skip_next = yes && { skip_next=no; continue; }; \
68    case $$flg in \
69      *=*|--*) continue;; \
70        -*I) strip_trailopt 'I'; skip_next=yes;; \
71      -*I?*) strip_trailopt 'I';; \
72        -*O) strip_trailopt 'O'; skip_next=yes;; \
73      -*O?*) strip_trailopt 'O';; \
74        -*l) strip_trailopt 'l'; skip_next=yes;; \
75      -*l?*) strip_trailopt 'l';; \
76      -[dEDm]) skip_next=yes;; \
77      -[JT]) skip_next=yes;; \
78    esac; \
79    case $$flg in \
80      *$$target_option*) has_opt=yes; break;; \
81    esac; \
82  done; \
83  test $$has_opt = yes
84am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86pkgdatadir = $(datadir)/@PACKAGE@
87pkgincludedir = $(includedir)/@PACKAGE@
88pkglibdir = $(libdir)/@PACKAGE@
89pkglibexecdir = $(libexecdir)/@PACKAGE@
90am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91install_sh_DATA = $(install_sh) -c -m 644
92install_sh_PROGRAM = $(install_sh) -c
93install_sh_SCRIPT = $(install_sh) -c
94INSTALL_HEADER = $(INSTALL_DATA)
95transform = $(program_transform_name)
96NORMAL_INSTALL = :
97PRE_INSTALL = :
98POST_INSTALL = :
99NORMAL_UNINSTALL = :
100PRE_UNINSTALL = :
101POST_UNINSTALL = :
102build_triplet = @build@
103host_triplet = @host@
104subdir = interfaces/Prolog
105DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106	$(top_srcdir)/mkinstalldirs
107ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_ciao.m4 \
109	$(top_srcdir)/m4/ac_check_cxx11.m4 \
110	$(top_srcdir)/m4/ac_check_fpu_control.m4 \
111	$(top_srcdir)/m4/ac_check_gmp.m4 \
112	$(top_srcdir)/m4/ac_check_sicstus_prolog.m4 \
113	$(top_srcdir)/m4/ac_check_swi_prolog.m4 \
114	$(top_srcdir)/m4/ac_check_xsb_prolog.m4 \
115	$(top_srcdir)/m4/ac_check_yap.m4 \
116	$(top_srcdir)/m4/ac_cxx_attribute_weak.m4 \
117	$(top_srcdir)/m4/ac_cxx_double_binary_format.m4 \
118	$(top_srcdir)/m4/ac_cxx_float_binary_format.m4 \
119	$(top_srcdir)/m4/ac_cxx_ieee_inexact_flag.m4 \
120	$(top_srcdir)/m4/ac_cxx_limit_memory.m4 \
121	$(top_srcdir)/m4/ac_cxx_long_double_binary_format.m4 \
122	$(top_srcdir)/m4/ac_cxx_plain_char_is_signed.m4 \
123	$(top_srcdir)/m4/ac_cxx_proper_long_double.m4 \
124	$(top_srcdir)/m4/ac_cxx_zero_length_arrays.m4 \
125	$(top_srcdir)/m4/ac_prog_jar.m4 \
126	$(top_srcdir)/m4/ac_prog_java.m4 \
127	$(top_srcdir)/m4/ac_prog_javac.m4 \
128	$(top_srcdir)/m4/ac_prog_javah.m4 \
129	$(top_srcdir)/m4/ac_text_md5sum.m4 \
130	$(top_srcdir)/m4/ac_use_libtool.m4 $(top_srcdir)/m4/libtool.m4 \
131	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
132	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
133	$(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/ocaml.m4 \
134	$(top_srcdir)/configure.ac
135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
136	$(ACLOCAL_M4)
137mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
138CONFIG_HEADER = $(top_builddir)/config.h
139CONFIG_CLEAN_FILES =
140CONFIG_CLEAN_VPATH_FILES =
141AM_V_P = $(am__v_P_@AM_V@)
142am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143am__v_P_0 = false
144am__v_P_1 = :
145AM_V_GEN = $(am__v_GEN_@AM_V@)
146am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147am__v_GEN_0 = @echo "  GEN     " $@;
148am__v_GEN_1 =
149AM_V_at = $(am__v_at_@AM_V@)
150am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151am__v_at_0 = @
152am__v_at_1 =
153SOURCES =
154DIST_SOURCES =
155RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
156	ctags-recursive dvi-recursive html-recursive info-recursive \
157	install-data-recursive install-dvi-recursive \
158	install-exec-recursive install-html-recursive \
159	install-info-recursive install-pdf-recursive \
160	install-ps-recursive install-recursive installcheck-recursive \
161	installdirs-recursive pdf-recursive ps-recursive \
162	tags-recursive uninstall-recursive
163am__can_run_installinfo = \
164  case $$AM_UPDATE_INFO_DIR in \
165    n|no|NO) false;; \
166    *) (install-info --version) >/dev/null 2>&1;; \
167  esac
168DATA = $(nodist_noinst_DATA)
169RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
170  distclean-recursive maintainer-clean-recursive
171am__recursive_targets = \
172  $(RECURSIVE_TARGETS) \
173  $(RECURSIVE_CLEAN_TARGETS) \
174  $(am__extra_recursive_targets)
175AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176	distdir
177am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178# Read a list of newline-separated strings from the standard input,
179# and print each of them once, without duplicates.  Input order is
180# *not* preserved.
181am__uniquify_input = $(AWK) '\
182  BEGIN { nonempty = 0; } \
183  { items[$$0] = 1; nonempty = 1; } \
184  END { if (nonempty) { for (i in items) print i; }; } \
185'
186# Make sure the list of sources is unique.  This is necessary because,
187# e.g., the same source file might be shared among _SOURCES variables
188# for different programs/libraries.
189am__define_uniq_tagged_files = \
190  list='$(am__tagged_files)'; \
191  unique=`for i in $$list; do \
192    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193  done | $(am__uniquify_input)`
194ETAGS = etags
195CTAGS = ctags
196DIST_SUBDIRS = . tests Ciao GNU SICStus SWI XSB YAP
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198am__relativize = \
199  dir0=`pwd`; \
200  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
201  sed_rest='s,^[^/]*/*,,'; \
202  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
203  sed_butlast='s,/*[^/]*$$,,'; \
204  while test -n "$$dir1"; do \
205    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
206    if test "$$first" != "."; then \
207      if test "$$first" = ".."; then \
208        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
209        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
210      else \
211        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
212        if test "$$first2" = "$$first"; then \
213          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
214        else \
215          dir2="../$$dir2"; \
216        fi; \
217        dir0="$$dir0"/"$$first"; \
218      fi; \
219    fi; \
220    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
221  done; \
222  reldir="$$dir2"
223ACLOCAL = @ACLOCAL@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226AR = @AR@
227AUTOCONF = @AUTOCONF@
228AUTOHEADER = @AUTOHEADER@
229AUTOMAKE = @AUTOMAKE@
230AWK = @AWK@
231CC = @CC@
232CCDEPMODE = @CCDEPMODE@
233CFLAGS = @CFLAGS@
234CIAO_PROLOG = @CIAO_PROLOG@
235CIAO_PROLOG_INCLUDE_OPTIONS = @CIAO_PROLOG_INCLUDE_OPTIONS@
236CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
237CPP = @CPP@
238CPPFLAGS = @CPPFLAGS@
239CXX = @CXX@
240CXXCPP = @CXXCPP@
241CXXDEPMODE = @CXXDEPMODE@
242CXXFLAGS = @CXXFLAGS@
243CYGPATH_W = @CYGPATH_W@
244DEFS = @DEFS@
245DEPDIR = @DEPDIR@
246DLLTOOL = @DLLTOOL@
247DSYMUTIL = @DSYMUTIL@
248DUMPBIN = @DUMPBIN@
249ECHO_C = @ECHO_C@
250ECHO_N = @ECHO_N@
251ECHO_T = @ECHO_T@
252EGREP = @EGREP@
253EXEEXT = @EXEEXT@
254FGREP = @FGREP@
255GNU_PROLOG = @GNU_PROLOG@
256GREP = @GREP@
257INSTALL = @INSTALL@
258INSTALL_DATA = @INSTALL_DATA@
259INSTALL_PROGRAM = @INSTALL_PROGRAM@
260INSTALL_SCRIPT = @INSTALL_SCRIPT@
261INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262ISODATE = @ISODATE@
263JAR = @JAR@
264JAVA = @JAVA@
265JAVAC = @JAVAC@
266JAVAH = @JAVAH@
267JNIFLAGS = @JNIFLAGS@
268LD = @LD@
269LDFLAGS = @LDFLAGS@
270LIBEXT = @LIBEXT@
271LIBOBJS = @LIBOBJS@
272LIBS = @LIBS@
273LIBTOOL = @LIBTOOL@
274LIPO = @LIPO@
275LN_S = @LN_S@
276LTLIBOBJS = @LTLIBOBJS@
277M4 = @M4@
278M4_DEBUGFILE = @M4_DEBUGFILE@
279MAKEINFO = @MAKEINFO@
280MANIFEST_TOOL = @MANIFEST_TOOL@
281MD5SUM = @MD5SUM@
282MKDIR_P = @MKDIR_P@
283NM = @NM@
284NMEDIT = @NMEDIT@
285OBJDUMP = @OBJDUMP@
286OBJEXT = @OBJEXT@
287OCAMLBEST = @OCAMLBEST@
288OCAMLBUILD = @OCAMLBUILD@
289OCAMLC = @OCAMLC@
290OCAMLCDOTOPT = @OCAMLCDOTOPT@
291OCAMLDEP = @OCAMLDEP@
292OCAMLDOC = @OCAMLDOC@
293OCAMLLIB = @OCAMLLIB@
294OCAMLMKLIB = @OCAMLMKLIB@
295OCAMLMKTOP = @OCAMLMKTOP@
296OCAMLOPT = @OCAMLOPT@
297OCAMLOPTDOTOPT = @OCAMLOPTDOTOPT@
298OCAMLVERSION = @OCAMLVERSION@
299OTOOL = @OTOOL@
300OTOOL64 = @OTOOL64@
301PACKAGE = @PACKAGE@
302PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
303PACKAGE_NAME = @PACKAGE_NAME@
304PACKAGE_STRING = @PACKAGE_STRING@
305PACKAGE_TARNAME = @PACKAGE_TARNAME@
306PACKAGE_URL = @PACKAGE_URL@
307PACKAGE_VERSION = @PACKAGE_VERSION@
308PATH_SEPARATOR = @PATH_SEPARATOR@
309PERL = @PERL@
310PPL_VERSION_BETA = @PPL_VERSION_BETA@
311PPL_VERSION_MAJOR = @PPL_VERSION_MAJOR@
312PPL_VERSION_MINOR = @PPL_VERSION_MINOR@
313PPL_VERSION_REVISION = @PPL_VERSION_REVISION@
314RANLIB = @RANLIB@
315SED = @SED@
316SET_MAKE = @SET_MAKE@
317SHELL = @SHELL@
318SHREXT = @SHREXT@
319SICSTUS_PROLOG_INCLUDE_OPTIONS = @SICSTUS_PROLOG_INCLUDE_OPTIONS@
320STRIP = @STRIP@
321SWI_PROLOG = @SWI_PROLOG@
322SWI_PROLOG_INCLUDE_OPTIONS = @SWI_PROLOG_INCLUDE_OPTIONS@
323SWI_PROLOG_LD = @SWI_PROLOG_LD@
324SWI_PROLOG_LD_OPTIONS = @SWI_PROLOG_LD_OPTIONS@
325TEXT_MD5SUM = @TEXT_MD5SUM@
326VALGRIND = @VALGRIND@
327VERSION = @VERSION@
328XSB_PROLOG_INCLUDE_OPTIONS = @XSB_PROLOG_INCLUDE_OPTIONS@
329YAP_PROLOG = @YAP_PROLOG@
330YAP_PROLOG_INCLUDE_OPTIONS = @YAP_PROLOG_INCLUDE_OPTIONS@
331YAP_PROLOG_LD_OPTIONS = @YAP_PROLOG_LD_OPTIONS@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_AR = @ac_ct_AR@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_CXX = @ac_ct_CXX@
339ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340am__include = @am__include@
341am__leading_dot = @am__leading_dot@
342am__quote = @am__quote@
343am__tar = @am__tar@
344am__untar = @am__untar@
345bindir = @bindir@
346build = @build@
347build_alias = @build_alias@
348build_cpu = @build_cpu@
349build_os = @build_os@
350build_vendor = @build_vendor@
351builddir = @builddir@
352ciao_prolog = @ciao_prolog@
353coefficient_mnemonic = @coefficient_mnemonic@
354datadir = @datadir@
355datarootdir = @datarootdir@
356debug_flag = @debug_flag@
357docdir = @docdir@
358dvidir = @dvidir@
359exec_prefix = @exec_prefix@
360extra_includes = @extra_includes@
361extra_libraries = @extra_libraries@
362host = @host@
363host_alias = @host_alias@
364host_cpu = @host_cpu@
365host_os = @host_os@
366host_vendor = @host_vendor@
367htmldir = @htmldir@
368includedir = @includedir@
369infodir = @infodir@
370install_sh = @install_sh@
371libdir = @libdir@
372libexecdir = @libexecdir@
373localedir = @localedir@
374localstatedir = @localstatedir@
375mandir = @mandir@
376mkdir_p = @mkdir_p@
377mlgmp_dir = @mlgmp_dir@
378oldincludedir = @oldincludedir@
379pdfdir = @pdfdir@
380prefix = @prefix@
381program_transform_name = @program_transform_name@
382psdir = @psdir@
383required_instantiations = @required_instantiations@
384required_instantiations_c_cxx_headers = @required_instantiations_c_cxx_headers@
385required_instantiations_c_cxx_objects = @required_instantiations_c_cxx_objects@
386required_instantiations_c_cxx_sources = @required_instantiations_c_cxx_sources@
387required_instantiations_canonical_names = @required_instantiations_canonical_names@
388required_instantiations_java_classes = @required_instantiations_java_classes@
389required_instantiations_java_cxx_headers = @required_instantiations_java_cxx_headers@
390required_instantiations_java_cxx_headers_sources = @required_instantiations_java_cxx_headers_sources@
391required_instantiations_java_cxx_objects = @required_instantiations_java_cxx_objects@
392required_instantiations_java_cxx_sources = @required_instantiations_java_cxx_sources@
393required_instantiations_java_sources = @required_instantiations_java_sources@
394required_instantiations_ocaml_cxx_headers = @required_instantiations_ocaml_cxx_headers@
395required_instantiations_ocaml_cxx_objects = @required_instantiations_ocaml_cxx_objects@
396required_instantiations_ocaml_cxx_sources = @required_instantiations_ocaml_cxx_sources@
397required_instantiations_prolog_cxx_headers = @required_instantiations_prolog_cxx_headers@
398required_instantiations_prolog_cxx_objects = @required_instantiations_prolog_cxx_objects@
399required_instantiations_prolog_cxx_sources = @required_instantiations_prolog_cxx_sources@
400required_instantiations_prolog_generated_test_sources = @required_instantiations_prolog_generated_test_sources@
401sbindir = @sbindir@
402sharedstatedir = @sharedstatedir@
403sicstus_prolog = @sicstus_prolog@
404srcdir = @srcdir@
405swi_prolog = @swi_prolog@
406swi_prolog_ld = @swi_prolog_ld@
407sysconfdir = @sysconfdir@
408target_alias = @target_alias@
409top_build_prefix = @top_build_prefix@
410top_builddir = @top_builddir@
411top_srcdir = @top_srcdir@
412uudecode = @uudecode@
413xsb_prolog = @xsb_prolog@
414yap_prolog = @yap_prolog@
415@BUILD_CIAO_PROLOG_INTERFACE_TRUE@CIAO_PROLOG_SUBDIR = Ciao
416@BUILD_GNU_PROLOG_INTERFACE_TRUE@GNU_PROLOG_SUBDIR = GNU
417@BUILD_SICSTUS_PROLOG_INTERFACE_TRUE@SICSTUS_PROLOG_SUBDIR = SICStus
418@BUILD_SWI_PROLOG_INTERFACE_TRUE@SWI_PROLOG_SUBDIR = SWI
419@BUILD_XSB_PROLOG_INTERFACE_TRUE@XSB_PROLOG_SUBDIR = XSB
420@BUILD_YAP_PROLOG_INTERFACE_TRUE@YAP_PROLOG_SUBDIR = YAP
421SUBDIRS = \
422. tests \
423$(CIAO_PROLOG_SUBDIR) \
424$(GNU_PROLOG_SUBDIR) \
425$(SICSTUS_PROLOG_SUBDIR) \
426$(SWI_PROLOG_SUBDIR) \
427$(XSB_PROLOG_SUBDIR) \
428$(YAP_PROLOG_SUBDIR)
429
430interface_generator_files = \
431ppl_interface_generator_prolog_procedure_generators.m4 \
432ppl_interface_generator_prolog_hh_files.m4 \
433ppl_interface_generator_prolog_hh_code.m4 \
434ppl_interface_generator_prolog_cc_files.m4 \
435ppl_interface_generator_prolog_cc_code.m4 \
436ppl_interface_generator_prolog_systems.m4
437
438interface_generator_dox_files = \
439ppl_interface_generator_prolog_dox.m4 \
440ppl_interface_generator_prolog_dox_code.m4
441
442EXTRA_DIST = \
443$(interface_generator_files) \
444ppl_prolog_common_defs.hh \
445ppl_prolog_common_inlines.hh \
446ppl_prolog_common.cc \
447Prolog_configured_interface.dox \
448$(interface_generator_dox_files) \
449Prolog_interface.dox \
450Prolog_interface_sysindep.dox \
451Prolog_interface_sysindep_domains.dox \
452Prolog_interface_compilation.dox \
453Prolog_interface_sysdep.dox
454
455interface_generator_dox_dependencies = \
456../ppl_interface_generator_common.m4 \
457../ppl_interface_generator_common_dat.m4 \
458../ppl_interface_generator_copyright \
459../ppl_interface_generator_common_procedure_generators.m4 \
460ppl_interface_generator_prolog_procedure_generators.m4 \
461ppl_interface_generator_prolog_dox.m4 \
462ppl_interface_generator_prolog_dox_code.m4
463
464BUILT_SOURCES = \
465ppl_prolog_domains.hh \
466ppl_prolog_domains.cc.stamp
467
468nodist_noinst_DATA = Prolog_configured_domains.dox
469interface_generator_dependencies = \
470$(interface_generator_files) \
471$(top_builddir)/interfaces/ppl_interface_instantiations.m4 \
472../ppl_interface_generator_common.m4 \
473../ppl_interface_generator_common_dat.m4 \
474../ppl_interface_generator_copyright \
475../ppl_interface_generator_common_procedure_generators.m4
476
477CLEANFILES = \
478@required_instantiations_prolog_cxx_headers@ \
479@required_instantiations_prolog_cxx_sources@ \
480ppl_prolog_domains.cc.stamp \
481ppl_prolog_domains.hh \
482Prolog_configured_domains.dox
483
484all: $(BUILT_SOURCES)
485	$(MAKE) $(AM_MAKEFLAGS) all-recursive
486
487.SUFFIXES:
488$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
489	@for dep in $?; do \
490	  case '$(am__configure_deps)' in \
491	    *$$dep*) \
492	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
493	        && { if test -f $@; then exit 0; else break; fi; }; \
494	      exit 1;; \
495	  esac; \
496	done; \
497	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interfaces/Prolog/Makefile'; \
498	$(am__cd) $(top_srcdir) && \
499	  $(AUTOMAKE) --foreign interfaces/Prolog/Makefile
500.PRECIOUS: Makefile
501Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
502	@case '$?' in \
503	  *config.status*) \
504	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
505	  *) \
506	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
507	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
508	esac;
509
510$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
511	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
512
513$(top_srcdir)/configure:  $(am__configure_deps)
514	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
515$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
516	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
517$(am__aclocal_m4_deps):
518
519mostlyclean-libtool:
520	-rm -f *.lo
521
522clean-libtool:
523	-rm -rf .libs _libs
524
525# This directory's subdirectories are mostly independent; you can cd
526# into them and run 'make' without going through this Makefile.
527# To change the values of 'make' variables: instead of editing Makefiles,
528# (1) if the variable is set in 'config.status', edit 'config.status'
529#     (which will cause the Makefiles to be regenerated when you run 'make');
530# (2) otherwise, pass the desired values on the 'make' command line.
531$(am__recursive_targets):
532	@fail=; \
533	if $(am__make_keepgoing); then \
534	  failcom='fail=yes'; \
535	else \
536	  failcom='exit 1'; \
537	fi; \
538	dot_seen=no; \
539	target=`echo $@ | sed s/-recursive//`; \
540	case "$@" in \
541	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
542	  *) list='$(SUBDIRS)' ;; \
543	esac; \
544	for subdir in $$list; do \
545	  echo "Making $$target in $$subdir"; \
546	  if test "$$subdir" = "."; then \
547	    dot_seen=yes; \
548	    local_target="$$target-am"; \
549	  else \
550	    local_target="$$target"; \
551	  fi; \
552	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
553	  || eval $$failcom; \
554	done; \
555	if test "$$dot_seen" = "no"; then \
556	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
557	fi; test -z "$$fail"
558
559ID: $(am__tagged_files)
560	$(am__define_uniq_tagged_files); mkid -fID $$unique
561tags: tags-recursive
562TAGS: tags
563
564tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565	set x; \
566	here=`pwd`; \
567	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568	  include_option=--etags-include; \
569	  empty_fix=.; \
570	else \
571	  include_option=--include; \
572	  empty_fix=; \
573	fi; \
574	list='$(SUBDIRS)'; for subdir in $$list; do \
575	  if test "$$subdir" = .; then :; else \
576	    test ! -f $$subdir/TAGS || \
577	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
578	  fi; \
579	done; \
580	$(am__define_uniq_tagged_files); \
581	shift; \
582	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
583	  test -n "$$unique" || unique=$$empty_fix; \
584	  if test $$# -gt 0; then \
585	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586	      "$$@" $$unique; \
587	  else \
588	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589	      $$unique; \
590	  fi; \
591	fi
592ctags: ctags-recursive
593
594CTAGS: ctags
595ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
596	$(am__define_uniq_tagged_files); \
597	test -z "$(CTAGS_ARGS)$$unique" \
598	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599	     $$unique
600
601GTAGS:
602	here=`$(am__cd) $(top_builddir) && pwd` \
603	  && $(am__cd) $(top_srcdir) \
604	  && gtags -i $(GTAGS_ARGS) "$$here"
605cscopelist: cscopelist-recursive
606
607cscopelist-am: $(am__tagged_files)
608	list='$(am__tagged_files)'; \
609	case "$(srcdir)" in \
610	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
611	  *) sdir=$(subdir)/$(srcdir) ;; \
612	esac; \
613	for i in $$list; do \
614	  if test -f "$$i"; then \
615	    echo "$(subdir)/$$i"; \
616	  else \
617	    echo "$$sdir/$$i"; \
618	  fi; \
619	done >> $(top_builddir)/cscope.files
620
621distclean-tags:
622	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
623
624distdir: $(DISTFILES)
625	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
626	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
627	list='$(DISTFILES)'; \
628	  dist_files=`for file in $$list; do echo $$file; done | \
629	  sed -e "s|^$$srcdirstrip/||;t" \
630	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
631	case $$dist_files in \
632	  */*) $(MKDIR_P) `echo "$$dist_files" | \
633			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
634			   sort -u` ;; \
635	esac; \
636	for file in $$dist_files; do \
637	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
638	  if test -d $$d/$$file; then \
639	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
640	    if test -d "$(distdir)/$$file"; then \
641	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
642	    fi; \
643	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
644	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
645	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
646	    fi; \
647	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
648	  else \
649	    test -f "$(distdir)/$$file" \
650	    || cp -p $$d/$$file "$(distdir)/$$file" \
651	    || exit 1; \
652	  fi; \
653	done
654	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
655	  if test "$$subdir" = .; then :; else \
656	    $(am__make_dryrun) \
657	      || test -d "$(distdir)/$$subdir" \
658	      || $(MKDIR_P) "$(distdir)/$$subdir" \
659	      || exit 1; \
660	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
661	    $(am__relativize); \
662	    new_distdir=$$reldir; \
663	    dir1=$$subdir; dir2="$(top_distdir)"; \
664	    $(am__relativize); \
665	    new_top_distdir=$$reldir; \
666	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
667	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
668	    ($(am__cd) $$subdir && \
669	      $(MAKE) $(AM_MAKEFLAGS) \
670	        top_distdir="$$new_top_distdir" \
671	        distdir="$$new_distdir" \
672		am__remove_distdir=: \
673		am__skip_length_check=: \
674		am__skip_mode_fix=: \
675	        distdir) \
676	      || exit 1; \
677	  fi; \
678	done
679check-am: all-am
680check: $(BUILT_SOURCES)
681	$(MAKE) $(AM_MAKEFLAGS) check-recursive
682all-am: Makefile $(DATA)
683installdirs: installdirs-recursive
684installdirs-am:
685install: $(BUILT_SOURCES)
686	$(MAKE) $(AM_MAKEFLAGS) install-recursive
687install-exec: install-exec-recursive
688install-data: install-data-recursive
689uninstall: uninstall-recursive
690
691install-am: all-am
692	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
693
694installcheck: installcheck-recursive
695install-strip:
696	if test -z '$(STRIP)'; then \
697	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699	      install; \
700	else \
701	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
704	fi
705mostlyclean-generic:
706
707clean-generic:
708	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
709
710distclean-generic:
711	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
712	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
713
714maintainer-clean-generic:
715	@echo "This command is intended for maintainers to use"
716	@echo "it deletes files that may require special tools to rebuild."
717	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
718clean: clean-recursive
719
720clean-am: clean-generic clean-libtool mostlyclean-am
721
722distclean: distclean-recursive
723	-rm -f Makefile
724distclean-am: clean-am distclean-generic distclean-tags
725
726dvi: dvi-recursive
727
728dvi-am:
729
730html: html-recursive
731
732html-am:
733
734info: info-recursive
735
736info-am:
737
738install-data-am:
739
740install-dvi: install-dvi-recursive
741
742install-dvi-am:
743
744install-exec-am:
745
746install-html: install-html-recursive
747
748install-html-am:
749
750install-info: install-info-recursive
751
752install-info-am:
753
754install-man:
755
756install-pdf: install-pdf-recursive
757
758install-pdf-am:
759
760install-ps: install-ps-recursive
761
762install-ps-am:
763
764installcheck-am:
765
766maintainer-clean: maintainer-clean-recursive
767	-rm -f Makefile
768maintainer-clean-am: distclean-am maintainer-clean-generic
769
770mostlyclean: mostlyclean-recursive
771
772mostlyclean-am: mostlyclean-generic mostlyclean-libtool
773
774pdf: pdf-recursive
775
776pdf-am:
777
778ps: ps-recursive
779
780ps-am:
781
782uninstall-am:
783
784.MAKE: $(am__recursive_targets) all check install install-am \
785	install-strip
786
787.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
788	check-am clean clean-generic clean-libtool cscopelist-am ctags \
789	ctags-am distclean distclean-generic distclean-libtool \
790	distclean-tags distdir dvi dvi-am html html-am info info-am \
791	install install-am install-data install-data-am install-dvi \
792	install-dvi-am install-exec install-exec-am install-html \
793	install-html-am install-info install-info-am install-man \
794	install-pdf install-pdf-am install-ps install-ps-am \
795	install-strip installcheck installcheck-am installdirs \
796	installdirs-am maintainer-clean maintainer-clean-generic \
797	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
798	ps ps-am tags tags-am uninstall uninstall-am
799
800
801Prolog_configured_domains.dox: \
802$(interface_generator_dox_dependencies) Makefile
803	$(M4) --prefix-builtin -I.. -I$(srcdir) -I$(srcdir)/.. \
804           $(srcdir)/ppl_interface_generator_prolog_dox.m4 \
805                > Prolog_configured_domains.dox
806
807ppl_prolog_domains.hh: $(interface_generator_dependencies)
808	$(M4) --prefix-builtin -I.. -I$(srcdir) -I$(srcdir)/.. \
809           $(srcdir)/ppl_interface_generator_prolog_hh_files.m4 \
810                > ppl_prolog_hh_blob
811	$(top_srcdir)/utils/cm_cleaner.sh ./ppl_prolog_hh_blob
812	$(top_srcdir)/utils/cm_splitter.sh ./ppl_prolog_hh_blob
813	rm -f ppl_prolog_hh_blob
814
815ppl_prolog_domains.cc.stamp: $(interface_generator_dependencies)
816	$(M4) --prefix-builtin -I.. -I$(srcdir) -I$(srcdir)/.. \
817           $(srcdir)/ppl_interface_generator_prolog_cc_files.m4 \
818                > ppl_prolog_cc_blob
819	$(top_srcdir)/utils/cm_cleaner.sh ./ppl_prolog_cc_blob
820	$(top_srcdir)/utils/cm_splitter.sh ./ppl_prolog_cc_blob
821	rm -f ppl_prolog_cc_blob
822	echo timestamp >$@
823
824$(top_builddir)/interfaces/ppl_interface_instantiations.m4:
825	$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/interfaces ppl_interface_instantiations.m4
826
827# Tell versions [3.59,3.63) of GNU make to not export all variables.
828# Otherwise a system limit (for SysV at least) may be exceeded.
829.NOEXPORT:
830