Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « time « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8ba76a921900f963a19bc62c05daea448e883e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
libc_a_SOURCES += \
	%D%/asctime.c \
	%D%/asctime_r.c \
	%D%/clock.c \
	%D%/ctime.c \
	%D%/ctime_r.c \
	%D%/difftime.c \
	%D%/gettzinfo.c \
	%D%/gmtime.c \
	%D%/gmtime_r.c \
	%D%/lcltime.c \
	%D%/lcltime_r.c \
	%D%/mktime.c \
	%D%/month_lengths.c \
	%D%/strftime.c   \
	%D%/strptime.c \
	%D%/time.c \
	%D%/tzcalc_limits.c \
	%D%/tzlock.c \
	%D%/tzset.c \
	%D%/tzset_r.c \
	%D%/tzvars.c \
	%D%/wcsftime.c

LIBC_CHEWOUT_FILES += \
	%D%/asctime.def \
	%D%/clock.def \
	%D%/ctime.def \
	%D%/difftime.def \
	%D%/gmtime.def \
	%D%/lcltime.def \
	%D%/mktime.def \
	%D%/strftime.def \
	%D%/time.def \
	%D%/tzlock.def \
	%D%/tzset.def \
	%D%/wcsftime.def

LIBC_CHAPTERS += %D%/time.tex