Makefile revision 1.39.2.1 1 1.1 mlelstv # This file is in the public domain, so clarified as of
2 1.1 mlelstv # 2009-05-17 by Arthur David Olson.
3 1.1 mlelstv
4 1.10 christos # Package name for the code distribution.
5 1.10 christos PACKAGE= tzcode
6 1.10 christos
7 1.34 christos # Version number for the distribution, overridden in the 'tarballs' rule below.
8 1.35 christos VERSION= unknown
9 1.9 christos
10 1.9 christos # Email address for bug reports.
11 1.9 christos BUGEMAIL= tz@iana.org
12 1.6 christos
13 1.39.2.1 pgoyette # Choose source data features. To get new features right away, use:
14 1.39.2.1 pgoyette # DATAFORM= vanguard
15 1.39.2.1 pgoyette # To wait a while before using new features, to give downstream users
16 1.39.2.1 pgoyette # time to upgrade zic (the default), use:
17 1.39.2.1 pgoyette # DATAFORM= main
18 1.39.2.1 pgoyette # To wait even longer for new features, use:
19 1.39.2.1 pgoyette # DATAFORM= rearguard
20 1.39.2.1 pgoyette DATAFORM= main
21 1.39.2.1 pgoyette
22 1.1 mlelstv # Change the line below for your time zone (after finding the zone you want in
23 1.1 mlelstv # the time zone files, or adding it to a time zone file).
24 1.39.2.1 pgoyette # Alternatively, if you discover you've got the wrong time zone, you can just
25 1.1 mlelstv # zic -l rightzone
26 1.1 mlelstv # to correct things.
27 1.1 mlelstv # Use the command
28 1.1 mlelstv # make zonenames
29 1.1 mlelstv # to get a list of the values you can use for LOCALTIME.
30 1.1 mlelstv
31 1.4 christos LOCALTIME= GMT
32 1.1 mlelstv
33 1.1 mlelstv # If you want something other than Eastern United States time as a template
34 1.1 mlelstv # for handling POSIX-style time zone environment variables,
35 1.1 mlelstv # change the line below (after finding the zone you want in the
36 1.1 mlelstv # time zone files, or adding it to a time zone file).
37 1.39.2.1 pgoyette # When a POSIX-style environment variable is handled, the rules in the
38 1.1 mlelstv # template file are used to determine "spring forward" and "fall back" days and
39 1.15 christos # times; the environment variable itself specifies UT offsets of standard and
40 1.39.2.1 pgoyette # daylight saving time.
41 1.39.2.1 pgoyette # Alternatively, if you discover you've got the wrong time zone, you can just
42 1.1 mlelstv # zic -p rightzone
43 1.1 mlelstv # to correct things.
44 1.1 mlelstv # Use the command
45 1.1 mlelstv # make zonenames
46 1.1 mlelstv # to get a list of the values you can use for POSIXRULES.
47 1.1 mlelstv # If you want POSIX compatibility, use "America/New_York".
48 1.1 mlelstv
49 1.1 mlelstv POSIXRULES= America/New_York
50 1.1 mlelstv
51 1.1 mlelstv # Also see TZDEFRULESTRING below, which takes effect only
52 1.1 mlelstv # if the time zone files cannot be accessed.
53 1.1 mlelstv
54 1.1 mlelstv
55 1.39 christos # Installation locations.
56 1.39 christos #
57 1.39 christos # The defaults are suitable for Debian, except that if REDO is
58 1.39 christos # posix_right or right_posix then files that Debian puts under
59 1.39 christos # /usr/share/zoneinfo/posix and /usr/share/zoneinfo/right are instead
60 1.39 christos # put under /usr/share/zoneinfo-posix and /usr/share/zoneinfo-leaps,
61 1.39 christos # respectively. Problems with the Debian approach are discussed in
62 1.39 christos # the commentary for the right_posix rule (below).
63 1.39 christos
64 1.39 christos # Destination directory, which can be used for staging.
65 1.39 christos # 'make DESTDIR=/stage install' installs under /stage (e.g., to
66 1.39 christos # /stage/etc/localtime instead of to /etc/localtime). Files under
67 1.39 christos # /stage are not intended to work as-is, but can be copied by hand to
68 1.39 christos # the root directory later. If DESTDIR is empty, 'make install' does
69 1.39 christos # not stage, but installs directly into production locations.
70 1.39 christos DESTDIR =
71 1.39 christos
72 1.39 christos # Everything is installed into subdirectories of TOPDIR, and used there.
73 1.39 christos # TOPDIR should be empty (meaning the root directory),
74 1.39 christos # or a directory name that does not end in "/".
75 1.39 christos # TOPDIR should be empty or an absolute name unless you're just testing.
76 1.39 christos TOPDIR =
77 1.39 christos
78 1.39 christos # The default local time zone is taken from the file TZDEFAULT.
79 1.39 christos TZDEFAULT = $(TOPDIR)/etc/localtime
80 1.39 christos
81 1.39 christos # The subdirectory containing installed program and data files, and
82 1.39 christos # likewise for installed files that can be shared among architectures.
83 1.39 christos # These should be relative file names.
84 1.39 christos USRDIR = usr
85 1.39 christos USRSHAREDIR = $(USRDIR)/share
86 1.1 mlelstv
87 1.1 mlelstv # "Compiled" time zone information is placed in the "TZDIR" directory
88 1.1 mlelstv # (and subdirectories).
89 1.38 christos # TZDIR_BASENAME should not contain "/" and should not be ".", ".." or empty.
90 1.15 christos TZDIR_BASENAME= zoneinfo
91 1.39 christos TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
92 1.1 mlelstv
93 1.39 christos # The "tzselect" and (if you do "make INSTALL") "date" commands go in:
94 1.39 christos BINDIR = $(TOPDIR)/$(USRDIR)/bin
95 1.1 mlelstv
96 1.39 christos # The "zdump" command goes in:
97 1.39 christos ZDUMPDIR = $(BINDIR)
98 1.1 mlelstv
99 1.39 christos # The "zic" command goes in:
100 1.39 christos ZICDIR = $(TOPDIR)/$(USRDIR)/sbin
101 1.1 mlelstv
102 1.1 mlelstv # Manual pages go in subdirectories of. . .
103 1.39 christos MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man
104 1.1 mlelstv
105 1.39 christos # Library functions are put in an archive in LIBDIR.
106 1.39 christos LIBDIR = $(TOPDIR)/$(USRDIR)/lib
107 1.1 mlelstv
108 1.1 mlelstv
109 1.39 christos # Types to try, as an alternative to time_t. int64_t should be first.
110 1.39 christos TIME_T_ALTERNATIVES = int64_t int32_t uint32_t uint64_t
111 1.1 mlelstv
112 1.37 christos # If you want only POSIX time, with time values interpreted as
113 1.37 christos # seconds since the epoch (not counting leap seconds), use
114 1.1 mlelstv # REDO= posix_only
115 1.38 christos # below. If you want only "right" time, with values interpreted
116 1.37 christos # as seconds since the epoch (counting leap seconds), use
117 1.1 mlelstv # REDO= right_only
118 1.1 mlelstv # below. If you want both sets of data available, with leap seconds not
119 1.1 mlelstv # counted normally, use
120 1.1 mlelstv # REDO= posix_right
121 1.1 mlelstv # below. If you want both sets of data available, with leap seconds counted
122 1.1 mlelstv # normally, use
123 1.1 mlelstv # REDO= right_posix
124 1.32 christos # below. POSIX mandates that leap seconds not be counted; for compatibility
125 1.37 christos # with it, use "posix_only" or "posix_right". Use POSIX time on systems with
126 1.37 christos # leap smearing; this can work better than unsmeared "right" time with
127 1.37 christos # applications that are not leap second aware, and is closer to unsmeared
128 1.37 christos # "right" time than unsmeared POSIX time is (e.g., 0.5 vs 1.0 s max error).
129 1.1 mlelstv
130 1.1 mlelstv REDO= posix_right
131 1.1 mlelstv
132 1.38 christos # To install data in text form that has all the information of the binary data,
133 1.38 christos # (optionally incorporating leap second information), use
134 1.38 christos # TZDATA_TEXT= tzdata.zi leapseconds
135 1.38 christos # To install text data without leap second information (e.g., because
136 1.38 christos # REDO='posix_only'), use
137 1.38 christos # TZDATA_TEXT= tzdata.zi
138 1.38 christos # To avoid installing text data, use
139 1.38 christos # TZDATA_TEXT=
140 1.38 christos
141 1.38 christos TZDATA_TEXT= leapseconds tzdata.zi
142 1.38 christos
143 1.38 christos # For backward-compatibility links for old zone names, use
144 1.39 christos # BACKWARD= backward
145 1.39 christos # If you also want the link US/Pacific-New, even though it is confusing
146 1.39 christos # and is planned to be removed from the database eventually, use
147 1.38 christos # BACKWARD= backward pacificnew
148 1.38 christos # To omit these links, use
149 1.38 christos # BACKWARD=
150 1.38 christos
151 1.39 christos BACKWARD= backward
152 1.38 christos
153 1.32 christos # If you want out-of-scope and often-wrong data from the file 'backzone', use
154 1.32 christos # PACKRATDATA= backzone
155 1.32 christos # To omit this data, use
156 1.32 christos # PACKRATDATA=
157 1.32 christos
158 1.32 christos PACKRATDATA=
159 1.32 christos
160 1.38 christos # The name of a locale using the UTF-8 encoding, used during self-tests.
161 1.38 christos # The tests are skipped if the name does not appear to work on this system.
162 1.38 christos
163 1.38 christos UTF8_LOCALE= en_US.utf8
164 1.38 christos
165 1.1 mlelstv # Since "." may not be in PATH...
166 1.1 mlelstv
167 1.1 mlelstv YEARISTYPE= ./yearistype
168 1.1 mlelstv
169 1.1 mlelstv # Non-default libraries needed to link.
170 1.1 mlelstv LDLIBS=
171 1.1 mlelstv
172 1.38 christos # Add the following to the end of the "CFLAGS=" line as needed to override
173 1.38 christos # defaults specified in the source code. "-DFOO" is equivalent to "-DFOO=1".
174 1.19 christos # -DBIG_BANG=-9999999LL if the Big Bang occurred at time -9999999 (see zic.c)
175 1.38 christos # -DDEPRECATE_TWO_DIGIT_YEARS for optional runtime warnings about strftime
176 1.38 christos # formats that generate only the last two digits of year numbers
177 1.38 christos # -DEPOCH_LOCAL if the 'time' function returns local time not UT
178 1.38 christos # -DEPOCH_OFFSET=N if the 'time' function returns a value N greater
179 1.38 christos # than what POSIX specifies, assuming local time is UT.
180 1.38 christos # For example, N is 252460800 on AmigaOS.
181 1.32 christos # -DHAVE_DECL_ASCTIME_R=0 if <time.h> does not declare asctime_r
182 1.38 christos # -DHAVE_DECL_ENVIRON if <unistd.h> declares 'environ'
183 1.32 christos # -DHAVE_DIRECT_H if mkdir needs <direct.h> (MS-Windows)
184 1.38 christos # -DHAVE_GENERIC=0 if _Generic does not work
185 1.38 christos # -DHAVE_GETTEXT if 'gettext' works (e.g., GNU/Linux, FreeBSD, Solaris)
186 1.38 christos # -DHAVE_INCOMPATIBLE_CTIME_R if your system's time.h declares
187 1.35 christos # ctime_r and asctime_r incompatibly with the POSIX standard
188 1.35 christos # (Solaris when _POSIX_PTHREAD_SEMANTICS is not defined).
189 1.38 christos # -DHAVE_INTTYPES_H if you have a non-C99 compiler with <inttypes.h>
190 1.16 christos # -DHAVE_LINK=0 if your system lacks a link function
191 1.23 christos # -DHAVE_LOCALTIME_R=0 if your system lacks a localtime_r function
192 1.23 christos # -DHAVE_LOCALTIME_RZ=0 if you do not want zdump to use localtime_rz
193 1.23 christos # localtime_rz can make zdump significantly faster, but is nonstandard.
194 1.32 christos # -DHAVE_POSIX_DECLS=0 if your system's include files do not declare
195 1.32 christos # functions like 'link' or variables like 'tzname' required by POSIX
196 1.38 christos # -DHAVE_SNPRINTF=0 if your system lacks the snprintf function
197 1.38 christos # -DHAVE_STDBOOL_H if you have a non-C99 compiler with <stdbool.h>
198 1.38 christos # -DHAVE_STDINT_H if you have a non-C99 compiler with <stdint.h>
199 1.38 christos # -DHAVE_STRFTIME_L if <time.h> declares locale_t and strftime_l
200 1.28 christos # -DHAVE_STRDUP=0 if your system lacks the strdup function
201 1.39.2.1 pgoyette # -DHAVE_STRTOLL=0 if your system lacks the strtoll function
202 1.1 mlelstv # -DHAVE_SYMLINK=0 if your system lacks the symlink function
203 1.38 christos # -DHAVE_SYS_STAT_H=0 if your compiler lacks a <sys/stat.h>
204 1.38 christos # -DHAVE_SYS_WAIT_H=0 if your compiler lacks a <sys/wait.h>
205 1.23 christos # -DHAVE_TZSET=0 if your system lacks a tzset function
206 1.38 christos # -DHAVE_UNISTD_H=0 if your compiler lacks a <unistd.h>
207 1.38 christos # -Dlocale_t=XXX if your system uses XXX instead of locale_t
208 1.39.2.1 pgoyette # -DRESERVE_STD_EXT_IDS if your platform reserves standard identifiers
209 1.39.2.1 pgoyette # with external linkage, e.g., applications cannot define 'localtime'.
210 1.38 christos # -Dssize_t=long on hosts like MS-Windows that lack ssize_t
211 1.39.2.1 pgoyette # -DSUPPRESS_TZDIR to not prepend TZDIR to file names; this has
212 1.39.2.1 pgoyette # security implications and is not recommended for general use
213 1.38 christos # -DTHREAD_SAFE to make localtime.c thread-safe, as POSIX requires;
214 1.23 christos # not needed by the main-program tz code, which is single-threaded.
215 1.23 christos # Append other compiler flags as needed, e.g., -pthread on GNU/Linux.
216 1.14 christos # -Dtime_tz=\"T\" to use T as the time_t type, rather than the system time_t
217 1.38 christos # This is intended for internal use only; it mangles external names.
218 1.1 mlelstv # -DTZ_DOMAIN=\"foo\" to use "foo" for gettext domain name; default is "tz"
219 1.22 christos # -DTZ_DOMAINDIR=\"/path\" to use "/path" for gettext directory;
220 1.1 mlelstv # the default is system-supplied, typically "/usr/lib/locale"
221 1.14 christos # -DTZDEFRULESTRING=\",date/time,date/time\" to default to the specified
222 1.38 christos # DST transitions if the time zone files cannot be accessed
223 1.38 christos # -DUNINIT_TRAP if reading uninitialized storage can cause problems
224 1.23 christos # other than simply getting garbage data
225 1.23 christos # -DUSE_LTZ=0 to build zdump with the system time zone library
226 1.23 christos # Also set TZDOBJS=zdump.o and CHECK_TIME_T_ALTERNATIVES= below.
227 1.1 mlelstv # -DZIC_MAX_ABBR_LEN_WO_WARN=3
228 1.1 mlelstv # (or some other number) to set the maximum time zone abbreviation length
229 1.1 mlelstv # that zic will accept without a warning (the default is 6)
230 1.30 christos # $(GCC_DEBUG_FLAGS) if you are using recent GCC and want lots of checking
231 1.38 christos # Select instrumentation via "make GCC_INSTRUMENT='whatever'".
232 1.38 christos GCC_INSTRUMENT = \
233 1.38 christos -fsanitize=undefined -fsanitize-address-use-after-scope \
234 1.38 christos -fsanitize-undefined-trap-on-error -fstack-protector
235 1.38 christos GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 -fno-common \
236 1.38 christos $(GCC_INSTRUMENT) \
237 1.38 christos -Wall -Wextra \
238 1.38 christos -Walloc-size-larger-than=100000 -Warray-bounds=2 \
239 1.39.2.1 pgoyette -Wbad-function-cast -Wcast-align=strict -Wdate-time \
240 1.38 christos -Wdeclaration-after-statement -Wdouble-promotion \
241 1.38 christos -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation \
242 1.38 christos -Winit-self -Wjump-misses-init -Wlogical-op \
243 1.38 christos -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
244 1.38 christos -Wold-style-definition -Woverlength-strings -Wpointer-arith \
245 1.39.2.1 pgoyette -Wshadow -Wshift-overflow=2 -Wstrict-prototypes -Wstringop-overflow=4 \
246 1.39.2.1 pgoyette -Wstringop-truncation -Wsuggest-attribute=cold \
247 1.38 christos -Wsuggest-attribute=const -Wsuggest-attribute=format \
248 1.39.2.1 pgoyette -Wsuggest-attribute=malloc \
249 1.38 christos -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure \
250 1.38 christos -Wtrampolines -Wundef -Wuninitialized -Wunused \
251 1.38 christos -Wvariadic-macros -Wvla -Wwrite-strings \
252 1.38 christos -Wno-address -Wno-format-nonliteral -Wno-sign-compare \
253 1.38 christos -Wno-type-limits -Wno-unused-parameter
254 1.1 mlelstv #
255 1.1 mlelstv # If your system has a "GMT offset" field in its "struct tm"s
256 1.1 mlelstv # (or if you decide to add such a field in your system's "time.h" file),
257 1.1 mlelstv # add the name to a define such as
258 1.1 mlelstv # -DTM_GMTOFF=tm_gmtoff
259 1.23 christos # to the end of the "CFLAGS=" line. If not defined, the code attempts to
260 1.23 christos # guess TM_GMTOFF from other macros; define NO_TM_GMTOFF to suppress this.
261 1.23 christos # Similarly, if your system has a "zone abbreviation" field, define
262 1.1 mlelstv # -DTM_ZONE=tm_zone
263 1.23 christos # and define NO_TM_ZONE to suppress any guessing. These two fields are not
264 1.23 christos # required by POSIX, but are widely available on GNU/Linux and BSD systems.
265 1.1 mlelstv #
266 1.38 christos # The next batch of options control support for external variables
267 1.38 christos # exported by tzcode. In practice these variables are less useful
268 1.38 christos # than TM_GMTOFF and TM_ZONE. However, most of them are standardized.
269 1.38 christos # #
270 1.38 christos # # To omit or support the external variable "tzname", add one of:
271 1.38 christos # # -DHAVE_TZNAME=0
272 1.38 christos # # -DHAVE_TZNAME=1
273 1.38 christos # # to the "CFLAGS=" line. "tzname" is required by POSIX 1988 and later.
274 1.38 christos # # If not defined, the code attempts to guess HAVE_TZNAME from other macros.
275 1.38 christos # # Warning: unless time_tz is also defined, HAVE_TZNAME=1 can cause
276 1.38 christos # # crashes when combined with some platforms' standard libraries,
277 1.38 christos # # presumably due to memory allocation issues.
278 1.38 christos # #
279 1.38 christos # # To omit or support the external variables "timezone" and "daylight", add
280 1.38 christos # # -DUSG_COMPAT=0
281 1.38 christos # # -DUSG_COMPAT=1
282 1.38 christos # # to the "CFLAGS=" line; "timezone" and "daylight" are inspired by
283 1.38 christos # # Unix Systems Group code and are required by POSIX 2008 (with XSI) and later.
284 1.38 christos # # If not defined, the code attempts to guess USG_COMPAT from other macros.
285 1.38 christos # #
286 1.38 christos # # To support the external variable "altzone", add
287 1.38 christos # # -DALTZONE
288 1.38 christos # # to the end of the "CFLAGS=" line; although "altzone" appeared in
289 1.38 christos # # System V Release 3.1 it has not been standardized.
290 1.38 christos #
291 1.1 mlelstv # If you want functions that were inspired by early versions of X3J11's work,
292 1.1 mlelstv # add
293 1.1 mlelstv # -DSTD_INSPIRED
294 1.1 mlelstv # to the end of the "CFLAGS=" line. This arranges for the functions
295 1.1 mlelstv # "tzsetwall", "offtime", "timelocal", "timegm", "timeoff",
296 1.1 mlelstv # "posix2time", and "time2posix" to be added to the time conversion library.
297 1.1 mlelstv # "tzsetwall" is like "tzset" except that it arranges for local wall clock
298 1.1 mlelstv # time (rather than the time specified in the TZ environment variable)
299 1.1 mlelstv # to be used.
300 1.1 mlelstv # "offtime" is like "gmtime" except that it accepts a second (long) argument
301 1.1 mlelstv # that gives an offset to add to the time_t when converting it.
302 1.1 mlelstv # "timelocal" is equivalent to "mktime".
303 1.1 mlelstv # "timegm" is like "timelocal" except that it turns a struct tm into
304 1.15 christos # a time_t using UT (rather than local time as "timelocal" does).
305 1.1 mlelstv # "timeoff" is like "timegm" except that it accepts a second (long) argument
306 1.1 mlelstv # that gives an offset to use when converting to a time_t.
307 1.1 mlelstv # "posix2time" and "time2posix" are described in an included manual page.
308 1.1 mlelstv # X3J11's work does not describe any of these functions.
309 1.1 mlelstv # Sun has provided "tzsetwall", "timelocal", and "timegm" in SunOS 4.0.
310 1.1 mlelstv # These functions may well disappear in future releases of the time
311 1.1 mlelstv # conversion package.
312 1.1 mlelstv #
313 1.23 christos # If you don't want functions that were inspired by NetBSD, add
314 1.23 christos # -DNETBSD_INSPIRED=0
315 1.23 christos # to the end of the "CFLAGS=" line. Otherwise, the functions
316 1.23 christos # "localtime_rz", "mktime_z", "tzalloc", and "tzfree" are added to the
317 1.23 christos # time library, and if STD_INSPIRED is also defined the functions
318 1.23 christos # "posix2time_z" and "time2posix_z" are added as well.
319 1.23 christos # The functions ending in "_z" (or "_rz") are like their unsuffixed
320 1.23 christos # (or suffixed-by-"_r") counterparts, except with an extra first
321 1.23 christos # argument of opaque type timezone_t that specifies the time zone.
322 1.23 christos # "tzalloc" allocates a timezone_t value, and "tzfree" frees it.
323 1.23 christos #
324 1.1 mlelstv # If you want to allocate state structures in localtime, add
325 1.1 mlelstv # -DALL_STATE
326 1.1 mlelstv # to the end of the "CFLAGS=" line. Storage is obtained by calling malloc.
327 1.1 mlelstv #
328 1.1 mlelstv # NIST-PCTS:151-2, Version 1.4, (1993-12-03) is a test suite put
329 1.1 mlelstv # out by the National Institute of Standards and Technology
330 1.1 mlelstv # which claims to test C and Posix conformance. If you want to pass PCTS, add
331 1.1 mlelstv # -DPCTS
332 1.1 mlelstv # to the end of the "CFLAGS=" line.
333 1.1 mlelstv #
334 1.1 mlelstv # If you want strict compliance with XPG4 as of 1994-04-09, add
335 1.1 mlelstv # -DXPG4_1994_04_09
336 1.1 mlelstv # to the end of the "CFLAGS=" line. This causes "strftime" to always return
337 1.38 christos # 53 as a week number (rather than 52 or 53) for January days before
338 1.38 christos # January's first Monday when a "%V" format is used and January 1
339 1.1 mlelstv # falls on a Friday, Saturday, or Sunday.
340 1.1 mlelstv
341 1.1 mlelstv CFLAGS=
342 1.1 mlelstv
343 1.9 christos # Linker flags. Default to $(LFLAGS) for backwards compatibility
344 1.34 christos # to release 2012h and earlier.
345 1.9 christos
346 1.9 christos LDFLAGS= $(LFLAGS)
347 1.1 mlelstv
348 1.32 christos # For leap seconds, this Makefile uses LEAPSECONDS='-L leapseconds' in
349 1.32 christos # submake command lines. The default is no leap seconds.
350 1.32 christos
351 1.32 christos LEAPSECONDS=
352 1.32 christos
353 1.32 christos # The zic command and its arguments.
354 1.32 christos
355 1.1 mlelstv zic= ./zic
356 1.1 mlelstv ZIC= $(zic) $(ZFLAGS)
357 1.1 mlelstv
358 1.15 christos ZFLAGS=
359 1.15 christos
360 1.34 christos # How to use zic to install tz binary files.
361 1.32 christos
362 1.39 christos ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(TZDIR)' $(LEAPSECONDS)
363 1.32 christos
364 1.22 christos # The name of a Posix-compliant 'awk' on your system.
365 1.9 christos AWK= awk
366 1.9 christos
367 1.16 christos # The full path name of a Posix-compliant shell, preferably one that supports
368 1.16 christos # the Korn shell's 'select' statement as an extension.
369 1.16 christos # These days, Bash is the most popular.
370 1.16 christos # It should be OK to set this to /bin/sh, on platforms where /bin/sh
371 1.16 christos # lacks 'select' or doesn't completely conform to Posix, but /bin/bash
372 1.16 christos # is typically nicer if it works.
373 1.9 christos KSHELL= /bin/bash
374 1.1 mlelstv
375 1.18 christos # The path where SGML DTDs are kept and the catalog file(s) to use when
376 1.34 christos # validating. The default should work on both Debian and Red Hat.
377 1.10 christos SGML_TOPDIR= /usr
378 1.9 christos SGML_DTDDIR= $(SGML_TOPDIR)/share/xml/w3c-sgml-lib/schema/dtd
379 1.9 christos SGML_SEARCH_PATH= $(SGML_DTDDIR)/REC-html401-19991224
380 1.18 christos SGML_CATALOG_FILES= \
381 1.34 christos $(SGML_TOPDIR)/share/doc/w3-recs/html/www.w3.org/TR/1999/REC-html401-19991224/HTML4.cat:$(SGML_TOPDIR)/share/sgml/html/4.01/HTML4.cat
382 1.1 mlelstv
383 1.1 mlelstv # The name, arguments and environment of a program to validate your web pages.
384 1.34 christos # See <http://openjade.sourceforge.net/doc/> for a validator, and
385 1.34 christos # <https://validator.w3.org/source/> for a validation library.
386 1.38 christos # Set VALIDATE=':' if you do not have such a program.
387 1.1 mlelstv VALIDATE = nsgmls
388 1.1 mlelstv VALIDATE_FLAGS = -s -B -wall -wno-unused-param
389 1.1 mlelstv VALIDATE_ENV = \
390 1.39 christos SGML_CATALOG_FILES='$(SGML_CATALOG_FILES)' \
391 1.39 christos SGML_SEARCH_PATH='$(SGML_SEARCH_PATH)' \
392 1.1 mlelstv SP_CHARSET_FIXED=YES \
393 1.1 mlelstv SP_ENCODING=UTF-8
394 1.1 mlelstv
395 1.23 christos # This expensive test requires USE_LTZ.
396 1.23 christos # To suppress it, define this macro to be empty.
397 1.23 christos CHECK_TIME_T_ALTERNATIVES = check_time_t_alternatives
398 1.23 christos
399 1.22 christos # SAFE_CHAR is a regular expression that matches a safe character.
400 1.22 christos # Some parts of this distribution are limited to safe characters;
401 1.22 christos # others can use any UTF-8 character.
402 1.22 christos # For now, the safe characters are a safe subset of ASCII.
403 1.9 christos # The caller must set the shell variable 'sharp' to the character '#',
404 1.9 christos # since Makefile macros cannot contain '#'.
405 1.9 christos # TAB_CHAR is a single tab character, in single quotes.
406 1.9 christos TAB_CHAR= ' '
407 1.22 christos SAFE_CHARSET1= $(TAB_CHAR)' !\"'$$sharp'$$%&'\''()*+,./0123456789:;<=>?@'
408 1.22 christos SAFE_CHARSET2= 'ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\^_`'
409 1.22 christos SAFE_CHARSET3= 'abcdefghijklmnopqrstuvwxyz{|}~'
410 1.29 christos SAFE_CHARSET= $(SAFE_CHARSET1)$(SAFE_CHARSET2)$(SAFE_CHARSET3)
411 1.29 christos SAFE_CHAR= '[]'$(SAFE_CHARSET)'-]'
412 1.29 christos
413 1.39.2.1 pgoyette # Non-ASCII non-letters that OK_CHAR allows, as these characters are
414 1.39.2.1 pgoyette # useful in commentary. XEmacs 21.5.34 displays them correctly,
415 1.39.2.1 pgoyette # presumably because they are Latin-1.
416 1.39.2.1 pgoyette UNUSUAL_OK_CHARSET=
417 1.39.2.1 pgoyette
418 1.29 christos # OK_CHAR matches any character allowed in the distributed files.
419 1.39.2.1 pgoyette # This is the same as SAFE_CHAR, except that UNUSUAL_OK_CHARSET and
420 1.39.2.1 pgoyette # multibyte letters are also allowed so that commentary can contain a
421 1.39.2.1 pgoyette # few safe symbols and people's names and can quote non-English sources.
422 1.39.2.1 pgoyette # Other non-letters are limited to ASCII renderings for the
423 1.39.2.1 pgoyette # convenience of maintainers using XEmacs 21.5.34, which by default
424 1.39.2.1 pgoyette # mishandles Unicode characters U+0100 and greater.
425 1.39.2.1 pgoyette OK_CHAR= '[][:alpha:]$(UNUSUAL_OK_CHARSET)'$(SAFE_CHARSET)'-]'
426 1.22 christos
427 1.22 christos # SAFE_LINE matches a line of safe characters.
428 1.29 christos # SAFE_SHARP_LINE is similar, except any OK character can follow '#';
429 1.22 christos # this is so that comments can contain non-ASCII characters.
430 1.29 christos # OK_LINE matches a line of OK characters.
431 1.22 christos SAFE_LINE= '^'$(SAFE_CHAR)'*$$'
432 1.29 christos SAFE_SHARP_LINE='^'$(SAFE_CHAR)'*('$$sharp$(OK_CHAR)'*)?$$'
433 1.29 christos OK_LINE= '^'$(OK_CHAR)'*$$'
434 1.9 christos
435 1.6 christos # Flags to give 'tar' when making a distribution.
436 1.6 christos # Try to use flags appropriate for GNU tar.
437 1.34 christos GNUTARFLAGS= --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name
438 1.6 christos TARFLAGS= `if tar $(GNUTARFLAGS) --version >/dev/null 2>&1; \
439 1.6 christos then echo $(GNUTARFLAGS); \
440 1.6 christos else :; \
441 1.6 christos fi`
442 1.6 christos
443 1.6 christos # Flags to give 'gzip' when making a distribution.
444 1.38 christos GZIPFLAGS= -9n
445 1.6 christos
446 1.1 mlelstv ###############################################################################
447 1.1 mlelstv
448 1.29 christos #MAKE= make
449 1.29 christos
450 1.1 mlelstv cc= cc
451 1.39 christos CC= $(cc) -DTZDIR='"$(TZDIR)"'
452 1.1 mlelstv
453 1.16 christos AR= ar
454 1.16 christos
455 1.16 christos # ':' on typical hosts; 'ranlib' on the ancient hosts that still need ranlib.
456 1.16 christos RANLIB= :
457 1.16 christos
458 1.28 christos TZCOBJS= zic.o
459 1.38 christos TZDOBJS= zdump.o localtime.o asctime.o strftime.o
460 1.1 mlelstv DATEOBJS= date.o localtime.o strftime.o asctime.o
461 1.1 mlelstv LIBSRCS= localtime.c asctime.c difftime.c
462 1.1 mlelstv LIBOBJS= localtime.o asctime.o difftime.o
463 1.1 mlelstv HEADERS= tzfile.h private.h
464 1.28 christos NONLIBSRCS= zic.c zdump.c
465 1.1 mlelstv NEWUCBSRCS= date.c strftime.c
466 1.23 christos SOURCES= $(HEADERS) $(LIBSRCS) $(NONLIBSRCS) $(NEWUCBSRCS) \
467 1.35 christos tzselect.ksh workman.sh
468 1.1 mlelstv MANS= newctime.3 newstrftime.3 newtzset.3 time2posix.3 \
469 1.1 mlelstv tzfile.5 tzselect.8 zic.8 zdump.8
470 1.16 christos MANTXTS= newctime.3.txt newstrftime.3.txt newtzset.3.txt \
471 1.16 christos time2posix.3.txt \
472 1.16 christos tzfile.5.txt tzselect.8.txt zic.8.txt zdump.8.txt \
473 1.16 christos date.1.txt
474 1.38 christos COMMON= calendars CONTRIBUTING LICENSE Makefile \
475 1.38 christos NEWS README theory.html version
476 1.39 christos WEB_PAGES= tz-art.html tz-how-to.html tz-link.html
477 1.23 christos DOCS= $(MANS) date.1 $(MANTXTS) $(WEB_PAGES)
478 1.1 mlelstv PRIMARY_YDATA= africa antarctica asia australasia \
479 1.1 mlelstv europe northamerica southamerica
480 1.39 christos YDATA= $(PRIMARY_YDATA) etcetera
481 1.4 christos NDATA= systemv factory
482 1.39 christos TDATA_TO_CHECK= $(YDATA) $(NDATA) backward pacificnew
483 1.39 christos TDATA= $(YDATA) $(NDATA) $(BACKWARD)
484 1.22 christos ZONETABLES= zone1970.tab zone.tab
485 1.38 christos TABDATA= iso3166.tab $(TZDATA_TEXT) $(ZONETABLES)
486 1.16 christos LEAP_DEPS= leapseconds.awk leap-seconds.list
487 1.39.2.1 pgoyette TZDATA_ZI_DEPS= ziguard.awk zishrink.awk version $(TDATA) $(PACKRATDATA)
488 1.39.2.1 pgoyette DSTDATA_ZI_DEPS= ziguard.awk $(TDATA) $(PACKRATDATA)
489 1.39 christos DATA= $(TDATA_TO_CHECK) backzone iso3166.tab leap-seconds.list \
490 1.38 christos leapseconds yearistype.sh $(ZONETABLES)
491 1.39.2.1 pgoyette AWK_SCRIPTS= checklinks.awk checktab.awk leapseconds.awk \
492 1.39.2.1 pgoyette ziguard.awk zishrink.awk
493 1.23 christos MISC= $(AWK_SCRIPTS) zoneinfo2tdf.pl
494 1.34 christos TZS_YEAR= 2050
495 1.34 christos TZS= to$(TZS_YEAR).tzs
496 1.34 christos TZS_NEW= to$(TZS_YEAR)new.tzs
497 1.34 christos TZS_DEPS= $(PRIMARY_YDATA) asctime.c localtime.c \
498 1.34 christos private.h tzfile.h zdump.c zic.c
499 1.38 christos ENCHILADA= $(COMMON) $(DOCS) $(SOURCES) $(DATA) $(MISC) $(TZS) tzdata.zi
500 1.34 christos
501 1.34 christos # Consult these files when deciding whether to rebuild the 'version' file.
502 1.34 christos # This list is not the same as the output of 'git ls-files', since
503 1.34 christos # .gitignore is not distributed.
504 1.34 christos VERSION_DEPS= \
505 1.38 christos calendars CONTRIBUTING LICENSE Makefile NEWS README \
506 1.34 christos africa antarctica asctime.c asia australasia \
507 1.34 christos backward backzone \
508 1.34 christos checklinks.awk checktab.awk \
509 1.34 christos date.1 date.c difftime.c \
510 1.34 christos etcetera europe factory iso3166.tab \
511 1.34 christos leap-seconds.list leapseconds.awk localtime.c \
512 1.34 christos newctime.3 newstrftime.3 newtzset.3 northamerica \
513 1.34 christos pacificnew private.h \
514 1.38 christos southamerica strftime.c systemv theory.html \
515 1.39 christos time2posix.3 tz-art.html tz-how-to.html tz-link.html \
516 1.34 christos tzfile.5 tzfile.h tzselect.8 tzselect.ksh \
517 1.34 christos workman.sh yearistype.sh \
518 1.34 christos zdump.8 zdump.c zic.8 zic.c \
519 1.39.2.1 pgoyette ziguard.awk zishrink.awk \
520 1.34 christos zone.tab zone1970.tab zoneinfo2tdf.pl
521 1.1 mlelstv
522 1.1 mlelstv # And for the benefit of csh users on systems that assume the user
523 1.1 mlelstv # shell should be used to handle commands in Makefiles. . .
524 1.1 mlelstv
525 1.1 mlelstv SHELL= /bin/sh
526 1.1 mlelstv
527 1.39.2.1 pgoyette all: tzselect yearistype zic zdump libtz.a $(TABDATA) \
528 1.39.2.1 pgoyette vanguard.zi main.zi rearguard.zi
529 1.1 mlelstv
530 1.29 christos ALL: all date $(ENCHILADA)
531 1.1 mlelstv
532 1.16 christos install: all $(DATA) $(REDO) $(MANS)
533 1.39 christos mkdir -p '$(DESTDIR)$(BINDIR)' \
534 1.39 christos '$(DESTDIR)$(ZDUMPDIR)' '$(DESTDIR)$(ZICDIR)' \
535 1.39 christos '$(DESTDIR)$(LIBDIR)' \
536 1.39 christos '$(DESTDIR)$(MANDIR)/man3' '$(DESTDIR)$(MANDIR)/man5' \
537 1.39 christos '$(DESTDIR)$(MANDIR)/man8'
538 1.39 christos $(ZIC_INSTALL) -l $(LOCALTIME) -p $(POSIXRULES) \
539 1.39 christos -t '$(DESTDIR)$(TZDEFAULT)'
540 1.39 christos cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
541 1.39 christos cp tzselect '$(DESTDIR)$(BINDIR)/.'
542 1.39 christos cp zdump '$(DESTDIR)$(ZDUMPDIR)/.'
543 1.39 christos cp zic '$(DESTDIR)$(ZICDIR)/.'
544 1.39 christos cp libtz.a '$(DESTDIR)$(LIBDIR)/.'
545 1.39 christos $(RANLIB) '$(DESTDIR)$(LIBDIR)/libtz.a'
546 1.39 christos cp -f newctime.3 newtzset.3 '$(DESTDIR)$(MANDIR)/man3/.'
547 1.39 christos cp -f tzfile.5 '$(DESTDIR)$(MANDIR)/man5/.'
548 1.39 christos cp -f tzselect.8 zdump.8 zic.8 '$(DESTDIR)$(MANDIR)/man8/.'
549 1.1 mlelstv
550 1.1 mlelstv INSTALL: ALL install date.1
551 1.39 christos mkdir -p '$(DESTDIR)$(BINDIR)' '$(DESTDIR)$(MANDIR)/man1'
552 1.39 christos cp date '$(DESTDIR)$(BINDIR)/.'
553 1.39 christos cp -f date.1 '$(DESTDIR)$(MANDIR)/man1/.'
554 1.1 mlelstv
555 1.34 christos version: $(VERSION_DEPS)
556 1.35 christos { (type git) >/dev/null 2>&1 && \
557 1.35 christos V=`git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \
558 1.35 christos --abbrev=7 --dirty` || \
559 1.39 christos V='$(VERSION)'; } && \
560 1.35 christos printf '%s\n' "$$V" >$@.out
561 1.35 christos mv $@.out $@
562 1.34 christos
563 1.39.2.1 pgoyette # These files can be tailored by setting BACKWARD, PACKRATDATA, etc.
564 1.39.2.1 pgoyette vanguard.zi main.zi rearguard.zi: $(DSTDATA_ZI_DEPS)
565 1.39.2.1 pgoyette $(AWK) -v DATAFORM=`expr $@ : '\(.*\).zi'` -f ziguard.awk \
566 1.39.2.1 pgoyette $(TDATA) $(PACKRATDATA) >$@.out
567 1.39.2.1 pgoyette mv $@.out $@
568 1.39.2.1 pgoyette tzdata.zi: $(DATAFORM).zi version
569 1.39 christos version=`sed 1q version` && \
570 1.39 christos LC_ALL=C $(AWK) -v version="$$version" -f zishrink.awk \
571 1.39.2.1 pgoyette $(DATAFORM).zi >$@.out
572 1.38 christos mv $@.out $@
573 1.38 christos
574 1.34 christos version.h: version
575 1.35 christos VERSION=`cat version` && printf '%s\n' \
576 1.35 christos 'static char const PKGVERSION[]="($(PACKAGE)) ";' \
577 1.35 christos "static char const TZVERSION[]=\"$$VERSION\";" \
578 1.35 christos 'static char const REPORT_BUGS_TO[]="$(BUGEMAIL)";' \
579 1.35 christos >$@.out
580 1.35 christos mv $@.out $@
581 1.6 christos
582 1.1 mlelstv zdump: $(TZDOBJS)
583 1.9 christos $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(TZDOBJS) $(LDLIBS)
584 1.1 mlelstv
585 1.32 christos zic: $(TZCOBJS)
586 1.9 christos $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(TZCOBJS) $(LDLIBS)
587 1.1 mlelstv
588 1.1 mlelstv yearistype: yearistype.sh
589 1.1 mlelstv cp yearistype.sh yearistype
590 1.1 mlelstv chmod +x yearistype
591 1.1 mlelstv
592 1.16 christos leapseconds: $(LEAP_DEPS)
593 1.35 christos $(AWK) -f leapseconds.awk leap-seconds.list >$@.out
594 1.35 christos mv $@.out $@
595 1.15 christos
596 1.32 christos # Arguments to pass to submakes of install_data.
597 1.32 christos # They can be overridden by later submake arguments.
598 1.32 christos INSTALLARGS = \
599 1.39 christos BACKWARD='$(BACKWARD)' \
600 1.39 christos DESTDIR='$(DESTDIR)' \
601 1.32 christos LEAPSECONDS='$(LEAPSECONDS)' \
602 1.32 christos PACKRATDATA='$(PACKRATDATA)' \
603 1.39 christos TZDEFAULT='$(TZDEFAULT)' \
604 1.39 christos TZDIR='$(TZDIR)' \
605 1.39 christos YEARISTYPE='$(YEARISTYPE)' \
606 1.32 christos ZIC='$(ZIC)'
607 1.32 christos
608 1.32 christos # 'make install_data' installs one set of tz binary files.
609 1.38 christos install_data: zic leapseconds yearistype tzdata.zi
610 1.38 christos $(ZIC_INSTALL) tzdata.zi
611 1.32 christos
612 1.32 christos posix_only:
613 1.32 christos $(MAKE) $(INSTALLARGS) LEAPSECONDS= install_data
614 1.32 christos
615 1.32 christos right_only:
616 1.32 christos $(MAKE) $(INSTALLARGS) LEAPSECONDS='-L leapseconds' \
617 1.32 christos install_data
618 1.1 mlelstv
619 1.1 mlelstv # In earlier versions of this makefile, the other two directories were
620 1.1 mlelstv # subdirectories of $(TZDIR). However, this led to configuration errors.
621 1.1 mlelstv # For example, with posix_right under the earlier scheme,
622 1.1 mlelstv # TZ='right/Australia/Adelaide' got you localtime with leap seconds,
623 1.1 mlelstv # but gmtime without leap seconds, which led to problems with applications
624 1.1 mlelstv # like sendmail that subtract gmtime from localtime.
625 1.1 mlelstv # Therefore, the other two directories are now siblings of $(TZDIR).
626 1.1 mlelstv # You must replace all of $(TZDIR) to switch from not using leap seconds
627 1.1 mlelstv # to using them, or vice versa.
628 1.32 christos right_posix: right_only
629 1.39 christos rm -fr '$(DESTDIR)$(TZDIR)-leaps'
630 1.39 christos ln -s '$(TZDIR_BASENAME)' '$(DESTDIR)$(TZDIR)-leaps' || \
631 1.39 christos $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
632 1.39 christos $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
633 1.15 christos
634 1.32 christos posix_right: posix_only
635 1.39 christos rm -fr '$(DESTDIR)$(TZDIR)-posix'
636 1.39 christos ln -s '$(TZDIR_BASENAME)' '$(DESTDIR)$(TZDIR)-posix' || \
637 1.39 christos $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
638 1.39 christos $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-leaps' right_only
639 1.32 christos
640 1.32 christos # This obsolescent rule is present for backwards compatibility with
641 1.32 christos # tz releases 2014g through 2015g. It should go away eventually.
642 1.32 christos posix_packrat:
643 1.32 christos $(MAKE) $(INSTALLARGS) PACKRATDATA=backzone posix_only
644 1.23 christos
645 1.1 mlelstv zones: $(REDO)
646 1.1 mlelstv
647 1.39.2.1 pgoyette # dummy.zd is not a real file; it is mentioned here only so that the
648 1.39.2.1 pgoyette # top-level 'make' does not have a syntax error.
649 1.39.2.1 pgoyette ZDS = dummy.zd
650 1.39.2.1 pgoyette # Rule used only by submakes invoked by the $(TZS_NEW) rule.
651 1.39.2.1 pgoyette # It is separate so that GNU 'make -j' can run instances in parallel.
652 1.39.2.1 pgoyette $(ZDS): zdump
653 1.39.2.1 pgoyette ./zdump -i -c $(TZS_YEAR) '$(wd)/'$$(expr $@ : '\(.*\).zd') >$@
654 1.39.2.1 pgoyette
655 1.38 christos $(TZS_NEW): tzdata.zi zdump zic
656 1.39.2.1 pgoyette rm -fr tzs.dir
657 1.39.2.1 pgoyette mkdir tzs.dir
658 1.38 christos $(zic) -d tzs.dir tzdata.zi
659 1.38 christos $(AWK) '/^L/{print "Link\t" $$2 "\t" $$3}' \
660 1.38 christos tzdata.zi | LC_ALL=C sort >$@.out
661 1.35 christos wd=`pwd` && \
662 1.39.2.1 pgoyette set x `$(AWK) '/^Z/{print "tzs.dir/" $$2 ".zd"}' tzdata.zi \
663 1.39.2.1 pgoyette | LC_ALL=C sort -t . -k 2,2` && \
664 1.39.2.1 pgoyette shift && \
665 1.39.2.1 pgoyette ZDS=$$* && \
666 1.39.2.1 pgoyette $(MAKE) wd="$$wd" TZS_YEAR=$(TZS_YEAR) ZDS="$$ZDS" $$ZDS && \
667 1.39.2.1 pgoyette sed 's,^TZ=".*tzs\.dir/,TZ=",' $$ZDS >>$@.out
668 1.39.2.1 pgoyette rm -fr tzs.dir
669 1.39.2.1 pgoyette mv $@.out $@
670 1.34 christos
671 1.34 christos # If $(TZS) does not already exist (e.g., old-format tarballs), create it.
672 1.34 christos # If it exists but 'make check_tzs' fails, a maintainer should inspect the
673 1.34 christos # failed output and fix the inconsistency, perhaps by running 'make force_tzs'.
674 1.34 christos $(TZS):
675 1.34 christos $(MAKE) force_tzs
676 1.34 christos
677 1.34 christos force_tzs: $(TZS_NEW)
678 1.34 christos cp $(TZS_NEW) $(TZS)
679 1.34 christos
680 1.16 christos libtz.a: $(LIBOBJS)
681 1.37 christos rm -f $@
682 1.37 christos $(AR) -rc $@ $(LIBOBJS)
683 1.16 christos $(RANLIB) $@
684 1.1 mlelstv
685 1.1 mlelstv date: $(DATEOBJS)
686 1.9 christos $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(DATEOBJS) $(LDLIBS)
687 1.1 mlelstv
688 1.34 christos tzselect: tzselect.ksh version
689 1.35 christos VERSION=`cat version` && sed \
690 1.9 christos -e 's|#!/bin/bash|#!$(KSHELL)|g' \
691 1.1 mlelstv -e 's|AWK=[^}]*|AWK=$(AWK)|g' \
692 1.9 christos -e 's|\(PKGVERSION\)=.*|\1='\''($(PACKAGE)) '\''|' \
693 1.9 christos -e 's|\(REPORT_BUGS_TO\)=.*|\1=$(BUGEMAIL)|' \
694 1.1 mlelstv -e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \
695 1.35 christos -e 's|\(TZVERSION\)=.*|\1='"$$VERSION"'|' \
696 1.35 christos <$@.ksh >$@.out
697 1.35 christos chmod +x $@.out
698 1.35 christos mv $@.out $@
699 1.1 mlelstv
700 1.38 christos check: check_character_set check_white_space check_links \
701 1.38 christos check_name_lengths check_sorted \
702 1.38 christos check_tables check_web check_zishrink check_tzs
703 1.9 christos
704 1.9 christos check_character_set: $(ENCHILADA)
705 1.38 christos test ! '$(UTF8_LOCALE)' || \
706 1.38 christos ! printf 'A\304\200B\n' | \
707 1.38 christos LC_ALL='$(UTF8_LOCALE)' grep -q '^A.B$$' >/dev/null 2>&1 || { \
708 1.38 christos LC_ALL='$(UTF8_LOCALE)' && export LC_ALL && \
709 1.22 christos sharp='#' && \
710 1.35 christos ! grep -Env $(SAFE_LINE) $(MANS) date.1 $(MANTXTS) \
711 1.35 christos $(MISC) $(SOURCES) $(WEB_PAGES) \
712 1.39.2.1 pgoyette CONTRIBUTING LICENSE README \
713 1.38 christos version tzdata.zi && \
714 1.39.2.1 pgoyette ! grep -Env $(SAFE_LINE)'|^UNUSUAL_OK_CHARSET='$(OK_CHAR)'*$$' \
715 1.39.2.1 pgoyette Makefile && \
716 1.39 christos ! grep -Env $(SAFE_SHARP_LINE) $(TDATA_TO_CHECK) backzone \
717 1.29 christos leapseconds yearistype.sh zone.tab && \
718 1.38 christos ! grep -Env $(OK_LINE) $(ENCHILADA); \
719 1.38 christos }
720 1.22 christos
721 1.23 christos check_white_space: $(ENCHILADA)
722 1.35 christos patfmt=' \t|[\f\r\v]' && pat=`printf "$$patfmt\\n"` && \
723 1.35 christos ! grep -En "$$pat" $(ENCHILADA)
724 1.39 christos ! grep -n '[[:space:]]$$' \
725 1.39 christos $$(ls $(ENCHILADA) | grep -Fvx leap-seconds.list)
726 1.23 christos
727 1.38 christos PRECEDES_FILE_NAME = ^(Zone|Link[[:space:]]+[^[:space:]]+)[[:space:]]+
728 1.38 christos FILE_NAME_COMPONENT_TOO_LONG = \
729 1.38 christos $(PRECEDES_FILE_NAME)[^[:space:]]*[^/[:space:]]{15}
730 1.38 christos
731 1.39 christos check_name_lengths: $(TDATA_TO_CHECK) backzone
732 1.39 christos ! grep -En '$(FILE_NAME_COMPONENT_TOO_LONG)' \
733 1.39 christos $(TDATA_TO_CHECK) backzone
734 1.38 christos
735 1.23 christos CHECK_CC_LIST = { n = split($$1,a,/,/); for (i=2; i<=n; i++) print a[1], a[i]; }
736 1.23 christos
737 1.23 christos check_sorted: backward backzone iso3166.tab zone.tab zone1970.tab
738 1.23 christos $(AWK) '/^Link/ {print $$3}' backward | LC_ALL=C sort -cu
739 1.23 christos $(AWK) '/^Zone/ {print $$2}' backzone | LC_ALL=C sort -cu
740 1.23 christos $(AWK) '/^[^#]/ {print $$1}' iso3166.tab | LC_ALL=C sort -cu
741 1.23 christos $(AWK) '/^[^#]/ {print $$1}' zone.tab | LC_ALL=C sort -c
742 1.23 christos $(AWK) '/^[^#]/ {print substr($$0, 1, 2)}' zone1970.tab | \
743 1.23 christos LC_ALL=C sort -c
744 1.23 christos $(AWK) '/^[^#]/ $(CHECK_CC_LIST)' zone1970.tab | \
745 1.23 christos LC_ALL=C sort -cu
746 1.23 christos
747 1.39.2.1 pgoyette check_links: checklinks.awk $(TDATA_TO_CHECK) tzdata.zi
748 1.39 christos $(AWK) -f checklinks.awk $(TDATA_TO_CHECK)
749 1.38 christos $(AWK) -f checklinks.awk tzdata.zi
750 1.26 christos
751 1.22 christos check_tables: checktab.awk $(PRIMARY_YDATA) $(ZONETABLES)
752 1.22 christos for tab in $(ZONETABLES); do \
753 1.22 christos $(AWK) -f checktab.awk -v zone_table=$$tab $(PRIMARY_YDATA) \
754 1.22 christos || exit; \
755 1.22 christos done
756 1.1 mlelstv
757 1.34 christos check_tzs: $(TZS) $(TZS_NEW)
758 1.34 christos diff -u $(TZS) $(TZS_NEW)
759 1.34 christos
760 1.38 christos # This checks only the HTML 4.01 strict page.
761 1.38 christos # To check the the other pages, use <https://validator.w3.org/>.
762 1.38 christos check_web: tz-how-to.html
763 1.38 christos $(VALIDATE_ENV) $(VALIDATE) $(VALIDATE_FLAGS) tz-how-to.html
764 1.38 christos
765 1.39.2.1 pgoyette # Check that zishrink.awk does not alter the data, and that ziguard.awk
766 1.39.2.1 pgoyette # preserves main-format data.
767 1.39.2.1 pgoyette check_zishrink: zic leapseconds $(PACKRATDATA) $(TDATA) \
768 1.39.2.1 pgoyette $(DATAFORM).zi tzdata.zi
769 1.38 christos for type in posix right; do \
770 1.39.2.1 pgoyette mkdir -p time_t.dir/$$type time_t.dir/$$type-t \
771 1.39.2.1 pgoyette time_t.dir/$$type-shrunk && \
772 1.38 christos case $$type in \
773 1.38 christos right) leap='-L leapseconds';; \
774 1.38 christos *) leap=;; \
775 1.38 christos esac && \
776 1.39.2.1 pgoyette $(ZIC) $$leap -d time_t.dir/$$type $(DATAFORM).zi && \
777 1.39.2.1 pgoyette case $(DATAFORM) in \
778 1.39.2.1 pgoyette main) \
779 1.39.2.1 pgoyette $(ZIC) $$leap -d time_t.dir/$$type-t $(TDATA) && \
780 1.39.2.1 pgoyette $(AWK) '/^Rule/' $(TDATA) | \
781 1.39.2.1 pgoyette $(ZIC) $$leap -d time_t.dir/$$type-t - \
782 1.39.2.1 pgoyette $(PACKRATDATA) && \
783 1.39.2.1 pgoyette diff -r time_t.dir/$$type time_t.dir/$$type-t;; \
784 1.39.2.1 pgoyette esac && \
785 1.38 christos $(ZIC) $$leap -d time_t.dir/$$type-shrunk tzdata.zi && \
786 1.38 christos diff -r time_t.dir/$$type time_t.dir/$$type-shrunk || exit; \
787 1.38 christos done
788 1.38 christos rm -fr time_t.dir
789 1.1 mlelstv
790 1.14 christos clean_misc:
791 1.6 christos rm -f core *.o *.out \
792 1.18 christos date tzselect version.h zdump zic yearistype libtz.a
793 1.14 christos clean: clean_misc
794 1.39.2.1 pgoyette rm -fr *.dir *.zi tzdb-*/ $(TZS_NEW)
795 1.1 mlelstv
796 1.1 mlelstv maintainer-clean: clean
797 1.1 mlelstv @echo 'This command is intended for maintainers to use; it'
798 1.1 mlelstv @echo 'deletes files that may need special tools to rebuild.'
799 1.34 christos rm -f leapseconds version $(MANTXTS) $(TZS) *.asc *.tar.*
800 1.1 mlelstv
801 1.1 mlelstv names:
802 1.1 mlelstv @echo $(ENCHILADA)
803 1.1 mlelstv
804 1.23 christos public: check check_public $(CHECK_TIME_T_ALTERNATIVES) \
805 1.16 christos tarballs signatures
806 1.16 christos
807 1.16 christos date.1.txt: date.1
808 1.16 christos newctime.3.txt: newctime.3
809 1.16 christos newstrftime.3.txt: newstrftime.3
810 1.16 christos newtzset.3.txt: newtzset.3
811 1.16 christos time2posix.3.txt: time2posix.3
812 1.16 christos tzfile.5.txt: tzfile.5
813 1.16 christos tzselect.8.txt: tzselect.8
814 1.16 christos zdump.8.txt: zdump.8
815 1.16 christos zic.8.txt: zic.8
816 1.16 christos
817 1.16 christos $(MANTXTS): workman.sh
818 1.35 christos LC_ALL=C sh workman.sh `expr $@ : '\(.*\)\.txt$$'` >$@.out
819 1.35 christos mv $@.out $@
820 1.9 christos
821 1.6 christos # Set the time stamps to those of the git repository, if available,
822 1.6 christos # and if the files have not changed since then.
823 1.6 christos # This uses GNU 'touch' syntax 'touch -d@N FILE',
824 1.6 christos # where N is the number of seconds since 1970.
825 1.16 christos # If git or GNU 'touch' is absent, don't bother to sync with git timestamps.
826 1.16 christos # Also, set the timestamp of each prebuilt file like 'leapseconds'
827 1.16 christos # to be the maximum of the files it depends on.
828 1.16 christos set-timestamps.out: $(ENCHILADA)
829 1.16 christos rm -f $@
830 1.35 christos if (type git) >/dev/null 2>&1 && \
831 1.35 christos files=`git ls-files $(ENCHILADA)` && \
832 1.16 christos touch -md @1 test.out; then \
833 1.16 christos rm -f test.out && \
834 1.16 christos for file in $$files; do \
835 1.16 christos if git diff --quiet $$file; then \
836 1.16 christos time=`git log -1 --format='tformat:%ct' $$file` && \
837 1.16 christos touch -cmd @$$time $$file; \
838 1.16 christos else \
839 1.16 christos echo >&2 "$$file: warning: does not match repository"; \
840 1.16 christos fi || exit; \
841 1.16 christos done; \
842 1.16 christos fi
843 1.16 christos touch -cmr `ls -t $(LEAP_DEPS) | sed 1q` leapseconds
844 1.16 christos for file in `ls $(MANTXTS) | sed 's/\.txt$$//'`; do \
845 1.16 christos touch -cmr `ls -t $$file workman.sh | sed 1q` $$file.txt || \
846 1.16 christos exit; \
847 1.6 christos done
848 1.38 christos touch -cmr `ls -t $(TZDATA_ZI_DEPS) | sed 1q` tzdata.zi
849 1.35 christos touch -cmr `ls -t $(TZS_DEPS) | sed 1q` $(TZS)
850 1.35 christos touch -cmr `ls -t $(VERSION_DEPS) | sed 1q` version
851 1.16 christos touch $@
852 1.6 christos
853 1.1 mlelstv # The zics below ensure that each data file can stand on its own.
854 1.1 mlelstv # We also do an all-files run to catch links to links.
855 1.1 mlelstv
856 1.29 christos check_public:
857 1.29 christos $(MAKE) maintainer-clean
858 1.39 christos $(MAKE) CFLAGS='$(GCC_DEBUG_FLAGS)' ALL
859 1.34 christos mkdir -p public.dir
860 1.39 christos for i in $(TDATA_TO_CHECK) tzdata.zi; do \
861 1.34 christos $(zic) -v -d public.dir $$i 2>&1 || exit; \
862 1.9 christos done
863 1.39 christos $(zic) -v -d public.dir $(TDATA_TO_CHECK)
864 1.34 christos rm -fr public.dir
865 1.9 christos
866 1.14 christos # Check that the code works under various alternative
867 1.14 christos # implementations of time_t.
868 1.14 christos check_time_t_alternatives:
869 1.23 christos if diff -q Makefile Makefile 2>/dev/null; then \
870 1.23 christos quiet_option='-q'; \
871 1.23 christos else \
872 1.23 christos quiet_option=''; \
873 1.23 christos fi && \
874 1.35 christos wd=`pwd` && \
875 1.22 christos zones=`$(AWK) '/^[^#]/ { print $$3 }' <zone1970.tab` && \
876 1.14 christos for type in $(TIME_T_ALTERNATIVES); do \
877 1.34 christos mkdir -p time_t.dir/$$type && \
878 1.29 christos $(MAKE) clean_misc && \
879 1.35 christos $(MAKE) TOPDIR="$$wd/time_t.dir/$$type" \
880 1.14 christos CFLAGS='$(CFLAGS) -Dtime_tz='"'$$type'" \
881 1.23 christos REDO='$(REDO)' \
882 1.14 christos install && \
883 1.23 christos diff $$quiet_option -r \
884 1.39 christos time_t.dir/int64_t/etc \
885 1.39 christos time_t.dir/$$type/etc && \
886 1.39 christos diff $$quiet_option -r \
887 1.39 christos time_t.dir/int64_t/usr/share \
888 1.39 christos time_t.dir/$$type/usr/share && \
889 1.14 christos case $$type in \
890 1.14 christos int32_t) range=-2147483648,2147483647;; \
891 1.14 christos uint32_t) range=0,4294967296;; \
892 1.14 christos int64_t) continue;; \
893 1.14 christos *u*) range=0,10000000000;; \
894 1.14 christos *) range=-10000000000,10000000000;; \
895 1.14 christos esac && \
896 1.14 christos echo checking $$type zones ... && \
897 1.39 christos time_t.dir/int64_t/usr/bin/zdump -V -t $$range $$zones \
898 1.34 christos >time_t.dir/int64_t.out && \
899 1.39 christos time_t.dir/$$type/usr/bin/zdump -V -t $$range $$zones \
900 1.34 christos >time_t.dir/$$type.out && \
901 1.34 christos diff -u time_t.dir/int64_t.out time_t.dir/$$type.out \
902 1.14 christos || exit; \
903 1.14 christos done
904 1.34 christos rm -fr time_t.dir
905 1.34 christos
906 1.39.2.1 pgoyette TRADITIONAL_ASC = \
907 1.39.2.1 pgoyette tzcode$(VERSION).tar.gz.asc \
908 1.39.2.1 pgoyette tzdata$(VERSION).tar.gz.asc
909 1.39.2.1 pgoyette ALL_ASC = $(TRADITIONAL_ASC) \
910 1.39.2.1 pgoyette tzdata$(VERSION)-rearguard.tar.gz.asc \
911 1.39.2.1 pgoyette tzdb-$(VERSION).tar.lz.asc
912 1.39.2.1 pgoyette
913 1.35 christos tarballs traditional_tarballs signatures traditional_signatures: version
914 1.35 christos VERSION=`cat version` && \
915 1.35 christos $(MAKE) VERSION="$$VERSION" $@_version
916 1.35 christos
917 1.39.2.1 pgoyette # These *_version rules are intended for use if VERSION is set by some
918 1.39.2.1 pgoyette # other means. Ordinarily these rules are used only by the above
919 1.39.2.1 pgoyette # non-_version rules, which set VERSION on the 'make' command line.
920 1.39.2.1 pgoyette tarballs_version: traditional_tarballs_version \
921 1.39.2.1 pgoyette tzdata$(VERSION)-rearguard.tar.gz \
922 1.39.2.1 pgoyette tzdb-$(VERSION).tar.lz
923 1.38 christos traditional_tarballs_version: \
924 1.38 christos tzcode$(VERSION).tar.gz tzdata$(VERSION).tar.gz
925 1.39.2.1 pgoyette signatures_version: $(ALL_ASC)
926 1.39.2.1 pgoyette traditional_signatures_version: $(TRADITIONAL_ASC)
927 1.9 christos
928 1.16 christos tzcode$(VERSION).tar.gz: set-timestamps.out
929 1.6 christos LC_ALL=C && export LC_ALL && \
930 1.7 christos tar $(TARFLAGS) -cf - \
931 1.23 christos $(COMMON) $(DOCS) $(SOURCES) | \
932 1.38 christos gzip $(GZIPFLAGS) >$@.out
933 1.35 christos mv $@.out $@
934 1.10 christos
935 1.16 christos tzdata$(VERSION).tar.gz: set-timestamps.out
936 1.6 christos LC_ALL=C && export LC_ALL && \
937 1.23 christos tar $(TARFLAGS) -cf - $(COMMON) $(DATA) $(MISC) | \
938 1.38 christos gzip $(GZIPFLAGS) >$@.out
939 1.35 christos mv $@.out $@
940 1.9 christos
941 1.39.2.1 pgoyette tzdata$(VERSION)-rearguard.tar.gz: rearguard.zi set-timestamps.out
942 1.39.2.1 pgoyette rm -fr tzdata$(VERSION)-rearguard.dir
943 1.39.2.1 pgoyette mkdir tzdata$(VERSION)-rearguard.dir
944 1.39.2.1 pgoyette ln $(COMMON) $(DATA) $(MISC) tzdata$(VERSION)-rearguard.dir
945 1.39.2.1 pgoyette cd tzdata$(VERSION)-rearguard.dir && \
946 1.39.2.1 pgoyette rm -f $(TDATA) $(PACKRATDATA) version
947 1.39.2.1 pgoyette for f in $(TDATA) $(PACKRATDATA); do \
948 1.39.2.1 pgoyette rearf=tzdata$(VERSION)-rearguard.dir/$$f; \
949 1.39.2.1 pgoyette $(AWK) -v DATAFORM=rearguard -f ziguard.awk $$f >$$rearf && \
950 1.39.2.1 pgoyette touch -cmr `ls -t ziguard.awk $$f` $$rearf || exit; \
951 1.39.2.1 pgoyette done
952 1.39.2.1 pgoyette sed '1s/$$/-rearguard/' \
953 1.39.2.1 pgoyette <version >tzdata$(VERSION)-rearguard.dir/version
954 1.39.2.1 pgoyette touch -cmr version tzdata$(VERSION)-rearguard.dir/version
955 1.39.2.1 pgoyette LC_ALL=C && export LC_ALL && \
956 1.39.2.1 pgoyette (cd tzdata$(VERSION)-rearguard.dir && \
957 1.39.2.1 pgoyette tar $(TARFLAGS) -cf - $(COMMON) $(DATA) $(MISC) | \
958 1.39.2.1 pgoyette gzip $(GZIPFLAGS)) >$@.out
959 1.39.2.1 pgoyette mv $@.out $@
960 1.39.2.1 pgoyette
961 1.34 christos tzdb-$(VERSION).tar.lz: set-timestamps.out
962 1.34 christos rm -fr tzdb-$(VERSION)
963 1.34 christos mkdir tzdb-$(VERSION)
964 1.34 christos ln $(ENCHILADA) tzdb-$(VERSION)
965 1.35 christos touch -cmr `ls -t tzdb-$(VERSION)/* | sed 1q` tzdb-$(VERSION)
966 1.34 christos LC_ALL=C && export LC_ALL && \
967 1.35 christos tar $(TARFLAGS) -cf - tzdb-$(VERSION) | lzip -9 >$@.out
968 1.35 christos mv $@.out $@
969 1.9 christos
970 1.9 christos tzcode$(VERSION).tar.gz.asc: tzcode$(VERSION).tar.gz
971 1.9 christos tzdata$(VERSION).tar.gz.asc: tzdata$(VERSION).tar.gz
972 1.39.2.1 pgoyette tzdata$(VERSION)-rearguard.tar.gz.asc: tzdata$(VERSION)-rearguard.tar.gz
973 1.34 christos tzdb-$(VERSION).tar.lz.asc: tzdb-$(VERSION).tar.lz
974 1.39.2.1 pgoyette $(ALL_ASC):
975 1.34 christos gpg --armor --detach-sign $?
976 1.34 christos
977 1.1 mlelstv typecheck:
978 1.29 christos $(MAKE) clean
979 1.15 christos for i in "long long" unsigned; \
980 1.1 mlelstv do \
981 1.29 christos $(MAKE) CFLAGS="-DTYPECHECK -D__time_t_defined -D_TIME_T \"-Dtime_t=$$i\"" ; \
982 1.1 mlelstv ./zdump -v Europe/Rome ; \
983 1.29 christos $(MAKE) clean ; \
984 1.1 mlelstv done
985 1.1 mlelstv
986 1.38 christos zonenames: tzdata.zi
987 1.38 christos @$(AWK) '/^Z/ { print $$2 } /^L/ { print $$3 }' tzdata.zi
988 1.1 mlelstv
989 1.1 mlelstv asctime.o: private.h tzfile.h
990 1.1 mlelstv date.o: private.h
991 1.1 mlelstv difftime.o: private.h
992 1.1 mlelstv localtime.o: private.h tzfile.h
993 1.23 christos strftime.o: private.h tzfile.h
994 1.6 christos zdump.o: version.h
995 1.6 christos zic.o: private.h tzfile.h version.h
996 1.1 mlelstv
997 1.1 mlelstv .KEEP_STATE:
998 1.22 christos
999 1.22 christos .PHONY: ALL INSTALL all
1000 1.39.2.1 pgoyette .PHONY: check check_character_set check_links check_name_lengths
1001 1.26 christos .PHONY: check_public check_sorted check_tables
1002 1.34 christos .PHONY: check_time_t_alternatives check_tzs check_web check_white_space
1003 1.38 christos .PHONY: check_zishrink
1004 1.39.2.1 pgoyette .PHONY: clean clean_misc dummy.zd force_tzs
1005 1.32 christos .PHONY: install install_data maintainer-clean names
1006 1.32 christos .PHONY: posix_only posix_packrat posix_right
1007 1.34 christos .PHONY: public right_only right_posix signatures signatures_version
1008 1.39.2.1 pgoyette .PHONY: tarballs tarballs_version
1009 1.39.2.1 pgoyette .PHONY: traditional_signatures traditional_signatures_version
1010 1.39.2.1 pgoyette .PHONY: traditional_tarballs traditional_tarballs_version
1011 1.39.2.1 pgoyette .PHONY: typecheck
1012 1.22 christos .PHONY: zonenames zones
1013 1.39.2.1 pgoyette .PHONY: $(ZDS)
1014