pikeyd165 – Blame information for rev 2

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