1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # include/Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; 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;; \
57 *$$target_option*) has_opt=yes; break;; \
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)
79 build_triplet = x86_64-unknown-linux-gnu
80 host_triplet = x86_64-unknown-linux-gnu
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
86 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
87 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
88 $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_HEADER = $(top_builddir)/config.h
94 CONFIG_CLEAN_VPATH_FILES =
95 AM_V_P = $(am__v_P_$(V))
96 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
99 AM_V_GEN = $(am__v_GEN_$(V))
100 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
101 am__v_GEN_0 = @echo " GEN " $@;
103 AM_V_at = $(am__v_at_$(V))
104 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
109 am__can_run_installinfo = \
110 case $$AM_UPDATE_INFO_DIR in \
112 *) (install-info --version) >/dev/null 2>&1;; \
114 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115 am__vpath_adj = case $$p in \
116 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
121 am__nobase_strip_setup = \
122 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
124 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125 am__nobase_list = $(am__nobase_strip_setup); \
126 for p in $$list; do echo "$$p $$p"; done | \
127 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129 if (++n[$$2] == $(am__install_max)) \
130 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131 END { for (dir in files) print dir, files[dir] }'
133 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135 am__uninstall_files_from_dir = { \
137 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139 $(am__cd) "$$dir" && rm -f $$files; }; \
141 am__installdirs = "$(DESTDIR)$(rtl433dir)"
142 HEADERS = $(rtl433_HEADERS)
143 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
144 # Read a list of newline-separated strings from the standard input,
145 # and print each of them once, without duplicates. Input order is
147 am__uniquify_input = $(AWK) '\
148 BEGIN { nonempty = 0; } \
149 { items[$$0] = 1; nonempty = 1; } \
150 END { if (nonempty) { for (i in items) print i; }; } \
152 # Make sure the list of sources is unique. This is necessary because,
153 # e.g., the same source file might be shared among _SOURCES variables
154 # for different programs/libraries.
155 am__define_uniq_tagged_files = \
156 list='$(am__tagged_files)'; \
157 unique=`for i in $$list; do \
158 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
159 done | $(am__uniquify_input)`
162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163 ACLOCAL = ${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.14
165 AM_DEFAULT_VERBOSITY = 0
167 AUTOCONF = ${SHELL} /home/rvb/git/rtl_433/missing autoconf
168 AUTOHEADER = ${SHELL} /home/rvb/git/rtl_433/missing autoheader
169 AUTOMAKE = ${SHELL} /home/rvb/git/rtl_433/missing automake-1.14
172 CCDEPMODE = depmode=gcc3
173 CFLAGS = -g -O2 -I/usr/include/ -I/usr/include/libusb-1.0 -Wall -Wextra -Wno-unused -Wsign-compare
177 DEFS = -DHAVE_CONFIG_H
190 INSTALL = /usr/bin/install -c
191 INSTALL_DATA = ${INSTALL} -m 644
192 INSTALL_PROGRAM = ${INSTALL}
193 INSTALL_SCRIPT = ${INSTALL}
194 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
195 LD = /usr/bin/ld -m elf_x86_64
198 LIBRTLSDR_CFLAGS = -I/usr/include/ -I/usr/include/libusb-1.0
199 LIBRTLSDR_LIBS = -lrtlsdr -lusb-1.0
200 LIBS = -lrtlsdr -lusb-1.0
201 LIBTOOL = $(SHELL) $(top_builddir)/libtool
205 MAKEINFO = ${SHELL} /home/rvb/git/rtl_433/missing makeinfo
207 MKDIR_P = /bin/mkdir -p
215 PACKAGE_BUGREPORT = rtl_433@googlegroups.com
216 PACKAGE_NAME = rtl433
217 PACKAGE_STRING = rtl433 UNKNOWN-dirty
218 PACKAGE_TARNAME = rtl433
220 PACKAGE_VERSION = UNKNOWN-dirty
222 PKG_CONFIG = /usr/bin/pkg-config
226 RTLSDR_PC_CFLAGS = -g -O2 -I/usr/include/ -I/usr/include/libusb-1.0
227 RTLSDR_PC_LIBS = -lrtlsdr -lusb-1.0
232 SYMBOL_VISIBILITY = -fvisibility=hidden
233 VERSION = UNKNOWN-dirty
234 abs_builddir = /home/rvb/git/rtl_433/include
235 abs_srcdir = /home/rvb/git/rtl_433/include
236 abs_top_builddir = /home/rvb/git/rtl_433
237 abs_top_srcdir = /home/rvb/git/rtl_433
241 am__include = include
244 am__tar = $${TAR-tar} chof - "$$tardir"
245 am__untar = $${TAR-tar} xf -
246 bindir = ${exec_prefix}/bin
247 build = x86_64-unknown-linux-gnu
251 build_vendor = unknown
253 datadir = ${datarootdir}
254 datarootdir = ${prefix}/share
255 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
257 exec_prefix = ${prefix}
258 host = x86_64-unknown-linux-gnu
262 host_vendor = unknown
264 includedir = ${prefix}/include
265 infodir = ${datarootdir}/info
266 install_sh = ${SHELL} /home/rvb/git/rtl_433/install-sh
267 libdir = ${exec_prefix}/lib
268 libexecdir = ${exec_prefix}/libexec
269 localedir = ${datarootdir}/locale
270 localstatedir = ${prefix}/var
271 mandir = ${datarootdir}/man
273 oldincludedir = /usr/include
276 program_transform_name = s,x,x,
278 sbindir = ${exec_prefix}/sbin
279 sharedstatedir = ${prefix}/com
281 sysconfdir = ${prefix}/etc
283 top_build_prefix = ../
286 rtl433_HEADERS = rtl_433.h rtl_433_devices.h
287 rtl433dir = $(includedir)
291 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
293 case '$(am__configure_deps)' in \
295 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
296 && { if test -f $@; then exit 0; else break; fi; }; \
300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
301 $(am__cd) $(top_srcdir) && \
302 $(AUTOMAKE) --gnu include/Makefile
304 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316 $(top_srcdir)/configure: $(am__configure_deps)
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(am__aclocal_m4_deps):
327 install-rtl433HEADERS: $(rtl433_HEADERS)
329 @list='$(rtl433_HEADERS)'; test -n "$(rtl433dir)" || list=; \
330 if test -n "$$list"; then \
331 echo " $(MKDIR_P) '$(DESTDIR)$(rtl433dir)'"; \
332 $(MKDIR_P) "$(DESTDIR)$(rtl433dir)" || exit 1; \
334 for p in $$list; do \
335 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
337 done | $(am__base_list) | \
338 while read files; do \
339 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(rtl433dir)'"; \
340 $(INSTALL_HEADER) $$files "$(DESTDIR)$(rtl433dir)" || exit $$?; \
343 uninstall-rtl433HEADERS:
345 @list='$(rtl433_HEADERS)'; test -n "$(rtl433dir)" || list=; \
346 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
347 dir='$(DESTDIR)$(rtl433dir)'; $(am__uninstall_files_from_dir)
349 ID: $(am__tagged_files)
350 $(am__define_uniq_tagged_files); mkid -fID $$unique
354 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
357 $(am__define_uniq_tagged_files); \
359 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
360 test -n "$$unique" || unique=$$empty_fix; \
361 if test $$# -gt 0; then \
362 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
373 $(am__define_uniq_tagged_files); \
374 test -z "$(CTAGS_ARGS)$$unique" \
375 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379 here=`$(am__cd) $(top_builddir) && pwd` \
380 && $(am__cd) $(top_srcdir) \
381 && gtags -i $(GTAGS_ARGS) "$$here"
382 cscopelist: cscopelist-am
384 cscopelist-am: $(am__tagged_files)
385 list='$(am__tagged_files)'; \
386 case "$(srcdir)" in \
387 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
388 *) sdir=$(subdir)/$(srcdir) ;; \
390 for i in $$list; do \
391 if test -f "$$i"; then \
392 echo "$(subdir)/$$i"; \
396 done >> $(top_builddir)/cscope.files
399 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
401 distdir: $(DISTFILES)
402 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404 list='$(DISTFILES)'; \
405 dist_files=`for file in $$list; do echo $$file; done | \
406 sed -e "s|^$$srcdirstrip/||;t" \
407 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408 case $$dist_files in \
409 */*) $(MKDIR_P) `echo "$$dist_files" | \
410 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
413 for file in $$dist_files; do \
414 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415 if test -d $$d/$$file; then \
416 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417 if test -d "$(distdir)/$$file"; then \
418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426 test -f "$(distdir)/$$file" \
427 || cp -p $$d/$$file "$(distdir)/$$file" \
433 all-am: Makefile $(HEADERS)
435 for dir in "$(DESTDIR)$(rtl433dir)"; do \
436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
439 install-exec: install-exec-am
440 install-data: install-data-am
441 uninstall: uninstall-am
444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446 installcheck: installcheck-am
448 if test -z '$(STRIP)'; then \
449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
462 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
463 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465 maintainer-clean-generic:
466 @echo "This command is intended for maintainers to use"
467 @echo "it deletes files that may require special tools to rebuild."
470 clean-am: clean-generic clean-libtool mostlyclean-am
472 distclean: distclean-am
474 distclean-am: clean-am distclean-generic distclean-tags
488 install-data-am: install-rtl433HEADERS
490 install-dvi: install-dvi-am
496 install-html: install-html-am
500 install-info: install-info-am
506 install-pdf: install-pdf-am
510 install-ps: install-ps-am
516 maintainer-clean: maintainer-clean-am
518 maintainer-clean-am: distclean-am maintainer-clean-generic
520 mostlyclean: mostlyclean-am
522 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
532 uninstall-am: uninstall-rtl433HEADERS
534 .MAKE: install-am install-strip
536 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
537 clean-libtool cscopelist-am ctags ctags-am distclean \
538 distclean-generic distclean-libtool distclean-tags distdir dvi \
539 dvi-am html html-am info info-am install install-am \
540 install-data install-data-am install-dvi install-dvi-am \
541 install-exec install-exec-am install-html install-html-am \
542 install-info install-info-am install-man install-pdf \
543 install-pdf-am install-ps install-ps-am install-rtl433HEADERS \
544 install-strip installcheck installcheck-am installdirs \
545 maintainer-clean maintainer-clean-generic mostlyclean \
546 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
547 tags tags-am uninstall uninstall-am uninstall-rtl433HEADERS
550 # Tell versions [3.59,3.63) of GNU make to not export all variables.
551 # Otherwise a system limit (for SysV at least) may be exceeded.