1 # (C)2012 Michael Duane Rice All rights reserved.
2 #
3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are
5 # met:
6 #
7 # Redistributions of source code must retain the above copyright notice, this
8 # list of conditions and the following disclaimer. Redistributions in binary
9 # form must reproduce the above copyright notice, this list of conditions
10 # and the following disclaimer in the documentation and/or other materials
11 # provided with the distribution. Neither the name of the copyright holders
12 # nor the names of contributors may be used to endorse or promote products
13 # derived from this software without specific prior written permission.
14 #
15 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
19 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 # POSSIBILITY OF SUCH DAMAGE.
26
27 # $Id: Files.am 2391 2013-05-03 20:53:06Z swfltek $
28
29time_a_c_sources = \
30	asc_store.c \
31	asctime.c \
32	asctime_r.c \
33	ctime.c \
34	ctime_r.c \
35	daylight_seconds.c \
36	difftime.c \
37	dst_pointer.c \
38	equation_of_time.c \
39	fatfs_time.c \
40	geo_location.c \
41	gm_sidereal.c \
42	gmtime.c \
43	gmtime_r.c \
44	isLeap.c \
45	isotime.c \
46	iso_week_date.c \
47	iso_week_date_r.c \
48	isotime_r.c \
49	lm_sidereal.c \
50	localtime.c \
51	localtime_r.c \
52	mk_gmtime.c \
53	mktime.c \
54	month_length.c \
55	moon_phase.c \
56	print_lz.c \
57	set_dst.c \
58	set_position.c \
59	set_system_time.c \
60	set_zone.c \
61	solar_declination.c \
62	solar_noon.c \
63	strftime.c \
64	sun_rise.c \
65	sun_set.c \
66	system_time.c \
67	time.c \
68	tm_store.c \
69	utc_offset.c \
70	week_of_month.c \
71	week_of_year.c
72
73time_a_asm_sources = \
74	system_tick.S
75
76time_a_extra_dist = \
77	ephemera_common.h
78