~ubuntu-branches/ubuntu/wily/tzdata/wily

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2013-12-24 22:56:13 UTC
  • mfrom: (102.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20131224225613-s05ri8q26dnlv9ln
Tags: 2013i-1
* New upstream release.
* Remove solar87, solar88 and solar89 from the list of timezones, as
  they have been removed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
PACKAGE=        tzcode
7
7
 
8
8
# Version numbers of the code and data distributions.
9
 
VERSION=        2013h
 
9
VERSION=        2013i
10
10
 
11
11
# Email address for bug reports.
12
12
BUGEMAIL=       tz@iana.org
196
196
# These functions may well disappear in future releases of the time
197
197
# conversion package.
198
198
#
199
 
# If you'll never want to handle solar-time-based time zones, add
200
 
#       -DNOSOLAR
201
 
# to the end of the "CFLAGS=" line
202
 
# (and comment out the "SDATA=" line below).
203
 
# This reduces (slightly) the run-time data-space requirements of
204
 
# the time conversion functions; it may reduce the acceptability of your system
205
 
# to folks in oil- and cash-rich places.
206
 
#
207
199
# If you want to allocate state structures in localtime, add
208
200
#       -DALL_STATE
209
201
# to the end of the "CFLAGS=" line.  Storage is obtained by calling malloc.
327
319
                europe northamerica southamerica
328
320
YDATA=          $(PRIMARY_YDATA) pacificnew etcetera backward
329
321
NDATA=          systemv factory
330
 
SDATA=          solar87 solar88 solar89
331
 
TDATA=          $(YDATA) $(NDATA) $(SDATA)
 
322
TDATA=          $(YDATA) $(NDATA)
332
323
TABDATA=        iso3166.tab zone.tab leapseconds
333
324
LEAP_DEPS=      leapseconds.awk leap-seconds.list
334
 
DATA=           $(YDATA) $(NDATA) $(SDATA) $(TABDATA) \
 
325
DATA=           $(YDATA) $(NDATA) $(TABDATA) \
335
326
                        $(LEAP_DEPS) yearistype.sh
336
327
WEB_PAGES=      tz-art.htm tz-link.htm
337
328
AWK_SCRIPTS=    checktab.awk leapseconds.awk