Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / time / Makefile.inc
blobe8ba76a921900f963a19bc62c05daea448e883e7
1 libc_a_SOURCES += \
2         %D%/asctime.c \
3         %D%/asctime_r.c \
4         %D%/clock.c \
5         %D%/ctime.c \
6         %D%/ctime_r.c \
7         %D%/difftime.c \
8         %D%/gettzinfo.c \
9         %D%/gmtime.c \
10         %D%/gmtime_r.c \
11         %D%/lcltime.c \
12         %D%/lcltime_r.c \
13         %D%/mktime.c \
14         %D%/month_lengths.c \
15         %D%/strftime.c   \
16         %D%/strptime.c \
17         %D%/time.c \
18         %D%/tzcalc_limits.c \
19         %D%/tzlock.c \
20         %D%/tzset.c \
21         %D%/tzset_r.c \
22         %D%/tzvars.c \
23         %D%/wcsftime.c
25 LIBC_CHEWOUT_FILES += \
26         %D%/asctime.def \
27         %D%/clock.def \
28         %D%/ctime.def \
29         %D%/difftime.def \
30         %D%/gmtime.def \
31         %D%/lcltime.def \
32         %D%/mktime.def \
33         %D%/strftime.def \
34         %D%/time.def \
35         %D%/tzlock.def \
36         %D%/tzset.def \
37         %D%/wcsftime.def
39 LIBC_CHAPTERS += %D%/time.tex