1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18
19
20VPATH = @srcdir@
21am__is_gnu_make = { \
22  if test -z '$(MAKELEVEL)'; then \
23    false; \
24  elif test -n '$(MAKE_HOST)'; then \
25    true; \
26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27    true; \
28  else \
29    false; \
30  fi; \
31}
32am__make_running_with_option = \
33  case $${target_option-} in \
34      ?) ;; \
35      *) echo "am__make_running_with_option: internal error: invalid" \
36              "target option '$${target_option-}' specified" >&2; \
37         exit 1;; \
38  esac; \
39  has_opt=no; \
40  sane_makeflags=$$MAKEFLAGS; \
41  if $(am__is_gnu_make); then \
42    sane_makeflags=$$MFLAGS; \
43  else \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        bs=\\; \
47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49    esac; \
50  fi; \
51  skip_next=no; \
52  strip_trailopt () \
53  { \
54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55  }; \
56  for flg in $$sane_makeflags; do \
57    test $$skip_next = yes && { skip_next=no; continue; }; \
58    case $$flg in \
59      *=*|--*) continue;; \
60        -*I) strip_trailopt 'I'; skip_next=yes;; \
61      -*I?*) strip_trailopt 'I';; \
62        -*O) strip_trailopt 'O'; skip_next=yes;; \
63      -*O?*) strip_trailopt 'O';; \
64        -*l) strip_trailopt 'l'; skip_next=yes;; \
65      -*l?*) strip_trailopt 'l';; \
66      -[dEDm]) skip_next=yes;; \
67      -[JT]) skip_next=yes;; \
68    esac; \
69    case $$flg in \
70      *$$target_option*) has_opt=yes; break;; \
71    esac; \
72  done; \
73  test $$has_opt = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94bin_PROGRAMS = flam3-animate$(EXEEXT) flam3-genome$(EXEEXT) \
95	flam3-render$(EXEEXT) flam3-convert$(EXEEXT)
96subdir = .
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
99	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
105	$(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
106am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109CONFIG_HEADER = config.h
110CONFIG_CLEAN_FILES = flam3.pc
111CONFIG_CLEAN_VPATH_FILES =
112am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
113am__vpath_adj = case $$p in \
114    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
115    *) f=$$p;; \
116  esac;
117am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
118am__install_max = 40
119am__nobase_strip_setup = \
120  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
121am__nobase_strip = \
122  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123am__nobase_list = $(am__nobase_strip_setup); \
124  for p in $$list; do echo "$$p $$p"; done | \
125  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
126  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
127    if (++n[$$2] == $(am__install_max)) \
128      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
129    END { for (dir in files) print dir, files[dir] }'
130am__base_list = \
131  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
132  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
133am__uninstall_files_from_dir = { \
134  test -z "$$files" \
135    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
136    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
137         $(am__cd) "$$dir" && rm -f $$files; }; \
138  }
139am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
140	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
141	"$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(includedir)"
142LTLIBRARIES = $(lib_LTLIBRARIES)
143libflam3_la_LIBADD =
144am_libflam3_la_OBJECTS = flam3.lo filters.lo parser.lo variations.lo \
145	interpolation.lo palettes.lo jpeg.lo png.lo isaac.lo sincos.lo
146libflam3_la_OBJECTS = $(am_libflam3_la_OBJECTS)
147AM_V_lt = $(am__v_lt_@AM_V@)
148am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149am__v_lt_0 = --silent
150am__v_lt_1 =
151libflam3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
153	$(libflam3_la_LDFLAGS) $(LDFLAGS) -o $@
154PROGRAMS = $(bin_PROGRAMS)
155am_flam3_animate_OBJECTS = flam3-animate.$(OBJEXT) docstring.$(OBJEXT)
156flam3_animate_OBJECTS = $(am_flam3_animate_OBJECTS)
157flam3_animate_DEPENDENCIES = libflam3.la
158am_flam3_convert_OBJECTS = flam3-convert.$(OBJEXT) docstring.$(OBJEXT)
159flam3_convert_OBJECTS = $(am_flam3_convert_OBJECTS)
160flam3_convert_DEPENDENCIES = libflam3.la
161am_flam3_genome_OBJECTS = flam3-genome.$(OBJEXT) docstring.$(OBJEXT)
162flam3_genome_OBJECTS = $(am_flam3_genome_OBJECTS)
163flam3_genome_DEPENDENCIES = libflam3.la
164am_flam3_render_OBJECTS = flam3-render.$(OBJEXT) docstring.$(OBJEXT)
165flam3_render_OBJECTS = $(am_flam3_render_OBJECTS)
166flam3_render_DEPENDENCIES = libflam3.la
167AM_V_P = $(am__v_P_@AM_V@)
168am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169am__v_P_0 = false
170am__v_P_1 = :
171AM_V_GEN = $(am__v_GEN_@AM_V@)
172am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173am__v_GEN_0 = @echo "  GEN     " $@;
174am__v_GEN_1 =
175AM_V_at = $(am__v_at_@AM_V@)
176am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177am__v_at_0 = @
178am__v_at_1 =
179DEFAULT_INCLUDES = -I.@am__isrc@
180depcomp =
181am__depfiles_maybe =
182COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
183	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
186	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
187	$(AM_CFLAGS) $(CFLAGS)
188AM_V_CC = $(am__v_CC_@AM_V@)
189am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
190am__v_CC_0 = @echo "  CC      " $@;
191am__v_CC_1 =
192CCLD = $(CC)
193LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
194	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
195	$(AM_LDFLAGS) $(LDFLAGS) -o $@
196AM_V_CCLD = $(am__v_CCLD_@AM_V@)
197am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
198am__v_CCLD_0 = @echo "  CCLD    " $@;
199am__v_CCLD_1 =
200SOURCES = $(libflam3_la_SOURCES) $(flam3_animate_SOURCES) \
201	$(flam3_convert_SOURCES) $(flam3_genome_SOURCES) \
202	$(flam3_render_SOURCES)
203DIST_SOURCES = $(libflam3_la_SOURCES) $(flam3_animate_SOURCES) \
204	$(flam3_convert_SOURCES) $(flam3_genome_SOURCES) \
205	$(flam3_render_SOURCES)
206am__can_run_installinfo = \
207  case $$AM_UPDATE_INFO_DIR in \
208    n|no|NO) false;; \
209    *) (install-info --version) >/dev/null 2>&1;; \
210  esac
211man1dir = $(mandir)/man1
212NROFF = nroff
213MANS = $(man1_MANS)
214DATA = $(pkgconfig_DATA) $(pkgdata_DATA)
215HEADERS = $(include_HEADERS)
216am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
217	$(LISP)config.h.in
218# Read a list of newline-separated strings from the standard input,
219# and print each of them once, without duplicates.  Input order is
220# *not* preserved.
221am__uniquify_input = $(AWK) '\
222  BEGIN { nonempty = 0; } \
223  { items[$$0] = 1; nonempty = 1; } \
224  END { if (nonempty) { for (i in items) print i; }; } \
225'
226# Make sure the list of sources is unique.  This is necessary because,
227# e.g., the same source file might be shared among _SOURCES variables
228# for different programs/libraries.
229am__define_uniq_tagged_files = \
230  list='$(am__tagged_files)'; \
231  unique=`for i in $$list; do \
232    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233  done | $(am__uniquify_input)`
234ETAGS = etags
235CTAGS = ctags
236CSCOPE = cscope
237AM_RECURSIVE_TARGETS = cscope
238am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
239	$(srcdir)/flam3.pc.in COPYING compile config.guess config.sub \
240	install-sh ltmain.sh missing mkinstalldirs
241DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
242distdir = $(PACKAGE)-$(VERSION)
243top_distdir = $(distdir)
244am__remove_distdir = \
245  if test -d "$(distdir)"; then \
246    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
247      && rm -rf "$(distdir)" \
248      || { sleep 5 && rm -rf "$(distdir)"; }; \
249  else :; fi
250am__post_remove_distdir = $(am__remove_distdir)
251DIST_ARCHIVES = $(distdir).tar.gz
252GZIP_ENV = --best
253DIST_TARGETS = dist-gzip
254distuninstallcheck_listfiles = find . -type f -print
255am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
256  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
257distcleancheck_listfiles = find . -type f -print
258ACLOCAL = @ACLOCAL@
259AMTAR = @AMTAR@
260AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261AR = @AR@
262AUTOCONF = @AUTOCONF@
263AUTOHEADER = @AUTOHEADER@
264AUTOMAKE = @AUTOMAKE@
265AWK = @AWK@
266CC = @CC@
267CCDEPMODE = @CCDEPMODE@
268CFLAGS = @CFLAGS@
269CPP = @CPP@
270CPPFLAGS = @CPPFLAGS@
271CYGPATH_W = @CYGPATH_W@
272DEFS = @DEFS@
273DEPDIR = @DEPDIR@
274DLLTOOL = @DLLTOOL@
275DSYMUTIL = @DSYMUTIL@
276DUMPBIN = @DUMPBIN@
277ECHO_C = @ECHO_C@
278ECHO_N = @ECHO_N@
279ECHO_T = @ECHO_T@
280EGREP = @EGREP@
281EXEEXT = @EXEEXT@
282FGREP = @FGREP@
283GREP = @GREP@
284INSTALL = @INSTALL@
285INSTALL_DATA = @INSTALL_DATA@
286INSTALL_PROGRAM = @INSTALL_PROGRAM@
287INSTALL_SCRIPT = @INSTALL_SCRIPT@
288INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
289LD = @LD@
290LDFLAGS = @LDFLAGS@
291LIBOBJS = @LIBOBJS@
292LIBS = @LIBS@
293LIBTOOL = @LIBTOOL@
294LIPO = @LIPO@
295LN_S = @LN_S@
296LTLIBOBJS = @LTLIBOBJS@
297LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
298MAKEINFO = @MAKEINFO@
299MANIFEST_TOOL = @MANIFEST_TOOL@
300MKDIR_P = @MKDIR_P@
301NM = @NM@
302NMEDIT = @NMEDIT@
303OBJDUMP = @OBJDUMP@
304OBJEXT = @OBJEXT@
305OTOOL = @OTOOL@
306OTOOL64 = @OTOOL64@
307PACKAGE = @PACKAGE@
308PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
309PACKAGE_NAME = @PACKAGE_NAME@
310PACKAGE_STRING = @PACKAGE_STRING@
311PACKAGE_TARNAME = @PACKAGE_TARNAME@
312PACKAGE_URL = @PACKAGE_URL@
313PACKAGE_VERSION = @PACKAGE_VERSION@
314PATH_SEPARATOR = @PATH_SEPARATOR@
315RANLIB = @RANLIB@
316SED = @SED@
317SET_MAKE = @SET_MAKE@
318SHELL = @SHELL@
319STRIP = @STRIP@
320VERSION = @VERSION@
321XML2_CONFIG = @XML2_CONFIG@
322abs_builddir = @abs_builddir@
323abs_srcdir = @abs_srcdir@
324abs_top_builddir = @abs_top_builddir@
325abs_top_srcdir = @abs_top_srcdir@
326ac_ct_AR = @ac_ct_AR@
327ac_ct_CC = @ac_ct_CC@
328ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
329am__include = @am__include@
330am__leading_dot = @am__leading_dot@
331am__quote = @am__quote@
332am__tar = @am__tar@
333am__untar = @am__untar@
334bindir = @bindir@
335build = @build@
336build_alias = @build_alias@
337build_cpu = @build_cpu@
338build_os = @build_os@
339build_vendor = @build_vendor@
340builddir = @builddir@
341datadir = @datadir@
342datarootdir = @datarootdir@
343docdir = @docdir@
344dvidir = @dvidir@
345exec_prefix = @exec_prefix@
346host = @host@
347host_alias = @host_alias@
348host_cpu = @host_cpu@
349host_os = @host_os@
350host_vendor = @host_vendor@
351htmldir = @htmldir@
352includedir = @includedir@
353infodir = @infodir@
354install_sh = @install_sh@
355libdir = @libdir@
356libexecdir = @libexecdir@
357localedir = @localedir@
358localstatedir = @localstatedir@
359mandir = @mandir@
360mkdir_p = @mkdir_p@
361oldincludedir = @oldincludedir@
362pdfdir = @pdfdir@
363prefix = @prefix@
364program_transform_name = @program_transform_name@
365psdir = @psdir@
366runstatedir = @runstatedir@
367sbindir = @sbindir@
368sharedstatedir = @sharedstatedir@
369srcdir = @srcdir@
370sysconfdir = @sysconfdir@
371target_alias = @target_alias@
372top_build_prefix = @top_build_prefix@
373top_builddir = @top_builddir@
374top_srcdir = @top_srcdir@
375AUTOMAKE_OPTIONS = foreign no-dependencies
376GIT_DEF = -D'GIT_REV="$(shell git describe --tags --dirty)"'
377AM_CFLAGS = -std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" $(GIT_DEF)
378ACLOCAL_AMFLAGS = -I m4
379man1_MANS = flam3-animate.man flam3-genome.man flam3-render.man flam3-convert.man
380lib_LTLIBRARIES = libflam3.la
381include_HEADERS = flam3.h isaac.h isaacs.h rect.c
382libflam3_la_SOURCES = flam3.c filters.c parser.c variations.c interpolation.c palettes.c jpeg.c png.c isaac.c sincos.c
383libflam3_la_LDFLAGS = -no-undefined -ljpeg -lpng -lz -lpthread
384flam3_genome_SOURCES = flam3-genome.c docstring.c
385flam3_genome_LDADD = libflam3.la -lm
386flam3_animate_SOURCES = flam3-animate.c docstring.c
387flam3_animate_LDADD = libflam3.la -lm
388flam3_render_SOURCES = flam3-render.c docstring.c
389flam3_render_LDADD = libflam3.la -lm
390flam3_convert_SOURCES = flam3-convert.c docstring.c
391flam3_convert_LDADD = libflam3.la -lm
392pkgdata_DATA = flam3-palettes.xml
393EXTRA_DIST = rect.c flam3.h palettes.h variations.h interpolation.h parser.h \
394   private.h isaac.h isaacs.h img.h test.flam3 vidres.flam3 \
395   flam3.dsw render.dsp animate.dsp genome.dsp convert.dsp \
396   mkinstalldirs README.txt COPYING.txt flam3-palettes.xml \
397   flam3-animate.man flam3-render.man flam3-genome.man flam3-convert.man
398
399pkgconfigdir = $(prefix)/libdata/pkgconfig
400pkgconfig_DATA = flam3.pc
401all: config.h
402	$(MAKE) $(AM_MAKEFLAGS) all-am
403
404.SUFFIXES:
405.SUFFIXES: .c .lo .o .obj
406am--refresh: Makefile
407	@:
408$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
409	@for dep in $?; do \
410	  case '$(am__configure_deps)' in \
411	    *$$dep*) \
412	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
413	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
414		&& exit 0; \
415	      exit 1;; \
416	  esac; \
417	done; \
418	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
419	$(am__cd) $(top_srcdir) && \
420	  $(AUTOMAKE) --foreign Makefile
421Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
422	@case '$?' in \
423	  *config.status*) \
424	    echo ' $(SHELL) ./config.status'; \
425	    $(SHELL) ./config.status;; \
426	  *) \
427	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
428	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
429	esac;
430
431$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
432	$(SHELL) ./config.status --recheck
433
434$(top_srcdir)/configure:  $(am__configure_deps)
435	$(am__cd) $(srcdir) && $(AUTOCONF)
436$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
437	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
438$(am__aclocal_m4_deps):
439
440config.h: stamp-h1
441	@test -f $@ || rm -f stamp-h1
442	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
443
444stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
445	@rm -f stamp-h1
446	cd $(top_builddir) && $(SHELL) ./config.status config.h
447$(srcdir)/config.h.in:  $(am__configure_deps)
448	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
449	rm -f stamp-h1
450	touch $@
451
452distclean-hdr:
453	-rm -f config.h stamp-h1
454flam3.pc: $(top_builddir)/config.status $(srcdir)/flam3.pc.in
455	cd $(top_builddir) && $(SHELL) ./config.status $@
456
457install-libLTLIBRARIES: $(lib_LTLIBRARIES)
458	@$(NORMAL_INSTALL)
459	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
460	list2=; for p in $$list; do \
461	  if test -f $$p; then \
462	    list2="$$list2 $$p"; \
463	  else :; fi; \
464	done; \
465	test -z "$$list2" || { \
466	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
467	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
468	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
469	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
470	}
471
472uninstall-libLTLIBRARIES:
473	@$(NORMAL_UNINSTALL)
474	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
475	for p in $$list; do \
476	  $(am__strip_dir) \
477	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
478	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
479	done
480
481clean-libLTLIBRARIES:
482	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
483	@list='$(lib_LTLIBRARIES)'; \
484	locs=`for p in $$list; do echo $$p; done | \
485	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
486	      sort -u`; \
487	test -z "$$locs" || { \
488	  echo rm -f $${locs}; \
489	  rm -f $${locs}; \
490	}
491
492libflam3.la: $(libflam3_la_OBJECTS) $(libflam3_la_DEPENDENCIES) $(EXTRA_libflam3_la_DEPENDENCIES)
493	$(AM_V_CCLD)$(libflam3_la_LINK) -rpath $(libdir) $(libflam3_la_OBJECTS) $(libflam3_la_LIBADD) $(LIBS)
494install-binPROGRAMS: $(bin_PROGRAMS)
495	@$(NORMAL_INSTALL)
496	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
497	if test -n "$$list"; then \
498	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
499	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
500	fi; \
501	for p in $$list; do echo "$$p $$p"; done | \
502	sed 's/$(EXEEXT)$$//' | \
503	while read p p1; do if test -f $$p \
504	 || test -f $$p1 \
505	  ; then echo "$$p"; echo "$$p"; else :; fi; \
506	done | \
507	sed -e 'p;s,.*/,,;n;h' \
508	    -e 's|.*|.|' \
509	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
510	sed 'N;N;N;s,\n, ,g' | \
511	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
512	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
513	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
514	    else { print "f", $$3 "/" $$4, $$1; } } \
515	  END { for (d in files) print "f", d, files[d] }' | \
516	while read type dir files; do \
517	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
518	    test -z "$$files" || { \
519	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
520	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
521	    } \
522	; done
523
524uninstall-binPROGRAMS:
525	@$(NORMAL_UNINSTALL)
526	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
527	files=`for p in $$list; do echo "$$p"; done | \
528	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
529	      -e 's/$$/$(EXEEXT)/' \
530	`; \
531	test -n "$$list" || exit 0; \
532	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
533	cd "$(DESTDIR)$(bindir)" && rm -f $$files
534
535clean-binPROGRAMS:
536	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
537	echo " rm -f" $$list; \
538	rm -f $$list || exit $$?; \
539	test -n "$(EXEEXT)" || exit 0; \
540	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
541	echo " rm -f" $$list; \
542	rm -f $$list
543
544flam3-animate$(EXEEXT): $(flam3_animate_OBJECTS) $(flam3_animate_DEPENDENCIES) $(EXTRA_flam3_animate_DEPENDENCIES)
545	@rm -f flam3-animate$(EXEEXT)
546	$(AM_V_CCLD)$(LINK) $(flam3_animate_OBJECTS) $(flam3_animate_LDADD) $(LIBS)
547
548flam3-convert$(EXEEXT): $(flam3_convert_OBJECTS) $(flam3_convert_DEPENDENCIES) $(EXTRA_flam3_convert_DEPENDENCIES)
549	@rm -f flam3-convert$(EXEEXT)
550	$(AM_V_CCLD)$(LINK) $(flam3_convert_OBJECTS) $(flam3_convert_LDADD) $(LIBS)
551
552flam3-genome$(EXEEXT): $(flam3_genome_OBJECTS) $(flam3_genome_DEPENDENCIES) $(EXTRA_flam3_genome_DEPENDENCIES)
553	@rm -f flam3-genome$(EXEEXT)
554	$(AM_V_CCLD)$(LINK) $(flam3_genome_OBJECTS) $(flam3_genome_LDADD) $(LIBS)
555
556flam3-render$(EXEEXT): $(flam3_render_OBJECTS) $(flam3_render_DEPENDENCIES) $(EXTRA_flam3_render_DEPENDENCIES)
557	@rm -f flam3-render$(EXEEXT)
558	$(AM_V_CCLD)$(LINK) $(flam3_render_OBJECTS) $(flam3_render_LDADD) $(LIBS)
559
560mostlyclean-compile:
561	-rm -f *.$(OBJEXT)
562
563distclean-compile:
564	-rm -f *.tab.c
565
566.c.o:
567	$(AM_V_CC)$(COMPILE) -c -o $@ $<
568
569.c.obj:
570	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
571
572.c.lo:
573	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
574
575mostlyclean-libtool:
576	-rm -f *.lo
577
578clean-libtool:
579	-rm -rf .libs _libs
580
581distclean-libtool:
582	-rm -f libtool config.lt
583install-man1: $(man1_MANS)
584	@$(NORMAL_INSTALL)
585	@list1='$(man1_MANS)'; \
586	list2=''; \
587	test -n "$(man1dir)" \
588	  && test -n "`echo $$list1$$list2`" \
589	  || exit 0; \
590	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
591	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
592	{ for i in $$list1; do echo "$$i"; done;  \
593	if test -n "$$list2"; then \
594	  for i in $$list2; do echo "$$i"; done \
595	    | sed -n '/\.1[a-z]*$$/p'; \
596	fi; \
597	} | while read p; do \
598	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
599	  echo "$$d$$p"; echo "$$p"; \
600	done | \
601	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
602	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
603	sed 'N;N;s,\n, ,g' | { \
604	list=; while read file base inst; do \
605	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
606	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
607	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
608	  fi; \
609	done; \
610	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
611	while read files; do \
612	  test -z "$$files" || { \
613	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
614	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
615	done; }
616
617uninstall-man1:
618	@$(NORMAL_UNINSTALL)
619	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
620	files=`{ for i in $$list; do echo "$$i"; done; \
621	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
622	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
623	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
624install-pkgconfigDATA: $(pkgconfig_DATA)
625	@$(NORMAL_INSTALL)
626	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
627	if test -n "$$list"; then \
628	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
629	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
630	fi; \
631	for p in $$list; do \
632	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
633	  echo "$$d$$p"; \
634	done | $(am__base_list) | \
635	while read files; do \
636	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
637	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
638	done
639
640uninstall-pkgconfigDATA:
641	@$(NORMAL_UNINSTALL)
642	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
643	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
644	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
645install-pkgdataDATA: $(pkgdata_DATA)
646	@$(NORMAL_INSTALL)
647	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
648	if test -n "$$list"; then \
649	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
650	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
651	fi; \
652	for p in $$list; do \
653	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
654	  echo "$$d$$p"; \
655	done | $(am__base_list) | \
656	while read files; do \
657	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
658	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
659	done
660
661uninstall-pkgdataDATA:
662	@$(NORMAL_UNINSTALL)
663	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
664	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
665	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
666install-includeHEADERS: $(include_HEADERS)
667	@$(NORMAL_INSTALL)
668	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
669	if test -n "$$list"; then \
670	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
671	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
672	fi; \
673	for p in $$list; do \
674	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
675	  echo "$$d$$p"; \
676	done | $(am__base_list) | \
677	while read files; do \
678	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
679	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
680	done
681
682uninstall-includeHEADERS:
683	@$(NORMAL_UNINSTALL)
684	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
685	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
686	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
687
688ID: $(am__tagged_files)
689	$(am__define_uniq_tagged_files); mkid -fID $$unique
690tags: tags-am
691TAGS: tags
692
693tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
694	set x; \
695	here=`pwd`; \
696	$(am__define_uniq_tagged_files); \
697	shift; \
698	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
699	  test -n "$$unique" || unique=$$empty_fix; \
700	  if test $$# -gt 0; then \
701	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
702	      "$$@" $$unique; \
703	  else \
704	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
705	      $$unique; \
706	  fi; \
707	fi
708ctags: ctags-am
709
710CTAGS: ctags
711ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
712	$(am__define_uniq_tagged_files); \
713	test -z "$(CTAGS_ARGS)$$unique" \
714	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
715	     $$unique
716
717GTAGS:
718	here=`$(am__cd) $(top_builddir) && pwd` \
719	  && $(am__cd) $(top_srcdir) \
720	  && gtags -i $(GTAGS_ARGS) "$$here"
721cscope: cscope.files
722	test ! -s cscope.files \
723	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
724clean-cscope:
725	-rm -f cscope.files
726cscope.files: clean-cscope cscopelist
727cscopelist: cscopelist-am
728
729cscopelist-am: $(am__tagged_files)
730	list='$(am__tagged_files)'; \
731	case "$(srcdir)" in \
732	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
733	  *) sdir=$(subdir)/$(srcdir) ;; \
734	esac; \
735	for i in $$list; do \
736	  if test -f "$$i"; then \
737	    echo "$(subdir)/$$i"; \
738	  else \
739	    echo "$$sdir/$$i"; \
740	  fi; \
741	done >> $(top_builddir)/cscope.files
742
743distclean-tags:
744	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
745	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
746
747distdir: $(DISTFILES)
748	$(am__remove_distdir)
749	test -d "$(distdir)" || mkdir "$(distdir)"
750	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
751	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
752	list='$(DISTFILES)'; \
753	  dist_files=`for file in $$list; do echo $$file; done | \
754	  sed -e "s|^$$srcdirstrip/||;t" \
755	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
756	case $$dist_files in \
757	  */*) $(MKDIR_P) `echo "$$dist_files" | \
758			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
759			   sort -u` ;; \
760	esac; \
761	for file in $$dist_files; do \
762	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
763	  if test -d $$d/$$file; then \
764	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
765	    if test -d "$(distdir)/$$file"; then \
766	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
767	    fi; \
768	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
769	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
770	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
771	    fi; \
772	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
773	  else \
774	    test -f "$(distdir)/$$file" \
775	    || cp -p $$d/$$file "$(distdir)/$$file" \
776	    || exit 1; \
777	  fi; \
778	done
779	-test -n "$(am__skip_mode_fix)" \
780	|| find "$(distdir)" -type d ! -perm -755 \
781		-exec chmod u+rwx,go+rx {} \; -o \
782	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
783	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
784	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
785	|| chmod -R a+r "$(distdir)"
786dist-gzip: distdir
787	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
788	$(am__post_remove_distdir)
789
790dist-bzip2: distdir
791	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
792	$(am__post_remove_distdir)
793
794dist-lzip: distdir
795	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
796	$(am__post_remove_distdir)
797
798dist-xz: distdir
799	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
800	$(am__post_remove_distdir)
801
802dist-tarZ: distdir
803	@echo WARNING: "Support for distribution archives compressed with" \
804		       "legacy program 'compress' is deprecated." >&2
805	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
806	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
807	$(am__post_remove_distdir)
808
809dist-shar: distdir
810	@echo WARNING: "Support for shar distribution archives is" \
811	               "deprecated." >&2
812	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
813	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
814	$(am__post_remove_distdir)
815
816dist-zip: distdir
817	-rm -f $(distdir).zip
818	zip -rq $(distdir).zip $(distdir)
819	$(am__post_remove_distdir)
820
821dist dist-all:
822	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
823	$(am__post_remove_distdir)
824
825# This target untars the dist file and tries a VPATH configuration.  Then
826# it guarantees that the distribution is self-contained by making another
827# tarfile.
828distcheck: dist
829	case '$(DIST_ARCHIVES)' in \
830	*.tar.gz*) \
831	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
832	*.tar.bz2*) \
833	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
834	*.tar.lz*) \
835	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
836	*.tar.xz*) \
837	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
838	*.tar.Z*) \
839	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
840	*.shar.gz*) \
841	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
842	*.zip*) \
843	  unzip $(distdir).zip ;;\
844	esac
845	chmod -R a-w $(distdir)
846	chmod u+w $(distdir)
847	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
848	chmod a-w $(distdir)
849	test -d $(distdir)/_build || exit 0; \
850	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
851	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
852	  && am__cwd=`pwd` \
853	  && $(am__cd) $(distdir)/_build/sub \
854	  && ../../configure \
855	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
856	    $(DISTCHECK_CONFIGURE_FLAGS) \
857	    --srcdir=../.. --prefix="$$dc_install_base" \
858	  && $(MAKE) $(AM_MAKEFLAGS) \
859	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
860	  && $(MAKE) $(AM_MAKEFLAGS) check \
861	  && $(MAKE) $(AM_MAKEFLAGS) install \
862	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
863	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
864	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
865	        distuninstallcheck \
866	  && chmod -R a-w "$$dc_install_base" \
867	  && ({ \
868	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
869	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
870	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
871	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
872	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
873	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
874	  && rm -rf "$$dc_destdir" \
875	  && $(MAKE) $(AM_MAKEFLAGS) dist \
876	  && rm -rf $(DIST_ARCHIVES) \
877	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
878	  && cd "$$am__cwd" \
879	  || exit 1
880	$(am__post_remove_distdir)
881	@(echo "$(distdir) archives ready for distribution: "; \
882	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
883	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
884distuninstallcheck:
885	@test -n '$(distuninstallcheck_dir)' || { \
886	  echo 'ERROR: trying to run $@ with an empty' \
887	       '$$(distuninstallcheck_dir)' >&2; \
888	  exit 1; \
889	}; \
890	$(am__cd) '$(distuninstallcheck_dir)' || { \
891	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
892	  exit 1; \
893	}; \
894	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
895	   || { echo "ERROR: files left after uninstall:" ; \
896	        if test -n "$(DESTDIR)"; then \
897	          echo "  (check DESTDIR support)"; \
898	        fi ; \
899	        $(distuninstallcheck_listfiles) ; \
900	        exit 1; } >&2
901distcleancheck: distclean
902	@if test '$(srcdir)' = . ; then \
903	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
904	  exit 1 ; \
905	fi
906	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
907	  || { echo "ERROR: files left in build directory after distclean:" ; \
908	       $(distcleancheck_listfiles) ; \
909	       exit 1; } >&2
910check-am: all-am
911check: check-am
912all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
913		config.h
914install-binPROGRAMS: install-libLTLIBRARIES
915
916installdirs:
917	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(includedir)"; do \
918	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
919	done
920install: install-am
921install-exec: install-exec-am
922install-data: install-data-am
923uninstall: uninstall-am
924
925install-am: all-am
926	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
927
928installcheck: installcheck-am
929install-strip:
930	if test -z '$(STRIP)'; then \
931	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
932	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
933	      install; \
934	else \
935	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
936	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
937	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
938	fi
939mostlyclean-generic:
940
941clean-generic:
942
943distclean-generic:
944	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
945	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
946
947maintainer-clean-generic:
948	@echo "This command is intended for maintainers to use"
949	@echo "it deletes files that may require special tools to rebuild."
950clean: clean-am
951
952clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
953	clean-libtool mostlyclean-am
954
955distclean: distclean-am
956	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
957	-rm -f Makefile
958distclean-am: clean-am distclean-compile distclean-generic \
959	distclean-hdr distclean-libtool distclean-tags
960
961dvi: dvi-am
962
963dvi-am:
964
965html: html-am
966
967html-am:
968
969info: info-am
970
971info-am:
972
973install-data-am: install-includeHEADERS install-man \
974	install-pkgconfigDATA install-pkgdataDATA
975
976install-dvi: install-dvi-am
977
978install-dvi-am:
979
980install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
981
982install-html: install-html-am
983
984install-html-am:
985
986install-info: install-info-am
987
988install-info-am:
989
990install-man: install-man1
991
992install-pdf: install-pdf-am
993
994install-pdf-am:
995
996install-ps: install-ps-am
997
998install-ps-am:
999
1000installcheck-am:
1001
1002maintainer-clean: maintainer-clean-am
1003	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1004	-rm -rf $(top_srcdir)/autom4te.cache
1005	-rm -f Makefile
1006maintainer-clean-am: distclean-am maintainer-clean-generic
1007
1008mostlyclean: mostlyclean-am
1009
1010mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1011	mostlyclean-libtool
1012
1013pdf: pdf-am
1014
1015pdf-am:
1016
1017ps: ps-am
1018
1019ps-am:
1020
1021uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1022	uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA \
1023	uninstall-pkgdataDATA
1024
1025uninstall-man: uninstall-man1
1026
1027.MAKE: all install-am install-strip
1028
1029.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
1030	clean-binPROGRAMS clean-cscope clean-generic \
1031	clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
1032	ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1033	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1034	distclean-compile distclean-generic distclean-hdr \
1035	distclean-libtool distclean-tags distcleancheck distdir \
1036	distuninstallcheck dvi dvi-am html html-am info info-am \
1037	install install-am install-binPROGRAMS install-data \
1038	install-data-am install-dvi install-dvi-am install-exec \
1039	install-exec-am install-html install-html-am \
1040	install-includeHEADERS install-info install-info-am \
1041	install-libLTLIBRARIES install-man install-man1 install-pdf \
1042	install-pdf-am install-pkgconfigDATA install-pkgdataDATA \
1043	install-ps install-ps-am install-strip installcheck \
1044	installcheck-am installdirs maintainer-clean \
1045	maintainer-clean-generic mostlyclean mostlyclean-compile \
1046	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1047	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1048	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1049	uninstall-man uninstall-man1 uninstall-pkgconfigDATA \
1050	uninstall-pkgdataDATA
1051
1052.PRECIOUS: Makefile
1053
1054
1055# Tell versions [3.59,3.63) of GNU make to not export all variables.
1056# Otherwise a system limit (for SysV at least) may be exceeded.
1057.NOEXPORT:
1058