]> cloudbase.mooo.com Git - z180-stamp.git/blob - time/Makefile
Adaptions for fatfs R0.12b
[z180-stamp.git] / time / Makefile
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # libc/time/Makefile. Generated from Makefile.in by configure.
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
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
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)/avr-libc
92 pkgincludedir = $(includedir)/avr-libc
93 pkglibdir = $(libdir)/avr-libc
94 pkglibexecdir = $(libexecdir)/avr-libc
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 = x86_64-unknown-linux-gnu
108 host_triplet = avr-unknown-none
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_$(V))
121 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_$(V))
125 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
126 am__v_GEN_0 = @echo " GEN " $@;
127 am__v_GEN_1 =
128 AM_V_at = $(am__v_at_$(V))
129 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
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 = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing aclocal-1.14
142 AMTAR = $${TAR-tar}
143 AM_DEFAULT_VERBOSITY = 1
144 AR = avr-ar
145 AS = avr-as
146 ASDEBUG =
147 AUTOCONF = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing autoconf
148 AUTOHEADER = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing autoheader
149 AUTOMAKE = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing automake-1.14
150 AVR_LIBC_MAJOR = 1
151 AVR_LIBC_MINOR = 8
152 AVR_LIBC_RELDATE = 20140811
153 AVR_LIBC_REVISION = 1
154 AVR_LIBC_USER_MANUAL = avr-libc-user-manual-1.8.1
155 AVR_LIBC_VERSION = 1.8.1
156 AVR_LIBC_VERSION_NUMERIC = 10801
157 AWK = gawk
158 CC = avr-gcc
159 CCAS = avr-gcc
160 CCASDEPMODE = depmode=gcc3
161 CCASFLAGS =
162 CCDEPMODE = depmode=gcc3
163 CDEBUG =
164 CFLAGS =
165 CPPFLAGS =
166 CYGPATH_W = echo
167 DEFS = -DHAVE_CONFIG_H
168 DEPDIR = .deps
169 DOCSDIR =
170 DOC_INST_DIR = ${DESTDIR}${datadir}/doc/avr-libc-$(VERSION)
171 ECHO_C =
172 ECHO_N = -n
173 ECHO_T =
174 EXEEXT =
175 FNO_JUMP_TABLES = -fno-jump-tables
176 HAS_DELAY_CYCLES = 1
177 INSTALL = /usr/bin/install -c
178 INSTALL_DATA = ${INSTALL} -m 644
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}
183 INSTALL_SCRIPT = ${INSTALL}
184 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
185 LDFLAGS =
186 LIBOBJS =
187 LIBS =
188 LN_S = ln -s
189 LTLIBOBJS =
190 MAKEINFO = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing makeinfo
191 MKDIR_P = /bin/mkdir -p
192 OBJEXT = o
193 PACKAGE = avr-libc
194 PACKAGE_BUGREPORT = avr-libc-dev@nongnu.org
195 PACKAGE_NAME = avr-libc
196 PACKAGE_STRING = avr-libc 1.8.1
197 PACKAGE_TARNAME = avr-libc
198 PACKAGE_URL =
199 PACKAGE_VERSION = 1.8.1
200 PATH_SEPARATOR = :
201 PNGTOPNM = pngtopnm
202 PNMTOPNG = pnmtopng
203 RANLIB = avr-ranlib
204 SET_MAKE =
205 SHELL = /bin/bash
206 STRIP = avr-strip
207 TARGET_DOX_HTML = dox-html
208 TARGET_DOX_PDF = dox-pdf
209 VERSION = 1.8.1
210 abs_builddir = /home/leo/src/avr/avr-libc-1.8.1/libc/time
211 abs_srcdir = /home/leo/src/avr/avr-libc-1.8.1/libc/time
212 abs_top_builddir = /home/leo/src/avr/avr-libc-1.8.1
213 abs_top_srcdir = /home/leo/src/avr/avr-libc-1.8.1
214 ac_ct_CC =
215 am__include = include
216 am__leading_dot = .
217 am__quote =
218 am__tar = $${TAR-tar} chof - "$$tardir"
219 am__untar = $${TAR-tar} xf -
220 bindir = ${exec_prefix}/bin
221 build = x86_64-unknown-linux-gnu
222 build_alias = x86_64-unknown-linux-gnu
223 build_cpu = x86_64
224 build_os = linux-gnu
225 build_vendor = unknown
226 builddir = .
227 datadir = ${datarootdir}
228 datarootdir = ${prefix}/share
229 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
230 dvidir = ${docdir}
231 exec_prefix = ${prefix}
232 host = avr-unknown-none
233 host_alias = avr
234 host_cpu = avr
235 host_os = none
236 host_vendor = unknown
237 htmldir = ${docdir}
238 includedir = ${prefix}/include
239 infodir = ${datarootdir}/info
240 install_sh = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/install-sh
241 libdir = ${exec_prefix}/lib
242 libexecdir = ${exec_prefix}/libexec
243 localedir = ${datarootdir}/locale
244 localstatedir = ${prefix}/var
245 mandir = ${datarootdir}/man
246 mkdir_p = $(MKDIR_P)
247 oldincludedir = /usr/include
248 pdfdir = ${docdir}
249 prefix = /usr/local
250 program_transform_name = s,x,x,
251 psdir = ${docdir}
252 sbindir = ${exec_prefix}/sbin
253 sharedstatedir = ${prefix}/com
254 srcdir = .
255 sysconfdir = ${prefix}/etc
256 target_alias =
257 top_build_prefix = ../../
258 top_builddir = ../..
259 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: