Ticket #44599: Makefile

File Makefile, 42.4 KB (added by stallenlu@…, 10 years ago)
Line 
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17##############################################################################
18#               Makefile.am
19#
20# Process this file with automake to produce Makefile.in
21#
22# ---------------------------------------------------------------------------
23# Persistence of Vision Ray Tracer ('POV-Ray') version 3.7.
24# Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd.
25#
26# POV-Ray is free software: you can redistribute it and/or modify
27# it under the terms of the GNU Affero General Public License as
28# published by the Free Software Foundation, either version 3 of the
29# License, or (at your option) any later version.
30#
31# POV-Ray is distributed in the hope that it will be useful,
32# but WITHOUT ANY WARRANTY; without even the implied warranty of
33# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34# GNU Affero General Public License for more details.
35#
36# You should have received a copy of the GNU Affero General Public License
37# along with this program.  If not, see <http://www.gnu.org/licenses/>.
38# ---------------------------------------------------------------------------
39# POV-Ray is based on the popular DKB raytracer version 2.12.
40# DKBTrace was originally written by David K. Buck.
41# DKBTrace Ver 2.0-2.12 were written by David K. Buck & Aaron A. Collins.
42##############################################################################
43
44# Makefile.am for the source distribution of POV-Ray 3.7 for UNIX
45# Written by POV-Ray Bugtracker http://bugs.povray.org/
46
47
48
49am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
50am__make_running_with_option = \
51  case $${target_option-} in \
52      ?) ;; \
53      *) echo "am__make_running_with_option: internal error: invalid" \
54              "target option '$${target_option-}' specified" >&2; \
55         exit 1;; \
56  esac; \
57  has_opt=no; \
58  sane_makeflags=$$MAKEFLAGS; \
59  if $(am__is_gnu_make); then \
60    sane_makeflags=$$MFLAGS; \
61  else \
62    case $$MAKEFLAGS in \
63      *\\[\ \   ]*) \
64        bs=\\; \
65        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
67    esac; \
68  fi; \
69  skip_next=no; \
70  strip_trailopt () \
71  { \
72    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73  }; \
74  for flg in $$sane_makeflags; do \
75    test $$skip_next = yes && { skip_next=no; continue; }; \
76    case $$flg in \
77      *=*|--*) continue;; \
78        -*I) strip_trailopt 'I'; skip_next=yes;; \
79      -*I?*) strip_trailopt 'I';; \
80        -*O) strip_trailopt 'O'; skip_next=yes;; \
81      -*O?*) strip_trailopt 'O';; \
82        -*l) strip_trailopt 'l'; skip_next=yes;; \
83      -*l?*) strip_trailopt 'l';; \
84      -[dEDm]) skip_next=yes;; \
85      -[JT]) skip_next=yes;; \
86    esac; \
87    case $$flg in \
88      *$$target_option*) has_opt=yes; break;; \
89    esac; \
90  done; \
91  test $$has_opt = yes
92am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94pkgdatadir = $(datadir)/povray
95pkgincludedir = $(includedir)/povray
96pkglibdir = $(libdir)/povray
97pkglibexecdir = $(libexecdir)/povray
98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99install_sh_DATA = $(install_sh) -c -m 644
100install_sh_PROGRAM = $(install_sh) -c
101install_sh_SCRIPT = $(install_sh) -c
102INSTALL_HEADER = $(INSTALL_DATA)
103transform = $(program_transform_name)
104NORMAL_INSTALL = :
105PRE_INSTALL = :
106POST_INSTALL = :
107NORMAL_UNINSTALL = :
108PRE_UNINSTALL = :
109POST_UNINSTALL = :
110build_triplet = x86_64-apple-darwin13
111host_triplet = x86_64-apple-darwin13
112subdir = .
113DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
114        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
115        $(top_srcdir)/configure $(am__configure_deps) \
116        $(srcdir)/config.h.in $(dist_man_MANS) $(dist_povconf_DATA) \
117        COPYING unix/config/compile unix/config/config.guess \
118        unix/config/config.sub unix/config/depcomp \
119        unix/config/install-sh unix/config/missing \
120        $(top_srcdir)/unix/config/compile \
121        $(top_srcdir)/unix/config/config.guess \
122        $(top_srcdir)/unix/config/config.sub \
123        $(top_srcdir)/unix/config/install-sh \
124        $(top_srcdir)/unix/config/missing
125ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126am__aclocal_m4_deps = $(top_srcdir)/VERSION \
127        $(top_srcdir)/unix/config/acx_pthread.m4 \
128        $(top_srcdir)/unix/config/ax_arg_enable.m4 \
129        $(top_srcdir)/unix/config/ax_arg_with.m4 \
130        $(top_srcdir)/unix/config/ax_boost_base.m4 \
131        $(top_srcdir)/unix/config/ax_boost_thread.m4 \
132        $(top_srcdir)/unix/config/ax_test_compiler_flags.m4 \
133        $(top_srcdir)/unix/config/ax_check_lib.m4 \
134        $(top_srcdir)/unix/config/ax_check_libjpeg.m4 \
135        $(top_srcdir)/unix/config/ax_check_libsdl.m4 \
136        $(top_srcdir)/unix/config/ax_check_libtiff.m4 \
137        $(top_srcdir)/unix/config/ax_check_openexr.m4 \
138        $(top_srcdir)/unix/config/ax_compare_version.m4 \
139        $(top_srcdir)/unix/config/ax_compiler_vendor.m4 \
140        $(top_srcdir)/unix/config/ax_compiler_version.m4 \
141        $(top_srcdir)/unix/config/ax_fix_incorrect_path.m4 \
142        $(top_srcdir)/unix/config/ax_prog_ld_static.m4 \
143        $(top_srcdir)/unix/config/ax_x86_arch.m4 \
144        $(top_srcdir)/configure.ac
145am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
146        $(ACLOCAL_M4)
147am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
148 configure.lineno config.status.lineno
149mkinstalldirs = $(install_sh) -d
150CONFIG_HEADER = config.h
151CONFIG_CLEAN_VPATH_FILES =
152am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153am__vpath_adj = case $$p in \
154    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155    *) f=$$p;; \
156  esac;
157am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158am__install_max = 40
159am__nobase_strip_setup = \
160  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161am__nobase_strip = \
162  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163am__nobase_list = $(am__nobase_strip_setup); \
164  for p in $$list; do echo "$$p $$p"; done | \
165  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167    if (++n[$$2] == $(am__install_max)) \
168      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169    END { for (dir in files) print dir, files[dir] }'
170am__base_list = \
171  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173am__uninstall_files_from_dir = { \
174  test -z "$$files" \
175    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177         $(am__cd) "$$dir" && rm -f $$files; }; \
178  }
179am__installdirs = "$(DESTDIR)$(povlibdir)" "$(DESTDIR)$(man1dir)" \
180        "$(DESTDIR)$(povconfdir)" "$(DESTDIR)$(povconfdir)" \
181        "$(DESTDIR)$(povdocdir)"
182SCRIPTS = $(nobase_povlib_SCRIPTS)
183AM_V_P = $(am__v_P_$(V))
184am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
185am__v_P_0 = false
186am__v_P_1 = :
187AM_V_GEN = $(am__v_GEN_$(V))
188am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
189am__v_GEN_0 = @echo "  GEN     " $@;
190am__v_GEN_1 = 
191AM_V_at = $(am__v_at_$(V))
192am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
193am__v_at_0 = @
194am__v_at_1 = 
195SOURCES =
196DIST_SOURCES =
197RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
198        ctags-recursive dvi-recursive html-recursive info-recursive \
199        install-data-recursive install-dvi-recursive \
200        install-exec-recursive install-html-recursive \
201        install-info-recursive install-pdf-recursive \
202        install-ps-recursive install-recursive installcheck-recursive \
203        installdirs-recursive pdf-recursive ps-recursive \
204        tags-recursive uninstall-recursive
205am__can_run_installinfo = \
206  case $$AM_UPDATE_INFO_DIR in \
207    n|no|NO) false;; \
208    *) (install-info --version) >/dev/null 2>&1;; \
209  esac
210man1dir = $(mandir)/man1
211NROFF = nroff
212MANS = $(dist_man_MANS)
213DATA = $(dist_povconf_DATA) $(povconf_DATA) $(povdoc_DATA)
214RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
215  distclean-recursive maintainer-clean-recursive
216am__recursive_targets = \
217  $(RECURSIVE_TARGETS) \
218  $(RECURSIVE_CLEAN_TARGETS) \
219  $(am__extra_recursive_targets)
220AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
221        cscope distdir dist dist-all distcheck
222am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
223        $(LISP)config.h.in
224# Read a list of newline-separated strings from the standard input,
225# and print each of them once, without duplicates.  Input order is
226# *not* preserved.
227am__uniquify_input = $(AWK) '\
228  BEGIN { nonempty = 0; } \
229  { items[$$0] = 1; nonempty = 1; } \
230  END { if (nonempty) { for (i in items) print i; }; } \
231'
232# Make sure the list of sources is unique.  This is necessary because,
233# e.g., the same source file might be shared among _SOURCES variables
234# for different programs/libraries.
235am__define_uniq_tagged_files = \
236  list='$(am__tagged_files)'; \
237  unique=`for i in $$list; do \
238    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
239  done | $(am__uniquify_input)`
240ETAGS = etags
241CTAGS = ctags
242CSCOPE = cscope
243DIST_SUBDIRS = $(SUBDIRS)
244DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
245distdir = $(PACKAGE)-$(VERSION)
246top_distdir = $(distdir)
247am__remove_distdir = \
248  if test -d "$(distdir)"; then \
249    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
250      && rm -rf "$(distdir)" \
251      || { sleep 5 && rm -rf "$(distdir)"; }; \
252  else :; fi
253am__post_remove_distdir = $(am__remove_distdir)
254am__relativize = \
255  dir0=`pwd`; \
256  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
257  sed_rest='s,^[^/]*/*,,'; \
258  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
259  sed_butlast='s,/*[^/]*$$,,'; \
260  while test -n "$$dir1"; do \
261    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
262    if test "$$first" != "."; then \
263      if test "$$first" = ".."; then \
264        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
265        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
266      else \
267        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
268        if test "$$first2" = "$$first"; then \
269          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
270        else \
271          dir2="../$$dir2"; \
272        fi; \
273        dir0="$$dir0"/"$$first"; \
274      fi; \
275    fi; \
276    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
277  done; \
278  reldir="$$dir2"
279DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
280GZIP_ENV = --best
281DIST_TARGETS = dist-bzip2 dist-gzip
282distuninstallcheck_listfiles = find . -type f -print
283am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
284  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
285distcleancheck_listfiles = find . -type f -print
286ACLOCAL = aclocal-1.14
287AMTAR = $${TAR-tar}
288AM_DEFAULT_VERBOSITY = 1
289AUTOCONF = autoconf
290AUTOHEADER = autoheader
291AUTOMAKE = automake-1.14
292AWK = gawk
293BOOST_CPPFLAGS = -pthread -I/opt/local/include
294BOOST_LDFLAGS = -L/opt/local/lib
295BOOST_THREAD_LIB = -lboost_thread-mt
296C99_COMPATIBLE_RADIOSITY =
297CC = /usr/bin/clang
298CCDEPMODE = depmode=gcc3
299CFLAGS = -pipe -Os -arch x86_64
300COMPILED_BY = MacPorts <https://www.macports.org/>
301CPLUS_INCLUDE_PATH =
302CPP = /usr/bin/clang -E
303CPPFLAGS = -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/lib/../include -I/opt/local/lib/../include -I/opt/local/lib/../include -I/opt/local/lib/../include -I/opt/local/include -pthread -I/opt/local/include  -I/usr/include
304CXX = /usr/bin/clang++
305CXXCPP = /usr/bin/clang++ -E
306CXXDEPMODE = depmode=gcc3
307CXXFLAGS = -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -pipe -Os -arch x86_64 -stdlib=libc++ -D_THREAD_SAFE
308CYGPATH_W = echo
309C_INCLUDE_PATH =
310DEFS = -DHAVE_CONFIG_H
311DEPDIR = .deps
312ECHO_C = \c
313ECHO_N =
314ECHO_T =
315EGREP = /opt/local/bin/grep -E
316EXEEXT =
317GREP = /opt/local/bin/grep
318INSTALL = /usr/bin/install -c
319INSTALL_DATA = ${INSTALL} -m 644
320INSTALL_PROGRAM = ${INSTALL}
321INSTALL_SCRIPT = ${INSTALL}
322INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
323LDFLAGS = -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib  -L/usr/lib
324LIBOBJS =
325LIBS = -lSDL -L/opt/local/lib -lSDLmain -Wl,-framework,AppKit -lSDL -Wl,-framework,Cocoa -lXpm  -lSM -lICE -lX11  -lIlmImf -L/opt/local/lib -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread  -lIlmThread -ltiff -ljpeg -lpng -lz -lm -lboost_thread-mt -lboost_system-mt -D_THREAD_SAFE 
326LTLIBOBJS =
327MAINT = #
328MAKEINFO = makeinfo
329MKDIR_P = /opt/local/bin/gmkdir -p
330NON_REDISTRIBUTABLE_BUILD =
331OBJEXT = o
332PACKAGE = povray
333PACKAGE_BUGREPORT = unix-bugreports-2011@povray.org
334PACKAGE_NAME = POV-Ray
335PACKAGE_STRING = POV-Ray 3.7.0
336PACKAGE_TARNAME = povray
337PACKAGE_URL =
338PACKAGE_VERSION = 3.7.0
339PATH_SEPARATOR = :
340PKGCONFIG = pkg-config
341PTHREAD_CC = /usr/bin/clang
342PTHREAD_CFLAGS = -D_THREAD_SAFE
343PTHREAD_LIBS =
344RANLIB = ranlib
345SDLCONFIG = sdl-config
346SET_MAKE =
347SHELL = /bin/sh
348STRIP =
349VERSION = 3.7.0
350VERSION_BASE = 3.7
351XMKMF =
352X_CFLAGS =  -I/usr/include
353X_EXTRA_LIBS =
354X_LIBS =  -L/usr/lib
355X_PRE_LIBS =  -lSM -lICE
356abs_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_povray/povray/work/povray-3.7.0.0
357abs_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_povray/povray/work/povray-3.7.0.0
358abs_top_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_povray/povray/work/povray-3.7.0.0
359abs_top_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_povray/povray/work/povray-3.7.0.0
360ac_ct_CC =
361ac_ct_CXX =
362acx_pthread_config =
363am__include = include
364am__leading_dot = .
365am__quote =
366am__tar = $${TAR-tar} chof - "$$tardir"
367am__untar = $${TAR-tar} xf -
368bindir = ${exec_prefix}/bin
369build = x86_64-apple-darwin13
370build_alias = x86_64-apple-darwin13
371build_cpu = x86_64
372build_os = darwin13
373build_vendor = apple
374builddir = .
375datadir = ${datarootdir}
376datarootdir = ${prefix}/share
377docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
378dvidir = ${docdir}
379exec_prefix = ${prefix}
380host = x86_64-apple-darwin13
381host_alias = x86_64-apple-darwin13
382host_cpu = x86_64
383host_os = darwin13
384host_vendor = apple
385htmldir = ${docdir}
386includedir = ${prefix}/include
387infodir = ${datarootdir}/info
388install_sh = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_povray/povray/work/povray-3.7.0.0/unix/config/install-sh
389libdir = ${exec_prefix}/lib
390libexecdir = ${exec_prefix}/libexec
391localedir = ${datarootdir}/locale
392localstatedir = ${prefix}/var
393mandir = ${datarootdir}/man
394mkdir_p = $(MKDIR_P)
395oldincludedir = /usr/include
396pdfdir = ${docdir}
397povgroup =   File: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_povray/povray/work/.home"
398    ID: 100000200000011 Namelen: *       Type: hfs
399Block size: 4096       Fundamental block size: 4096
400Blocks: Total: 121928231  Free: 61043182   Available: 60979182
401Inodes: Total: 121928229  Free: 60979182
402povowner =   File: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_povray/povray/work/.home"
403    ID: 100000200000011 Namelen: *       Type: hfs
404Block size: 4096       Fundamental block size: 4096
405Blocks: Total: 121928231  Free: 61043182   Available: 60979182
406Inodes: Total: 121928229  Free: 60979182
407prefix = /opt/local
408program_transform_name = s,x,x,
409psdir = ${docdir}
410sbindir = ${exec_prefix}/sbin
411sharedstatedir = ${prefix}/com
412srcdir = .
413sysconfdir = ${prefix}/etc
414target_alias =
415top_build_prefix =
416top_builddir = .
417top_srcdir = .
418
419# Directories.
420povlibdir = ${datarootdir}/povray-3.7
421povdocdir = ${datarootdir}/doc/povray-3.7
422povconfdir = ${prefix}/etc/povray/3.7
423povuser = $(HOME)/.povray
424povconfuser = $(povuser)/3.7
425povinstall = $(top_builddir)/install.log
426
427# Directories to build.
428SUBDIRS = source vfe unix
429
430# Additional files to distribute.
431EXTRA_DIST = \
432  bootstrap kde_install.sh \
433  doc icons include ini scenes scripts \
434  povray.ini.in changes.txt revision.txt
435
436
437# Additional files to clean with 'make distclean'.
438DISTCLEANFILES = $(top_builddir)/povray.ini
439CONFIG_CLEAN_FILES = $(top_builddir)/source/jversion.h
440
441# Install scripts in povlibdir.
442nobase_povlib_SCRIPTS = scripts/allanim.sh scripts/allscene.sh scripts/portfolio.sh scripts/render_anim.sh scripts/render_scene.sh scripts/rerunpov.sh scripts/runpov.sh
443
444# Install documentation in povdocdir.
445povdoc_DATA = AUTHORS ChangeLog NEWS
446
447# Install configuration and INI files in povconfdir.
448dist_povconf_DATA = povray.conf
449povconf_DATA = povray.ini
450
451# Install man page.
452dist_man_MANS = povray.1
453all: config.h
454        $(MAKE) $(AM_MAKEFLAGS) all-recursive
455
456.SUFFIXES:
457am--refresh: Makefile
458        @:
459$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
460        @for dep in $?; do \
461          case '$(am__configure_deps)' in \
462            *$$dep*) \
463              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
464              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
465                && exit 0; \
466              exit 1;; \
467          esac; \
468        done; \
469        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
470        $(am__cd) $(top_srcdir) && \
471          $(AUTOMAKE) --gnu Makefile
472.PRECIOUS: Makefile
473Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
474        @case '$?' in \
475          *config.status*) \
476            echo ' $(SHELL) ./config.status'; \
477            $(SHELL) ./config.status;; \
478          *) \
479            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
480            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
481        esac;
482
483$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
484        $(SHELL) ./config.status --recheck
485
486$(top_srcdir)/configure: # $(am__configure_deps)
487        $(am__cd) $(srcdir) && $(AUTOCONF)
488$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
489        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
490$(am__aclocal_m4_deps):
491
492config.h: stamp-h1
493        @test -f $@ || rm -f stamp-h1
494        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
495
496stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
497        @rm -f stamp-h1
498        cd $(top_builddir) && $(SHELL) ./config.status config.h
499$(srcdir)/config.h.in: # $(am__configure_deps)
500        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
501        rm -f stamp-h1
502        touch $@
503
504distclean-hdr:
505        -rm -f config.h stamp-h1
506install-nobase_povlibSCRIPTS: $(nobase_povlib_SCRIPTS)
507        @$(NORMAL_INSTALL)
508        @list='$(nobase_povlib_SCRIPTS)'; test -n "$(povlibdir)" || list=; \
509        if test -n "$$list"; then \
510          echo " $(MKDIR_P) '$(DESTDIR)$(povlibdir)'"; \
511          $(MKDIR_P) "$(DESTDIR)$(povlibdir)" || exit 1; \
512        fi; \
513        $(am__nobase_strip_setup); \
514        for p in $$list; do \
515          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
516          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
517        done | \
518        sed -e 'p;s,.*/,,;n' \
519            -e "s|$$srcdirstrip/||" -e 'h;s|[^/]*$$||; s|^$$|.|' \
520            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
521        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
522          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
523            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
524              if (++n[d] == $(am__install_max)) { \
525                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
526            else { print "f", d "/" $$4, $$1 } } \
527          END { for (d in files) print "f", d, files[d] }' | \
528        while read type dir files; do \
529          case $$type in \
530          d) echo " $(MKDIR_P) '$(DESTDIR)$(povlibdir)/$$dir'"; \
531             $(MKDIR_P) "$(DESTDIR)$(povlibdir)/$$dir" || exit $$?;; \
532          f) \
533             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
534             test -z "$$files" || { \
535               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(povlibdir)$$dir'"; \
536               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(povlibdir)$$dir" || exit $$?; \
537             } \
538          ;; esac \
539        ; done
540
541uninstall-nobase_povlibSCRIPTS:
542        @$(NORMAL_UNINSTALL)
543        @list='$(nobase_povlib_SCRIPTS)'; test -n "$(povlibdir)" || exit 0; \
544        $(am__nobase_strip_setup); \
545        files=`$(am__nobase_strip) \
546               -e 'h;s,.*/,,;$(transform);x;s|[^/]*$$||;G;s,\n,,'`; \
547        dir='$(DESTDIR)$(povlibdir)'; $(am__uninstall_files_from_dir)
548install-man1: $(dist_man_MANS)
549        @$(NORMAL_INSTALL)
550        @list1=''; \
551        list2='$(dist_man_MANS)'; \
552        test -n "$(man1dir)" \
553          && test -n "`echo $$list1$$list2`" \
554          || exit 0; \
555        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
556        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
557        { for i in $$list1; do echo "$$i"; done;  \
558        if test -n "$$list2"; then \
559          for i in $$list2; do echo "$$i"; done \
560            | sed -n '/\.1[a-z]*$$/p'; \
561        fi; \
562        } | while read p; do \
563          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
564          echo "$$d$$p"; echo "$$p"; \
565        done | \
566        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
567              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
568        sed 'N;N;s,\n, ,g' | { \
569        list=; while read file base inst; do \
570          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
571            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
572            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
573          fi; \
574        done; \
575        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
576        while read files; do \
577          test -z "$$files" || { \
578            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
579            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
580        done; }
581
582uninstall-man1:
583        @$(NORMAL_UNINSTALL)
584        @list=''; test -n "$(man1dir)" || exit 0; \
585        files=`{ for i in $$list; do echo "$$i"; done; \
586        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
587          sed -n '/\.1[a-z]*$$/p'; \
588        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
589              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
590        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
591install-dist_povconfDATA: $(dist_povconf_DATA)
592        @$(NORMAL_INSTALL)
593        @list='$(dist_povconf_DATA)'; test -n "$(povconfdir)" || list=; \
594        if test -n "$$list"; then \
595          echo " $(MKDIR_P) '$(DESTDIR)$(povconfdir)'"; \
596          $(MKDIR_P) "$(DESTDIR)$(povconfdir)" || exit 1; \
597        fi; \
598        for p in $$list; do \
599          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
600          echo "$$d$$p"; \
601        done | $(am__base_list) | \
602        while read files; do \
603          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(povconfdir)'"; \
604          $(INSTALL_DATA) $$files "$(DESTDIR)$(povconfdir)" || exit $$?; \
605        done
606
607uninstall-dist_povconfDATA:
608        @$(NORMAL_UNINSTALL)
609        @list='$(dist_povconf_DATA)'; test -n "$(povconfdir)" || list=; \
610        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
611        dir='$(DESTDIR)$(povconfdir)'; $(am__uninstall_files_from_dir)
612install-povconfDATA: $(povconf_DATA)
613        @$(NORMAL_INSTALL)
614        @list='$(povconf_DATA)'; test -n "$(povconfdir)" || list=; \
615        if test -n "$$list"; then \
616          echo " $(MKDIR_P) '$(DESTDIR)$(povconfdir)'"; \
617          $(MKDIR_P) "$(DESTDIR)$(povconfdir)" || exit 1; \
618        fi; \
619        for p in $$list; do \
620          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
621          echo "$$d$$p"; \
622        done | $(am__base_list) | \
623        while read files; do \
624          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(povconfdir)'"; \
625          $(INSTALL_DATA) $$files "$(DESTDIR)$(povconfdir)" || exit $$?; \
626        done
627
628uninstall-povconfDATA:
629        @$(NORMAL_UNINSTALL)
630        @list='$(povconf_DATA)'; test -n "$(povconfdir)" || list=; \
631        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
632        dir='$(DESTDIR)$(povconfdir)'; $(am__uninstall_files_from_dir)
633install-povdocDATA: $(povdoc_DATA)
634        @$(NORMAL_INSTALL)
635        @list='$(povdoc_DATA)'; test -n "$(povdocdir)" || list=; \
636        if test -n "$$list"; then \
637          echo " $(MKDIR_P) '$(DESTDIR)$(povdocdir)'"; \
638          $(MKDIR_P) "$(DESTDIR)$(povdocdir)" || exit 1; \
639        fi; \
640        for p in $$list; do \
641          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
642          echo "$$d$$p"; \
643        done | $(am__base_list) | \
644        while read files; do \
645          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(povdocdir)'"; \
646          $(INSTALL_DATA) $$files "$(DESTDIR)$(povdocdir)" || exit $$?; \
647        done
648
649uninstall-povdocDATA:
650        @$(NORMAL_UNINSTALL)
651        @list='$(povdoc_DATA)'; test -n "$(povdocdir)" || list=; \
652        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
653        dir='$(DESTDIR)$(povdocdir)'; $(am__uninstall_files_from_dir)
654
655# This directory's subdirectories are mostly independent; you can cd
656# into them and run 'make' without going through this Makefile.
657# To change the values of 'make' variables: instead of editing Makefiles,
658# (1) if the variable is set in 'config.status', edit 'config.status'
659#     (which will cause the Makefiles to be regenerated when you run 'make');
660# (2) otherwise, pass the desired values on the 'make' command line.
661$(am__recursive_targets):
662        @fail=; \
663        if $(am__make_keepgoing); then \
664          failcom='fail=yes'; \
665        else \
666          failcom='exit 1'; \
667        fi; \
668        dot_seen=no; \
669        target=`echo $@ | sed s/-recursive//`; \
670        case "$@" in \
671          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
672          *) list='$(SUBDIRS)' ;; \
673        esac; \
674        for subdir in $$list; do \
675          echo "Making $$target in $$subdir"; \
676          if test "$$subdir" = "."; then \
677            dot_seen=yes; \
678            local_target="$$target-am"; \
679          else \
680            local_target="$$target"; \
681          fi; \
682          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
683          || eval $$failcom; \
684        done; \
685        if test "$$dot_seen" = "no"; then \
686          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
687        fi; test -z "$$fail"
688
689ID: $(am__tagged_files)
690        $(am__define_uniq_tagged_files); mkid -fID $$unique
691tags: tags-recursive
692TAGS: tags
693
694tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
695        set x; \
696        here=`pwd`; \
697        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
698          include_option=--etags-include; \
699          empty_fix=.; \
700        else \
701          include_option=--include; \
702          empty_fix=; \
703        fi; \
704        list='$(SUBDIRS)'; for subdir in $$list; do \
705          if test "$$subdir" = .; then :; else \
706            test ! -f $$subdir/TAGS || \
707              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
708          fi; \
709        done; \
710        $(am__define_uniq_tagged_files); \
711        shift; \
712        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
713          test -n "$$unique" || unique=$$empty_fix; \
714          if test $$# -gt 0; then \
715            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
716              "$$@" $$unique; \
717          else \
718            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
719              $$unique; \
720          fi; \
721        fi
722ctags: ctags-recursive
723
724CTAGS: ctags
725ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
726        $(am__define_uniq_tagged_files); \
727        test -z "$(CTAGS_ARGS)$$unique" \
728          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
729             $$unique
730
731GTAGS:
732        here=`$(am__cd) $(top_builddir) && pwd` \
733          && $(am__cd) $(top_srcdir) \
734          && gtags -i $(GTAGS_ARGS) "$$here"
735cscope: cscope.files
736        test ! -s cscope.files \
737          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
738clean-cscope:
739        -rm -f cscope.files
740cscope.files: clean-cscope cscopelist
741cscopelist: cscopelist-recursive
742
743cscopelist-am: $(am__tagged_files)
744        list='$(am__tagged_files)'; \
745        case "$(srcdir)" in \
746          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
747          *) sdir=$(subdir)/$(srcdir) ;; \
748        esac; \
749        for i in $$list; do \
750          if test -f "$$i"; then \
751            echo "$(subdir)/$$i"; \
752          else \
753            echo "$$sdir/$$i"; \
754          fi; \
755        done >> $(top_builddir)/cscope.files
756
757distclean-tags:
758        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
759        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
760
761distdir: $(DISTFILES)
762        $(am__remove_distdir)
763        test -d "$(distdir)" || mkdir "$(distdir)"
764        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
765        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
766        list='$(DISTFILES)'; \
767          dist_files=`for file in $$list; do echo $$file; done | \
768          sed -e "s|^$$srcdirstrip/||;t" \
769              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
770        case $$dist_files in \
771          */*) $(MKDIR_P) `echo "$$dist_files" | \
772                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
773                           sort -u` ;; \
774        esac; \
775        for file in $$dist_files; do \
776          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
777          if test -d $$d/$$file; then \
778            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
779            if test -d "$(distdir)/$$file"; then \
780              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
781            fi; \
782            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
783              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
784              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
785            fi; \
786            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
787          else \
788            test -f "$(distdir)/$$file" \
789            || cp -p $$d/$$file "$(distdir)/$$file" \
790            || exit 1; \
791          fi; \
792        done
793        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
794          if test "$$subdir" = .; then :; else \
795            $(am__make_dryrun) \
796              || test -d "$(distdir)/$$subdir" \
797              || $(MKDIR_P) "$(distdir)/$$subdir" \
798              || exit 1; \
799            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
800            $(am__relativize); \
801            new_distdir=$$reldir; \
802            dir1=$$subdir; dir2="$(top_distdir)"; \
803            $(am__relativize); \
804            new_top_distdir=$$reldir; \
805            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
806            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
807            ($(am__cd) $$subdir && \
808              $(MAKE) $(AM_MAKEFLAGS) \
809                top_distdir="$$new_top_distdir" \
810                distdir="$$new_distdir" \
811                am__remove_distdir=: \
812                am__skip_length_check=: \
813                am__skip_mode_fix=: \
814                distdir) \
815              || exit 1; \
816          fi; \
817        done
818        $(MAKE) $(AM_MAKEFLAGS) \
819          top_distdir="$(top_distdir)" distdir="$(distdir)" \
820          dist-hook
821        -test -n "$(am__skip_mode_fix)" \
822        || find "$(distdir)" -type d ! -perm -755 \
823                -exec chmod u+rwx,go+rx {} \; -o \
824          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
825          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
826          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
827        || chmod -R a+r "$(distdir)"
828dist-gzip: distdir
829        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
830        $(am__post_remove_distdir)
831dist-bzip2: distdir
832        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
833        $(am__post_remove_distdir)
834
835dist-lzip: distdir
836        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
837        $(am__post_remove_distdir)
838
839dist-xz: distdir
840        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
841        $(am__post_remove_distdir)
842
843dist-tarZ: distdir
844        @echo WARNING: "Support for shar distribution archives is" \
845                       "deprecated." >&2
846        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
847        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
848        $(am__post_remove_distdir)
849
850dist-shar: distdir
851        @echo WARNING: "Support for distribution archives compressed with" \
852                       "legacy program 'compress' is deprecated." >&2
853        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
854        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
855        $(am__post_remove_distdir)
856
857dist-zip: distdir
858        -rm -f $(distdir).zip
859        zip -rq $(distdir).zip $(distdir)
860        $(am__post_remove_distdir)
861
862dist dist-all:
863        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
864        $(am__post_remove_distdir)
865
866# This target untars the dist file and tries a VPATH configuration.  Then
867# it guarantees that the distribution is self-contained by making another
868# tarfile.
869distcheck: dist
870        case '$(DIST_ARCHIVES)' in \
871        *.tar.gz*) \
872          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
873        *.tar.bz2*) \
874          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
875        *.tar.lz*) \
876          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
877        *.tar.xz*) \
878          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
879        *.tar.Z*) \
880          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
881        *.shar.gz*) \
882          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
883        *.zip*) \
884          unzip $(distdir).zip ;;\
885        esac
886        chmod -R a-w $(distdir)
887        chmod u+w $(distdir)
888        mkdir $(distdir)/_build $(distdir)/_inst
889        chmod a-w $(distdir)
890        test -d $(distdir)/_build || exit 0; \
891        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
892          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
893          && am__cwd=`pwd` \
894          && $(am__cd) $(distdir)/_build \
895          && ../configure \
896            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
897            $(DISTCHECK_CONFIGURE_FLAGS) \
898            --srcdir=.. --prefix="$$dc_install_base" \
899          && $(MAKE) $(AM_MAKEFLAGS) \
900          && $(MAKE) $(AM_MAKEFLAGS) dvi \
901          && $(MAKE) $(AM_MAKEFLAGS) check \
902          && $(MAKE) $(AM_MAKEFLAGS) install \
903          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
904          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
905          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
906                distuninstallcheck \
907          && chmod -R a-w "$$dc_install_base" \
908          && ({ \
909               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
910               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
911               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
912               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
913                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
914              } || { rm -rf "$$dc_destdir"; exit 1; }) \
915          && rm -rf "$$dc_destdir" \
916          && $(MAKE) $(AM_MAKEFLAGS) dist \
917          && rm -rf $(DIST_ARCHIVES) \
918          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
919          && cd "$$am__cwd" \
920          || exit 1
921        $(am__post_remove_distdir)
922        @(echo "$(distdir) archives ready for distribution: "; \
923          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
924          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
925distuninstallcheck:
926        @test -n '$(distuninstallcheck_dir)' || { \
927          echo 'ERROR: trying to run $@ with an empty' \
928               '$$(distuninstallcheck_dir)' >&2; \
929          exit 1; \
930        }; \
931        $(am__cd) '$(distuninstallcheck_dir)' || { \
932          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
933          exit 1; \
934        }; \
935        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
936           || { echo "ERROR: files left after uninstall:" ; \
937                if test -n "$(DESTDIR)"; then \
938                  echo "  (check DESTDIR support)"; \
939                fi ; \
940                $(distuninstallcheck_listfiles) ; \
941                exit 1; } >&2
942distcleancheck: distclean
943        @if test '$(srcdir)' = . ; then \
944          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
945          exit 1 ; \
946        fi
947        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
948          || { echo "ERROR: files left in build directory after distclean:" ; \
949               $(distcleancheck_listfiles) ; \
950               exit 1; } >&2
951check-am: all-am
952check: check-recursive
953all-am: Makefile $(SCRIPTS) $(MANS) $(DATA) config.h
954installdirs: installdirs-recursive
955installdirs-am:
956        for dir in "$(DESTDIR)$(povlibdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(povconfdir)" "$(DESTDIR)$(povconfdir)" "$(DESTDIR)$(povdocdir)"; do \
957          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
958        done
959install: install-recursive
960install-exec: install-exec-recursive
961install-data: install-data-recursive
962uninstall: uninstall-recursive
963
964install-am: all-am
965        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
966
967installcheck: installcheck-recursive
968install-strip:
969        if test -z '$(STRIP)'; then \
970          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
971            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
972              install; \
973        else \
974          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
975            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
976            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
977        fi
978mostlyclean-generic:
979
980clean-generic:
981
982distclean-generic:
983        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
984        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
985        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
986
987maintainer-clean-generic:
988        @echo "This command is intended for maintainers to use"
989        @echo "it deletes files that may require special tools to rebuild."
990clean: clean-recursive
991
992clean-am: clean-generic mostlyclean-am
993
994distclean: distclean-recursive
995        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
996        -rm -f Makefile
997distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
998
999dvi: dvi-recursive
1000
1001dvi-am:
1002
1003html: html-recursive
1004
1005html-am:
1006
1007info: info-recursive
1008
1009info-am:
1010
1011install-data-am: install-data-local install-dist_povconfDATA \
1012        install-man install-nobase_povlibSCRIPTS install-povconfDATA \
1013        install-povdocDATA
1014
1015install-dvi: install-dvi-recursive
1016
1017install-dvi-am:
1018
1019install-exec-am:
1020
1021install-html: install-html-recursive
1022
1023install-html-am:
1024
1025install-info: install-info-recursive
1026
1027install-info-am:
1028
1029install-man: install-man1
1030
1031install-pdf: install-pdf-recursive
1032
1033install-pdf-am:
1034
1035install-ps: install-ps-recursive
1036
1037install-ps-am:
1038
1039installcheck-am:
1040
1041maintainer-clean: maintainer-clean-recursive
1042        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1043        -rm -rf $(top_srcdir)/autom4te.cache
1044        -rm -f Makefile
1045maintainer-clean-am: distclean-am maintainer-clean-generic
1046
1047mostlyclean: mostlyclean-recursive
1048
1049mostlyclean-am: mostlyclean-generic
1050
1051pdf: pdf-recursive
1052
1053pdf-am:
1054
1055ps: ps-recursive
1056
1057ps-am:
1058
1059uninstall-am: uninstall-dist_povconfDATA uninstall-man \
1060        uninstall-nobase_povlibSCRIPTS uninstall-povconfDATA \
1061        uninstall-povdocDATA
1062        @$(NORMAL_INSTALL)
1063        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1064uninstall-man: uninstall-man1
1065
1066.MAKE: $(am__recursive_targets) all install-am install-strip \
1067        uninstall-am
1068
1069.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1070        am--refresh check check-am clean clean-cscope clean-generic \
1071        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1072        dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1073        dist-zip distcheck distclean distclean-generic distclean-hdr \
1074        distclean-tags distcleancheck distdir distuninstallcheck dvi \
1075        dvi-am html html-am info info-am install install-am \
1076        install-data install-data-am install-data-local \
1077        install-dist_povconfDATA install-dvi install-dvi-am \
1078        install-exec install-exec-am install-html install-html-am \
1079        install-info install-info-am install-man install-man1 \
1080        install-nobase_povlibSCRIPTS install-pdf install-pdf-am \
1081        install-povconfDATA install-povdocDATA install-ps \
1082        install-ps-am install-strip installcheck installcheck-am \
1083        installdirs installdirs-am maintainer-clean \
1084        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1085        pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1086        uninstall-dist_povconfDATA uninstall-hook uninstall-man \
1087        uninstall-man1 uninstall-nobase_povlibSCRIPTS \
1088        uninstall-povconfDATA uninstall-povdocDATA
1089
1090
1091# Render a test scene for 'make check'.
1092# This is meant to run before 'make install'.
1093check: all
1094        $(top_builddir)/unix/povray +i$(top_srcdir)/scenes/advanced/biscuit.pov -f +d +p +v +w320 +h240 +a0.3 +L$(top_srcdir)/include
1095povray.conf:
1096povray.ini:
1097        cat $(top_srcdir)/povray.ini.in | sed "s,__POVLIBDIR__,$(povlibdir),g" > $(top_builddir)/povray.ini
1098
1099# Remove all unwanted files for 'make dist(check)'.
1100# Make all files user read-writeable.
1101dist-hook:
1102        chmod -R u+rw $(distdir)
1103        chmod 755 $(distdir)/scripts/*
1104        rm -f    `find $(distdir) -name "*.h.in~"`
1105        rm -f -r `find $(distdir) -name autom4te.cache`
1106        rm -f -r `find $(distdir) -name .libs`
1107        rm -f    $(distdir)/source/jversion.h
1108
1109# Manage various data files for 'make install'.
1110# Creates an install.log file to record created folders and files.
1111# Folder paths are prepended (using POSIX printf) to ease later removal in 'make uninstall'.
1112# Don't be too verbose so as to easily spot possible problems.
1113install-data-local:
1114        cat /dev/null > $(povinstall);
1115        @echo "Creating data directories..."; \
1116        list='$(top_srcdir)/icons $(top_srcdir)/include $(top_srcdir)/ini $(top_srcdir)/scenes'; \
1117        dirlist=`find $$list -type d | sed s,$(top_srcdir)/,,`; \
1118        for p in "" $$dirlist ; do \
1119          $(mkdir_p) $(DESTDIR)$(povlibdir)/$$p && printf "%s\n" "$(DESTDIR)$(povlibdir)/$$p" "`cat $(povinstall)`" > $(povinstall); \
1120        done; \
1121        echo "Copying data files..."; \
1122        filelist=`find $$list -type f | sed s,$(top_srcdir)/,,`; \
1123        for f in $$filelist ; do \
1124          $(INSTALL_DATA) $(top_srcdir)/$$f $(DESTDIR)$(povlibdir)/$$f && echo "$(DESTDIR)$(povlibdir)/$$f" >> $(povinstall); \
1125        done
1126        @echo "Creating documentation directories..."; \
1127        dirlist=`find $(top_srcdir)/doc/ -type d | sed s,$(top_srcdir)/doc/,,`; \
1128        for p in "" $$dirlist ; do \
1129          $(mkdir_p) $(DESTDIR)$(povdocdir)/$$p && printf "%s\n" "$(DESTDIR)$(povdocdir)/$$p" "`cat $(povinstall)`" > $(povinstall); \
1130        done
1131        @echo "Copying documentation files..."; \
1132        filelist=`find $(top_srcdir)/doc/ -type f | sed s,$(top_srcdir)/doc/,,`; \
1133        for f in $$filelist ; do \
1134          $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f && echo "$(DESTDIR)$(povdocdir)/$$f" >> $(povinstall); \
1135        done
1136        @echo "Creating user directories..."; \
1137        for p in $(povuser) $(povconfuser) ; do \
1138          $(mkdir_p) $$p && chown $(povowner) $$p && chgrp $(povgroup) $$p && printf "%s\n" "$$p" "`cat $(povinstall)`" > $(povinstall); \
1139        done
1140        @echo "Copying user configuration and INI files..."; \
1141        for f in povray.conf povray.ini ; do \
1142          if test -f $(povconfuser)/$$f; then \
1143            echo "Creating backup of $(povconfuser)/$$f"; \
1144            mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
1145          fi; \
1146        done; \
1147        $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf && chown $(povowner) $(povconfuser)/povray.conf && chgrp $(povgroup) $(povconfuser)/povray.conf  && echo "$(povconfuser)/povray.conf" >> $(povinstall); \
1148        $(INSTALL_DATA) $(top_builddir)/povray.ini $(povconfuser)/povray.ini && chown $(povowner) $(povconfuser)/povray.ini && chgrp $(povgroup) $(povconfuser)/povray.ini  && echo "$(povconfuser)/povray.ini" >> $(povinstall)
1149
1150# Remove data, config, and empty folders for 'make uninstall'.
1151# Use 'hook' instead of 'local' so as to properly remove *empty* folders (e.g. scripts).
1152# The last echo prevents getting error from failed rmdir command.
1153uninstall-hook:
1154        @if test -f $(top_builddir)/install.log ; then \
1155          rmdir $(DESTDIR)$(povlibdir)/scripts; \
1156          echo "Using install info from $(top_builddir)/install.log"; \
1157          echo "Removing data, documentation, and configuration files..."; \
1158          for f in `cat $(top_builddir)/install.log` ; do \
1159            test -f $$f && rm -f $$f ; \
1160          done; \
1161          echo "Removing empty directories..."; \
1162          for f in `cat $(top_builddir)/install.log` ; do \
1163            test -d $$f && rmdir $$f ; \
1164          done; \
1165          echo "Removing $(top_builddir)/install.log" && rm -f $(top_builddir)/install.log ; \
1166        else \
1167          "Removing all data unconditionally"; \
1168          rm -f -r $(DESTDIR)$(povlibdir); \
1169          rm -f -r $(DESTDIR)$(povdocdir); \
1170          rm -f    $(DESTDIR)$(povconfdir)/povray.ini; \
1171          rmdir    $(DESTDIR)$(povconfdir); \
1172          rmdir    $(DESTDIR)$(sysconfdir)/povray; \
1173          rm -f    $(povconfuser)/povray.conf; \
1174          rm -f    $(povconfuser)/povray.ini; \
1175          rmdir    $(povconfuser); \
1176          rmdir    $(povuser); \
1177        fi; \
1178        echo "Uninstall finished"
1179
1180# Tell versions [3.59,3.63) of GNU make to not export all variables.
1181# Otherwise a system limit (for SysV at least) may be exceeded.
1182.NOEXPORT: