pikeyd165 – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3  
4 # Copyright (C) 1994-2018 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 VPATH = @srcdir@
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)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
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_@AM_V@)
99 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo " GEN " $@;
105 am__v_GEN_1 =
106 AM_V_at = $(am__v_at_@AM_V@)
107 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
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)
120 ACLOCAL = @ACLOCAL@
121 AMTAR = @AMTAR@
122 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 CC = @CC@
128 CCDEPMODE = @CCDEPMODE@
129 CFLAGS = @CFLAGS@
130 CPPFLAGS = @CPPFLAGS@
131 CYGPATH_W = @CYGPATH_W@
132 DEFS = @DEFS@
133 DEPDIR = @DEPDIR@
134 DOXYGEN = @DOXYGEN@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EXEEXT = @EXEEXT@
139 INSTALL = @INSTALL@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 LDFLAGS = @LDFLAGS@
145 LIBOBJS = @LIBOBJS@
146 LIBS = @LIBS@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAKEINFO = @MAKEINFO@
149 MKDIR_P = @MKDIR_P@
150 OBJEXT = @OBJEXT@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_URL = @PACKAGE_URL@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 RANLIB = @RANLIB@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
168 ac_ct_CC = @ac_ct_CC@
169 am__include = @am__include@
170 am__leading_dot = @am__leading_dot@
171 am__quote = @am__quote@
172 am__tar = @am__tar@
173 am__untar = @am__untar@
174 bindir = @bindir@
175 build_alias = @build_alias@
176 builddir = @builddir@
177 datadir = @datadir@
178 datarootdir = @datarootdir@
179 docdir = @docdir@
180 dvidir = @dvidir@
181 exec_prefix = @exec_prefix@
182 host_alias = @host_alias@
183 htmldir = @htmldir@
184 includedir = @includedir@
185 infodir = @infodir@
186 install_sh = @install_sh@
187 libdir = @libdir@
188 libexecdir = @libexecdir@
189 localedir = @localedir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 pdfdir = @pdfdir@
195 prefix = @prefix@
196 program_transform_name = @program_transform_name@
197 psdir = @psdir@
198 runstatedir = @runstatedir@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 srcdir = @srcdir@
202 sysconfdir = @sysconfdir@
203 target_alias = @target_alias@
204 top_build_prefix = @top_build_prefix@
205 top_builddir = @top_builddir@
206 top_srcdir = @top_srcdir@
207 @HAVE_DOXYGEN_TRUE@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 @HAVE_DOXYGEN_TRUE@Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
241 @HAVE_DOXYGEN_TRUE@ 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 @HAVE_DOXYGEN_FALSE@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 @HAVE_DOXYGEN_FALSE@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 @HAVE_DOXYGEN_TRUE@doxyfile.stamp: ../src/bcm2835.h
403 @HAVE_DOXYGEN_TRUE@ $(DOXYGEN) Doxyfile
404 @HAVE_DOXYGEN_TRUE@ echo Timestamp > doxyfile.stamp
405  
406 @HAVE_DOXYGEN_TRUE@all-local: doxyfile.stamp
407  
408 @HAVE_DOXYGEN_TRUE@clean-local:
409 @HAVE_DOXYGEN_TRUE@ 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: