[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / time

File: [cvs.NetBSD.org] / src / lib / libc / time / Makefile.inc (download)

Revision 1.22, Thu Oct 29 17:53:04 2015 UTC (8 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi
Changes since 1.21: +2 -1 lines

Add tzgetgmtoff(3)

#	$NetBSD: Makefile.inc,v 1.22 2015/10/29 17:53:04 christos Exp $

.PATH: ${.CURDIR}/time

SRCS+=	asctime.c difftime.c localtime.c getdate.c strftime.c strptime.c
MAN+=	ctime.3 getdate.3 offtime.3 strftime.3 strptime.3		\
	time2posix.3 tzfile.5 tzset.3
CPPFLAGS+=-DALL_STATE -DUSG_COMPAT

MLINKS+=ctime.3 ctime_r.3	\
	ctime.3 asctime.3	\
	ctime.3 asctime_r.3	\
	ctime.3 ctime_rz.3	\
	ctime.3 difftime.3	\
	ctime.3 gmtime.3	\
	ctime.3 gmtime_r.3	\
	ctime.3 localtime.3	\
	ctime.3 localtime_r.3	\
	ctime.3 localtime_rz.3	\
	ctime.3 mktime.3	\
	ctime.3 mktime_z.3	\
	getdate.3 getdate_err.3	\
	offtime.3 offtime_r.3	\
	offtime.3 timegm.3	\
	offtime.3 timelocal.3	\
	offtime.3 timeoff.3	\
	strftime.3 strftime_z.3 \
	time2posix.3 posix2time.3 \
	time2posix.3 posix2time_z.3 \
	time2posix.3 time2posix_z.3 \
	tzset.3 tzgetname.3	\
	tzset.3 tzgetgmtoff.3	\
	tzset.3 daylight.3	\
	tzset.3 tzalloc.3	\
	tzset.3 tzfree.3	\
	tzset.3 tzsetwall.3	

COPTS.strftime.c = -Wno-format-nonliteral