92982932bded81a7f4ac3b0ced65ad89fcb39171
[rtl-433.git] / include / 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 = include
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 $(rtl433_HEADERS) \
100         $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo "  GEN     " $@;
112 am__v_GEN_1 = 
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 = 
117 SOURCES =
118 DIST_SOURCES =
119 am__can_run_installinfo = \
120   case $$AM_UPDATE_INFO_DIR in \
121     n|no|NO) false;; \
122     *) (install-info --version) >/dev/null 2>&1;; \
123   esac
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127     *) f=$$p;; \
128   esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
134   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__nobase_list = $(am__nobase_strip_setup); \
136   for p in $$list; do echo "$$p $$p"; done | \
137   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139     if (++n[$$2] == $(am__install_max)) \
140       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141     END { for (dir in files) print dir, files[dir] }'
142 am__base_list = \
143   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__uninstall_files_from_dir = { \
146   test -z "$$files" \
147     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149          $(am__cd) "$$dir" && rm -f $$files; }; \
150   }
151 am__installdirs = "$(DESTDIR)$(rtl433dir)"
152 HEADERS = $(rtl433_HEADERS)
153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 # Read a list of newline-separated strings from the standard input,
155 # and print each of them once, without duplicates.  Input order is
156 # *not* preserved.
157 am__uniquify_input = $(AWK) '\
158   BEGIN { nonempty = 0; } \
159   { items[$$0] = 1; nonempty = 1; } \
160   END { if (nonempty) { for (i in items) print i; }; } \
161 '
162 # Make sure the list of sources is unique.  This is necessary because,
163 # e.g., the same source file might be shared among _SOURCES variables
164 # for different programs/libraries.
165 am__define_uniq_tagged_files = \
166   list='$(am__tagged_files)'; \
167   unique=`for i in $$list; do \
168     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169   done | $(am__uniquify_input)`
170 ETAGS = etags
171 CTAGS = ctags
172 am__DIST_COMMON = $(srcdir)/Makefile.in
173 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174 ACLOCAL = @ACLOCAL@
175 AMTAR = @AMTAR@
176 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
177 AR = @AR@
178 AUTOCONF = @AUTOCONF@
179 AUTOHEADER = @AUTOHEADER@
180 AUTOMAKE = @AUTOMAKE@
181 AWK = @AWK@
182 CC = @CC@
183 CCDEPMODE = @CCDEPMODE@
184 CFLAGS = @CFLAGS@
185 CPP = @CPP@
186 CPPFLAGS = @CPPFLAGS@
187 CYGPATH_W = @CYGPATH_W@
188 DEFS = @DEFS@
189 DEPDIR = @DEPDIR@
190 DLLTOOL = @DLLTOOL@
191 DOXYGEN = @DOXYGEN@
192 DSYMUTIL = @DSYMUTIL@
193 DUMPBIN = @DUMPBIN@
194 ECHO_C = @ECHO_C@
195 ECHO_N = @ECHO_N@
196 ECHO_T = @ECHO_T@
197 EGREP = @EGREP@
198 EXEEXT = @EXEEXT@
199 FGREP = @FGREP@
200 GREP = @GREP@
201 INSTALL = @INSTALL@
202 INSTALL_DATA = @INSTALL_DATA@
203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
204 INSTALL_SCRIPT = @INSTALL_SCRIPT@
205 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206 LD = @LD@
207 LDFLAGS = @LDFLAGS@
208 LIBOBJS = @LIBOBJS@
209 LIBRTLSDR_CFLAGS = @LIBRTLSDR_CFLAGS@
210 LIBRTLSDR_LIBS = @LIBRTLSDR_LIBS@
211 LIBS = @LIBS@
212 LIBTOOL = @LIBTOOL@
213 LIPO = @LIPO@
214 LN_S = @LN_S@
215 LTLIBOBJS = @LTLIBOBJS@
216 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
217 MAKEINFO = @MAKEINFO@
218 MANIFEST_TOOL = @MANIFEST_TOOL@
219 MKDIR_P = @MKDIR_P@
220 NM = @NM@
221 NMEDIT = @NMEDIT@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OTOOL = @OTOOL@
225 OTOOL64 = @OTOOL64@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_URL = @PACKAGE_URL@
232 PACKAGE_VERSION = @PACKAGE_VERSION@
233 PATH_SEPARATOR = @PATH_SEPARATOR@
234 PKG_CONFIG = @PKG_CONFIG@
235 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
236 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237 RANLIB = @RANLIB@
238 RTLSDR_PC_CFLAGS = @RTLSDR_PC_CFLAGS@
239 RTLSDR_PC_LIBS = @RTLSDR_PC_LIBS@
240 SED = @SED@
241 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@
243 STRIP = @STRIP@
244 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
245 VERSION = @VERSION@
246 abs_builddir = @abs_builddir@
247 abs_srcdir = @abs_srcdir@
248 abs_top_builddir = @abs_top_builddir@
249 abs_top_srcdir = @abs_top_srcdir@
250 ac_ct_AR = @ac_ct_AR@
251 ac_ct_CC = @ac_ct_CC@
252 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
253 am__include = @am__include@
254 am__leading_dot = @am__leading_dot@
255 am__quote = @am__quote@
256 am__tar = @am__tar@
257 am__untar = @am__untar@
258 bindir = @bindir@
259 build = @build@
260 build_alias = @build_alias@
261 build_cpu = @build_cpu@
262 build_os = @build_os@
263 build_vendor = @build_vendor@
264 builddir = @builddir@
265 datadir = @datadir@
266 datarootdir = @datarootdir@
267 docdir = @docdir@
268 dvidir = @dvidir@
269 exec_prefix = @exec_prefix@
270 host = @host@
271 host_alias = @host_alias@
272 host_cpu = @host_cpu@
273 host_os = @host_os@
274 host_vendor = @host_vendor@
275 htmldir = @htmldir@
276 includedir = @includedir@
277 infodir = @infodir@
278 install_sh = @install_sh@
279 libdir = @libdir@
280 libexecdir = @libexecdir@
281 localedir = @localedir@
282 localstatedir = @localstatedir@
283 mandir = @mandir@
284 mkdir_p = @mkdir_p@
285 oldincludedir = @oldincludedir@
286 pdfdir = @pdfdir@
287 prefix = @prefix@
288 program_transform_name = @program_transform_name@
289 psdir = @psdir@
290 runstatedir = @runstatedir@
291 sbindir = @sbindir@
292 sharedstatedir = @sharedstatedir@
293 srcdir = @srcdir@
294 sysconfdir = @sysconfdir@
295 target_alias = @target_alias@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
299 rtl433_HEADERS = rtl_433.h rtl_433_devices.h
300 rtl433dir = $(includedir)
301 all: all-am
302
303 .SUFFIXES:
304 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
305         @for dep in $?; do \
306           case '$(am__configure_deps)' in \
307             *$$dep*) \
308               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
309                 && { if test -f $@; then exit 0; else break; fi; }; \
310               exit 1;; \
311           esac; \
312         done; \
313         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
314         $(am__cd) $(top_srcdir) && \
315           $(AUTOMAKE) --gnu include/Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 $(top_srcdir)/configure:  $(am__configure_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps):
333
334 mostlyclean-libtool:
335         -rm -f *.lo
336
337 clean-libtool:
338         -rm -rf .libs _libs
339 install-rtl433HEADERS: $(rtl433_HEADERS)
340         @$(NORMAL_INSTALL)
341         @list='$(rtl433_HEADERS)'; test -n "$(rtl433dir)" || list=; \
342         if test -n "$$list"; then \
343           echo " $(MKDIR_P) '$(DESTDIR)$(rtl433dir)'"; \
344           $(MKDIR_P) "$(DESTDIR)$(rtl433dir)" || exit 1; \
345         fi; \
346         for p in $$list; do \
347           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
348           echo "$$d$$p"; \
349         done | $(am__base_list) | \
350         while read files; do \
351           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(rtl433dir)'"; \
352           $(INSTALL_HEADER) $$files "$(DESTDIR)$(rtl433dir)" || exit $$?; \
353         done
354
355 uninstall-rtl433HEADERS:
356         @$(NORMAL_UNINSTALL)
357         @list='$(rtl433_HEADERS)'; test -n "$(rtl433dir)" || list=; \
358         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
359         dir='$(DESTDIR)$(rtl433dir)'; $(am__uninstall_files_from_dir)
360
361 ID: $(am__tagged_files)
362         $(am__define_uniq_tagged_files); mkid -fID $$unique
363 tags: tags-am
364 TAGS: tags
365
366 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
367         set x; \
368         here=`pwd`; \
369         $(am__define_uniq_tagged_files); \
370         shift; \
371         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
372           test -n "$$unique" || unique=$$empty_fix; \
373           if test $$# -gt 0; then \
374             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375               "$$@" $$unique; \
376           else \
377             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378               $$unique; \
379           fi; \
380         fi
381 ctags: ctags-am
382
383 CTAGS: ctags
384 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
385         $(am__define_uniq_tagged_files); \
386         test -z "$(CTAGS_ARGS)$$unique" \
387           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388              $$unique
389
390 GTAGS:
391         here=`$(am__cd) $(top_builddir) && pwd` \
392           && $(am__cd) $(top_srcdir) \
393           && gtags -i $(GTAGS_ARGS) "$$here"
394 cscopelist: cscopelist-am
395
396 cscopelist-am: $(am__tagged_files)
397         list='$(am__tagged_files)'; \
398         case "$(srcdir)" in \
399           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
400           *) sdir=$(subdir)/$(srcdir) ;; \
401         esac; \
402         for i in $$list; do \
403           if test -f "$$i"; then \
404             echo "$(subdir)/$$i"; \
405           else \
406             echo "$$sdir/$$i"; \
407           fi; \
408         done >> $(top_builddir)/cscope.files
409
410 distclean-tags:
411         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
412
413 distdir: $(DISTFILES)
414         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416         list='$(DISTFILES)'; \
417           dist_files=`for file in $$list; do echo $$file; done | \
418           sed -e "s|^$$srcdirstrip/||;t" \
419               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
420         case $$dist_files in \
421           */*) $(MKDIR_P) `echo "$$dist_files" | \
422                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
423                            sort -u` ;; \
424         esac; \
425         for file in $$dist_files; do \
426           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427           if test -d $$d/$$file; then \
428             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429             if test -d "$(distdir)/$$file"; then \
430               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431             fi; \
432             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
434               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435             fi; \
436             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437           else \
438             test -f "$(distdir)/$$file" \
439             || cp -p $$d/$$file "$(distdir)/$$file" \
440             || exit 1; \
441           fi; \
442         done
443 check-am: all-am
444 check: check-am
445 all-am: Makefile $(HEADERS)
446 installdirs:
447         for dir in "$(DESTDIR)$(rtl433dir)"; do \
448           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
449         done
450 install: install-am
451 install-exec: install-exec-am
452 install-data: install-data-am
453 uninstall: uninstall-am
454
455 install-am: all-am
456         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
457
458 installcheck: installcheck-am
459 install-strip:
460         if test -z '$(STRIP)'; then \
461           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
462             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
463               install; \
464         else \
465           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
468         fi
469 mostlyclean-generic:
470
471 clean-generic:
472
473 distclean-generic:
474         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
475         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
476
477 maintainer-clean-generic:
478         @echo "This command is intended for maintainers to use"
479         @echo "it deletes files that may require special tools to rebuild."
480 clean: clean-am
481
482 clean-am: clean-generic clean-libtool mostlyclean-am
483
484 distclean: distclean-am
485         -rm -f Makefile
486 distclean-am: clean-am distclean-generic distclean-tags
487
488 dvi: dvi-am
489
490 dvi-am:
491
492 html: html-am
493
494 html-am:
495
496 info: info-am
497
498 info-am:
499
500 install-data-am: install-rtl433HEADERS
501
502 install-dvi: install-dvi-am
503
504 install-dvi-am:
505
506 install-exec-am:
507
508 install-html: install-html-am
509
510 install-html-am:
511
512 install-info: install-info-am
513
514 install-info-am:
515
516 install-man:
517
518 install-pdf: install-pdf-am
519
520 install-pdf-am:
521
522 install-ps: install-ps-am
523
524 install-ps-am:
525
526 installcheck-am:
527
528 maintainer-clean: maintainer-clean-am
529         -rm -f Makefile
530 maintainer-clean-am: distclean-am maintainer-clean-generic
531
532 mostlyclean: mostlyclean-am
533
534 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
535
536 pdf: pdf-am
537
538 pdf-am:
539
540 ps: ps-am
541
542 ps-am:
543
544 uninstall-am: uninstall-rtl433HEADERS
545
546 .MAKE: install-am install-strip
547
548 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
549         clean-libtool cscopelist-am ctags ctags-am distclean \
550         distclean-generic distclean-libtool distclean-tags distdir dvi \
551         dvi-am html html-am info info-am install install-am \
552         install-data install-data-am install-dvi install-dvi-am \
553         install-exec install-exec-am install-html install-html-am \
554         install-info install-info-am install-man install-pdf \
555         install-pdf-am install-ps install-ps-am install-rtl433HEADERS \
556         install-strip installcheck installcheck-am installdirs \
557         maintainer-clean maintainer-clean-generic mostlyclean \
558         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
559         tags tags-am uninstall uninstall-am uninstall-rtl433HEADERS
560
561 .PRECIOUS: Makefile
562
563
564 # Tell versions [3.59,3.63) of GNU make to not export all variables.
565 # Otherwise a system limit (for SysV at least) may be exceeded.
566 .NOEXPORT: