]> git.saurik.com Git - apple/libc.git/blob - stdtime/Makefile.inc
Libc-391.1.21.tar.gz
[apple/libc.git] / stdtime / Makefile.inc
1 # Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
2 # $FreeBSD: src/lib/libc/stdtime/Makefile.inc,v 1.14 2002/11/18 09:50:56 ru Exp $
3
4 .PATH: ${.CURDIR}/stdtime
5
6 CFLAGS-localtime-fbsd.c += -DNOTIFY_TZ
7
8 UNIX03SRCS += strftime.c
9
10 MISRCS += getdate.c timezone_unix03.c
11
12 .include "Makefile.fbsd_begin"
13 FBSDMISRCS= asctime.c difftime.c ftime.c localtime.c \
14 strftime.c strptime.c timelocal.c time32.c
15 FBSDHDRS= private.h timelocal.h tzfile.h
16 .include "Makefile.fbsd_end"
17 INSTHDRS_AUTOPATCH += tzfile.h
18
19 .if ${LIB} == "c"
20 .include "Makefile.fbsd_begin"
21 FBSDMAN3= ctime.3 ftime.3 strftime.3 strptime.3 time2posix.3
22 FBSDMAN5= tzfile.5
23 .include "Makefile.fbsd_end"
24
25 MAN3 += getdate.3 timegm.3
26 MLINKS += timegm.3 timelocal.3
27
28 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
29 ctime.3 localtime.3 ctime.3 mktime.3 \
30 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
31 ctime.3 asctime_r.3
32 MLINKS+=time2posix.3 posix2time.3
33 MLINKS+=strftime.3 strftime_l.3
34 MLINKS+=strptime.3 strptime_l.3
35 .endif