]> cloudbase.mooo.com Git - z180-stamp.git/blame - time/Makefile
Adaptions for fatfs R0.13b
[z180-stamp.git] / time / Makefile
CommitLineData
e63b2f75
L
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
46am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
47am__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
89am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91pkgdatadir = $(datadir)/avr-libc
92pkgincludedir = $(includedir)/avr-libc
93pkglibdir = $(libdir)/avr-libc
94pkglibexecdir = $(libexecdir)/avr-libc
95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96install_sh_DATA = $(install_sh) -c -m 644
97install_sh_PROGRAM = $(install_sh) -c
98install_sh_SCRIPT = $(install_sh) -c
99INSTALL_HEADER = $(INSTALL_DATA)
100transform = $(program_transform_name)
101NORMAL_INSTALL = :
102PRE_INSTALL = :
103POST_INSTALL = :
104NORMAL_UNINSTALL = :
105PRE_UNINSTALL = :
106POST_UNINSTALL = :
107build_triplet = x86_64-unknown-linux-gnu
108host_triplet = avr-unknown-none
109DIST_COMMON = $(top_srcdir)/libc/time/Files.am $(srcdir)/Makefile.in \
110 $(srcdir)/Makefile.am
111subdir = libc/time
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__aclocal_m4_deps = $(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115 $(ACLOCAL_M4)
116mkinstalldirs = $(install_sh) -d
117CONFIG_HEADER = $(top_builddir)/config.h
118CONFIG_CLEAN_FILES =
119CONFIG_CLEAN_VPATH_FILES =
120AM_V_P = $(am__v_P_$(V))
121am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_$(V))
125am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
126am__v_GEN_0 = @echo " GEN " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_$(V))
129am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
130am__v_at_0 = @
131am__v_at_1 =
132SOURCES =
133DIST_SOURCES =
134am__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
139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141ACLOCAL = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing aclocal-1.14
142AMTAR = $${TAR-tar}
143AM_DEFAULT_VERBOSITY = 1
144AR = avr-ar
145AS = avr-as
146ASDEBUG =
147AUTOCONF = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing autoconf
148AUTOHEADER = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing autoheader
149AUTOMAKE = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing automake-1.14
150AVR_LIBC_MAJOR = 1
151AVR_LIBC_MINOR = 8
152AVR_LIBC_RELDATE = 20140811
153AVR_LIBC_REVISION = 1
154AVR_LIBC_USER_MANUAL = avr-libc-user-manual-1.8.1
155AVR_LIBC_VERSION = 1.8.1
156AVR_LIBC_VERSION_NUMERIC = 10801
157AWK = gawk
158CC = avr-gcc
159CCAS = avr-gcc
160CCASDEPMODE = depmode=gcc3
161CCASFLAGS =
162CCDEPMODE = depmode=gcc3
163CDEBUG =
164CFLAGS =
165CPPFLAGS =
166CYGPATH_W = echo
167DEFS = -DHAVE_CONFIG_H
168DEPDIR = .deps
169DOCSDIR =
170DOC_INST_DIR = ${DESTDIR}${datadir}/doc/avr-libc-$(VERSION)
171ECHO_C =
172ECHO_N = -n
173ECHO_T =
174EXEEXT =
175FNO_JUMP_TABLES = -fno-jump-tables
176HAS_DELAY_CYCLES = 1
177INSTALL = /usr/bin/install -c
178INSTALL_DATA = ${INSTALL} -m 644
179INSTALL_DOX_HTML = install-dox-html
180INSTALL_DOX_MAN = install-dox-man
181INSTALL_DOX_PDF = install-dox-pdf
182INSTALL_PROGRAM = ${INSTALL}
183INSTALL_SCRIPT = ${INSTALL}
184INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
185LDFLAGS =
186LIBOBJS =
187LIBS =
188LN_S = ln -s
189LTLIBOBJS =
190MAKEINFO = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/missing makeinfo
191MKDIR_P = /bin/mkdir -p
192OBJEXT = o
193PACKAGE = avr-libc
194PACKAGE_BUGREPORT = avr-libc-dev@nongnu.org
195PACKAGE_NAME = avr-libc
196PACKAGE_STRING = avr-libc 1.8.1
197PACKAGE_TARNAME = avr-libc
198PACKAGE_URL =
199PACKAGE_VERSION = 1.8.1
200PATH_SEPARATOR = :
201PNGTOPNM = pngtopnm
202PNMTOPNG = pnmtopng
203RANLIB = avr-ranlib
204SET_MAKE =
205SHELL = /bin/bash
206STRIP = avr-strip
207TARGET_DOX_HTML = dox-html
208TARGET_DOX_PDF = dox-pdf
209VERSION = 1.8.1
210abs_builddir = /home/leo/src/avr/avr-libc-1.8.1/libc/time
211abs_srcdir = /home/leo/src/avr/avr-libc-1.8.1/libc/time
212abs_top_builddir = /home/leo/src/avr/avr-libc-1.8.1
213abs_top_srcdir = /home/leo/src/avr/avr-libc-1.8.1
214ac_ct_CC =
215am__include = include
216am__leading_dot = .
217am__quote =
218am__tar = $${TAR-tar} chof - "$$tardir"
219am__untar = $${TAR-tar} xf -
220bindir = ${exec_prefix}/bin
221build = x86_64-unknown-linux-gnu
222build_alias = x86_64-unknown-linux-gnu
223build_cpu = x86_64
224build_os = linux-gnu
225build_vendor = unknown
226builddir = .
227datadir = ${datarootdir}
228datarootdir = ${prefix}/share
229docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
230dvidir = ${docdir}
231exec_prefix = ${prefix}
232host = avr-unknown-none
233host_alias = avr
234host_cpu = avr
235host_os = none
236host_vendor = unknown
237htmldir = ${docdir}
238includedir = ${prefix}/include
239infodir = ${datarootdir}/info
240install_sh = ${SHELL} /home/leo/src/avr/avr-libc-1.8.1/install-sh
241libdir = ${exec_prefix}/lib
242libexecdir = ${exec_prefix}/libexec
243localedir = ${datarootdir}/locale
244localstatedir = ${prefix}/var
245mandir = ${datarootdir}/man
246mkdir_p = $(MKDIR_P)
247oldincludedir = /usr/include
248pdfdir = ${docdir}
249prefix = /usr/local
250program_transform_name = s,x,x,
251psdir = ${docdir}
252sbindir = ${exec_prefix}/sbin
253sharedstatedir = ${prefix}/com
254srcdir = .
255sysconfdir = ${prefix}/etc
256target_alias =
257top_build_prefix = ../../
258top_builddir = ../..
259top_srcdir = ../..
260time_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
304time_a_asm_sources = \
305 system_tick.S
306
307time_a_extra_dist = \
308 ephemera_common.h
309
310EXTRA_DIST = \
311 $(time_a_c_sources) \
312 $(time_a_asm_sources) \
313 $(time_a_extra_dist)
314
315all: 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
331Makefile: $(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):
349tags TAGS:
350
351ctags CTAGS:
352
353cscope cscopelist:
354
355
356distdir: $(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
386check-am: all-am
387check: check-am
388all-am: Makefile
389installdirs:
390install: install-am
391install-exec: install-exec-am
392install-data: install-data-am
393uninstall: uninstall-am
394
395install-am: all-am
396 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
397
398installcheck: installcheck-am
399install-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
409mostlyclean-generic:
410
411clean-generic:
412
413distclean-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
417maintainer-clean-generic:
418 @echo "This command is intended for maintainers to use"
419 @echo "it deletes files that may require special tools to rebuild."
420clean: clean-am
421
422clean-am: clean-generic mostlyclean-am
423
424distclean: distclean-am
425 -rm -f Makefile
426distclean-am: clean-am distclean-generic
427
428dvi: dvi-am
429
430dvi-am:
431
432html: html-am
433
434html-am:
435
436info: info-am
437
438info-am:
439
440install-data-am:
441
442install-dvi: install-dvi-am
443
444install-dvi-am:
445
446install-exec-am:
447
448install-html: install-html-am
449
450install-html-am:
451
452install-info: install-info-am
453
454install-info-am:
455
456install-man:
457
458install-pdf: install-pdf-am
459
460install-pdf-am:
461
462install-ps: install-ps-am
463
464install-ps-am:
465
466installcheck-am:
467
468maintainer-clean: maintainer-clean-am
469 -rm -f Makefile
470maintainer-clean-am: distclean-am maintainer-clean-generic
471
472mostlyclean: mostlyclean-am
473
474mostlyclean-am: mostlyclean-generic
475
476pdf: pdf-am
477
478pdf-am:
479
480ps: ps-am
481
482ps-am:
483
484uninstall-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: