Libc-391.1.21.tar.gz
[apple/libc.git] / stdtime / Makefile.inc
0 / 35 (  0%)
CommitLineData
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
6CFLAGS-localtime-fbsd.c += -DNOTIFY_TZ
7
8UNIX03SRCS += strftime.c
9
10MISRCS += getdate.c timezone_unix03.c
11
12.include "Makefile.fbsd_begin"
13FBSDMISRCS= asctime.c difftime.c ftime.c localtime.c \
14 strftime.c strptime.c timelocal.c time32.c
15FBSDHDRS= private.h timelocal.h tzfile.h
16.include "Makefile.fbsd_end"
17INSTHDRS_AUTOPATCH += tzfile.h
18
19.if ${LIB} == "c"
20.include "Makefile.fbsd_begin"
21FBSDMAN3= ctime.3 ftime.3 strftime.3 strptime.3 time2posix.3
22FBSDMAN5= tzfile.5
23.include "Makefile.fbsd_end"
24
25MAN3 += getdate.3 timegm.3
26MLINKS += timegm.3 timelocal.3
27
28MLINKS+=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
32MLINKS+=time2posix.3 posix2time.3
33MLINKS+=strftime.3 strftime_l.3
34MLINKS+=strptime.3 strptime_l.3
35.endif