Bugfixes
[rtl-433.git] / Makefile.in
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96         $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100         $(am__configure_deps) $(am__DIST_COMMON)
101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102  configure.lineno config.status.lineno
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = config.h
105 CONFIG_CLEAN_FILES = rtl433.pc Doxyfile
106 CONFIG_CLEAN_VPATH_FILES =
107 AM_V_P = $(am__v_P_@AM_V@)
108 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109 am__v_P_0 = false
110 am__v_P_1 = :
111 AM_V_GEN = $(am__v_GEN_@AM_V@)
112 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113 am__v_GEN_0 = @echo "  GEN     " $@;
114 am__v_GEN_1 = 
115 AM_V_at = $(am__v_at_@AM_V@)
116 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117 am__v_at_0 = @
118 am__v_at_1 = 
119 SOURCES =
120 DIST_SOURCES =
121 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122         ctags-recursive dvi-recursive html-recursive info-recursive \
123         install-data-recursive install-dvi-recursive \
124         install-exec-recursive install-html-recursive \
125         install-info-recursive install-pdf-recursive \
126         install-ps-recursive install-recursive installcheck-recursive \
127         installdirs-recursive pdf-recursive ps-recursive \
128         tags-recursive uninstall-recursive
129 am__can_run_installinfo = \
130   case $$AM_UPDATE_INFO_DIR in \
131     n|no|NO) false;; \
132     *) (install-info --version) >/dev/null 2>&1;; \
133   esac
134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135 am__vpath_adj = case $$p in \
136     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137     *) f=$$p;; \
138   esac;
139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140 am__install_max = 40
141 am__nobase_strip_setup = \
142   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143 am__nobase_strip = \
144   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145 am__nobase_list = $(am__nobase_strip_setup); \
146   for p in $$list; do echo "$$p $$p"; done | \
147   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149     if (++n[$$2] == $(am__install_max)) \
150       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151     END { for (dir in files) print dir, files[dir] }'
152 am__base_list = \
153   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155 am__uninstall_files_from_dir = { \
156   test -z "$$files" \
157     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159          $(am__cd) "$$dir" && rm -f $$files; }; \
160   }
161 am__installdirs = "$(DESTDIR)$(doc_htmldir)" \
162         "$(DESTDIR)$(pkgconfigdir)"
163 DATA = $(doc_html_DATA) $(pkgconfig_DATA)
164 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165   distclean-recursive maintainer-clean-recursive
166 am__recursive_targets = \
167   $(RECURSIVE_TARGETS) \
168   $(RECURSIVE_CLEAN_TARGETS) \
169   $(am__extra_recursive_targets)
170 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171         cscope distdir dist dist-all distcheck
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
173         $(LISP)config.h.in
174 # Read a list of newline-separated strings from the standard input,
175 # and print each of them once, without duplicates.  Input order is
176 # *not* preserved.
177 am__uniquify_input = $(AWK) '\
178   BEGIN { nonempty = 0; } \
179   { items[$$0] = 1; nonempty = 1; } \
180   END { if (nonempty) { for (i in items) print i; }; } \
181 '
182 # Make sure the list of sources is unique.  This is necessary because,
183 # e.g., the same source file might be shared among _SOURCES variables
184 # for different programs/libraries.
185 am__define_uniq_tagged_files = \
186   list='$(am__tagged_files)'; \
187   unique=`for i in $$list; do \
188     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189   done | $(am__uniquify_input)`
190 ETAGS = etags
191 CTAGS = ctags
192 CSCOPE = cscope
193 DIST_SUBDIRS = $(SUBDIRS)
194 am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in \
195         $(srcdir)/config.h.in $(srcdir)/rtl433.pc.in AUTHORS COPYING \
196         compile config.guess config.sub depcomp install-sh ltmain.sh \
197         missing
198 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199 distdir = $(PACKAGE)-$(VERSION)
200 top_distdir = $(distdir)
201 am__remove_distdir = \
202   if test -d "$(distdir)"; then \
203     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
204       && rm -rf "$(distdir)" \
205       || { sleep 5 && rm -rf "$(distdir)"; }; \
206   else :; fi
207 am__post_remove_distdir = $(am__remove_distdir)
208 am__relativize = \
209   dir0=`pwd`; \
210   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
211   sed_rest='s,^[^/]*/*,,'; \
212   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
213   sed_butlast='s,/*[^/]*$$,,'; \
214   while test -n "$$dir1"; do \
215     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
216     if test "$$first" != "."; then \
217       if test "$$first" = ".."; then \
218         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
219         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
220       else \
221         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
222         if test "$$first2" = "$$first"; then \
223           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
224         else \
225           dir2="../$$dir2"; \
226         fi; \
227         dir0="$$dir0"/"$$first"; \
228       fi; \
229     fi; \
230     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
231   done; \
232   reldir="$$dir2"
233 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
234 GZIP_ENV = --best
235 DIST_TARGETS = dist-bzip2 dist-gzip
236 distuninstallcheck_listfiles = find . -type f -print
237 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
238   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
239 distcleancheck_listfiles = find . -type f -print
240 ACLOCAL = @ACLOCAL@
241 AMTAR = @AMTAR@
242 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243 AR = @AR@
244 AUTOCONF = @AUTOCONF@
245 AUTOHEADER = @AUTOHEADER@
246 AUTOMAKE = @AUTOMAKE@
247 AWK = @AWK@
248 CC = @CC@
249 CCDEPMODE = @CCDEPMODE@
250 CFLAGS = @CFLAGS@
251 CPP = @CPP@
252 CPPFLAGS = @CPPFLAGS@
253 CYGPATH_W = @CYGPATH_W@
254 DEFS = @DEFS@
255 DEPDIR = @DEPDIR@
256 DLLTOOL = @DLLTOOL@
257 DOXYGEN = @DOXYGEN@
258 DSYMUTIL = @DSYMUTIL@
259 DUMPBIN = @DUMPBIN@
260 ECHO_C = @ECHO_C@
261 ECHO_N = @ECHO_N@
262 ECHO_T = @ECHO_T@
263 EGREP = @EGREP@
264 EXEEXT = @EXEEXT@
265 FGREP = @FGREP@
266 GREP = @GREP@
267 INSTALL = @INSTALL@
268 INSTALL_DATA = @INSTALL_DATA@
269 INSTALL_PROGRAM = @INSTALL_PROGRAM@
270 INSTALL_SCRIPT = @INSTALL_SCRIPT@
271 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272 LD = @LD@
273 LDFLAGS = @LDFLAGS@
274 LIBOBJS = @LIBOBJS@
275 LIBRTLSDR_CFLAGS = @LIBRTLSDR_CFLAGS@
276 LIBRTLSDR_LIBS = @LIBRTLSDR_LIBS@
277 LIBS = @LIBS@
278 LIBTOOL = @LIBTOOL@
279 LIPO = @LIPO@
280 LN_S = @LN_S@
281 LTLIBOBJS = @LTLIBOBJS@
282 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
283 MAKEINFO = @MAKEINFO@
284 MANIFEST_TOOL = @MANIFEST_TOOL@
285 MKDIR_P = @MKDIR_P@
286 NM = @NM@
287 NMEDIT = @NMEDIT@
288 OBJDUMP = @OBJDUMP@
289 OBJEXT = @OBJEXT@
290 OTOOL = @OTOOL@
291 OTOOL64 = @OTOOL64@
292 PACKAGE = @PACKAGE@
293 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
294 PACKAGE_NAME = @PACKAGE_NAME@
295 PACKAGE_STRING = @PACKAGE_STRING@
296 PACKAGE_TARNAME = @PACKAGE_TARNAME@
297 PACKAGE_URL = @PACKAGE_URL@
298 PACKAGE_VERSION = @PACKAGE_VERSION@
299 PATH_SEPARATOR = @PATH_SEPARATOR@
300 PKG_CONFIG = @PKG_CONFIG@
301 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
302 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
303 RANLIB = @RANLIB@
304 RTLSDR_PC_CFLAGS = @RTLSDR_PC_CFLAGS@
305 RTLSDR_PC_LIBS = @RTLSDR_PC_LIBS@
306 SED = @SED@
307 SET_MAKE = @SET_MAKE@
308 SHELL = @SHELL@
309 STRIP = @STRIP@
310 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
311 VERSION = @VERSION@
312 abs_builddir = @abs_builddir@
313 abs_srcdir = @abs_srcdir@
314 abs_top_builddir = @abs_top_builddir@
315 abs_top_srcdir = @abs_top_srcdir@
316 ac_ct_AR = @ac_ct_AR@
317 ac_ct_CC = @ac_ct_CC@
318 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319 am__include = @am__include@
320 am__leading_dot = @am__leading_dot@
321 am__quote = @am__quote@
322 am__tar = @am__tar@
323 am__untar = @am__untar@
324 bindir = @bindir@
325 build = @build@
326 build_alias = @build_alias@
327 build_cpu = @build_cpu@
328 build_os = @build_os@
329 build_vendor = @build_vendor@
330 builddir = @builddir@
331 datadir = @datadir@
332 datarootdir = @datarootdir@
333 docdir = @docdir@
334 dvidir = @dvidir@
335 exec_prefix = @exec_prefix@
336 host = @host@
337 host_alias = @host_alias@
338 host_cpu = @host_cpu@
339 host_os = @host_os@
340 host_vendor = @host_vendor@
341 htmldir = @htmldir@
342 includedir = @includedir@
343 infodir = @infodir@
344 install_sh = @install_sh@
345 libdir = @libdir@
346 libexecdir = @libexecdir@
347 localedir = @localedir@
348 localstatedir = @localstatedir@
349 mandir = @mandir@
350 mkdir_p = @mkdir_p@
351 oldincludedir = @oldincludedir@
352 pdfdir = @pdfdir@
353 prefix = @prefix@
354 program_transform_name = @program_transform_name@
355 psdir = @psdir@
356 runstatedir = @runstatedir@
357 sbindir = @sbindir@
358 sharedstatedir = @sharedstatedir@
359 srcdir = @srcdir@
360 sysconfdir = @sysconfdir@
361 target_alias = @target_alias@
362 top_build_prefix = @top_build_prefix@
363 top_builddir = @top_builddir@
364 top_srcdir = @top_srcdir@
365 AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
366 ACLOCAL_AMFLAGS = -I m4
367 INCLUDES = $(all_includes) -I$(top_srcdir)/include
368 SUBDIRS = include src
369 pkgconfigdir = $(libdir)/pkgconfig
370 pkgconfig_DATA = rtl433.pc
371 BUILT_SOURCES = $(top_srcdir)/.version
372 EXTRA_DIST = git-version-gen
373 @HAVE_DOXYGEN_TRUE@pkgdocdir = $(docdir)/$(PACKAGE)-$(VERSION)
374 @HAVE_DOXYGEN_TRUE@doc_htmldir = $(pkgdocdir)/html
375 @HAVE_DOXYGEN_TRUE@doc_html_DATA = $(top_builddir)/doc/html.tar
376 @HAVE_DOXYGEN_TRUE@DX_CLEAN = doc/{html,latex}/* doc/html.tar
377 MOSTLYCLEANFILES = $(DX_CLEAN)
378 all: $(BUILT_SOURCES) config.h
379         $(MAKE) $(AM_MAKEFLAGS) all-recursive
380
381 .SUFFIXES:
382 am--refresh: Makefile
383         @:
384 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
385         @for dep in $?; do \
386           case '$(am__configure_deps)' in \
387             *$$dep*) \
388               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
389               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
390                 && exit 0; \
391               exit 1;; \
392           esac; \
393         done; \
394         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
395         $(am__cd) $(top_srcdir) && \
396           $(AUTOMAKE) --foreign Makefile
397 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398         @case '$?' in \
399           *config.status*) \
400             echo ' $(SHELL) ./config.status'; \
401             $(SHELL) ./config.status;; \
402           *) \
403             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
404             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
405         esac;
406
407 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408         $(SHELL) ./config.status --recheck
409
410 $(top_srcdir)/configure:  $(am__configure_deps)
411         $(am__cd) $(srcdir) && $(AUTOCONF)
412 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
413         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
414 $(am__aclocal_m4_deps):
415
416 config.h: stamp-h1
417         @test -f $@ || rm -f stamp-h1
418         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
419
420 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421         @rm -f stamp-h1
422         cd $(top_builddir) && $(SHELL) ./config.status config.h
423 $(srcdir)/config.h.in:  $(am__configure_deps) 
424         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
425         rm -f stamp-h1
426         touch $@
427
428 distclean-hdr:
429         -rm -f config.h stamp-h1
430 rtl433.pc: $(top_builddir)/config.status $(srcdir)/rtl433.pc.in
431         cd $(top_builddir) && $(SHELL) ./config.status $@
432 Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
433         cd $(top_builddir) && $(SHELL) ./config.status $@
434
435 mostlyclean-libtool:
436         -rm -f *.lo
437
438 clean-libtool:
439         -rm -rf .libs _libs
440
441 distclean-libtool:
442         -rm -f libtool config.lt
443 install-doc_htmlDATA: $(doc_html_DATA)
444         @$(NORMAL_INSTALL)
445         @list='$(doc_html_DATA)'; test -n "$(doc_htmldir)" || list=; \
446         if test -n "$$list"; then \
447           echo " $(MKDIR_P) '$(DESTDIR)$(doc_htmldir)'"; \
448           $(MKDIR_P) "$(DESTDIR)$(doc_htmldir)" || exit 1; \
449         fi; \
450         for p in $$list; do \
451           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
452           echo "$$d$$p"; \
453         done | $(am__base_list) | \
454         while read files; do \
455           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(doc_htmldir)'"; \
456           $(INSTALL_DATA) $$files "$(DESTDIR)$(doc_htmldir)" || exit $$?; \
457         done
458
459 uninstall-doc_htmlDATA:
460         @$(NORMAL_UNINSTALL)
461         @list='$(doc_html_DATA)'; test -n "$(doc_htmldir)" || list=; \
462         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
463         dir='$(DESTDIR)$(doc_htmldir)'; $(am__uninstall_files_from_dir)
464 install-pkgconfigDATA: $(pkgconfig_DATA)
465         @$(NORMAL_INSTALL)
466         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
467         if test -n "$$list"; then \
468           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
469           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
470         fi; \
471         for p in $$list; do \
472           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
473           echo "$$d$$p"; \
474         done | $(am__base_list) | \
475         while read files; do \
476           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
477           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
478         done
479
480 uninstall-pkgconfigDATA:
481         @$(NORMAL_UNINSTALL)
482         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
483         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
484         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
485
486 # This directory's subdirectories are mostly independent; you can cd
487 # into them and run 'make' without going through this Makefile.
488 # To change the values of 'make' variables: instead of editing Makefiles,
489 # (1) if the variable is set in 'config.status', edit 'config.status'
490 #     (which will cause the Makefiles to be regenerated when you run 'make');
491 # (2) otherwise, pass the desired values on the 'make' command line.
492 $(am__recursive_targets):
493         @fail=; \
494         if $(am__make_keepgoing); then \
495           failcom='fail=yes'; \
496         else \
497           failcom='exit 1'; \
498         fi; \
499         dot_seen=no; \
500         target=`echo $@ | sed s/-recursive//`; \
501         case "$@" in \
502           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
503           *) list='$(SUBDIRS)' ;; \
504         esac; \
505         for subdir in $$list; do \
506           echo "Making $$target in $$subdir"; \
507           if test "$$subdir" = "."; then \
508             dot_seen=yes; \
509             local_target="$$target-am"; \
510           else \
511             local_target="$$target"; \
512           fi; \
513           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
514           || eval $$failcom; \
515         done; \
516         if test "$$dot_seen" = "no"; then \
517           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
518         fi; test -z "$$fail"
519
520 ID: $(am__tagged_files)
521         $(am__define_uniq_tagged_files); mkid -fID $$unique
522 tags: tags-recursive
523 TAGS: tags
524
525 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
526         set x; \
527         here=`pwd`; \
528         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
529           include_option=--etags-include; \
530           empty_fix=.; \
531         else \
532           include_option=--include; \
533           empty_fix=; \
534         fi; \
535         list='$(SUBDIRS)'; for subdir in $$list; do \
536           if test "$$subdir" = .; then :; else \
537             test ! -f $$subdir/TAGS || \
538               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
539           fi; \
540         done; \
541         $(am__define_uniq_tagged_files); \
542         shift; \
543         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
544           test -n "$$unique" || unique=$$empty_fix; \
545           if test $$# -gt 0; then \
546             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547               "$$@" $$unique; \
548           else \
549             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550               $$unique; \
551           fi; \
552         fi
553 ctags: ctags-recursive
554
555 CTAGS: ctags
556 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
557         $(am__define_uniq_tagged_files); \
558         test -z "$(CTAGS_ARGS)$$unique" \
559           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
560              $$unique
561
562 GTAGS:
563         here=`$(am__cd) $(top_builddir) && pwd` \
564           && $(am__cd) $(top_srcdir) \
565           && gtags -i $(GTAGS_ARGS) "$$here"
566 cscope: cscope.files
567         test ! -s cscope.files \
568           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
569 clean-cscope:
570         -rm -f cscope.files
571 cscope.files: clean-cscope cscopelist
572 cscopelist: cscopelist-recursive
573
574 cscopelist-am: $(am__tagged_files)
575         list='$(am__tagged_files)'; \
576         case "$(srcdir)" in \
577           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
578           *) sdir=$(subdir)/$(srcdir) ;; \
579         esac; \
580         for i in $$list; do \
581           if test -f "$$i"; then \
582             echo "$(subdir)/$$i"; \
583           else \
584             echo "$$sdir/$$i"; \
585           fi; \
586         done >> $(top_builddir)/cscope.files
587
588 distclean-tags:
589         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
590         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
591
592 distdir: $(DISTFILES)
593         $(am__remove_distdir)
594         test -d "$(distdir)" || mkdir "$(distdir)"
595         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597         list='$(DISTFILES)'; \
598           dist_files=`for file in $$list; do echo $$file; done | \
599           sed -e "s|^$$srcdirstrip/||;t" \
600               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
601         case $$dist_files in \
602           */*) $(MKDIR_P) `echo "$$dist_files" | \
603                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
604                            sort -u` ;; \
605         esac; \
606         for file in $$dist_files; do \
607           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
608           if test -d $$d/$$file; then \
609             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
610             if test -d "$(distdir)/$$file"; then \
611               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
612             fi; \
613             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
614               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
615               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616             fi; \
617             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
618           else \
619             test -f "$(distdir)/$$file" \
620             || cp -p $$d/$$file "$(distdir)/$$file" \
621             || exit 1; \
622           fi; \
623         done
624         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
625           if test "$$subdir" = .; then :; else \
626             $(am__make_dryrun) \
627               || test -d "$(distdir)/$$subdir" \
628               || $(MKDIR_P) "$(distdir)/$$subdir" \
629               || exit 1; \
630             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
631             $(am__relativize); \
632             new_distdir=$$reldir; \
633             dir1=$$subdir; dir2="$(top_distdir)"; \
634             $(am__relativize); \
635             new_top_distdir=$$reldir; \
636             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
637             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
638             ($(am__cd) $$subdir && \
639               $(MAKE) $(AM_MAKEFLAGS) \
640                 top_distdir="$$new_top_distdir" \
641                 distdir="$$new_distdir" \
642                 am__remove_distdir=: \
643                 am__skip_length_check=: \
644                 am__skip_mode_fix=: \
645                 distdir) \
646               || exit 1; \
647           fi; \
648         done
649         $(MAKE) $(AM_MAKEFLAGS) \
650           top_distdir="$(top_distdir)" distdir="$(distdir)" \
651           dist-hook
652         -test -n "$(am__skip_mode_fix)" \
653         || find "$(distdir)" -type d ! -perm -755 \
654                 -exec chmod u+rwx,go+rx {} \; -o \
655           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
656           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
657           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
658         || chmod -R a+r "$(distdir)"
659 dist-gzip: distdir
660         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
661         $(am__post_remove_distdir)
662 dist-bzip2: distdir
663         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
664         $(am__post_remove_distdir)
665
666 dist-lzip: distdir
667         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
668         $(am__post_remove_distdir)
669
670 dist-xz: distdir
671         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
672         $(am__post_remove_distdir)
673
674 dist-tarZ: distdir
675         @echo WARNING: "Support for distribution archives compressed with" \
676                        "legacy program 'compress' is deprecated." >&2
677         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
678         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
679         $(am__post_remove_distdir)
680
681 dist-shar: distdir
682         @echo WARNING: "Support for shar distribution archives is" \
683                        "deprecated." >&2
684         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
685         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
686         $(am__post_remove_distdir)
687
688 dist-zip: distdir
689         -rm -f $(distdir).zip
690         zip -rq $(distdir).zip $(distdir)
691         $(am__post_remove_distdir)
692
693 dist dist-all:
694         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
695         $(am__post_remove_distdir)
696
697 # This target untars the dist file and tries a VPATH configuration.  Then
698 # it guarantees that the distribution is self-contained by making another
699 # tarfile.
700 distcheck: dist
701         case '$(DIST_ARCHIVES)' in \
702         *.tar.gz*) \
703           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
704         *.tar.bz2*) \
705           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
706         *.tar.lz*) \
707           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
708         *.tar.xz*) \
709           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
710         *.tar.Z*) \
711           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
712         *.shar.gz*) \
713           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
714         *.zip*) \
715           unzip $(distdir).zip ;;\
716         esac
717         chmod -R a-w $(distdir)
718         chmod u+w $(distdir)
719         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
720         chmod a-w $(distdir)
721         test -d $(distdir)/_build || exit 0; \
722         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
723           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
724           && am__cwd=`pwd` \
725           && $(am__cd) $(distdir)/_build/sub \
726           && ../../configure \
727             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
728             $(DISTCHECK_CONFIGURE_FLAGS) \
729             --srcdir=../.. --prefix="$$dc_install_base" \
730           && $(MAKE) $(AM_MAKEFLAGS) \
731           && $(MAKE) $(AM_MAKEFLAGS) dvi \
732           && $(MAKE) $(AM_MAKEFLAGS) check \
733           && $(MAKE) $(AM_MAKEFLAGS) install \
734           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
735           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
736           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
737                 distuninstallcheck \
738           && chmod -R a-w "$$dc_install_base" \
739           && ({ \
740                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
741                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
742                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
743                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
744                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
745               } || { rm -rf "$$dc_destdir"; exit 1; }) \
746           && rm -rf "$$dc_destdir" \
747           && $(MAKE) $(AM_MAKEFLAGS) dist \
748           && rm -rf $(DIST_ARCHIVES) \
749           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
750           && cd "$$am__cwd" \
751           || exit 1
752         $(am__post_remove_distdir)
753         @(echo "$(distdir) archives ready for distribution: "; \
754           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
755           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
756 distuninstallcheck:
757         @test -n '$(distuninstallcheck_dir)' || { \
758           echo 'ERROR: trying to run $@ with an empty' \
759                '$$(distuninstallcheck_dir)' >&2; \
760           exit 1; \
761         }; \
762         $(am__cd) '$(distuninstallcheck_dir)' || { \
763           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
764           exit 1; \
765         }; \
766         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
767            || { echo "ERROR: files left after uninstall:" ; \
768                 if test -n "$(DESTDIR)"; then \
769                   echo "  (check DESTDIR support)"; \
770                 fi ; \
771                 $(distuninstallcheck_listfiles) ; \
772                 exit 1; } >&2
773 distcleancheck: distclean
774         @if test '$(srcdir)' = . ; then \
775           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
776           exit 1 ; \
777         fi
778         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
779           || { echo "ERROR: files left in build directory after distclean:" ; \
780                $(distcleancheck_listfiles) ; \
781                exit 1; } >&2
782 check-am: all-am
783 check: $(BUILT_SOURCES)
784         $(MAKE) $(AM_MAKEFLAGS) check-recursive
785 all-am: Makefile $(DATA) config.h
786 installdirs: installdirs-recursive
787 installdirs-am:
788         for dir in "$(DESTDIR)$(doc_htmldir)" "$(DESTDIR)$(pkgconfigdir)"; do \
789           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
790         done
791 install: $(BUILT_SOURCES)
792         $(MAKE) $(AM_MAKEFLAGS) install-recursive
793 install-exec: install-exec-recursive
794 install-data: install-data-recursive
795 uninstall: uninstall-recursive
796
797 install-am: all-am
798         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
799
800 installcheck: installcheck-recursive
801 install-strip:
802         if test -z '$(STRIP)'; then \
803           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
804             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
805               install; \
806         else \
807           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
808             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
809             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
810         fi
811 mostlyclean-generic:
812         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
813
814 clean-generic:
815
816 distclean-generic:
817         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
818         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
819
820 maintainer-clean-generic:
821         @echo "This command is intended for maintainers to use"
822         @echo "it deletes files that may require special tools to rebuild."
823         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
824 @HAVE_DOXYGEN_FALSE@install-data-hook:
825 @HAVE_DOXYGEN_FALSE@uninstall-hook:
826 clean: clean-recursive
827
828 clean-am: clean-generic clean-libtool mostlyclean-am
829
830 distclean: distclean-recursive
831         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
832         -rm -f Makefile
833 distclean-am: clean-am distclean-generic distclean-hdr \
834         distclean-libtool distclean-tags
835
836 dvi: dvi-recursive
837
838 dvi-am:
839
840 html: html-recursive
841
842 html-am:
843
844 info: info-recursive
845
846 info-am:
847
848 install-data-am: install-doc_htmlDATA install-pkgconfigDATA
849         @$(NORMAL_INSTALL)
850         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
851 install-dvi: install-dvi-recursive
852
853 install-dvi-am:
854
855 install-exec-am:
856
857 install-html: install-html-recursive
858
859 install-html-am:
860
861 install-info: install-info-recursive
862
863 install-info-am:
864
865 install-man:
866
867 install-pdf: install-pdf-recursive
868
869 install-pdf-am:
870
871 install-ps: install-ps-recursive
872
873 install-ps-am:
874
875 installcheck-am:
876
877 maintainer-clean: maintainer-clean-recursive
878         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
879         -rm -rf $(top_srcdir)/autom4te.cache
880         -rm -f Makefile
881 maintainer-clean-am: distclean-am maintainer-clean-generic
882
883 mostlyclean: mostlyclean-recursive
884
885 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
886
887 pdf: pdf-recursive
888
889 pdf-am:
890
891 ps: ps-recursive
892
893 ps-am:
894
895 uninstall-am: uninstall-doc_htmlDATA uninstall-pkgconfigDATA
896         @$(NORMAL_INSTALL)
897         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
898 .MAKE: $(am__recursive_targets) all check install install-am \
899         install-data-am install-strip uninstall-am
900
901 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
902         am--refresh check check-am clean clean-cscope clean-generic \
903         clean-libtool cscope cscopelist-am ctags ctags-am dist \
904         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
905         dist-tarZ dist-xz dist-zip distcheck distclean \
906         distclean-generic distclean-hdr distclean-libtool \
907         distclean-tags distcleancheck distdir distuninstallcheck dvi \
908         dvi-am html html-am info info-am install install-am \
909         install-data install-data-am install-data-hook \
910         install-doc_htmlDATA install-dvi install-dvi-am install-exec \
911         install-exec-am install-html install-html-am install-info \
912         install-info-am install-man install-pdf install-pdf-am \
913         install-pkgconfigDATA install-ps install-ps-am install-strip \
914         installcheck installcheck-am installdirs installdirs-am \
915         maintainer-clean maintainer-clean-generic mostlyclean \
916         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
917         tags tags-am uninstall uninstall-am uninstall-doc_htmlDATA \
918         uninstall-hook uninstall-pkgconfigDATA
919
920 .PRECIOUS: Makefile
921
922 $(top_srcdir)/.version:
923         echo $(VERSION) > $@-t && mv $@-t $@
924 dist-hook:
925         echo $(VERSION) > $(distdir)/.tarball-version
926
927 @HAVE_DOXYGEN_TRUE@$(doc_html_DATA): $(top_builddir)/doc/html/index.html
928 @HAVE_DOXYGEN_TRUE@     cd $(top_builddir)/doc && tar cf html.tar html
929
930 @HAVE_DOXYGEN_TRUE@$(top_builddir)/doc/html/index.html: $(SOURCES) Doxyfile
931 @HAVE_DOXYGEN_TRUE@     @rm -rf doc
932 @HAVE_DOXYGEN_TRUE@     mkdir -p doc
933 @HAVE_DOXYGEN_TRUE@     $(DOXYGEN) Doxyfile
934
935 @HAVE_DOXYGEN_TRUE@install-data-hook:
936 @HAVE_DOXYGEN_TRUE@     cd $(DESTDIR)$(doc_htmldir) && tar xf html.tar --strip-components 1 && rm -f html.tar
937
938 @HAVE_DOXYGEN_TRUE@uninstall-hook:
939 @HAVE_DOXYGEN_TRUE@     cd $(DESTDIR) && rm -rf $(doc_htmldir)
940
941 # Tell versions [3.59,3.63) of GNU make to not export all variables.
942 # Otherwise a system limit (for SysV at least) may be exceeded.
943 .NOEXPORT: