]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/stdtime/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / stdtime / Makefile.inc
1 #       Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/stdtime ${.CURDIR}/../locale \
5         ${.CURDIR}/../../contrib/tzcode/stdtime
6
7 SRCS+=  asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c \
8         time32.c
9
10 SYM_MAPS+= ${.CURDIR}/stdtime/Symbol.map
11
12 CFLAGS+= -I${.CURDIR}/../../contrib/tzcode/stdtime -I${.CURDIR}/stdtime
13
14 CFLAGS.localtime.c= -fwrapv
15 CFLAGS+= ${CFLAGS.${.IMPSRC:T}}
16
17 MAN+=   ctime.3 strftime.3 strptime.3 time2posix.3
18 MAN+=   tzfile.5
19
20 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
21         ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
22         ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
23         ctime.3 asctime_r.3
24 MLINKS+=strftime.3 strftime_l.3
25 MLINKS+=strptime.3 strptime_l.3
26 MLINKS+=time2posix.3 posix2time.3