resetting manifest requested domain to floor
[platform/upstream/cloog.git] / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
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 #
18 #   /**-------------------------------------------------------------------**
19 #    **                              CLooG                                **
20 #    **-------------------------------------------------------------------**
21 #    **                           makefile.in                             **
22 #    **-------------------------------------------------------------------**
23 #    **                   First version: october 25th 2001                **
24 #    **-------------------------------------------------------------------**/
25 #
26 # makefile.in (or makefile if generated) of CLooG, the Chunky LOOp Generator.
27 # makefile.in is not a makefile, you must run the 'configure' shellscript to
28 # generate the makefile thanks to this file.
29
30 #/*****************************************************************************
31 # *               CLooG : the Chunky Loop Generator (experimental)            *
32 # *****************************************************************************
33 # *                                                                           *
34 # * Copyright (C) 2001 Cedric Bastoul                                         *
35 # *                                                                           *
36 # * This is free software; you can redistribute it and/or modify it under the *
37 # * terms of the GNU General Public License as published by the Free Software *
38 # * Foundation; either version 2 of the License, or (at your option) any      *
39 # * later version.                                                            *
40 # *                                                                           *
41 # * This software is distributed in the hope that it will be useful, but      *
42 # * WITHOUT ANY WARRANTY; without even the implied warranty of                *
43 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General *
44 # * Public License for more details.                                          *
45 # *                                                                           *
46 # * You should have received a copy of the GNU General Public License along   *
47 # * with software; if not, write to the Free Software Foundation, Inc.,       *
48 # * 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA                    *
49 # *                                                                           *
50 # * CLooG, the Chunky Loop Generator                                          *
51 # * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr                        *
52 # *                                                                           *
53 # *****************************************************************************/
54
55
56
57 srcdir = @srcdir@
58 top_srcdir = @top_srcdir@
59 VPATH = @srcdir@
60 pkgdatadir = $(datadir)/@PACKAGE@
61 pkglibdir = $(libdir)/@PACKAGE@
62 pkgincludedir = $(includedir)/@PACKAGE@
63 top_builddir = .
64 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65 install_sh_DATA = $(install_sh) -c -m 644
66 install_sh_PROGRAM = $(install_sh) -c
67 install_sh_SCRIPT = $(install_sh) -c
68 INSTALL_HEADER = $(INSTALL_DATA)
69 transform = $(program_transform_name)
70 NORMAL_INSTALL = :
71 PRE_INSTALL = :
72 POST_INSTALL = :
73 NORMAL_UNINSTALL = :
74 PRE_UNINSTALL = :
75 POST_UNINSTALL = :
76 build_triplet = @build@
77 host_triplet = @host@
78 bin_PROGRAMS = cloog$(EXEEXT)
79 DIST_COMMON = README $(am__configure_deps) $(pkginclude_HEADERS) \
80         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
81         $(srcdir)/genversion.sh.in $(top_srcdir)/autoconf/Doxyfile.in \
82         $(top_srcdir)/configure \
83         $(top_srcdir)/include/cloog/cloog-config.h.in \
84         $(top_srcdir)/include/cloog/cloog.h.in autoconf/config.guess \
85         autoconf/config.sub autoconf/depcomp autoconf/install-sh \
86         autoconf/ltmain.sh autoconf/missing autoconf/mkinstalldirs \
87         autoconf/texinfo.tex
88 subdir = .
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
91         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93         $(top_srcdir)/configure.in
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97  configure.lineno configure.status.lineno
98 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
99 CONFIG_HEADER = $(top_builddir)/include/cloog/cloog-config.h
100 CONFIG_CLEAN_FILES = include/cloog/cloog.h autoconf/Doxyfile \
101         genversion.sh
102 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
103 am__vpath_adj = case $$p in \
104     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
105     *) f=$$p;; \
106   esac;
107 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
108 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
109         "$(DESTDIR)$(pkgincludedir)"
110 libLTLIBRARIES_INSTALL = $(INSTALL)
111 LTLIBRARIES = $(lib_LTLIBRARIES)
112 libcloog_la_LIBADD =
113 am_libcloog_la_OBJECTS = block.lo loop.lo names.lo options.lo clast.lo \
114         domain.lo matrix.lo pprint.lo program.lo statement.lo \
115         version.lo
116 libcloog_la_OBJECTS = $(am_libcloog_la_OBJECTS)
117 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
118 PROGRAMS = $(bin_PROGRAMS)
119 am_cloog_OBJECTS = cloog.$(OBJEXT)
120 cloog_OBJECTS = $(am_cloog_OBJECTS)
121 cloog_LDADD = $(LDADD)
122 cloog_DEPENDENCIES = libcloog.la
123 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include/cloog
124 depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
125 am__depfiles_maybe = depfiles
126 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
129         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
130         $(AM_CFLAGS) $(CFLAGS)
131 CCLD = $(CC)
132 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133         $(AM_LDFLAGS) $(LDFLAGS) -o $@
134 SOURCES = $(libcloog_la_SOURCES) $(cloog_SOURCES)
135 DIST_SOURCES = $(libcloog_la_SOURCES) $(cloog_SOURCES)
136 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
137         html-recursive info-recursive install-data-recursive \
138         install-exec-recursive install-info-recursive \
139         install-recursive installcheck-recursive installdirs-recursive \
140         pdf-recursive ps-recursive uninstall-info-recursive \
141         uninstall-recursive
142 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
143 HEADERS = $(pkginclude_HEADERS)
144 ETAGS = etags
145 CTAGS = ctags
146 DIST_SUBDIRS = $(SUBDIRS)
147 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148 distdir = $(PACKAGE)-$(VERSION)
149 top_distdir = $(distdir)
150 am__remove_distdir = \
151   { test ! -d $(distdir) \
152     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
153          && rm -fr $(distdir); }; }
154 DIST_ARCHIVES = $(distdir).tar.gz
155 GZIP_ENV = --best
156 distuninstallcheck_listfiles = find . -type f -print
157 distcleancheck_listfiles = find . -type f -print
158 INSTALL = @INSTALL@
159 ACLOCAL = @ACLOCAL@
160 AMDEP_FALSE = @AMDEP_FALSE@
161 AMDEP_TRUE = @AMDEP_TRUE@
162 AMTAR = @AMTAR@
163 AR = @AR@
164 AUTOCONF = @AUTOCONF@
165 AUTOHEADER = @AUTOHEADER@
166 AUTOMAKE = @AUTOMAKE@
167 AWK = @AWK@
168 BITS = @BITS@
169 CC = @CC@
170 CCDEPMODE = @CCDEPMODE@
171 CD = @CD@
172 CFLAGS = @CFLAGS@
173 CLOOG_VERSION_BETA = @CLOOG_VERSION_BETA@
174 CLOOG_VERSION_MAJOR = @CLOOG_VERSION_MAJOR@
175 CLOOG_VERSION_MINOR = @CLOOG_VERSION_MINOR@
176 CLOOG_VERSION_REVISION = @CLOOG_VERSION_REVISION@
177 CPP = @CPP@
178 CPPFLAGS = @CPPFLAGS@
179 CYGPATH_W = @CYGPATH_W@
180 DEFS = @DEFS@
181 DEPDIR = @DEPDIR@
182 DSYMUTIL = @DSYMUTIL@
183 DUMPBIN = @DUMPBIN@
184 ECHO_C = @ECHO_C@
185 ECHO_N = @ECHO_N@
186 ECHO_T = @ECHO_T@
187 EGREP = @EGREP@
188 EXEEXT = @EXEEXT@
189 FGREP = @FGREP@
190 GIT_INDEX = @GIT_INDEX@
191 GREP = @GREP@
192 INSTALL_DATA = @INSTALL_DATA@
193 INSTALL_PROGRAM = @INSTALL_PROGRAM@
194 INSTALL_SCRIPT = @INSTALL_SCRIPT@
195 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196 LD = @LD@
197 LDFLAGS = @LDFLAGS@
198 LIBOBJS = @LIBOBJS@
199 LIBS = @LIBS@
200 LIBTOOL = @LIBTOOL@
201 LIPO = @LIPO@
202 LN_S = @LN_S@
203 LTLIBOBJS = @LTLIBOBJS@
204 MAKEINFO = @MAKEINFO@
205 NM = @NM@
206 NMEDIT = @NMEDIT@
207 OBJDUMP = @OBJDUMP@
208 OBJEXT = @OBJEXT@
209 OTOOL = @OTOOL@
210 OTOOL64 = @OTOOL64@
211 PACKAGE = @PACKAGE@
212 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213 PACKAGE_NAME = @PACKAGE_NAME@
214 PACKAGE_STRING = @PACKAGE_STRING@
215 PACKAGE_TARNAME = @PACKAGE_TARNAME@
216 PACKAGE_URL = @PACKAGE_URL@
217 PACKAGE_VERSION = @PACKAGE_VERSION@
218 PATH_SEPARATOR = @PATH_SEPARATOR@
219 POLYHEDRAL_BACKEND = @POLYHEDRAL_BACKEND@
220 POLYLIB_CPPFLAGS = @POLYLIB_CPPFLAGS@
221 POLYLIB_LDFLAGS = @POLYLIB_LDFLAGS@
222 POLYLIB_LIBS = @POLYLIB_LIBS@
223 PPL_CPPFLAGS = @PPL_CPPFLAGS@
224 PPL_LDFLAGS = @PPL_LDFLAGS@
225 PPL_LIBS = @PPL_LIBS@
226 RANLIB = @RANLIB@
227 SED = @SED@
228 SET_MAKE = @SET_MAKE@
229 SHELL = @SHELL@
230 SHEXT = @SHEXT@
231 STRIP = @STRIP@
232 VERSION = @VERSION@
233 ac_ct_CC = @ac_ct_CC@
234 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
235 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
236 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 cl_cv_polylib = @cl_cv_polylib@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libdir = @libdir@
264 libexecdir = @libexecdir@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 lt_ECHO = @lt_ECHO@
268 mandir = @mandir@
269 mkdir_p = @mkdir_p@
270 oldincludedir = @oldincludedir@
271 pdfdir = @pdfdir@
272 prefix = @prefix@
273 program_transform_name = @program_transform_name@
274 psdir = @psdir@
275 sbindir = @sbindir@
276 sharedstatedir = @sharedstatedir@
277 sysconfdir = @sysconfdir@
278 target = @target@
279 target_alias = @target_alias@
280 SUBDIRS = . doc test
281 ACLOCAL_AMFLAGS = -I m4
282 lib_LTLIBRARIES = libcloog.la
283 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
284 AM_CFLAGS = -Wall -fomit-frame-pointer
285 libcloog_la_SOURCES = \
286         source/block.c \
287         source/loop.c \
288         source/names.c \
289         source/options.c \
290         source/@POLYHEDRAL_BACKEND@/clast.c \
291         source/@POLYHEDRAL_BACKEND@/domain.c \
292         source/@POLYHEDRAL_BACKEND@/matrix.c \
293         source/@POLYHEDRAL_BACKEND@/matrix.h \
294         source/pprint.c \
295         source/program.c \
296         source/statement.c \
297         source/version.c
298
299 LDADD = libcloog.la
300 cloog_SOURCES = source/cloog.c
301 pkginclude_HEADERS = \
302         include/cloog/block.h \
303         include/cloog/clast.h \
304         include/cloog/cloog.h \
305         include/cloog/domain.h \
306         include/cloog/loop.h \
307         include/cloog/names.h \
308         include/cloog/options.h \
309         include/cloog/polylib_backend.h \
310         include/cloog/ppl_backend.h \
311         include/cloog/pprint.h \
312         include/cloog/program.h \
313         include/cloog/statement.h \
314         include/cloog/version.h \
315         include/cloog/cloog-config.h
316
317 EXTRA_DIST = autoconf/Doxyfile.in doc/images test
318 all: all-recursive
319
320 .SUFFIXES:
321 .SUFFIXES: .c .lo .o .obj
322 am--refresh:
323         @:
324 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
325         @for dep in $?; do \
326           case '$(am__configure_deps)' in \
327             *$$dep*) \
328               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
329               cd $(srcdir) && $(AUTOMAKE) --foreign  \
330                 && exit 0; \
331               exit 1;; \
332           esac; \
333         done; \
334         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
335         cd $(top_srcdir) && \
336           $(AUTOMAKE) --foreign  Makefile
337 .PRECIOUS: Makefile
338 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339         @case '$?' in \
340           *config.status*) \
341             echo ' $(SHELL) ./config.status'; \
342             $(SHELL) ./config.status;; \
343           *) \
344             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
345             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
346         esac;
347
348 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349         $(SHELL) ./config.status --recheck
350
351 $(top_srcdir)/configure:  $(am__configure_deps)
352         cd $(srcdir) && $(AUTOCONF)
353 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
354         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
355
356 include/cloog/cloog-config.h: include/cloog/stamp-h1
357         @if test ! -f $@; then \
358           rm -f include/cloog/stamp-h1; \
359           $(MAKE) include/cloog/stamp-h1; \
360         else :; fi
361
362 include/cloog/stamp-h1: $(top_srcdir)/include/cloog/cloog-config.h.in $(top_builddir)/config.status
363         @rm -f include/cloog/stamp-h1
364         cd $(top_builddir) && $(SHELL) ./config.status include/cloog/cloog-config.h
365 $(top_srcdir)/include/cloog/cloog-config.h.in:  $(am__configure_deps) 
366         cd $(top_srcdir) && $(AUTOHEADER)
367         rm -f include/cloog/stamp-h1
368         touch $@
369
370 distclean-hdr:
371         -rm -f include/cloog/cloog-config.h include/cloog/stamp-h1
372 include/cloog/cloog.h: $(top_builddir)/config.status $(top_srcdir)/include/cloog/cloog.h.in
373         cd $(top_builddir) && $(SHELL) ./config.status $@
374 autoconf/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/autoconf/Doxyfile.in
375         cd $(top_builddir) && $(SHELL) ./config.status $@
376 genversion.sh: $(top_builddir)/config.status $(srcdir)/genversion.sh.in
377         cd $(top_builddir) && $(SHELL) ./config.status $@
378 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
379         @$(NORMAL_INSTALL)
380         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
381         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
382           if test -f $$p; then \
383             f=$(am__strip_dir) \
384             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
385             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
386           else :; fi; \
387         done
388
389 uninstall-libLTLIBRARIES:
390         @$(NORMAL_UNINSTALL)
391         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
392           p=$(am__strip_dir) \
393           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
394           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
395         done
396
397 clean-libLTLIBRARIES:
398         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
399         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
400           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
401           test "$$dir" != "$$p" || dir=.; \
402           echo "rm -f \"$${dir}/so_locations\""; \
403           rm -f "$${dir}/so_locations"; \
404         done
405 libcloog.la: $(libcloog_la_OBJECTS) $(libcloog_la_DEPENDENCIES) 
406         $(LINK) -rpath $(libdir) $(libcloog_la_LDFLAGS) $(libcloog_la_OBJECTS) $(libcloog_la_LIBADD) $(LIBS)
407 install-binPROGRAMS: $(bin_PROGRAMS)
408         @$(NORMAL_INSTALL)
409         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
410         @list='$(bin_PROGRAMS)'; for p in $$list; do \
411           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
412           if test -f $$p \
413              || test -f $$p1 \
414           ; then \
415             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
416            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
417            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
418           else :; fi; \
419         done
420
421 uninstall-binPROGRAMS:
422         @$(NORMAL_UNINSTALL)
423         @list='$(bin_PROGRAMS)'; for p in $$list; do \
424           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
425           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
426           rm -f "$(DESTDIR)$(bindir)/$$f"; \
427         done
428
429 clean-binPROGRAMS:
430         @list='$(bin_PROGRAMS)'; for p in $$list; do \
431           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
432           echo " rm -f $$p $$f"; \
433           rm -f $$p $$f ; \
434         done
435 cloog$(EXEEXT): $(cloog_OBJECTS) $(cloog_DEPENDENCIES) 
436         @rm -f cloog$(EXEEXT)
437         $(LINK) $(cloog_LDFLAGS) $(cloog_OBJECTS) $(cloog_LDADD) $(LIBS)
438
439 mostlyclean-compile:
440         -rm -f *.$(OBJEXT)
441
442 distclean-compile:
443         -rm -f *.tab.c
444
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clast.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cloog.Po@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/names.Plo@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pprint.Plo@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/program.Plo@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statement.Plo@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
457
458 .c.o:
459 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
460 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
464
465 .c.obj:
466 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
467 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
471
472 .c.lo:
473 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
474 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
478
479 block.lo: source/block.c
480 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT block.lo -MD -MP -MF "$(DEPDIR)/block.Tpo" -c -o block.lo `test -f 'source/block.c' || echo '$(srcdir)/'`source/block.c; \
481 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/block.Tpo" "$(DEPDIR)/block.Plo"; else rm -f "$(DEPDIR)/block.Tpo"; exit 1; fi
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/block.c' object='block.lo' libtool=yes @AMDEPBACKSLASH@
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o block.lo `test -f 'source/block.c' || echo '$(srcdir)/'`source/block.c
485
486 loop.lo: source/loop.c
487 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT loop.lo -MD -MP -MF "$(DEPDIR)/loop.Tpo" -c -o loop.lo `test -f 'source/loop.c' || echo '$(srcdir)/'`source/loop.c; \
488 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/loop.Tpo" "$(DEPDIR)/loop.Plo"; else rm -f "$(DEPDIR)/loop.Tpo"; exit 1; fi
489 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/loop.c' object='loop.lo' libtool=yes @AMDEPBACKSLASH@
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o loop.lo `test -f 'source/loop.c' || echo '$(srcdir)/'`source/loop.c
492
493 names.lo: source/names.c
494 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT names.lo -MD -MP -MF "$(DEPDIR)/names.Tpo" -c -o names.lo `test -f 'source/names.c' || echo '$(srcdir)/'`source/names.c; \
495 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/names.Tpo" "$(DEPDIR)/names.Plo"; else rm -f "$(DEPDIR)/names.Tpo"; exit 1; fi
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/names.c' object='names.lo' libtool=yes @AMDEPBACKSLASH@
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o names.lo `test -f 'source/names.c' || echo '$(srcdir)/'`source/names.c
499
500 options.lo: source/options.c
501 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT options.lo -MD -MP -MF "$(DEPDIR)/options.Tpo" -c -o options.lo `test -f 'source/options.c' || echo '$(srcdir)/'`source/options.c; \
502 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/options.Tpo" "$(DEPDIR)/options.Plo"; else rm -f "$(DEPDIR)/options.Tpo"; exit 1; fi
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/options.c' object='options.lo' libtool=yes @AMDEPBACKSLASH@
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o options.lo `test -f 'source/options.c' || echo '$(srcdir)/'`source/options.c
506
507 clast.lo: source/@POLYHEDRAL_BACKEND@/clast.c
508 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clast.lo -MD -MP -MF "$(DEPDIR)/clast.Tpo" -c -o clast.lo `test -f 'source/@POLYHEDRAL_BACKEND@/clast.c' || echo '$(srcdir)/'`source/@POLYHEDRAL_BACKEND@/clast.c; \
509 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/clast.Tpo" "$(DEPDIR)/clast.Plo"; else rm -f "$(DEPDIR)/clast.Tpo"; exit 1; fi
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/@POLYHEDRAL_BACKEND@/clast.c' object='clast.lo' libtool=yes @AMDEPBACKSLASH@
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clast.lo `test -f 'source/@POLYHEDRAL_BACKEND@/clast.c' || echo '$(srcdir)/'`source/@POLYHEDRAL_BACKEND@/clast.c
513
514 domain.lo: source/@POLYHEDRAL_BACKEND@/domain.c
515 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT domain.lo -MD -MP -MF "$(DEPDIR)/domain.Tpo" -c -o domain.lo `test -f 'source/@POLYHEDRAL_BACKEND@/domain.c' || echo '$(srcdir)/'`source/@POLYHEDRAL_BACKEND@/domain.c; \
516 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/domain.Tpo" "$(DEPDIR)/domain.Plo"; else rm -f "$(DEPDIR)/domain.Tpo"; exit 1; fi
517 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/@POLYHEDRAL_BACKEND@/domain.c' object='domain.lo' libtool=yes @AMDEPBACKSLASH@
518 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o domain.lo `test -f 'source/@POLYHEDRAL_BACKEND@/domain.c' || echo '$(srcdir)/'`source/@POLYHEDRAL_BACKEND@/domain.c
520
521 matrix.lo: source/@POLYHEDRAL_BACKEND@/matrix.c
522 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT matrix.lo -MD -MP -MF "$(DEPDIR)/matrix.Tpo" -c -o matrix.lo `test -f 'source/@POLYHEDRAL_BACKEND@/matrix.c' || echo '$(srcdir)/'`source/@POLYHEDRAL_BACKEND@/matrix.c; \
523 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/matrix.Tpo" "$(DEPDIR)/matrix.Plo"; else rm -f "$(DEPDIR)/matrix.Tpo"; exit 1; fi
524 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/@POLYHEDRAL_BACKEND@/matrix.c' object='matrix.lo' libtool=yes @AMDEPBACKSLASH@
525 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o matrix.lo `test -f 'source/@POLYHEDRAL_BACKEND@/matrix.c' || echo '$(srcdir)/'`source/@POLYHEDRAL_BACKEND@/matrix.c
527
528 pprint.lo: source/pprint.c
529 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pprint.lo -MD -MP -MF "$(DEPDIR)/pprint.Tpo" -c -o pprint.lo `test -f 'source/pprint.c' || echo '$(srcdir)/'`source/pprint.c; \
530 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/pprint.Tpo" "$(DEPDIR)/pprint.Plo"; else rm -f "$(DEPDIR)/pprint.Tpo"; exit 1; fi
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/pprint.c' object='pprint.lo' libtool=yes @AMDEPBACKSLASH@
532 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pprint.lo `test -f 'source/pprint.c' || echo '$(srcdir)/'`source/pprint.c
534
535 program.lo: source/program.c
536 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT program.lo -MD -MP -MF "$(DEPDIR)/program.Tpo" -c -o program.lo `test -f 'source/program.c' || echo '$(srcdir)/'`source/program.c; \
537 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/program.Tpo" "$(DEPDIR)/program.Plo"; else rm -f "$(DEPDIR)/program.Tpo"; exit 1; fi
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/program.c' object='program.lo' libtool=yes @AMDEPBACKSLASH@
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o program.lo `test -f 'source/program.c' || echo '$(srcdir)/'`source/program.c
541
542 statement.lo: source/statement.c
543 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT statement.lo -MD -MP -MF "$(DEPDIR)/statement.Tpo" -c -o statement.lo `test -f 'source/statement.c' || echo '$(srcdir)/'`source/statement.c; \
544 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/statement.Tpo" "$(DEPDIR)/statement.Plo"; else rm -f "$(DEPDIR)/statement.Tpo"; exit 1; fi
545 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/statement.c' object='statement.lo' libtool=yes @AMDEPBACKSLASH@
546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o statement.lo `test -f 'source/statement.c' || echo '$(srcdir)/'`source/statement.c
548
549 version.lo: source/version.c
550 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.lo -MD -MP -MF "$(DEPDIR)/version.Tpo" -c -o version.lo `test -f 'source/version.c' || echo '$(srcdir)/'`source/version.c; \
551 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/version.Tpo" "$(DEPDIR)/version.Plo"; else rm -f "$(DEPDIR)/version.Tpo"; exit 1; fi
552 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/version.c' object='version.lo' libtool=yes @AMDEPBACKSLASH@
553 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.lo `test -f 'source/version.c' || echo '$(srcdir)/'`source/version.c
555
556 cloog.o: source/cloog.c
557 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cloog.o -MD -MP -MF "$(DEPDIR)/cloog.Tpo" -c -o cloog.o `test -f 'source/cloog.c' || echo '$(srcdir)/'`source/cloog.c; \
558 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cloog.Tpo" "$(DEPDIR)/cloog.Po"; else rm -f "$(DEPDIR)/cloog.Tpo"; exit 1; fi
559 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/cloog.c' object='cloog.o' libtool=no @AMDEPBACKSLASH@
560 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cloog.o `test -f 'source/cloog.c' || echo '$(srcdir)/'`source/cloog.c
562
563 cloog.obj: source/cloog.c
564 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cloog.obj -MD -MP -MF "$(DEPDIR)/cloog.Tpo" -c -o cloog.obj `if test -f 'source/cloog.c'; then $(CYGPATH_W) 'source/cloog.c'; else $(CYGPATH_W) '$(srcdir)/source/cloog.c'; fi`; \
565 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cloog.Tpo" "$(DEPDIR)/cloog.Po"; else rm -f "$(DEPDIR)/cloog.Tpo"; exit 1; fi
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='source/cloog.c' object='cloog.obj' libtool=no @AMDEPBACKSLASH@
567 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cloog.obj `if test -f 'source/cloog.c'; then $(CYGPATH_W) 'source/cloog.c'; else $(CYGPATH_W) '$(srcdir)/source/cloog.c'; fi`
569
570 mostlyclean-libtool:
571         -rm -f *.lo
572
573 clean-libtool:
574         -rm -rf .libs _libs
575
576 distclean-libtool:
577         -rm -f libtool
578 uninstall-info-am:
579 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
580         @$(NORMAL_INSTALL)
581         test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
582         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
583           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
584           f=$(am__strip_dir) \
585           echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
586           $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
587         done
588
589 uninstall-pkgincludeHEADERS:
590         @$(NORMAL_UNINSTALL)
591         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
592           f=$(am__strip_dir) \
593           echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
594           rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
595         done
596
597 # This directory's subdirectories are mostly independent; you can cd
598 # into them and run `make' without going through this Makefile.
599 # To change the values of `make' variables: instead of editing Makefiles,
600 # (1) if the variable is set in `config.status', edit `config.status'
601 #     (which will cause the Makefiles to be regenerated when you run `make');
602 # (2) otherwise, pass the desired values on the `make' command line.
603 $(RECURSIVE_TARGETS):
604         @failcom='exit 1'; \
605         for f in x $$MAKEFLAGS; do \
606           case $$f in \
607             *=* | --[!k]*);; \
608             *k*) failcom='fail=yes';; \
609           esac; \
610         done; \
611         dot_seen=no; \
612         target=`echo $@ | sed s/-recursive//`; \
613         list='$(SUBDIRS)'; for subdir in $$list; do \
614           echo "Making $$target in $$subdir"; \
615           if test "$$subdir" = "."; then \
616             dot_seen=yes; \
617             local_target="$$target-am"; \
618           else \
619             local_target="$$target"; \
620           fi; \
621           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
622           || eval $$failcom; \
623         done; \
624         if test "$$dot_seen" = "no"; then \
625           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
626         fi; test -z "$$fail"
627
628 mostlyclean-recursive clean-recursive distclean-recursive \
629 maintainer-clean-recursive:
630         @failcom='exit 1'; \
631         for f in x $$MAKEFLAGS; do \
632           case $$f in \
633             *=* | --[!k]*);; \
634             *k*) failcom='fail=yes';; \
635           esac; \
636         done; \
637         dot_seen=no; \
638         case "$@" in \
639           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
640           *) list='$(SUBDIRS)' ;; \
641         esac; \
642         rev=''; for subdir in $$list; do \
643           if test "$$subdir" = "."; then :; else \
644             rev="$$subdir $$rev"; \
645           fi; \
646         done; \
647         rev="$$rev ."; \
648         target=`echo $@ | sed s/-recursive//`; \
649         for subdir in $$rev; do \
650           echo "Making $$target in $$subdir"; \
651           if test "$$subdir" = "."; then \
652             local_target="$$target-am"; \
653           else \
654             local_target="$$target"; \
655           fi; \
656           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
657           || eval $$failcom; \
658         done && test -z "$$fail"
659 tags-recursive:
660         list='$(SUBDIRS)'; for subdir in $$list; do \
661           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
662         done
663 ctags-recursive:
664         list='$(SUBDIRS)'; for subdir in $$list; do \
665           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
666         done
667
668 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
669         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
670         unique=`for i in $$list; do \
671             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
672           done | \
673           $(AWK) '    { files[$$0] = 1; } \
674                END { for (i in files) print i; }'`; \
675         mkid -fID $$unique
676 tags: TAGS
677
678 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
679                 $(TAGS_FILES) $(LISP)
680         tags=; \
681         here=`pwd`; \
682         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
683           include_option=--etags-include; \
684           empty_fix=.; \
685         else \
686           include_option=--include; \
687           empty_fix=; \
688         fi; \
689         list='$(SUBDIRS)'; for subdir in $$list; do \
690           if test "$$subdir" = .; then :; else \
691             test ! -f $$subdir/TAGS || \
692               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
693           fi; \
694         done; \
695         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
696         unique=`for i in $$list; do \
697             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
698           done | \
699           $(AWK) '    { files[$$0] = 1; } \
700                END { for (i in files) print i; }'`; \
701         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
702           test -n "$$unique" || unique=$$empty_fix; \
703           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704             $$tags $$unique; \
705         fi
706 ctags: CTAGS
707 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
708                 $(TAGS_FILES) $(LISP)
709         tags=; \
710         here=`pwd`; \
711         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
712         unique=`for i in $$list; do \
713             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
714           done | \
715           $(AWK) '    { files[$$0] = 1; } \
716                END { for (i in files) print i; }'`; \
717         test -z "$(CTAGS_ARGS)$$tags$$unique" \
718           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
719              $$tags $$unique
720
721 GTAGS:
722         here=`$(am__cd) $(top_builddir) && pwd` \
723           && cd $(top_srcdir) \
724           && gtags -i $(GTAGS_ARGS) $$here
725
726 distclean-tags:
727         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
728
729 distdir: $(DISTFILES)
730         $(am__remove_distdir)
731         mkdir $(distdir)
732         $(mkdir_p) $(distdir)/. $(distdir)/autoconf $(distdir)/doc $(distdir)/include/cloog $(distdir)/m4
733         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
734         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
735         list='$(DISTFILES)'; for file in $$list; do \
736           case $$file in \
737             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
738             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
739           esac; \
740           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
741           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
742           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
743             dir="/$$dir"; \
744             $(mkdir_p) "$(distdir)$$dir"; \
745           else \
746             dir=''; \
747           fi; \
748           if test -d $$d/$$file; then \
749             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
750               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
751             fi; \
752             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
753           else \
754             test -f $(distdir)/$$file \
755             || cp -p $$d/$$file $(distdir)/$$file \
756             || exit 1; \
757           fi; \
758         done
759         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
760           if test "$$subdir" = .; then :; else \
761             test -d "$(distdir)/$$subdir" \
762             || $(mkdir_p) "$(distdir)/$$subdir" \
763             || exit 1; \
764             distdir=`$(am__cd) $(distdir) && pwd`; \
765             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
766             (cd $$subdir && \
767               $(MAKE) $(AM_MAKEFLAGS) \
768                 top_distdir="$$top_distdir" \
769                 distdir="$$distdir/$$subdir" \
770                 distdir) \
771               || exit 1; \
772           fi; \
773         done
774         $(MAKE) $(AM_MAKEFLAGS) \
775           top_distdir="$(top_distdir)" distdir="$(distdir)" \
776           dist-hook
777         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
778           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
779           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
780           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
781         || chmod -R a+r $(distdir)
782 dist-gzip: distdir
783         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
784         $(am__remove_distdir)
785
786 dist-bzip2: distdir
787         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
788         $(am__remove_distdir)
789
790 dist-tarZ: distdir
791         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
792         $(am__remove_distdir)
793
794 dist-shar: distdir
795         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
796         $(am__remove_distdir)
797
798 dist-zip: distdir
799         -rm -f $(distdir).zip
800         zip -rq $(distdir).zip $(distdir)
801         $(am__remove_distdir)
802
803 dist dist-all: distdir
804         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
805         $(am__remove_distdir)
806
807 # This target untars the dist file and tries a VPATH configuration.  Then
808 # it guarantees that the distribution is self-contained by making another
809 # tarfile.
810 distcheck: dist
811         case '$(DIST_ARCHIVES)' in \
812         *.tar.gz*) \
813           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
814         *.tar.bz2*) \
815           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
816         *.tar.Z*) \
817           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
818         *.shar.gz*) \
819           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
820         *.zip*) \
821           unzip $(distdir).zip ;;\
822         esac
823         chmod -R a-w $(distdir); chmod a+w $(distdir)
824         mkdir $(distdir)/_build
825         mkdir $(distdir)/_inst
826         chmod a-w $(distdir)
827         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
828           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
829           && cd $(distdir)/_build \
830           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
831             $(DISTCHECK_CONFIGURE_FLAGS) \
832           && $(MAKE) $(AM_MAKEFLAGS) \
833           && $(MAKE) $(AM_MAKEFLAGS) dvi \
834           && $(MAKE) $(AM_MAKEFLAGS) check \
835           && $(MAKE) $(AM_MAKEFLAGS) install \
836           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
837           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
838           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
839                 distuninstallcheck \
840           && chmod -R a-w "$$dc_install_base" \
841           && ({ \
842                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
843                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
844                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
845                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
846                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
847               } || { rm -rf "$$dc_destdir"; exit 1; }) \
848           && rm -rf "$$dc_destdir" \
849           && $(MAKE) $(AM_MAKEFLAGS) dist \
850           && rm -rf $(DIST_ARCHIVES) \
851           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
852         $(am__remove_distdir)
853         @(echo "$(distdir) archives ready for distribution: "; \
854           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
855           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
856 distuninstallcheck:
857         @cd $(distuninstallcheck_dir) \
858         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
859            || { echo "ERROR: files left after uninstall:" ; \
860                 if test -n "$(DESTDIR)"; then \
861                   echo "  (check DESTDIR support)"; \
862                 fi ; \
863                 $(distuninstallcheck_listfiles) ; \
864                 exit 1; } >&2
865 distcleancheck: distclean
866         @if test '$(srcdir)' = . ; then \
867           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
868           exit 1 ; \
869         fi
870         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
871           || { echo "ERROR: files left in build directory after distclean:" ; \
872                $(distcleancheck_listfiles) ; \
873                exit 1; } >&2
874 check-am: all-am
875 check: check-recursive
876 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
877 install-binPROGRAMS: install-libLTLIBRARIES
878
879 installdirs: installdirs-recursive
880 installdirs-am:
881         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)"; do \
882           test -z "$$dir" || $(mkdir_p) "$$dir"; \
883         done
884 install: install-recursive
885 install-exec: install-exec-recursive
886 install-data: install-data-recursive
887 uninstall: uninstall-recursive
888
889 install-am: all-am
890         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
891
892 installcheck: installcheck-recursive
893 install-strip:
894         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
895           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
896           `test -z '$(STRIP)' || \
897             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
898 mostlyclean-generic:
899
900 clean-generic:
901
902 distclean-generic:
903         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
904
905 maintainer-clean-generic:
906         @echo "This command is intended for maintainers to use"
907         @echo "it deletes files that may require special tools to rebuild."
908 clean: clean-recursive
909
910 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
911         clean-libtool clean-local mostlyclean-am
912
913 distclean: distclean-recursive
914         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
915         -rm -rf ./$(DEPDIR)
916         -rm -f Makefile
917 distclean-am: clean-am distclean-compile distclean-generic \
918         distclean-hdr distclean-libtool distclean-tags
919
920 dvi: dvi-recursive
921
922 dvi-am:
923
924 html: html-recursive
925
926 info: info-recursive
927
928 info-am:
929
930 install-data-am: install-pkgincludeHEADERS
931
932 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
933
934 install-info: install-info-recursive
935
936 install-man:
937
938 installcheck-am:
939
940 maintainer-clean: maintainer-clean-recursive
941         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
942         -rm -rf $(top_srcdir)/autom4te.cache
943         -rm -rf ./$(DEPDIR)
944         -rm -f Makefile
945 maintainer-clean-am: distclean-am maintainer-clean-generic
946
947 mostlyclean: mostlyclean-recursive
948
949 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
950         mostlyclean-libtool
951
952 pdf: pdf-recursive
953
954 pdf-am:
955
956 ps: ps-recursive
957
958 ps-am:
959
960 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
961         uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
962
963 uninstall-info: uninstall-info-recursive
964
965 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
966         check-am clean clean-binPROGRAMS clean-generic \
967         clean-libLTLIBRARIES clean-libtool clean-local clean-recursive \
968         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
969         dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
970         distclean-compile distclean-generic distclean-hdr \
971         distclean-libtool distclean-recursive distclean-tags \
972         distcleancheck distdir distuninstallcheck dvi dvi-am html \
973         html-am info info-am install install-am install-binPROGRAMS \
974         install-data install-data-am install-exec install-exec-am \
975         install-info install-info-am install-libLTLIBRARIES \
976         install-man install-pkgincludeHEADERS install-strip \
977         installcheck installcheck-am installdirs installdirs-am \
978         maintainer-clean maintainer-clean-generic \
979         maintainer-clean-recursive mostlyclean mostlyclean-compile \
980         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
981         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
982         uninstall-binPROGRAMS uninstall-info-am \
983         uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
984
985
986 version.h: @GIT_INDEX@
987         echo '#define CLOOG_HEAD "'`$(top_builddir)/genversion.sh`'"' > $@
988
989 dist-hook:
990         rm -f $(distdir)/test/Makefile
991         $(top_builddir)/genversion.sh > $(distdir)/CLOOG_HEAD
992         (cd doc; make cloog.pdf) && cp doc/cloog.pdf $(distdir)/doc/
993
994 #/*****************************************************************************
995 # *                                   Rules                                   *
996 # *****************************************************************************/
997
998 check:
999         $(MAKE) test -C test
1000
1001 valcheck:
1002         $(MAKE) valgrind -C test
1003
1004 total:
1005         @echo "             /*-----------------------------------------------*"
1006         @echo "              *                     CLooG                     *"
1007         @echo "              *-----------------------------------------------*/"
1008         $(MAKE) uninstall
1009         $(MAKE) clean
1010         $(MAKE)
1011         $(MAKE) install
1012
1013 doc:
1014         @echo "             /*-----------------------------------------------*"
1015         @echo "              *        Generating CLooG's documentation       *"
1016         @echo "              *-----------------------------------------------*/"
1017         doxygen ./autoconf/Doxyfile
1018
1019 clean-local:
1020         rm $(top_builddir)/version.h
1021         rm $(top_builddir)/doc/gitversion.texi
1022 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1023 # Otherwise a system limit (for SysV at least) may be exceeded.
1024 .NOEXPORT: