Cleaned files
[rtl-433.git] / include / Makefile
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # include/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 = include
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83         $(rtl433_HEADERS)
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) \
90         $(ACLOCAL_M4)
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_HEADER = $(top_builddir)/config.h
93 CONFIG_CLEAN_FILES =
94 CONFIG_CLEAN_VPATH_FILES =
95 AM_V_P = $(am__v_P_$(V))
96 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
97 am__v_P_0 = false
98 am__v_P_1 = :
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     " $@;
102 am__v_GEN_1 = 
103 AM_V_at = $(am__v_at_$(V))
104 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
105 am__v_at_0 = @
106 am__v_at_1 = 
107 SOURCES =
108 DIST_SOURCES =
109 am__can_run_installinfo = \
110   case $$AM_UPDATE_INFO_DIR in \
111     n|no|NO) false;; \
112     *) (install-info --version) >/dev/null 2>&1;; \
113   esac
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/||"`;; \
117     *) f=$$p;; \
118   esac;
119 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120 am__install_max = 40
121 am__nobase_strip_setup = \
122   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123 am__nobase_strip = \
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] }'
132 am__base_list = \
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 = { \
136   test -z "$$files" \
137     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139          $(am__cd) "$$dir" && rm -f $$files; }; \
140   }
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
146 # *not* preserved.
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; }; } \
151 '
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)`
160 ETAGS = etags
161 CTAGS = ctags
162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163 ACLOCAL = ${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.14
164 AMTAR = $${TAR-tar}
165 AM_DEFAULT_VERBOSITY = 0
166 AR = ar
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
170 AWK = gawk
171 CC = gcc
172 CCDEPMODE = depmode=gcc3
173 CFLAGS = -g -O2 -I/usr/include/ -I/usr/include/libusb-1.0   -Wall -Wextra -Wno-unused -Wsign-compare
174 CPP = gcc -E
175 CPPFLAGS = 
176 CYGPATH_W = echo
177 DEFS = -DHAVE_CONFIG_H
178 DEPDIR = .deps
179 DLLTOOL = false
180 DOXYGEN = false
181 DSYMUTIL = 
182 DUMPBIN = 
183 ECHO_C = 
184 ECHO_N = -n
185 ECHO_T = 
186 EGREP = /bin/grep -E
187 EXEEXT = 
188 FGREP = /bin/grep -F
189 GREP = /bin/grep
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
196 LDFLAGS = 
197 LIBOBJS = 
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
202 LIPO = 
203 LN_S = ln -s
204 LTLIBOBJS = 
205 MAKEINFO = ${SHELL} /home/rvb/git/rtl_433/missing makeinfo
206 MANIFEST_TOOL = :
207 MKDIR_P = /bin/mkdir -p
208 NM = /usr/bin/nm -B
209 NMEDIT = 
210 OBJDUMP = objdump
211 OBJEXT = o
212 OTOOL = 
213 OTOOL64 = 
214 PACKAGE = rtl433
215 PACKAGE_BUGREPORT = rtl_433@googlegroups.com
216 PACKAGE_NAME = rtl433
217 PACKAGE_STRING = rtl433 UNKNOWN-dirty
218 PACKAGE_TARNAME = rtl433
219 PACKAGE_URL = 
220 PACKAGE_VERSION = UNKNOWN-dirty
221 PATH_SEPARATOR = :
222 PKG_CONFIG = /usr/bin/pkg-config
223 PKG_CONFIG_LIBDIR = 
224 PKG_CONFIG_PATH = 
225 RANLIB = ranlib
226 RTLSDR_PC_CFLAGS = -g -O2 -I/usr/include/ -I/usr/include/libusb-1.0  
227 RTLSDR_PC_LIBS =  -lrtlsdr -lusb-1.0  
228 SED = /bin/sed
229 SET_MAKE = 
230 SHELL = /bin/bash
231 STRIP = strip
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
238 ac_ct_AR = ar
239 ac_ct_CC = gcc
240 ac_ct_DUMPBIN = 
241 am__include = include
242 am__leading_dot = .
243 am__quote = 
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
248 build_alias = 
249 build_cpu = x86_64
250 build_os = linux-gnu
251 build_vendor = unknown
252 builddir = .
253 datadir = ${datarootdir}
254 datarootdir = ${prefix}/share
255 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
256 dvidir = ${docdir}
257 exec_prefix = ${prefix}
258 host = x86_64-unknown-linux-gnu
259 host_alias = 
260 host_cpu = x86_64
261 host_os = linux-gnu
262 host_vendor = unknown
263 htmldir = ${docdir}
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
272 mkdir_p = $(MKDIR_P)
273 oldincludedir = /usr/include
274 pdfdir = ${docdir}
275 prefix = /usr/local
276 program_transform_name = s,x,x,
277 psdir = ${docdir}
278 sbindir = ${exec_prefix}/sbin
279 sharedstatedir = ${prefix}/com
280 srcdir = .
281 sysconfdir = ${prefix}/etc
282 target_alias = 
283 top_build_prefix = ../
284 top_builddir = ..
285 top_srcdir = ..
286 rtl433_HEADERS = rtl_433.h rtl_433_devices.h
287 rtl433dir = $(includedir)
288 all: all-am
289
290 .SUFFIXES:
291 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
292         @for dep in $?; do \
293           case '$(am__configure_deps)' in \
294             *$$dep*) \
295               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
296                 && { if test -f $@; then exit 0; else break; fi; }; \
297               exit 1;; \
298           esac; \
299         done; \
300         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
301         $(am__cd) $(top_srcdir) && \
302           $(AUTOMAKE) --gnu include/Makefile
303 .PRECIOUS: Makefile
304 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305         @case '$?' in \
306           *config.status*) \
307             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308           *) \
309             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
311         esac;
312
313 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
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):
321
322 mostlyclean-libtool:
323         -rm -f *.lo
324
325 clean-libtool:
326         -rm -rf .libs _libs
327 install-rtl433HEADERS: $(rtl433_HEADERS)
328         @$(NORMAL_INSTALL)
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; \
333         fi; \
334         for p in $$list; do \
335           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336           echo "$$d$$p"; \
337         done | $(am__base_list) | \
338         while read files; do \
339           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(rtl433dir)'"; \
340           $(INSTALL_HEADER) $$files "$(DESTDIR)$(rtl433dir)" || exit $$?; \
341         done
342
343 uninstall-rtl433HEADERS:
344         @$(NORMAL_UNINSTALL)
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)
348
349 ID: $(am__tagged_files)
350         $(am__define_uniq_tagged_files); mkid -fID $$unique
351 tags: tags-am
352 TAGS: tags
353
354 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
355         set x; \
356         here=`pwd`; \
357         $(am__define_uniq_tagged_files); \
358         shift; \
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) \
363               "$$@" $$unique; \
364           else \
365             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366               $$unique; \
367           fi; \
368         fi
369 ctags: ctags-am
370
371 CTAGS: ctags
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) \
376              $$unique
377
378 GTAGS:
379         here=`$(am__cd) $(top_builddir) && pwd` \
380           && $(am__cd) $(top_srcdir) \
381           && gtags -i $(GTAGS_ARGS) "$$here"
382 cscopelist: cscopelist-am
383
384 cscopelist-am: $(am__tagged_files)
385         list='$(am__tagged_files)'; \
386         case "$(srcdir)" in \
387           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
388           *) sdir=$(subdir)/$(srcdir) ;; \
389         esac; \
390         for i in $$list; do \
391           if test -f "$$i"; then \
392             echo "$(subdir)/$$i"; \
393           else \
394             echo "$$sdir/$$i"; \
395           fi; \
396         done >> $(top_builddir)/cscope.files
397
398 distclean-tags:
399         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
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,/[^/]*$$,,' | \
411                            sort -u` ;; \
412         esac; \
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 {} \;; \
419             fi; \
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 {} \;; \
423             fi; \
424             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425           else \
426             test -f "$(distdir)/$$file" \
427             || cp -p $$d/$$file "$(distdir)/$$file" \
428             || exit 1; \
429           fi; \
430         done
431 check-am: all-am
432 check: check-am
433 all-am: Makefile $(HEADERS)
434 installdirs:
435         for dir in "$(DESTDIR)$(rtl433dir)"; do \
436           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437         done
438 install: install-am
439 install-exec: install-exec-am
440 install-data: install-data-am
441 uninstall: uninstall-am
442
443 install-am: all-am
444         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446 installcheck: installcheck-am
447 install-strip:
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 \
451               install; \
452         else \
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; \
456         fi
457 mostlyclean-generic:
458
459 clean-generic:
460
461 distclean-generic:
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)
464
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."
468 clean: clean-am
469
470 clean-am: clean-generic clean-libtool mostlyclean-am
471
472 distclean: distclean-am
473         -rm -f Makefile
474 distclean-am: clean-am distclean-generic distclean-tags
475
476 dvi: dvi-am
477
478 dvi-am:
479
480 html: html-am
481
482 html-am:
483
484 info: info-am
485
486 info-am:
487
488 install-data-am: install-rtl433HEADERS
489
490 install-dvi: install-dvi-am
491
492 install-dvi-am:
493
494 install-exec-am:
495
496 install-html: install-html-am
497
498 install-html-am:
499
500 install-info: install-info-am
501
502 install-info-am:
503
504 install-man:
505
506 install-pdf: install-pdf-am
507
508 install-pdf-am:
509
510 install-ps: install-ps-am
511
512 install-ps-am:
513
514 installcheck-am:
515
516 maintainer-clean: maintainer-clean-am
517         -rm -f Makefile
518 maintainer-clean-am: distclean-am maintainer-clean-generic
519
520 mostlyclean: mostlyclean-am
521
522 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
523
524 pdf: pdf-am
525
526 pdf-am:
527
528 ps: ps-am
529
530 ps-am:
531
532 uninstall-am: uninstall-rtl433HEADERS
533
534 .MAKE: install-am install-strip
535
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
548
549
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.
552 .NOEXPORT: