]> cloudbase.mooo.com Git - z180-stamp.git/blob - time/Makefile.in
Version 0.6.8.2
[z180-stamp.git] / time / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
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 @SET_MAKE@
16
17 # ©2012 Michael Duane Rice All rights reserved.
18 #
19 # Redistribution and use in source and binary forms, with or without
20 # modification, are permitted provided that the following conditions are
21 # met:
22 #
23 # Redistributions of source code must retain the above copyright notice, this
24 # list of conditions and the following disclaimer. Redistributions in binary
25 # form must reproduce the above copyright notice, this list of conditions
26 # and the following disclaimer in the documentation and/or other materials
27 # provided with the distribution. Neither the name of the copyright holders
28 # nor the names of contributors may be used to endorse or promote products
29 # derived from this software without specific prior written permission.
30 #
31 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
32 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
35 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
36 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
37 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
38 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
40 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 # POSSIBILITY OF SUCH DAMAGE.
42 #
43
44 # $Id: Makefile.am 2379 2013-04-30 16:42:26Z joerg_wunsch $
45 VPATH = @srcdir@
46 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 DIST_COMMON = $(top_srcdir)/libc/time/Files.am $(srcdir)/Makefile.in \
110 $(srcdir)/Makefile.am
111 subdir = libc/time
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115 $(ACLOCAL_M4)
116 mkinstalldirs = $(install_sh) -d
117 CONFIG_HEADER = $(top_builddir)/config.h
118 CONFIG_CLEAN_FILES =
119 CONFIG_CLEAN_VPATH_FILES =
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126 am__v_GEN_0 = @echo " GEN " $@;
127 am__v_GEN_1 =
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130 am__v_at_0 = @
131 am__v_at_1 =
132 SOURCES =
133 DIST_SOURCES =
134 am__can_run_installinfo = \
135 case $$AM_UPDATE_INFO_DIR in \
136 n|no|NO) false;; \
137 *) (install-info --version) >/dev/null 2>&1;; \
138 esac
139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141 ACLOCAL = @ACLOCAL@
142 AMTAR = @AMTAR@
143 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
144 AR = @AR@
145 AS = @AS@
146 ASDEBUG = @ASDEBUG@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
151 AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
152 AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
153 AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
154 AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
155 AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
156 AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
157 AWK = @AWK@
158 CC = @CC@
159 CCAS = @CCAS@
160 CCASDEPMODE = @CCASDEPMODE@
161 CCASFLAGS = @CCASFLAGS@
162 CCDEPMODE = @CCDEPMODE@
163 CDEBUG = @CDEBUG@
164 CFLAGS = @CFLAGS@
165 CPPFLAGS = @CPPFLAGS@
166 CYGPATH_W = @CYGPATH_W@
167 DEFS = @DEFS@
168 DEPDIR = @DEPDIR@
169 DOCSDIR = @DOCSDIR@
170 DOC_INST_DIR = @DOC_INST_DIR@
171 ECHO_C = @ECHO_C@
172 ECHO_N = @ECHO_N@
173 ECHO_T = @ECHO_T@
174 EXEEXT = @EXEEXT@
175 FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
176 HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
180 INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
181 INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 LDFLAGS = @LDFLAGS@
186 LIBOBJS = @LIBOBJS@
187 LIBS = @LIBS@
188 LN_S = @LN_S@
189 LTLIBOBJS = @LTLIBOBJS@
190 MAKEINFO = @MAKEINFO@
191 MKDIR_P = @MKDIR_P@
192 OBJEXT = @OBJEXT@
193 PACKAGE = @PACKAGE@
194 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195 PACKAGE_NAME = @PACKAGE_NAME@
196 PACKAGE_STRING = @PACKAGE_STRING@
197 PACKAGE_TARNAME = @PACKAGE_TARNAME@
198 PACKAGE_URL = @PACKAGE_URL@
199 PACKAGE_VERSION = @PACKAGE_VERSION@
200 PATH_SEPARATOR = @PATH_SEPARATOR@
201 PNGTOPNM = @PNGTOPNM@
202 PNMTOPNG = @PNMTOPNG@
203 RANLIB = @RANLIB@
204 SET_MAKE = @SET_MAKE@
205 SHELL = @SHELL@
206 STRIP = @STRIP@
207 TARGET_DOX_HTML = @TARGET_DOX_HTML@
208 TARGET_DOX_PDF = @TARGET_DOX_PDF@
209 VERSION = @VERSION@
210 abs_builddir = @abs_builddir@
211 abs_srcdir = @abs_srcdir@
212 abs_top_builddir = @abs_top_builddir@
213 abs_top_srcdir = @abs_top_srcdir@
214 ac_ct_CC = @ac_ct_CC@
215 am__include = @am__include@
216 am__leading_dot = @am__leading_dot@
217 am__quote = @am__quote@
218 am__tar = @am__tar@
219 am__untar = @am__untar@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 builddir = @builddir@
227 datadir = @datadir@
228 datarootdir = @datarootdir@
229 docdir = @docdir@
230 dvidir = @dvidir@
231 exec_prefix = @exec_prefix@
232 host = @host@
233 host_alias = @host_alias@
234 host_cpu = @host_cpu@
235 host_os = @host_os@
236 host_vendor = @host_vendor@
237 htmldir = @htmldir@
238 includedir = @includedir@
239 infodir = @infodir@
240 install_sh = @install_sh@
241 libdir = @libdir@
242 libexecdir = @libexecdir@
243 localedir = @localedir@
244 localstatedir = @localstatedir@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
249 prefix = @prefix@
250 program_transform_name = @program_transform_name@
251 psdir = @psdir@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 srcdir = @srcdir@
255 sysconfdir = @sysconfdir@
256 target_alias = @target_alias@
257 top_build_prefix = @top_build_prefix@
258 top_builddir = @top_builddir@
259 top_srcdir = @top_srcdir@
260 time_a_c_sources = \
261 asc_store.c \
262 asctime.c \
263 asctime_r.c \
264 ctime.c \
265 ctime_r.c \
266 daylight_seconds.c \
267 difftime.c \
268 dst_pointer.c \
269 equation_of_time.c \
270 fatfs_time.c \
271 geo_location.c \
272 gm_sidereal.c \
273 gmtime.c \
274 gmtime_r.c \
275 isLeap.c \
276 isotime.c \
277 iso_week_date.c \
278 iso_week_date_r.c \
279 isotime_r.c \
280 lm_sidereal.c \
281 localtime.c \
282 localtime_r.c \
283 mk_gmtime.c \
284 mktime.c \
285 month_length.c \
286 moon_phase.c \
287 print_lz.c \
288 set_dst.c \
289 set_position.c \
290 set_system_time.c \
291 set_zone.c \
292 solar_declination.c \
293 solar_noon.c \
294 strftime.c \
295 sun_rise.c \
296 sun_set.c \
297 system_time.c \
298 time.c \
299 tm_store.c \
300 utc_offset.c \
301 week_of_month.c \
302 week_of_year.c
303
304 time_a_asm_sources = \
305 system_tick.S
306
307 time_a_extra_dist = \
308 ephemera_common.h
309
310 EXTRA_DIST = \
311 $(time_a_c_sources) \
312 $(time_a_asm_sources) \
313 $(time_a_extra_dist)
314
315 all: all-am
316
317 .SUFFIXES:
318 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/libc/time/Files.am $(am__configure_deps)
319 @for dep in $?; do \
320 case '$(am__configure_deps)' in \
321 *$$dep*) \
322 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
323 && { if test -f $@; then exit 0; else break; fi; }; \
324 exit 1;; \
325 esac; \
326 done; \
327 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libc/time/Makefile'; \
328 $(am__cd) $(top_srcdir) && \
329 $(AUTOMAKE) --foreign libc/time/Makefile
330 .PRECIOUS: Makefile
331 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332 @case '$?' in \
333 *config.status*) \
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335 *) \
336 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
337 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
338 esac;
339 $(top_srcdir)/libc/time/Files.am:
340
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
344 $(top_srcdir)/configure: $(am__configure_deps)
345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(am__aclocal_m4_deps):
349 tags TAGS:
350
351 ctags CTAGS:
352
353 cscope cscopelist:
354
355
356 distdir: $(DISTFILES)
357 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
358 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
359 list='$(DISTFILES)'; \
360 dist_files=`for file in $$list; do echo $$file; done | \
361 sed -e "s|^$$srcdirstrip/||;t" \
362 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
363 case $$dist_files in \
364 */*) $(MKDIR_P) `echo "$$dist_files" | \
365 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
366 sort -u` ;; \
367 esac; \
368 for file in $$dist_files; do \
369 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
370 if test -d $$d/$$file; then \
371 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
372 if test -d "$(distdir)/$$file"; then \
373 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
374 fi; \
375 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
376 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
377 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
378 fi; \
379 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
380 else \
381 test -f "$(distdir)/$$file" \
382 || cp -p $$d/$$file "$(distdir)/$$file" \
383 || exit 1; \
384 fi; \
385 done
386 check-am: all-am
387 check: check-am
388 all-am: Makefile
389 installdirs:
390 install: install-am
391 install-exec: install-exec-am
392 install-data: install-data-am
393 uninstall: uninstall-am
394
395 install-am: all-am
396 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
397
398 installcheck: installcheck-am
399 install-strip:
400 if test -z '$(STRIP)'; then \
401 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
403 install; \
404 else \
405 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
406 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
407 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
408 fi
409 mostlyclean-generic:
410
411 clean-generic:
412
413 distclean-generic:
414 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
415 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
416
417 maintainer-clean-generic:
418 @echo "This command is intended for maintainers to use"
419 @echo "it deletes files that may require special tools to rebuild."
420 clean: clean-am
421
422 clean-am: clean-generic mostlyclean-am
423
424 distclean: distclean-am
425 -rm -f Makefile
426 distclean-am: clean-am distclean-generic
427
428 dvi: dvi-am
429
430 dvi-am:
431
432 html: html-am
433
434 html-am:
435
436 info: info-am
437
438 info-am:
439
440 install-data-am:
441
442 install-dvi: install-dvi-am
443
444 install-dvi-am:
445
446 install-exec-am:
447
448 install-html: install-html-am
449
450 install-html-am:
451
452 install-info: install-info-am
453
454 install-info-am:
455
456 install-man:
457
458 install-pdf: install-pdf-am
459
460 install-pdf-am:
461
462 install-ps: install-ps-am
463
464 install-ps-am:
465
466 installcheck-am:
467
468 maintainer-clean: maintainer-clean-am
469 -rm -f Makefile
470 maintainer-clean-am: distclean-am maintainer-clean-generic
471
472 mostlyclean: mostlyclean-am
473
474 mostlyclean-am: mostlyclean-generic
475
476 pdf: pdf-am
477
478 pdf-am:
479
480 ps: ps-am
481
482 ps-am:
483
484 uninstall-am:
485
486 .MAKE: install-am install-strip
487
488 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
489 ctags-am distclean distclean-generic distdir dvi dvi-am html \
490 html-am info info-am install install-am install-data \
491 install-data-am install-dvi install-dvi-am install-exec \
492 install-exec-am install-html install-html-am install-info \
493 install-info-am install-man install-pdf install-pdf-am \
494 install-ps install-ps-am install-strip installcheck \
495 installcheck-am installdirs maintainer-clean \
496 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
497 pdf-am ps ps-am tags-am uninstall uninstall-am
498
499 # (C)2012 Michael Duane Rice All rights reserved.
500 #
501 # Redistribution and use in source and binary forms, with or without
502 # modification, are permitted provided that the following conditions are
503 # met:
504 #
505 # Redistributions of source code must retain the above copyright notice, this
506 # list of conditions and the following disclaimer. Redistributions in binary
507 # form must reproduce the above copyright notice, this list of conditions
508 # and the following disclaimer in the documentation and/or other materials
509 # provided with the distribution. Neither the name of the copyright holders
510 # nor the names of contributors may be used to endorse or promote products
511 # derived from this software without specific prior written permission.
512 #
513 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
514 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
515 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
516 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
517 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
518 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
519 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
520 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
521 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
522 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
523 # POSSIBILITY OF SUCH DAMAGE.
524
525 # $Id: Files.am 2391 2013-05-03 20:53:06Z swfltek $
526
527 # Tell versions [3.59,3.63) of GNU make to not export all variables.
528 # Otherwise a system limit (for SysV at least) may be exceeded.
529 .NOEXPORT: