1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
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)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
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_@AM_V@)
96 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99 AM_V_GEN = $(am__v_GEN_@AM_V@)
100 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101 am__v_GEN_0 = @echo " GEN " $@;
103 AM_V_at = $(am__v_at_@AM_V@)
104 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
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)
165 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
172 CCDEPMODE = @CCDEPMODE@
175 CPPFLAGS = @CPPFLAGS@
176 CYGPATH_W = @CYGPATH_W@
181 DSYMUTIL = @DSYMUTIL@
191 INSTALL_DATA = @INSTALL_DATA@
192 INSTALL_PROGRAM = @INSTALL_PROGRAM@
193 INSTALL_SCRIPT = @INSTALL_SCRIPT@
194 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
198 LIBRTLSDR_CFLAGS = @LIBRTLSDR_CFLAGS@
199 LIBRTLSDR_LIBS = @LIBRTLSDR_LIBS@
204 LTLIBOBJS = @LTLIBOBJS@
205 MAKEINFO = @MAKEINFO@
206 MANIFEST_TOOL = @MANIFEST_TOOL@
215 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216 PACKAGE_NAME = @PACKAGE_NAME@
217 PACKAGE_STRING = @PACKAGE_STRING@
218 PACKAGE_TARNAME = @PACKAGE_TARNAME@
219 PACKAGE_URL = @PACKAGE_URL@
220 PACKAGE_VERSION = @PACKAGE_VERSION@
221 PATH_SEPARATOR = @PATH_SEPARATOR@
222 PKG_CONFIG = @PKG_CONFIG@
223 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
224 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226 RTLSDR_PC_CFLAGS = @RTLSDR_PC_CFLAGS@
227 RTLSDR_PC_LIBS = @RTLSDR_PC_LIBS@
229 SET_MAKE = @SET_MAKE@
232 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
234 abs_builddir = @abs_builddir@
235 abs_srcdir = @abs_srcdir@
236 abs_top_builddir = @abs_top_builddir@
237 abs_top_srcdir = @abs_top_srcdir@
238 ac_ct_AR = @ac_ct_AR@
239 ac_ct_CC = @ac_ct_CC@
240 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241 am__include = @am__include@
242 am__leading_dot = @am__leading_dot@
243 am__quote = @am__quote@
245 am__untar = @am__untar@
248 build_alias = @build_alias@
249 build_cpu = @build_cpu@
250 build_os = @build_os@
251 build_vendor = @build_vendor@
252 builddir = @builddir@
254 datarootdir = @datarootdir@
257 exec_prefix = @exec_prefix@
259 host_alias = @host_alias@
260 host_cpu = @host_cpu@
262 host_vendor = @host_vendor@
264 includedir = @includedir@
266 install_sh = @install_sh@
268 libexecdir = @libexecdir@
269 localedir = @localedir@
270 localstatedir = @localstatedir@
273 oldincludedir = @oldincludedir@
276 program_transform_name = @program_transform_name@
279 sharedstatedir = @sharedstatedir@
281 sysconfdir = @sysconfdir@
282 target_alias = @target_alias@
283 top_build_prefix = @top_build_prefix@
284 top_builddir = @top_builddir@
285 top_srcdir = @top_srcdir@
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.