Janis Streib
31.12.21 4244cc39faacd894ee57beb9cc5135ffbafbf6e2
commit | author | age
4244cc 1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
JS 2 # Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16
17
18 # Makefile.am
19
20 am__make_dryrun = \
21   { \
22     am__dry=no; \
23     case $$MAKEFLAGS in \
24       *\\[\ \    ]*) \
25         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27       *) \
28         for am__flg in $$MAKEFLAGS; do \
29           case $$am__flg in \
30             *=*|--*) ;; \
31             *n*) am__dry=yes; break;; \
32           esac; \
33         done;; \
34     esac; \
35     test $$am__dry = yes; \
36   }
37 pkgdatadir = $(datadir)/g4display
38 pkgincludedir = $(includedir)/g4display
39 pkglibdir = $(libdir)/g4display
40 pkglibexecdir = $(libexecdir)/g4display
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = x86_64-unknown-linux-gnu
54 host_triplet = x86_64-unknown-linux-gnu
55 subdir = .
56 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
57     $(srcdir)/Makefile.in $(srcdir)/config.h.in \
58     $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
59     config.guess config.sub depcomp install-sh missing
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/M4/ax_pthread.m4 \
62     $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64     $(ACLOCAL_M4)
65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66  configure.lineno config.status.lineno
67 mkinstalldirs = $(install_sh) -d
68 CONFIG_HEADER = config.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74     html-recursive info-recursive install-data-recursive \
75     install-dvi-recursive install-exec-recursive \
76     install-html-recursive install-info-recursive \
77     install-pdf-recursive install-ps-recursive install-recursive \
78     installcheck-recursive installdirs-recursive pdf-recursive \
79     ps-recursive uninstall-recursive
80 am__can_run_installinfo = \
81   case $$AM_UPDATE_INFO_DIR in \
82     n|no|NO) false;; \
83     *) (install-info --version) >/dev/null 2>&1;; \
84   esac
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive    \
86   distclean-recursive maintainer-clean-recursive
87 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
89     distdir dist dist-all distcheck
90 ETAGS = etags
91 CTAGS = ctags
92 DIST_SUBDIRS = $(SUBDIRS)
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 distdir = $(PACKAGE)-$(VERSION)
95 top_distdir = $(distdir)
96 am__remove_distdir = \
97   if test -d "$(distdir)"; then \
98     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
99       && rm -rf "$(distdir)" \
100       || { sleep 5 && rm -rf "$(distdir)"; }; \
101   else :; fi
102 am__relativize = \
103   dir0=`pwd`; \
104   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105   sed_rest='s,^[^/]*/*,,'; \
106   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
107   sed_butlast='s,/*[^/]*$$,,'; \
108   while test -n "$$dir1"; do \
109     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
110     if test "$$first" != "."; then \
111       if test "$$first" = ".."; then \
112         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
113         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
114       else \
115         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
116         if test "$$first2" = "$$first"; then \
117           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118         else \
119           dir2="../$$dir2"; \
120         fi; \
121         dir0="$$dir0"/"$$first"; \
122       fi; \
123     fi; \
124     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
125   done; \
126   reldir="$$dir2"
127 DIST_ARCHIVES = $(distdir).tar.gz
128 GZIP_ENV = --best
129 distuninstallcheck_listfiles = find . -type f -print
130 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
131   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
132 distcleancheck_listfiles = find . -type f -print
133 ACLOCAL = ${SHELL} /home/janis/git/g4export/missing --run aclocal-1.11
134 AMTAR = $${TAR-tar}
135 AUTOCONF = ${SHELL} /home/janis/git/g4export/missing --run autoconf
136 AUTOHEADER = ${SHELL} /home/janis/git/g4export/missing --run autoheader
137 AUTOMAKE = ${SHELL} /home/janis/git/g4export/missing --run automake-1.11
138 AWK = mawk
139 CC = gcc
140 CCDEPMODE = depmode=gcc3
141 CFLAGS = -g -O2 
142 CPP = gcc -E
143 CPPFLAGS = 
144 CXX = g++
145 CXXDEPMODE = depmode=gcc3
146 CXXFLAGS = -g -O2 
147 CYGPATH_W = echo
148 DEFS = -DHAVE_CONFIG_H
149 DEPDIR = .deps
150 ECHO_C = 
151 ECHO_N = -n
152 ECHO_T = 
153 EGREP = /usr/bin/grep -E
154 EXEEXT = 
155 GLEXT_CFLAGS = -pthread -I/usr/include/gtkglext-1.0 -I/usr/lib/x86_64-linux-gnu/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
156 GLEXT_LIBS = -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype
157 GREP = /usr/bin/grep
158 GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
159 GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype
160 INSTALL = /usr/bin/install -c
161 INSTALL_DATA = ${INSTALL} -m 644
162 INSTALL_PROGRAM = ${INSTALL}
163 INSTALL_SCRIPT = ${INSTALL}
164 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
165 LDFLAGS = 
166 LIBOBJS = 
167 LIBS =  -lG4Track -lm 
168 LTLIBOBJS = 
169 MAKEINFO = ${SHELL} /home/janis/git/g4export/missing --run makeinfo
170 MKDIR_P = /usr/bin/mkdir -p
171 OBJEXT = o
172 PACKAGE = g4display
173 PACKAGE_BUGREPORT = help@polhemus.com
174 PACKAGE_NAME = g4display
175 PACKAGE_STRING = g4display 1.0.0
176 PACKAGE_TARNAME = g4display
177 PACKAGE_URL = 
178 PACKAGE_VERSION = 1.0.0
179 PATH_SEPARATOR = :
180 PKG_CONFIG = /usr/bin/pkg-config
181 PKG_CONFIG_LIBDIR = 
182 PKG_CONFIG_PATH = 
183 PTHREAD_CC = gcc
184 PTHREAD_CFLAGS = 
185 PTHREAD_LIBS = 
186 SET_MAKE = 
187 SHELL = /bin/bash
188 STRIP = 
189 VERSION = 1.0.0
190 abs_builddir = /home/janis/git/g4export
191 abs_srcdir = /home/janis/git/g4export
192 abs_top_builddir = /home/janis/git/g4export
193 abs_top_srcdir = /home/janis/git/g4export
194 ac_ct_CC = gcc
195 ac_ct_CXX = g++
196 am__include = include
197 am__leading_dot = .
198 am__quote = 
199 am__tar = $${TAR-tar} chof - "$$tardir"
200 am__untar = $${TAR-tar} xf -
201 ax_pthread_config = 
202 bindir = ${exec_prefix}/bin
203 build = x86_64-unknown-linux-gnu
204 build_alias = 
205 build_cpu = x86_64
206 build_os = linux-gnu
207 build_vendor = unknown
208 builddir = .
209 datadir = ${datarootdir}
210 datarootdir = ${prefix}/share
211 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
212 dvidir = ${docdir}
213 exec_prefix = ${prefix}
214 host = x86_64-unknown-linux-gnu
215 host_alias = 
216 host_cpu = x86_64
217 host_os = linux-gnu
218 host_vendor = unknown
219 htmldir = ${docdir}
220 includedir = ${prefix}/include
221 infodir = ${datarootdir}/info
222 install_sh = ${SHELL} /home/janis/git/g4export/install-sh
223 libdir = ${exec_prefix}/lib
224 libexecdir = ${exec_prefix}/libexec
225 localedir = ${datarootdir}/locale
226 localstatedir = ${prefix}/var
227 mandir = ${datarootdir}/man
228 mkdir_p = /usr/bin/mkdir -p
229 oldincludedir = /usr/include
230 pdfdir = ${docdir}
231 prefix = /usr/local
232 program_transform_name = s,x,x,
233 psdir = ${docdir}
234 sbindir = ${exec_prefix}/sbin
235 sharedstatedir = ${prefix}/com
236 srcdir = .
237 sysconfdir = ${prefix}/etc
238 target_alias = 
239 top_build_prefix = 
240 top_builddir = .
241 top_srcdir = .
242 SUBDIRS = src
243 ACLOCAL_AMFLAGS = -I M4
244 all: config.h
245     $(MAKE) $(AM_MAKEFLAGS) all-recursive
246
247 .SUFFIXES:
248 am--refresh: Makefile
249     @:
250 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
251     @for dep in $?; do \
252       case '$(am__configure_deps)' in \
253         *$$dep*) \
254           echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
255           $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
256         && exit 0; \
257           exit 1;; \
258       esac; \
259     done; \
260     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
261     $(am__cd) $(top_srcdir) && \
262       $(AUTOMAKE) --gnu Makefile
263 .PRECIOUS: Makefile
264 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265     @case '$?' in \
266       *config.status*) \
267         echo ' $(SHELL) ./config.status'; \
268         $(SHELL) ./config.status;; \
269       *) \
270         echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
271         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
272     esac;
273
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275     $(SHELL) ./config.status --recheck
276
277 $(top_srcdir)/configure:  $(am__configure_deps)
278     $(am__cd) $(srcdir) && $(AUTOCONF)
279 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
280     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
281 $(am__aclocal_m4_deps):
282
283 config.h: stamp-h1
284     @if test ! -f $@; then rm -f stamp-h1; else :; fi
285     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
286
287 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
288     @rm -f stamp-h1
289     cd $(top_builddir) && $(SHELL) ./config.status config.h
290 $(srcdir)/config.h.in:  $(am__configure_deps) 
291     ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
292     rm -f stamp-h1
293     touch $@
294
295 distclean-hdr:
296     -rm -f config.h stamp-h1
297
298 # This directory's subdirectories are mostly independent; you can cd
299 # into them and run `make' without going through this Makefile.
300 # To change the values of `make' variables: instead of editing Makefiles,
301 # (1) if the variable is set in `config.status', edit `config.status'
302 #     (which will cause the Makefiles to be regenerated when you run `make');
303 # (2) otherwise, pass the desired values on the `make' command line.
304 $(RECURSIVE_TARGETS):
305     @fail= failcom='exit 1'; \
306     for f in x $$MAKEFLAGS; do \
307       case $$f in \
308         *=* | --[!k]*);; \
309         *k*) failcom='fail=yes';; \
310       esac; \
311     done; \
312     dot_seen=no; \
313     target=`echo $@ | sed s/-recursive//`; \
314     list='$(SUBDIRS)'; for subdir in $$list; do \
315       echo "Making $$target in $$subdir"; \
316       if test "$$subdir" = "."; then \
317         dot_seen=yes; \
318         local_target="$$target-am"; \
319       else \
320         local_target="$$target"; \
321       fi; \
322       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323       || eval $$failcom; \
324     done; \
325     if test "$$dot_seen" = "no"; then \
326       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327     fi; test -z "$$fail"
328
329 $(RECURSIVE_CLEAN_TARGETS):
330     @fail= failcom='exit 1'; \
331     for f in x $$MAKEFLAGS; do \
332       case $$f in \
333         *=* | --[!k]*);; \
334         *k*) failcom='fail=yes';; \
335       esac; \
336     done; \
337     dot_seen=no; \
338     case "$@" in \
339       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
340       *) list='$(SUBDIRS)' ;; \
341     esac; \
342     rev=''; for subdir in $$list; do \
343       if test "$$subdir" = "."; then :; else \
344         rev="$$subdir $$rev"; \
345       fi; \
346     done; \
347     rev="$$rev ."; \
348     target=`echo $@ | sed s/-recursive//`; \
349     for subdir in $$rev; do \
350       echo "Making $$target in $$subdir"; \
351       if test "$$subdir" = "."; then \
352         local_target="$$target-am"; \
353       else \
354         local_target="$$target"; \
355       fi; \
356       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357       || eval $$failcom; \
358     done && test -z "$$fail"
359 tags-recursive:
360     list='$(SUBDIRS)'; for subdir in $$list; do \
361       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
362     done
363 ctags-recursive:
364     list='$(SUBDIRS)'; for subdir in $$list; do \
365       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
366     done
367
368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370     unique=`for i in $$list; do \
371         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372       done | \
373       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374           END { if (nonempty) { for (i in files) print i; }; }'`; \
375     mkid -fID $$unique
376 tags: TAGS
377
378 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
379         $(TAGS_FILES) $(LISP)
380     set x; \
381     here=`pwd`; \
382     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
383       include_option=--etags-include; \
384       empty_fix=.; \
385     else \
386       include_option=--include; \
387       empty_fix=; \
388     fi; \
389     list='$(SUBDIRS)'; for subdir in $$list; do \
390       if test "$$subdir" = .; then :; else \
391         test ! -f $$subdir/TAGS || \
392           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
393       fi; \
394     done; \
395     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
396     unique=`for i in $$list; do \
397         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398       done | \
399       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400           END { if (nonempty) { for (i in files) print i; }; }'`; \
401     shift; \
402     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
403       test -n "$$unique" || unique=$$empty_fix; \
404       if test $$# -gt 0; then \
405         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406           "$$@" $$unique; \
407       else \
408         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409           $$unique; \
410       fi; \
411     fi
412 ctags: CTAGS
413 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
414         $(TAGS_FILES) $(LISP)
415     list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
416     unique=`for i in $$list; do \
417         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418       done | \
419       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420           END { if (nonempty) { for (i in files) print i; }; }'`; \
421     test -z "$(CTAGS_ARGS)$$unique" \
422       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423          $$unique
424
425 GTAGS:
426     here=`$(am__cd) $(top_builddir) && pwd` \
427       && $(am__cd) $(top_srcdir) \
428       && gtags -i $(GTAGS_ARGS) "$$here"
429
430 distclean-tags:
431     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433 distdir: $(DISTFILES)
434     $(am__remove_distdir)
435     test -d "$(distdir)" || mkdir "$(distdir)"
436     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438     list='$(DISTFILES)'; \
439       dist_files=`for file in $$list; do echo $$file; done | \
440       sed -e "s|^$$srcdirstrip/||;t" \
441           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
442     case $$dist_files in \
443       */*) $(MKDIR_P) `echo "$$dist_files" | \
444                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
445                sort -u` ;; \
446     esac; \
447     for file in $$dist_files; do \
448       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449       if test -d $$d/$$file; then \
450         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
451         if test -d "$(distdir)/$$file"; then \
452           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453         fi; \
454         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
456           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457         fi; \
458         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
459       else \
460         test -f "$(distdir)/$$file" \
461         || cp -p $$d/$$file "$(distdir)/$$file" \
462         || exit 1; \
463       fi; \
464     done
465     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466       if test "$$subdir" = .; then :; else \
467         $(am__make_dryrun) \
468           || test -d "$(distdir)/$$subdir" \
469           || $(MKDIR_P) "$(distdir)/$$subdir" \
470           || exit 1; \
471         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
472         $(am__relativize); \
473         new_distdir=$$reldir; \
474         dir1=$$subdir; dir2="$(top_distdir)"; \
475         $(am__relativize); \
476         new_top_distdir=$$reldir; \
477         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
478         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
479         ($(am__cd) $$subdir && \
480           $(MAKE) $(AM_MAKEFLAGS) \
481             top_distdir="$$new_top_distdir" \
482             distdir="$$new_distdir" \
483         am__remove_distdir=: \
484         am__skip_length_check=: \
485         am__skip_mode_fix=: \
486             distdir) \
487           || exit 1; \
488       fi; \
489     done
490     -test -n "$(am__skip_mode_fix)" \
491     || find "$(distdir)" -type d ! -perm -755 \
492         -exec chmod u+rwx,go+rx {} \; -o \
493       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
494       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
495       ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
496     || chmod -R a+r "$(distdir)"
497 dist-gzip: distdir
498     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
499     $(am__remove_distdir)
500
501 dist-bzip2: distdir
502     tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
503     $(am__remove_distdir)
504
505 dist-lzip: distdir
506     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
507     $(am__remove_distdir)
508
509 dist-lzma: distdir
510     tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
511     $(am__remove_distdir)
512
513 dist-xz: distdir
514     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
515     $(am__remove_distdir)
516
517 dist-tarZ: distdir
518     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
519     $(am__remove_distdir)
520
521 dist-shar: distdir
522     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
523     $(am__remove_distdir)
524
525 dist-zip: distdir
526     -rm -f $(distdir).zip
527     zip -rq $(distdir).zip $(distdir)
528     $(am__remove_distdir)
529
530 dist dist-all: distdir
531     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
532     $(am__remove_distdir)
533
534 # This target untars the dist file and tries a VPATH configuration.  Then
535 # it guarantees that the distribution is self-contained by making another
536 # tarfile.
537 distcheck: dist
538     case '$(DIST_ARCHIVES)' in \
539     *.tar.gz*) \
540       GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
541     *.tar.bz2*) \
542       bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
543     *.tar.lzma*) \
544       lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
545     *.tar.lz*) \
546       lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
547     *.tar.xz*) \
548       xz -dc $(distdir).tar.xz | $(am__untar) ;;\
549     *.tar.Z*) \
550       uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
551     *.shar.gz*) \
552       GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
553     *.zip*) \
554       unzip $(distdir).zip ;;\
555     esac
556     chmod -R a-w $(distdir); chmod u+w $(distdir)
557     mkdir $(distdir)/_build
558     mkdir $(distdir)/_inst
559     chmod a-w $(distdir)
560     test -d $(distdir)/_build || exit 0; \
561     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
562       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
563       && am__cwd=`pwd` \
564       && $(am__cd) $(distdir)/_build \
565       && ../configure --srcdir=.. --prefix="$$dc_install_base" \
566         $(AM_DISTCHECK_CONFIGURE_FLAGS) \
567         $(DISTCHECK_CONFIGURE_FLAGS) \
568       && $(MAKE) $(AM_MAKEFLAGS) \
569       && $(MAKE) $(AM_MAKEFLAGS) dvi \
570       && $(MAKE) $(AM_MAKEFLAGS) check \
571       && $(MAKE) $(AM_MAKEFLAGS) install \
572       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
573       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
574       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
575             distuninstallcheck \
576       && chmod -R a-w "$$dc_install_base" \
577       && ({ \
578            (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
579            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
580            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
581            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
582                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
583           } || { rm -rf "$$dc_destdir"; exit 1; }) \
584       && rm -rf "$$dc_destdir" \
585       && $(MAKE) $(AM_MAKEFLAGS) dist \
586       && rm -rf $(DIST_ARCHIVES) \
587       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
588       && cd "$$am__cwd" \
589       || exit 1
590     $(am__remove_distdir)
591     @(echo "$(distdir) archives ready for distribution: "; \
592       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
593       sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
594 distuninstallcheck:
595     @test -n '$(distuninstallcheck_dir)' || { \
596       echo 'ERROR: trying to run $@ with an empty' \
597            '$$(distuninstallcheck_dir)' >&2; \
598       exit 1; \
599     }; \
600     $(am__cd) '$(distuninstallcheck_dir)' || { \
601       echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
602       exit 1; \
603     }; \
604     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
605        || { echo "ERROR: files left after uninstall:" ; \
606             if test -n "$(DESTDIR)"; then \
607               echo "  (check DESTDIR support)"; \
608             fi ; \
609             $(distuninstallcheck_listfiles) ; \
610             exit 1; } >&2
611 distcleancheck: distclean
612     @if test '$(srcdir)' = . ; then \
613       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
614       exit 1 ; \
615     fi
616     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
617       || { echo "ERROR: files left in build directory after distclean:" ; \
618            $(distcleancheck_listfiles) ; \
619            exit 1; } >&2
620 check-am: all-am
621 check: check-recursive
622 all-am: Makefile config.h
623 installdirs: installdirs-recursive
624 installdirs-am:
625 install: install-recursive
626 install-exec: install-exec-recursive
627 install-data: install-data-recursive
628 uninstall: uninstall-recursive
629
630 install-am: all-am
631     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
632
633 installcheck: installcheck-recursive
634 install-strip:
635     if test -z '$(STRIP)'; then \
636       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638           install; \
639     else \
640       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
641         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
642         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
643     fi
644 mostlyclean-generic:
645
646 clean-generic:
647
648 distclean-generic:
649     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
650     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
651
652 maintainer-clean-generic:
653     @echo "This command is intended for maintainers to use"
654     @echo "it deletes files that may require special tools to rebuild."
655 clean: clean-recursive
656
657 clean-am: clean-generic mostlyclean-am
658
659 distclean: distclean-recursive
660     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
661     -rm -f Makefile
662 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
663
664 dvi: dvi-recursive
665
666 dvi-am:
667
668 html: html-recursive
669
670 html-am:
671
672 info: info-recursive
673
674 info-am:
675
676 install-data-am:
677
678 install-dvi: install-dvi-recursive
679
680 install-dvi-am:
681
682 install-exec-am:
683
684 install-html: install-html-recursive
685
686 install-html-am:
687
688 install-info: install-info-recursive
689
690 install-info-am:
691
692 install-man:
693
694 install-pdf: install-pdf-recursive
695
696 install-pdf-am:
697
698 install-ps: install-ps-recursive
699
700 install-ps-am:
701
702 installcheck-am:
703
704 maintainer-clean: maintainer-clean-recursive
705     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
706     -rm -rf $(top_srcdir)/autom4te.cache
707     -rm -f Makefile
708 maintainer-clean-am: distclean-am maintainer-clean-generic
709
710 mostlyclean: mostlyclean-recursive
711
712 mostlyclean-am: mostlyclean-generic
713
714 pdf: pdf-recursive
715
716 pdf-am:
717
718 ps: ps-recursive
719
720 ps-am:
721
722 uninstall-am:
723
724 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
725     ctags-recursive install-am install-strip tags-recursive
726
727 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
728     all all-am am--refresh check check-am clean clean-generic \
729     ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
730     dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
731     distcheck distclean distclean-generic distclean-hdr \
732     distclean-tags distcleancheck distdir distuninstallcheck dvi \
733     dvi-am html html-am info info-am install install-am \
734     install-data install-data-am install-dvi install-dvi-am \
735     install-exec install-exec-am install-html install-html-am \
736     install-info install-info-am install-man install-pdf \
737     install-pdf-am install-ps install-ps-am install-strip \
738     installcheck installcheck-am installdirs installdirs-am \
739     maintainer-clean maintainer-clean-generic mostlyclean \
740     mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
741     uninstall uninstall-am
742
743
744 # Tell versions [3.59,3.63) of GNU make to not export all variables.
745 # Otherwise a system limit (for SysV at least) may be exceeded.
746 .NOEXPORT: