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 # doc/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 = doc
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 $(am__DIST_COMMON)
94 mkinstalldirs = $(install_sh) -d
95 CONFIG_HEADER = $(top_builddir)/config.h
96 CONFIG_CLEAN_FILES = Doxyfile
97 CONFIG_CLEAN_VPATH_FILES =
98 AM_V_P = $(am__v_P_$(V))
99 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_$(V))
103 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
104 am__v_GEN_0 = @echo " GEN " $@;
105 am__v_GEN_1 =
106 AM_V_at = $(am__v_at_$(V))
107 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
108 am__v_at_0 = @
109 am__v_at_1 =
110 SOURCES =
111 DIST_SOURCES =
112 am__can_run_installinfo = \
113 case $$AM_UPDATE_INFO_DIR in \
114 n|no|NO) false;; \
115 *) (install-info --version) >/dev/null 2>&1;; \
116 esac
117 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
118 am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in
119 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2 office 120 ACLOCAL = ${SHELL} '/root/pikeyd165/bcm2835/missing' aclocal-1.16
1 office 121 AMTAR = $${TAR-tar}
122 AM_DEFAULT_VERBOSITY = 1
2 office 123 AUTOCONF = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoconf
124 AUTOHEADER = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoheader
125 AUTOMAKE = ${SHELL} '/root/pikeyd165/bcm2835/missing' automake-1.16
1 office 126 AWK = gawk
127 CC = aarch64-linux-gnu-gcc
128 CCDEPMODE = depmode=gcc3
129 CFLAGS = -g -O2
130 CPPFLAGS =
131 CYGPATH_W = echo
132 DEFS = -DHAVE_CONFIG_H
133 DEPDIR = .deps
134 DOXYGEN =
135 ECHO_C =
136 ECHO_N = -n
137 ECHO_T =
138 EXEEXT =
139 INSTALL = /usr/bin/install -c
140 INSTALL_DATA = ${INSTALL} -m 644
141 INSTALL_PROGRAM = ${INSTALL}
142 INSTALL_SCRIPT = ${INSTALL}
143 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
144 LDFLAGS =
145 LIBOBJS =
146 LIBS = -lrt
147 LTLIBOBJS =
2 office 148 MAKEINFO = ${SHELL} '/root/pikeyd165/bcm2835/missing' makeinfo
1 office 149 MKDIR_P = /bin/mkdir -p
150 OBJEXT = o
151 PACKAGE = bcm2835
152 PACKAGE_BUGREPORT = mikem@airspayce.com
153 PACKAGE_NAME = bcm2835
154 PACKAGE_STRING = bcm2835 1.71
155 PACKAGE_TARNAME = bcm2835
156 PACKAGE_URL =
157 PACKAGE_VERSION = 1.71
158 PATH_SEPARATOR = :
159 RANLIB = aarch64-linux-gnu-ranlib
160 SET_MAKE =
161 SHELL = /bin/bash
162 STRIP = aarch64-linux-gnu-strip
163 VERSION = 1.71
2 office 164 abs_builddir = /root/pikeyd165/bcm2835/doc
165 abs_srcdir = /root/pikeyd165/bcm2835/doc
166 abs_top_builddir = /root/pikeyd165/bcm2835
167 abs_top_srcdir = /root/pikeyd165/bcm2835
1 office 168 ac_ct_CC =
169 am__include = include
170 am__leading_dot = .
171 am__quote =
172 am__tar = $${TAR-tar} chof - "$$tardir"
173 am__untar = $${TAR-tar} xf -
174 bindir = ${exec_prefix}/bin
175 build_alias =
176 builddir = .
177 datadir = ${datarootdir}
178 datarootdir = ${prefix}/share
179 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
180 dvidir = ${docdir}
181 exec_prefix = ${prefix}
182 host_alias = aarch64-linux-gnu
183 htmldir = ${docdir}
184 includedir = ${prefix}/include
185 infodir = ${datarootdir}/info
2 office 186 install_sh = ${SHELL} /root/pikeyd165/bcm2835/install-sh
1 office 187 libdir = ${exec_prefix}/lib
188 libexecdir = ${exec_prefix}/libexec
189 localedir = ${datarootdir}/locale
190 localstatedir = ${prefix}/var
191 mandir = ${datarootdir}/man
192 mkdir_p = $(MKDIR_P)
193 oldincludedir = /usr/include
194 pdfdir = ${docdir}
195 prefix = /usr/local
196 program_transform_name = s,x,x,
197 psdir = ${docdir}
198 runstatedir = ${localstatedir}/run
199 sbindir = ${exec_prefix}/sbin
200 sharedstatedir = ${prefix}/com
201 srcdir = .
202 sysconfdir = ${prefix}/etc
203 target_alias = aarch64-linux-gnu
204 top_build_prefix = ../
205 top_builddir = ..
206 top_srcdir = ..
207 #CLEANFILES = doxyfile.stamp *~
208 all: all-am
209  
210 .SUFFIXES:
211 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
212 @for dep in $?; do \
213 case '$(am__configure_deps)' in \
214 *$$dep*) \
215 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
216 && { if test -f $@; then exit 0; else break; fi; }; \
217 exit 1;; \
218 esac; \
219 done; \
220 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
221 $(am__cd) $(top_srcdir) && \
222 $(AUTOMAKE) --gnu doc/Makefile
223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
224 @case '$?' in \
225 *config.status*) \
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
227 *) \
228 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
229 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
230 esac;
231  
232 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234  
235 $(top_srcdir)/configure: $(am__configure_deps)
236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239 $(am__aclocal_m4_deps):
240 #Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
241 # cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
242 tags TAGS:
243  
244 ctags CTAGS:
245  
246 cscope cscopelist:
247  
248  
249 distdir: $(BUILT_SOURCES)
250 $(MAKE) $(AM_MAKEFLAGS) distdir-am
251  
252 distdir-am: $(DISTFILES)
253 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
254 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
255 list='$(DISTFILES)'; \
256 dist_files=`for file in $$list; do echo $$file; done | \
257 sed -e "s|^$$srcdirstrip/||;t" \
258 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
259 case $$dist_files in \
260 */*) $(MKDIR_P) `echo "$$dist_files" | \
261 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
262 sort -u` ;; \
263 esac; \
264 for file in $$dist_files; do \
265 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
266 if test -d $$d/$$file; then \
267 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
268 if test -d "$(distdir)/$$file"; then \
269 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
270 fi; \
271 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
272 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
273 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
274 fi; \
275 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
276 else \
277 test -f "$(distdir)/$$file" \
278 || cp -p $$d/$$file "$(distdir)/$$file" \
279 || exit 1; \
280 fi; \
281 done
282 check-am: all-am
283 check: check-am
284 all-local:
285 all-am: Makefile all-local
286 installdirs:
287 install: install-am
288 install-exec: install-exec-am
289 install-data: install-data-am
290 uninstall: uninstall-am
291  
292 install-am: all-am
293 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
294  
295 installcheck: installcheck-am
296 install-strip:
297 if test -z '$(STRIP)'; then \
298 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
299 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
300 install; \
301 else \
302 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
303 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
304 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
305 fi
306 mostlyclean-generic:
307  
308 clean-generic:
309 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
310  
311 distclean-generic:
312 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
313 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
314  
315 maintainer-clean-generic:
316 @echo "This command is intended for maintainers to use"
317 @echo "it deletes files that may require special tools to rebuild."
318 clean-local:
319 clean: clean-am
320  
321 clean-am: clean-generic clean-local mostlyclean-am
322  
323 distclean: distclean-am
324 -rm -f Makefile
325 distclean-am: clean-am distclean-generic
326  
327 dvi: dvi-am
328  
329 dvi-am:
330  
331 html: html-am
332  
333 html-am:
334  
335 info: info-am
336  
337 info-am:
338  
339 install-data-am:
340  
341 install-dvi: install-dvi-am
342  
343 install-dvi-am:
344  
345 install-exec-am:
346  
347 install-html: install-html-am
348  
349 install-html-am:
350  
351 install-info: install-info-am
352  
353 install-info-am:
354  
355 install-man:
356  
357 install-pdf: install-pdf-am
358  
359 install-pdf-am:
360  
361 install-ps: install-ps-am
362  
363 install-ps-am:
364  
365 installcheck-am:
366  
367 maintainer-clean: maintainer-clean-am
368 -rm -f Makefile
369 maintainer-clean-am: distclean-am maintainer-clean-generic
370  
371 mostlyclean: mostlyclean-am
372  
373 mostlyclean-am: mostlyclean-generic
374  
375 pdf: pdf-am
376  
377 pdf-am:
378  
379 ps: ps-am
380  
381 ps-am:
382  
383 uninstall-am:
384  
385 .MAKE: install-am install-strip
386  
387 .PHONY: all all-am all-local check check-am clean clean-generic \
388 clean-local cscopelist-am ctags-am distclean distclean-generic \
389 distdir dvi dvi-am html html-am info info-am install \
390 install-am install-data install-data-am install-dvi \
391 install-dvi-am install-exec install-exec-am install-html \
392 install-html-am install-info install-info-am install-man \
393 install-pdf install-pdf-am install-ps install-ps-am \
394 install-strip installcheck installcheck-am installdirs \
395 maintainer-clean maintainer-clean-generic mostlyclean \
396 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
397 uninstall-am
398  
399 .PRECIOUS: Makefile
400  
401  
402 #doxyfile.stamp: ../src/bcm2835.h
403 # $(DOXYGEN) Doxyfile
404 # echo Timestamp > doxyfile.stamp
405  
406 #all-local: doxyfile.stamp
407  
408 #clean-local:
409 # rm -rf html
410  
411 # Tell versions [3.59,3.63) of GNU make to not export all variables.
412 # Otherwise a system limit (for SysV at least) may be exceeded.
413 .NOEXPORT: