1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19#   /*+------------------------------------------------------------------**
20#    **                       OpenScop Library                           **
21#    **------------------------------------------------------------------**
22#    **                         makefile.am                              **
23#    **------------------------------------------------------------------**
24#    **                   First version: 30/04/2008                      **
25#    **------------------------------------------------------------------**
26#
27#   
28# ***************************************************************************
29# * OpenScop: Structures and formats for polyhedral tools to talk together  *
30# ***************************************************************************
31# *   ,___,,_,__,,__,,__,,__,,_,__,,_,__,,__,,___,_,__,,_,__,               *
32# *   /   / /  //  //  //  // /   / /  //  //   / /  // /  /|,_,            *
33# *  /   / /  //  //  //  // /   / /  //  //   / /  // /  / / /\            *
34# * |~~~|~|~~~|~~~|~~~|~~~|~|~~~|~|~~~|~~~|~~~|~|~~~|~|~~~|/_/  \           *
35# * | G |C| P | = | L | P |=| = |C| = | = | = |=| = |=| C |\  \ /\          *
36# * | R |l| o | = | e | l |=| = |a| = | = | = |=| = |=| L | \# \ /\         *
37# * | A |a| l | = | t | u |=| = |n| = | = | = |=| = |=| o | |\# \  \        *
38# * | P |n| l | = | s | t |=| = |d| = | = | = | |   |=| o | | \# \  \       *
39# * | H | | y |   | e | o | | = |l|   |   | = | |   | | G | |  \  \  \      *
40# * | I | |   |   | e |   | |   | |   |   |   | |   | |   | |   \  \  \     *
41# * | T | |   |   |   |   | |   | |   |   |   | |   | |   | |    \  \  \    *
42# * | E | |   |   |   |   | |   | |   |   |   | |   | |   | |     \  \  \   *
43# * | * |*| * | * | * | * |*| * |*| * | * | * |*| * |*| * | /      \* \  \  *
44# * | O |p| e | n | S | c |o| p |-| L | i | b |r| a |r| y |/        \  \ /  *
45# * '---'-'---'---'---'---'-'---'-'---'---'---'-'---'-'---'          '--'   *
46# *                                                                         *
47# * Copyright (C) 2008 University Paris-Sud 11 and INRIA                    *
48# *                                                                         *
49# * (3-clause BSD license)                                                  *
50# * Redistribution and use in source  and binary forms, with or without     *
51# * modification, are permitted provided that the following conditions      *
52# * are met:                                                                *
53# *                                                                         *
54# * 1. Redistributions of source code must retain the above copyright       *
55# *    notice, this list of conditions and the following disclaimer.        *
56# * 2. Redistributions in binary form must reproduce the above copyright    *
57# *    notice, this list of conditions and the following disclaimer in the  *
58# *    documentation and/or other materials provided with the distribution. *
59# * 3. The name of the author may not be used to endorse or promote         *
60# *    products derived from this software without specific prior written   *
61# *    permission.                                                          *
62# *                                                                         *
63# * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR    *
64# * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED          *
65# * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE  *
66# * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,      *
67# * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES      *
68# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR      *
69# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)      *
70# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,     *
71# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING   *
72# * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE      *
73# * POSSIBILITY OF SUCH DAMAGE.                                             *
74# *                                                                         *
75# * OpenScop Library, a library to manipulate OpenScop formats and data     *
76# * structures. Written by:                                                 *
77# * Cedric Bastoul     <Cedric.Bastoul@u-psud.fr> and                       *
78# * Louis-Noel Pouchet <Louis-Noel.pouchet@inria.fr>                        *
79# *                                                                         *
80# ***************************************************************************/
81#
82# Makefile.am (or makefile if generated) of the OpenScop Library.
83# Makefile.am is not a makefile, you must run the 'autogen.sh' THEN the
84# configure shellscript to generate the Makefile thanks to this file.
85
86#############################################################################
87
88
89VPATH = @srcdir@
90am__make_dryrun = \
91  { \
92    am__dry=no; \
93    case $$MAKEFLAGS in \
94      *\\[\ \	]*) \
95        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
96          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
97      *) \
98        for am__flg in $$MAKEFLAGS; do \
99          case $$am__flg in \
100            *=*|--*) ;; \
101            *n*) am__dry=yes; break;; \
102          esac; \
103        done;; \
104    esac; \
105    test $$am__dry = yes; \
106  }
107pkgdatadir = $(datadir)/@PACKAGE@
108pkgincludedir = $(includedir)/@PACKAGE@
109pkglibdir = $(libdir)/@PACKAGE@
110pkglibexecdir = $(libexecdir)/@PACKAGE@
111am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
112install_sh_DATA = $(install_sh) -c -m 644
113install_sh_PROGRAM = $(install_sh) -c
114install_sh_SCRIPT = $(install_sh) -c
115INSTALL_HEADER = $(INSTALL_DATA)
116transform = $(program_transform_name)
117NORMAL_INSTALL = :
118PRE_INSTALL = :
119POST_INSTALL = :
120NORMAL_UNINSTALL = :
121PRE_UNINSTALL = :
122POST_UNINSTALL = :
123build_triplet = @build@
124host_triplet = @host@
125subdir = .
126DIST_COMMON = README $(am__configure_deps) \
127	$(pkgextensionsinclude_HEADERS) $(pkginclude_HEADERS) \
128	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
129	$(top_srcdir)/configure $(top_srcdir)/include/osl/scop.h.in \
130	AUTHORS ChangeLog NEWS THANKS autoconf/config.guess \
131	autoconf/config.sub autoconf/depcomp autoconf/install-sh \
132	autoconf/ltmain.sh autoconf/missing autoconf/texinfo.tex
133ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cc_maxopt.m4 \
135	$(top_srcdir)/m4/ax_cflags_warn_all.m4 \
136	$(top_srcdir)/m4/ax_check_compiler_flags.m4 \
137	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
138	$(top_srcdir)/m4/ax_gcc_archflag.m4 \
139	$(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
140	$(top_srcdir)/m4/ax_submodule.m4 $(top_srcdir)/m4/libtool.m4 \
141	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
142	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
143	$(top_srcdir)/configure.ac
144am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
145	$(ACLOCAL_M4)
146am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
147 configure.lineno config.status.lineno
148mkinstalldirs = $(install_sh) -d
149CONFIG_CLEAN_FILES = include/osl/scop.h
150CONFIG_CLEAN_VPATH_FILES =
151am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152am__vpath_adj = case $$p in \
153    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
154    *) f=$$p;; \
155  esac;
156am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
157am__install_max = 40
158am__nobase_strip_setup = \
159  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
160am__nobase_strip = \
161  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162am__nobase_list = $(am__nobase_strip_setup); \
163  for p in $$list; do echo "$$p $$p"; done | \
164  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166    if (++n[$$2] == $(am__install_max)) \
167      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168    END { for (dir in files) print dir, files[dir] }'
169am__base_list = \
170  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
172am__uninstall_files_from_dir = { \
173  test -z "$$files" \
174    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176         $(am__cd) "$$dir" && rm -f $$files; }; \
177  }
178am__installdirs = "$(DESTDIR)$(libdir)" \
179	"$(DESTDIR)$(pkgextensionsincludedir)" \
180	"$(DESTDIR)$(pkgincludedir)"
181LTLIBRARIES = $(lib_LTLIBRARIES)
182libosl_la_LIBADD =
183am_libosl_la_OBJECTS = libosl_la-scop.lo libosl_la-statement.lo \
184	libosl_la-textual.lo libosl_la-comment.lo \
185	libosl_la-scatnames.lo libosl_la-arrays.lo \
186	libosl_la-coordinates.lo libosl_la-irregular.lo \
187	libosl_la-interface.lo libosl_la-generic.lo \
188	libosl_la-relation.lo libosl_la-relation_list.lo \
189	libosl_la-vector.lo libosl_la-names.lo libosl_la-strings.lo \
190	libosl_la-body.lo libosl_la-int.lo libosl_la-util.lo
191libosl_la_OBJECTS = $(am_libosl_la_OBJECTS)
192AM_V_lt = $(am__v_lt_@AM_V@)
193am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
194am__v_lt_0 = --silent
195depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
196am__depfiles_maybe = depfiles
197am__mv = mv -f
198COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
199	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
200LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
201	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
202	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
203	$(AM_CFLAGS) $(CFLAGS)
204AM_V_CC = $(am__v_CC_@AM_V@)
205am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
206am__v_CC_0 = @echo "  CC    " $@;
207AM_V_at = $(am__v_at_@AM_V@)
208am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
209am__v_at_0 = @
210CCLD = $(CC)
211LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
212	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
213	$(AM_LDFLAGS) $(LDFLAGS) -o $@
214AM_V_CCLD = $(am__v_CCLD_@AM_V@)
215am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
216am__v_CCLD_0 = @echo "  CCLD  " $@;
217AM_V_GEN = $(am__v_GEN_@AM_V@)
218am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
219am__v_GEN_0 = @echo "  GEN   " $@;
220SOURCES = $(libosl_la_SOURCES)
221DIST_SOURCES = $(libosl_la_SOURCES)
222RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
223	html-recursive info-recursive install-data-recursive \
224	install-dvi-recursive install-exec-recursive \
225	install-html-recursive install-info-recursive \
226	install-pdf-recursive install-ps-recursive install-recursive \
227	installcheck-recursive installdirs-recursive pdf-recursive \
228	ps-recursive uninstall-recursive
229am__can_run_installinfo = \
230  case $$AM_UPDATE_INFO_DIR in \
231    n|no|NO) false;; \
232    *) (install-info --version) >/dev/null 2>&1;; \
233  esac
234HEADERS = $(pkgextensionsinclude_HEADERS) $(pkginclude_HEADERS)
235RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
236  distclean-recursive maintainer-clean-recursive
237AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
238	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
239	distdir dist dist-all distcheck
240ETAGS = etags
241CTAGS = ctags
242DIST_SUBDIRS = $(SUBDIRS)
243DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244distdir = $(PACKAGE)-$(VERSION)
245top_distdir = $(distdir)
246am__remove_distdir = \
247  if test -d "$(distdir)"; then \
248    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
249      && rm -rf "$(distdir)" \
250      || { sleep 5 && rm -rf "$(distdir)"; }; \
251  else :; fi
252am__relativize = \
253  dir0=`pwd`; \
254  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
255  sed_rest='s,^[^/]*/*,,'; \
256  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
257  sed_butlast='s,/*[^/]*$$,,'; \
258  while test -n "$$dir1"; do \
259    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
260    if test "$$first" != "."; then \
261      if test "$$first" = ".."; then \
262        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
263        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
264      else \
265        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
266        if test "$$first2" = "$$first"; then \
267          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
268        else \
269          dir2="../$$dir2"; \
270        fi; \
271        dir0="$$dir0"/"$$first"; \
272      fi; \
273    fi; \
274    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
275  done; \
276  reldir="$$dir2"
277DIST_ARCHIVES = $(distdir).tar.gz
278GZIP_ENV = --best
279distuninstallcheck_listfiles = find . -type f -print
280am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
281  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
282distcleancheck_listfiles = find . -type f -print
283ACLOCAL = @ACLOCAL@
284AMTAR = @AMTAR@
285AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
286AR = @AR@
287AUTOCONF = @AUTOCONF@
288AUTOHEADER = @AUTOHEADER@
289AUTOMAKE = @AUTOMAKE@
290AWK = @AWK@
291CC = @CC@
292CCDEPMODE = @CCDEPMODE@
293CD = @CD@
294CFLAGS = @CFLAGS@
295CFLAGS_WARN = @CFLAGS_WARN@
296CPP = @CPP@
297CPPFLAGS = @CPPFLAGS@
298CYGPATH_W = @CYGPATH_W@
299DEFS = @DEFS@
300DEPDIR = @DEPDIR@
301DLLTOOL = @DLLTOOL@
302DOXYGEN = @DOXYGEN@
303DSYMUTIL = @DSYMUTIL@
304DUMPBIN = @DUMPBIN@
305ECHO_C = @ECHO_C@
306ECHO_N = @ECHO_N@
307ECHO_T = @ECHO_T@
308EGREP = @EGREP@
309EXEEXT = @EXEEXT@
310FGREP = @FGREP@
311GREP = @GREP@
312INSTALL = @INSTALL@
313INSTALL_DATA = @INSTALL_DATA@
314INSTALL_PROGRAM = @INSTALL_PROGRAM@
315INSTALL_SCRIPT = @INSTALL_SCRIPT@
316INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
317LD = @LD@
318LDFLAGS = @LDFLAGS@
319LIBOBJS = @LIBOBJS@
320LIBS = @LIBS@
321LIBTOOL = @LIBTOOL@
322LIPO = @LIPO@
323LN_S = @LN_S@
324LTLIBOBJS = @LTLIBOBJS@
325MAKEINFO = @MAKEINFO@
326MANIFEST_TOOL = @MANIFEST_TOOL@
327MKDIR_P = @MKDIR_P@
328NM = @NM@
329NMEDIT = @NMEDIT@
330OBJDUMP = @OBJDUMP@
331OBJEXT = @OBJEXT@
332OTOOL = @OTOOL@
333OTOOL64 = @OTOOL64@
334PACKAGE = @PACKAGE@
335PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
336PACKAGE_NAME = @PACKAGE_NAME@
337PACKAGE_STRING = @PACKAGE_STRING@
338PACKAGE_TARNAME = @PACKAGE_TARNAME@
339PACKAGE_URL = @PACKAGE_URL@
340PACKAGE_VERSION = @PACKAGE_VERSION@
341PATH_SEPARATOR = @PATH_SEPARATOR@
342PRTDIAG = @PRTDIAG@
343RANLIB = @RANLIB@
344SED = @SED@
345SET_MAKE = @SET_MAKE@
346SHELL = @SHELL@
347STRIP = @STRIP@
348VERSION = @VERSION@
349VERSION_MAJOR = @VERSION_MAJOR@
350VERSION_MINOR = @VERSION_MINOR@
351VERSION_REVISION = @VERSION_REVISION@
352abs_builddir = @abs_builddir@
353abs_srcdir = @abs_srcdir@
354abs_top_builddir = @abs_top_builddir@
355abs_top_srcdir = @abs_top_srcdir@
356ac_aux_dir = @ac_aux_dir@
357ac_ct_AR = @ac_ct_AR@
358ac_ct_CC = @ac_ct_CC@
359ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
360am__include = @am__include@
361am__leading_dot = @am__leading_dot@
362am__quote = @am__quote@
363am__tar = @am__tar@
364am__untar = @am__untar@
365bindir = @bindir@
366build = @build@
367build_alias = @build_alias@
368build_cpu = @build_cpu@
369build_os = @build_os@
370build_vendor = @build_vendor@
371builddir = @builddir@
372datadir = @datadir@
373datarootdir = @datarootdir@
374docdir = @docdir@
375dvidir = @dvidir@
376exec_prefix = @exec_prefix@
377host = @host@
378host_alias = @host_alias@
379host_cpu = @host_cpu@
380host_os = @host_os@
381host_vendor = @host_vendor@
382htmldir = @htmldir@
383includedir = @includedir@
384infodir = @infodir@
385install_sh = @install_sh@
386libdir = @libdir@
387libexecdir = @libexecdir@
388localedir = @localedir@
389localstatedir = @localstatedir@
390mandir = @mandir@
391mkdir_p = @mkdir_p@
392oldincludedir = @oldincludedir@
393pdfdir = @pdfdir@
394prefix = @prefix@
395program_transform_name = @program_transform_name@
396psdir = @psdir@
397sbindir = @sbindir@
398sharedstatedir = @sharedstatedir@
399srcdir = @srcdir@
400sysconfdir = @sysconfdir@
401target_alias = @target_alias@
402top_build_prefix = @top_build_prefix@
403top_builddir = @top_builddir@
404top_srcdir = @top_srcdir@
405SUBDIRS = . doc tests
406ACLOCAL_AMFLAGS = -I m4
407
408#############################################################################
409lib_LTLIBRARIES = libosl.la
410
411#############################################################################
412pkginclude_HEADERS = \
413	include/osl/osl.h \
414	include/osl/statement.h \
415	include/osl/interface.h \
416	include/osl/generic.h \
417	include/osl/vector.h \
418	include/osl/relation.h \
419	include/osl/relation_list.h \
420	include/osl/macros.h \
421	include/osl/int.h \
422	include/osl/names.h \
423	include/osl/strings.h \
424	include/osl/body.h \
425	include/osl/util.h \
426	include/osl/scop.h
427
428pkgextensionsincludedir = $(pkgincludedir)/extensions
429pkgextensionsinclude_HEADERS = \
430	include/osl/extensions/textual.h \
431	include/osl/extensions/comment.h \
432	include/osl/extensions/scatnames.h \
433	include/osl/extensions/arrays.h \
434	include/osl/extensions/coordinates.h \
435	include/osl/extensions/irregular.h
436
437DEFAULT_INCLUDES = -I.
438INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
439AM_CFLAGS = $(CFLAGS_WARN)
440
441#############################################################################
442libosl_la_CPPFLAGS = -g
443libosl_la_SOURCES = \
444	source/scop.c \
445	source/statement.c \
446	source/extensions/textual.c \
447	source/extensions/comment.c \
448	source/extensions/scatnames.c \
449	source/extensions/arrays.c \
450	source/extensions/coordinates.c \
451	source/extensions/irregular.c \
452	source/interface.c \
453	source/generic.c \
454	source/relation.c \
455	source/relation_list.c \
456	source/vector.c \
457	source/names.c \
458	source/strings.c \
459	source/body.c \
460	source/int.c \
461	source/util.c
462
463MAINTAINERCLEANFILES = \
464	autoconf/texinfo.tex			\
465	Makefile.in				\
466	aclocal.m4				\
467	configure				\
468	source/stamp-h.in			\
469	$(AUX_DIST)
470
471all: all-recursive
472
473.SUFFIXES:
474.SUFFIXES: .c .lo .o .obj
475am--refresh: Makefile
476	@:
477$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
478	@for dep in $?; do \
479	  case '$(am__configure_deps)' in \
480	    *$$dep*) \
481	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
482	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
483		&& exit 0; \
484	      exit 1;; \
485	  esac; \
486	done; \
487	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
488	$(am__cd) $(top_srcdir) && \
489	  $(AUTOMAKE) --foreign Makefile
490.PRECIOUS: Makefile
491Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
492	@case '$?' in \
493	  *config.status*) \
494	    echo ' $(SHELL) ./config.status'; \
495	    $(SHELL) ./config.status;; \
496	  *) \
497	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
498	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
499	esac;
500
501$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
502	$(SHELL) ./config.status --recheck
503
504$(top_srcdir)/configure:  $(am__configure_deps)
505	$(am__cd) $(srcdir) && $(AUTOCONF)
506$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
507	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
508$(am__aclocal_m4_deps):
509include/osl/scop.h: $(top_builddir)/config.status $(top_srcdir)/include/osl/scop.h.in
510	cd $(top_builddir) && $(SHELL) ./config.status $@
511install-libLTLIBRARIES: $(lib_LTLIBRARIES)
512	@$(NORMAL_INSTALL)
513	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
514	list2=; for p in $$list; do \
515	  if test -f $$p; then \
516	    list2="$$list2 $$p"; \
517	  else :; fi; \
518	done; \
519	test -z "$$list2" || { \
520	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
521	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
522	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
523	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
524	}
525
526uninstall-libLTLIBRARIES:
527	@$(NORMAL_UNINSTALL)
528	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
529	for p in $$list; do \
530	  $(am__strip_dir) \
531	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
532	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
533	done
534
535clean-libLTLIBRARIES:
536	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
537	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
538	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
539	  test "$$dir" != "$$p" || dir=.; \
540	  echo "rm -f \"$${dir}/so_locations\""; \
541	  rm -f "$${dir}/so_locations"; \
542	done
543libosl.la: $(libosl_la_OBJECTS) $(libosl_la_DEPENDENCIES) $(EXTRA_libosl_la_DEPENDENCIES) 
544	$(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libosl_la_OBJECTS) $(libosl_la_LIBADD) $(LIBS)
545
546mostlyclean-compile:
547	-rm -f *.$(OBJEXT)
548
549distclean-compile:
550	-rm -f *.tab.c
551
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-arrays.Plo@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-body.Plo@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-comment.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-coordinates.Plo@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-generic.Plo@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-int.Plo@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-interface.Plo@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-irregular.Plo@am__quote@
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-names.Plo@am__quote@
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-relation.Plo@am__quote@
562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-relation_list.Plo@am__quote@
563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-scatnames.Plo@am__quote@
564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-scop.Plo@am__quote@
565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-statement.Plo@am__quote@
566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-strings.Plo@am__quote@
567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-textual.Plo@am__quote@
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-util.Plo@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libosl_la-vector.Plo@am__quote@
570
571.c.o:
572@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
573@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
574@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
575@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
577
578.c.obj:
579@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
580@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
581@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
582@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
584
585.c.lo:
586@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
587@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
588@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
589@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
591
592libosl_la-scop.lo: source/scop.c
593@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-scop.lo -MD -MP -MF $(DEPDIR)/libosl_la-scop.Tpo -c -o libosl_la-scop.lo `test -f 'source/scop.c' || echo '$(srcdir)/'`source/scop.c
594@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-scop.Tpo $(DEPDIR)/libosl_la-scop.Plo
595@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/scop.c' object='libosl_la-scop.lo' libtool=yes @AMDEPBACKSLASH@
596@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-scop.lo `test -f 'source/scop.c' || echo '$(srcdir)/'`source/scop.c
598
599libosl_la-statement.lo: source/statement.c
600@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-statement.lo -MD -MP -MF $(DEPDIR)/libosl_la-statement.Tpo -c -o libosl_la-statement.lo `test -f 'source/statement.c' || echo '$(srcdir)/'`source/statement.c
601@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-statement.Tpo $(DEPDIR)/libosl_la-statement.Plo
602@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/statement.c' object='libosl_la-statement.lo' libtool=yes @AMDEPBACKSLASH@
603@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-statement.lo `test -f 'source/statement.c' || echo '$(srcdir)/'`source/statement.c
605
606libosl_la-textual.lo: source/extensions/textual.c
607@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-textual.lo -MD -MP -MF $(DEPDIR)/libosl_la-textual.Tpo -c -o libosl_la-textual.lo `test -f 'source/extensions/textual.c' || echo '$(srcdir)/'`source/extensions/textual.c
608@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-textual.Tpo $(DEPDIR)/libosl_la-textual.Plo
609@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/extensions/textual.c' object='libosl_la-textual.lo' libtool=yes @AMDEPBACKSLASH@
610@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-textual.lo `test -f 'source/extensions/textual.c' || echo '$(srcdir)/'`source/extensions/textual.c
612
613libosl_la-comment.lo: source/extensions/comment.c
614@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-comment.lo -MD -MP -MF $(DEPDIR)/libosl_la-comment.Tpo -c -o libosl_la-comment.lo `test -f 'source/extensions/comment.c' || echo '$(srcdir)/'`source/extensions/comment.c
615@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-comment.Tpo $(DEPDIR)/libosl_la-comment.Plo
616@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/extensions/comment.c' object='libosl_la-comment.lo' libtool=yes @AMDEPBACKSLASH@
617@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
618@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-comment.lo `test -f 'source/extensions/comment.c' || echo '$(srcdir)/'`source/extensions/comment.c
619
620libosl_la-scatnames.lo: source/extensions/scatnames.c
621@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-scatnames.lo -MD -MP -MF $(DEPDIR)/libosl_la-scatnames.Tpo -c -o libosl_la-scatnames.lo `test -f 'source/extensions/scatnames.c' || echo '$(srcdir)/'`source/extensions/scatnames.c
622@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-scatnames.Tpo $(DEPDIR)/libosl_la-scatnames.Plo
623@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/extensions/scatnames.c' object='libosl_la-scatnames.lo' libtool=yes @AMDEPBACKSLASH@
624@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-scatnames.lo `test -f 'source/extensions/scatnames.c' || echo '$(srcdir)/'`source/extensions/scatnames.c
626
627libosl_la-arrays.lo: source/extensions/arrays.c
628@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-arrays.lo -MD -MP -MF $(DEPDIR)/libosl_la-arrays.Tpo -c -o libosl_la-arrays.lo `test -f 'source/extensions/arrays.c' || echo '$(srcdir)/'`source/extensions/arrays.c
629@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-arrays.Tpo $(DEPDIR)/libosl_la-arrays.Plo
630@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/extensions/arrays.c' object='libosl_la-arrays.lo' libtool=yes @AMDEPBACKSLASH@
631@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-arrays.lo `test -f 'source/extensions/arrays.c' || echo '$(srcdir)/'`source/extensions/arrays.c
633
634libosl_la-coordinates.lo: source/extensions/coordinates.c
635@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-coordinates.lo -MD -MP -MF $(DEPDIR)/libosl_la-coordinates.Tpo -c -o libosl_la-coordinates.lo `test -f 'source/extensions/coordinates.c' || echo '$(srcdir)/'`source/extensions/coordinates.c
636@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-coordinates.Tpo $(DEPDIR)/libosl_la-coordinates.Plo
637@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/extensions/coordinates.c' object='libosl_la-coordinates.lo' libtool=yes @AMDEPBACKSLASH@
638@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-coordinates.lo `test -f 'source/extensions/coordinates.c' || echo '$(srcdir)/'`source/extensions/coordinates.c
640
641libosl_la-irregular.lo: source/extensions/irregular.c
642@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-irregular.lo -MD -MP -MF $(DEPDIR)/libosl_la-irregular.Tpo -c -o libosl_la-irregular.lo `test -f 'source/extensions/irregular.c' || echo '$(srcdir)/'`source/extensions/irregular.c
643@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-irregular.Tpo $(DEPDIR)/libosl_la-irregular.Plo
644@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/extensions/irregular.c' object='libosl_la-irregular.lo' libtool=yes @AMDEPBACKSLASH@
645@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-irregular.lo `test -f 'source/extensions/irregular.c' || echo '$(srcdir)/'`source/extensions/irregular.c
647
648libosl_la-interface.lo: source/interface.c
649@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-interface.lo -MD -MP -MF $(DEPDIR)/libosl_la-interface.Tpo -c -o libosl_la-interface.lo `test -f 'source/interface.c' || echo '$(srcdir)/'`source/interface.c
650@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-interface.Tpo $(DEPDIR)/libosl_la-interface.Plo
651@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/interface.c' object='libosl_la-interface.lo' libtool=yes @AMDEPBACKSLASH@
652@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-interface.lo `test -f 'source/interface.c' || echo '$(srcdir)/'`source/interface.c
654
655libosl_la-generic.lo: source/generic.c
656@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-generic.lo -MD -MP -MF $(DEPDIR)/libosl_la-generic.Tpo -c -o libosl_la-generic.lo `test -f 'source/generic.c' || echo '$(srcdir)/'`source/generic.c
657@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-generic.Tpo $(DEPDIR)/libosl_la-generic.Plo
658@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/generic.c' object='libosl_la-generic.lo' libtool=yes @AMDEPBACKSLASH@
659@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-generic.lo `test -f 'source/generic.c' || echo '$(srcdir)/'`source/generic.c
661
662libosl_la-relation.lo: source/relation.c
663@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-relation.lo -MD -MP -MF $(DEPDIR)/libosl_la-relation.Tpo -c -o libosl_la-relation.lo `test -f 'source/relation.c' || echo '$(srcdir)/'`source/relation.c
664@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-relation.Tpo $(DEPDIR)/libosl_la-relation.Plo
665@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/relation.c' object='libosl_la-relation.lo' libtool=yes @AMDEPBACKSLASH@
666@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
667@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-relation.lo `test -f 'source/relation.c' || echo '$(srcdir)/'`source/relation.c
668
669libosl_la-relation_list.lo: source/relation_list.c
670@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-relation_list.lo -MD -MP -MF $(DEPDIR)/libosl_la-relation_list.Tpo -c -o libosl_la-relation_list.lo `test -f 'source/relation_list.c' || echo '$(srcdir)/'`source/relation_list.c
671@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-relation_list.Tpo $(DEPDIR)/libosl_la-relation_list.Plo
672@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/relation_list.c' object='libosl_la-relation_list.lo' libtool=yes @AMDEPBACKSLASH@
673@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
674@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-relation_list.lo `test -f 'source/relation_list.c' || echo '$(srcdir)/'`source/relation_list.c
675
676libosl_la-vector.lo: source/vector.c
677@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-vector.lo -MD -MP -MF $(DEPDIR)/libosl_la-vector.Tpo -c -o libosl_la-vector.lo `test -f 'source/vector.c' || echo '$(srcdir)/'`source/vector.c
678@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-vector.Tpo $(DEPDIR)/libosl_la-vector.Plo
679@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/vector.c' object='libosl_la-vector.lo' libtool=yes @AMDEPBACKSLASH@
680@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-vector.lo `test -f 'source/vector.c' || echo '$(srcdir)/'`source/vector.c
682
683libosl_la-names.lo: source/names.c
684@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-names.lo -MD -MP -MF $(DEPDIR)/libosl_la-names.Tpo -c -o libosl_la-names.lo `test -f 'source/names.c' || echo '$(srcdir)/'`source/names.c
685@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-names.Tpo $(DEPDIR)/libosl_la-names.Plo
686@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/names.c' object='libosl_la-names.lo' libtool=yes @AMDEPBACKSLASH@
687@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-names.lo `test -f 'source/names.c' || echo '$(srcdir)/'`source/names.c
689
690libosl_la-strings.lo: source/strings.c
691@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-strings.lo -MD -MP -MF $(DEPDIR)/libosl_la-strings.Tpo -c -o libosl_la-strings.lo `test -f 'source/strings.c' || echo '$(srcdir)/'`source/strings.c
692@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-strings.Tpo $(DEPDIR)/libosl_la-strings.Plo
693@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/strings.c' object='libosl_la-strings.lo' libtool=yes @AMDEPBACKSLASH@
694@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
695@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-strings.lo `test -f 'source/strings.c' || echo '$(srcdir)/'`source/strings.c
696
697libosl_la-body.lo: source/body.c
698@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-body.lo -MD -MP -MF $(DEPDIR)/libosl_la-body.Tpo -c -o libosl_la-body.lo `test -f 'source/body.c' || echo '$(srcdir)/'`source/body.c
699@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-body.Tpo $(DEPDIR)/libosl_la-body.Plo
700@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/body.c' object='libosl_la-body.lo' libtool=yes @AMDEPBACKSLASH@
701@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
702@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-body.lo `test -f 'source/body.c' || echo '$(srcdir)/'`source/body.c
703
704libosl_la-int.lo: source/int.c
705@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-int.lo -MD -MP -MF $(DEPDIR)/libosl_la-int.Tpo -c -o libosl_la-int.lo `test -f 'source/int.c' || echo '$(srcdir)/'`source/int.c
706@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-int.Tpo $(DEPDIR)/libosl_la-int.Plo
707@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/int.c' object='libosl_la-int.lo' libtool=yes @AMDEPBACKSLASH@
708@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
709@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-int.lo `test -f 'source/int.c' || echo '$(srcdir)/'`source/int.c
710
711libosl_la-util.lo: source/util.c
712@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libosl_la-util.lo -MD -MP -MF $(DEPDIR)/libosl_la-util.Tpo -c -o libosl_la-util.lo `test -f 'source/util.c' || echo '$(srcdir)/'`source/util.c
713@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libosl_la-util.Tpo $(DEPDIR)/libosl_la-util.Plo
714@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='source/util.c' object='libosl_la-util.lo' libtool=yes @AMDEPBACKSLASH@
715@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libosl_la-util.lo `test -f 'source/util.c' || echo '$(srcdir)/'`source/util.c
717
718mostlyclean-libtool:
719	-rm -f *.lo
720
721clean-libtool:
722	-rm -rf .libs _libs
723
724distclean-libtool:
725	-rm -f libtool config.lt
726install-pkgextensionsincludeHEADERS: $(pkgextensionsinclude_HEADERS)
727	@$(NORMAL_INSTALL)
728	@list='$(pkgextensionsinclude_HEADERS)'; test -n "$(pkgextensionsincludedir)" || list=; \
729	if test -n "$$list"; then \
730	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgextensionsincludedir)'"; \
731	  $(MKDIR_P) "$(DESTDIR)$(pkgextensionsincludedir)" || exit 1; \
732	fi; \
733	for p in $$list; do \
734	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
735	  echo "$$d$$p"; \
736	done | $(am__base_list) | \
737	while read files; do \
738	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgextensionsincludedir)'"; \
739	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgextensionsincludedir)" || exit $$?; \
740	done
741
742uninstall-pkgextensionsincludeHEADERS:
743	@$(NORMAL_UNINSTALL)
744	@list='$(pkgextensionsinclude_HEADERS)'; test -n "$(pkgextensionsincludedir)" || list=; \
745	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
746	dir='$(DESTDIR)$(pkgextensionsincludedir)'; $(am__uninstall_files_from_dir)
747install-pkgincludeHEADERS: $(pkginclude_HEADERS)
748	@$(NORMAL_INSTALL)
749	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
750	if test -n "$$list"; then \
751	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
752	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
753	fi; \
754	for p in $$list; do \
755	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
756	  echo "$$d$$p"; \
757	done | $(am__base_list) | \
758	while read files; do \
759	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
760	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
761	done
762
763uninstall-pkgincludeHEADERS:
764	@$(NORMAL_UNINSTALL)
765	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
766	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
767	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
768
769# This directory's subdirectories are mostly independent; you can cd
770# into them and run `make' without going through this Makefile.
771# To change the values of `make' variables: instead of editing Makefiles,
772# (1) if the variable is set in `config.status', edit `config.status'
773#     (which will cause the Makefiles to be regenerated when you run `make');
774# (2) otherwise, pass the desired values on the `make' command line.
775$(RECURSIVE_TARGETS):
776	@fail= failcom='exit 1'; \
777	for f in x $$MAKEFLAGS; do \
778	  case $$f in \
779	    *=* | --[!k]*);; \
780	    *k*) failcom='fail=yes';; \
781	  esac; \
782	done; \
783	dot_seen=no; \
784	target=`echo $@ | sed s/-recursive//`; \
785	list='$(SUBDIRS)'; for subdir in $$list; do \
786	  echo "Making $$target in $$subdir"; \
787	  if test "$$subdir" = "."; then \
788	    dot_seen=yes; \
789	    local_target="$$target-am"; \
790	  else \
791	    local_target="$$target"; \
792	  fi; \
793	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
794	  || eval $$failcom; \
795	done; \
796	if test "$$dot_seen" = "no"; then \
797	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
798	fi; test -z "$$fail"
799
800$(RECURSIVE_CLEAN_TARGETS):
801	@fail= failcom='exit 1'; \
802	for f in x $$MAKEFLAGS; do \
803	  case $$f in \
804	    *=* | --[!k]*);; \
805	    *k*) failcom='fail=yes';; \
806	  esac; \
807	done; \
808	dot_seen=no; \
809	case "$@" in \
810	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
811	  *) list='$(SUBDIRS)' ;; \
812	esac; \
813	rev=''; for subdir in $$list; do \
814	  if test "$$subdir" = "."; then :; else \
815	    rev="$$subdir $$rev"; \
816	  fi; \
817	done; \
818	rev="$$rev ."; \
819	target=`echo $@ | sed s/-recursive//`; \
820	for subdir in $$rev; do \
821	  echo "Making $$target in $$subdir"; \
822	  if test "$$subdir" = "."; then \
823	    local_target="$$target-am"; \
824	  else \
825	    local_target="$$target"; \
826	  fi; \
827	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
828	  || eval $$failcom; \
829	done && test -z "$$fail"
830tags-recursive:
831	list='$(SUBDIRS)'; for subdir in $$list; do \
832	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
833	done
834ctags-recursive:
835	list='$(SUBDIRS)'; for subdir in $$list; do \
836	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
837	done
838
839ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
840	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
841	unique=`for i in $$list; do \
842	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
843	  done | \
844	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
845	      END { if (nonempty) { for (i in files) print i; }; }'`; \
846	mkid -fID $$unique
847tags: TAGS
848
849TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
850		$(TAGS_FILES) $(LISP)
851	set x; \
852	here=`pwd`; \
853	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
854	  include_option=--etags-include; \
855	  empty_fix=.; \
856	else \
857	  include_option=--include; \
858	  empty_fix=; \
859	fi; \
860	list='$(SUBDIRS)'; for subdir in $$list; do \
861	  if test "$$subdir" = .; then :; else \
862	    test ! -f $$subdir/TAGS || \
863	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
864	  fi; \
865	done; \
866	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
867	unique=`for i in $$list; do \
868	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
869	  done | \
870	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
871	      END { if (nonempty) { for (i in files) print i; }; }'`; \
872	shift; \
873	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
874	  test -n "$$unique" || unique=$$empty_fix; \
875	  if test $$# -gt 0; then \
876	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
877	      "$$@" $$unique; \
878	  else \
879	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
880	      $$unique; \
881	  fi; \
882	fi
883CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
884		$(TAGS_FILES) $(LISP)
885	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
886	unique=`for i in $$list; do \
887	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
888	  done | \
889	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
890	      END { if (nonempty) { for (i in files) print i; }; }'`; \
891	test -z "$(CTAGS_ARGS)$$unique" \
892	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
893	     $$unique
894
895GTAGS:
896	here=`$(am__cd) $(top_builddir) && pwd` \
897	  && $(am__cd) $(top_srcdir) \
898	  && gtags -i $(GTAGS_ARGS) "$$here"
899
900distclean-tags:
901	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
902
903distdir: $(DISTFILES)
904	$(am__remove_distdir)
905	test -d "$(distdir)" || mkdir "$(distdir)"
906	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
907	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
908	list='$(DISTFILES)'; \
909	  dist_files=`for file in $$list; do echo $$file; done | \
910	  sed -e "s|^$$srcdirstrip/||;t" \
911	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
912	case $$dist_files in \
913	  */*) $(MKDIR_P) `echo "$$dist_files" | \
914			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
915			   sort -u` ;; \
916	esac; \
917	for file in $$dist_files; do \
918	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
919	  if test -d $$d/$$file; then \
920	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
921	    if test -d "$(distdir)/$$file"; then \
922	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
923	    fi; \
924	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
925	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
926	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
927	    fi; \
928	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
929	  else \
930	    test -f "$(distdir)/$$file" \
931	    || cp -p $$d/$$file "$(distdir)/$$file" \
932	    || exit 1; \
933	  fi; \
934	done
935	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
936	  if test "$$subdir" = .; then :; else \
937	    $(am__make_dryrun) \
938	      || test -d "$(distdir)/$$subdir" \
939	      || $(MKDIR_P) "$(distdir)/$$subdir" \
940	      || exit 1; \
941	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
942	    $(am__relativize); \
943	    new_distdir=$$reldir; \
944	    dir1=$$subdir; dir2="$(top_distdir)"; \
945	    $(am__relativize); \
946	    new_top_distdir=$$reldir; \
947	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
948	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
949	    ($(am__cd) $$subdir && \
950	      $(MAKE) $(AM_MAKEFLAGS) \
951	        top_distdir="$$new_top_distdir" \
952	        distdir="$$new_distdir" \
953		am__remove_distdir=: \
954		am__skip_length_check=: \
955		am__skip_mode_fix=: \
956	        distdir) \
957	      || exit 1; \
958	  fi; \
959	done
960	-test -n "$(am__skip_mode_fix)" \
961	|| find "$(distdir)" -type d ! -perm -755 \
962		-exec chmod u+rwx,go+rx {} \; -o \
963	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
964	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
965	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
966	|| chmod -R a+r "$(distdir)"
967dist-gzip: distdir
968	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
969	$(am__remove_distdir)
970
971dist-bzip2: distdir
972	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
973	$(am__remove_distdir)
974
975dist-lzip: distdir
976	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
977	$(am__remove_distdir)
978
979dist-lzma: distdir
980	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
981	$(am__remove_distdir)
982
983dist-xz: distdir
984	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
985	$(am__remove_distdir)
986
987dist-tarZ: distdir
988	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
989	$(am__remove_distdir)
990
991dist-shar: distdir
992	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
993	$(am__remove_distdir)
994
995dist-zip: distdir
996	-rm -f $(distdir).zip
997	zip -rq $(distdir).zip $(distdir)
998	$(am__remove_distdir)
999
1000dist dist-all: distdir
1001	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1002	$(am__remove_distdir)
1003
1004# This target untars the dist file and tries a VPATH configuration.  Then
1005# it guarantees that the distribution is self-contained by making another
1006# tarfile.
1007distcheck: dist
1008	case '$(DIST_ARCHIVES)' in \
1009	*.tar.gz*) \
1010	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1011	*.tar.bz2*) \
1012	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1013	*.tar.lzma*) \
1014	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1015	*.tar.lz*) \
1016	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1017	*.tar.xz*) \
1018	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1019	*.tar.Z*) \
1020	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1021	*.shar.gz*) \
1022	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1023	*.zip*) \
1024	  unzip $(distdir).zip ;;\
1025	esac
1026	chmod -R a-w $(distdir); chmod u+w $(distdir)
1027	mkdir $(distdir)/_build
1028	mkdir $(distdir)/_inst
1029	chmod a-w $(distdir)
1030	test -d $(distdir)/_build || exit 0; \
1031	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1032	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1033	  && am__cwd=`pwd` \
1034	  && $(am__cd) $(distdir)/_build \
1035	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1036	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1037	    $(DISTCHECK_CONFIGURE_FLAGS) \
1038	  && $(MAKE) $(AM_MAKEFLAGS) \
1039	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1040	  && $(MAKE) $(AM_MAKEFLAGS) check \
1041	  && $(MAKE) $(AM_MAKEFLAGS) install \
1042	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1043	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1044	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1045	        distuninstallcheck \
1046	  && chmod -R a-w "$$dc_install_base" \
1047	  && ({ \
1048	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1049	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1050	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1051	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1052	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1053	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1054	  && rm -rf "$$dc_destdir" \
1055	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1056	  && rm -rf $(DIST_ARCHIVES) \
1057	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1058	  && cd "$$am__cwd" \
1059	  || exit 1
1060	$(am__remove_distdir)
1061	@(echo "$(distdir) archives ready for distribution: "; \
1062	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1063	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1064distuninstallcheck:
1065	@test -n '$(distuninstallcheck_dir)' || { \
1066	  echo 'ERROR: trying to run $@ with an empty' \
1067	       '$$(distuninstallcheck_dir)' >&2; \
1068	  exit 1; \
1069	}; \
1070	$(am__cd) '$(distuninstallcheck_dir)' || { \
1071	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1072	  exit 1; \
1073	}; \
1074	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1075	   || { echo "ERROR: files left after uninstall:" ; \
1076	        if test -n "$(DESTDIR)"; then \
1077	          echo "  (check DESTDIR support)"; \
1078	        fi ; \
1079	        $(distuninstallcheck_listfiles) ; \
1080	        exit 1; } >&2
1081distcleancheck: distclean
1082	@if test '$(srcdir)' = . ; then \
1083	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1084	  exit 1 ; \
1085	fi
1086	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1087	  || { echo "ERROR: files left in build directory after distclean:" ; \
1088	       $(distcleancheck_listfiles) ; \
1089	       exit 1; } >&2
1090check-am: all-am
1091check: check-recursive
1092all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1093installdirs: installdirs-recursive
1094installdirs-am:
1095	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgextensionsincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \
1096	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1097	done
1098install: install-recursive
1099install-exec: install-exec-recursive
1100install-data: install-data-recursive
1101uninstall: uninstall-recursive
1102
1103install-am: all-am
1104	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1105
1106installcheck: installcheck-recursive
1107install-strip:
1108	if test -z '$(STRIP)'; then \
1109	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1110	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1111	      install; \
1112	else \
1113	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1114	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1115	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1116	fi
1117mostlyclean-generic:
1118
1119clean-generic:
1120
1121distclean-generic:
1122	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1123	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1124
1125maintainer-clean-generic:
1126	@echo "This command is intended for maintainers to use"
1127	@echo "it deletes files that may require special tools to rebuild."
1128	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1129clean: clean-recursive
1130
1131clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1132	mostlyclean-am
1133
1134distclean: distclean-recursive
1135	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1136	-rm -rf ./$(DEPDIR)
1137	-rm -f Makefile
1138distclean-am: clean-am distclean-compile distclean-generic \
1139	distclean-libtool distclean-tags
1140
1141dvi: dvi-recursive
1142
1143dvi-am:
1144
1145html: html-recursive
1146
1147html-am:
1148
1149info: info-recursive
1150
1151info-am:
1152
1153install-data-am: install-pkgextensionsincludeHEADERS \
1154	install-pkgincludeHEADERS
1155
1156install-dvi: install-dvi-recursive
1157
1158install-dvi-am:
1159
1160install-exec-am: install-libLTLIBRARIES
1161
1162install-html: install-html-recursive
1163
1164install-html-am:
1165
1166install-info: install-info-recursive
1167
1168install-info-am:
1169
1170install-man:
1171
1172install-pdf: install-pdf-recursive
1173
1174install-pdf-am:
1175
1176install-ps: install-ps-recursive
1177
1178install-ps-am:
1179
1180installcheck-am:
1181
1182maintainer-clean: maintainer-clean-recursive
1183	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1184	-rm -rf $(top_srcdir)/autom4te.cache
1185	-rm -rf ./$(DEPDIR)
1186	-rm -f Makefile
1187maintainer-clean-am: distclean-am maintainer-clean-generic
1188
1189mostlyclean: mostlyclean-recursive
1190
1191mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1192	mostlyclean-libtool
1193
1194pdf: pdf-recursive
1195
1196pdf-am:
1197
1198ps: ps-recursive
1199
1200ps-am:
1201
1202uninstall-am: uninstall-libLTLIBRARIES \
1203	uninstall-pkgextensionsincludeHEADERS \
1204	uninstall-pkgincludeHEADERS
1205
1206.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1207	install-am install-strip tags-recursive
1208
1209.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1210	all all-am am--refresh check check-am clean clean-generic \
1211	clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \
1212	dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
1213	dist-tarZ dist-xz dist-zip distcheck distclean \
1214	distclean-compile distclean-generic distclean-libtool \
1215	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1216	dvi-am html html-am info info-am install install-am \
1217	install-data install-data-am install-dvi install-dvi-am \
1218	install-exec install-exec-am install-html install-html-am \
1219	install-info install-info-am install-libLTLIBRARIES \
1220	install-man install-pdf install-pdf-am \
1221	install-pkgextensionsincludeHEADERS install-pkgincludeHEADERS \
1222	install-ps install-ps-am install-strip installcheck \
1223	installcheck-am installdirs installdirs-am maintainer-clean \
1224	maintainer-clean-generic mostlyclean mostlyclean-compile \
1225	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1226	tags tags-recursive uninstall uninstall-am \
1227	uninstall-libLTLIBRARIES uninstall-pkgextensionsincludeHEADERS \
1228	uninstall-pkgincludeHEADERS
1229
1230
1231#############################################################################
1232
1233ctags:
1234	ctags -R --c++-kinds=+p --fields=+iaS --extra=+q -f$(HOME)/.ctags .
1235
1236#############################################################################
1237
1238# Tell versions [3.59,3.63) of GNU make to not export all variables.
1239# Otherwise a system limit (for SysV at least) may be exceeded.
1240.NOEXPORT:
1241