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