1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 15:18:30 +00:00

GMT work; altzone

SCCS-file: Makefile
SCCS-SID: 4.10
This commit is contained in:
Arthur David Olson
1989-02-26 15:28:37 -05:00
committed by Paul Eggert
parent f72a4698f7
commit d4955b9785

View File

@ -91,6 +91,14 @@ TZLIB= /usr/lib/libz.a
# -DNOSOLAR
# to the end of the "CFLAGS=" line
# (and comment out the "SDATA=" line below).
#
# If you want to allocate state structures in localtime, add
# -DALL_STATE
# to the end of the "CFLAGS=" line.
#
# If you want an "altzone" variable (a la System V Release 3.1), add
# -DALTZONE
# to the end of the "CFLAGS=" line.
CFLAGS=
@ -125,7 +133,7 @@ DOCS= Patchlevel.h \
newctime.3 tzfile.5 zic.8 zdump.8 \
Makefile
YDATA= africa antarctica asia australasia \
europe northamerica southamerica pacificnew
europe northamerica southamerica pacificnew etcetera
NDATA= systemv
SDATA= solar87 solar88 solar89
TDATA= $(YDATA) $(NDATA) $(SDATA)