1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 16:12:50 +00:00

sundry changes

SCCS-file: Makefile
SCCS-SID: 2.32
This commit is contained in:
Arthur David Olson
1987-02-12 19:56:12 -05:00
committed by Paul Eggert
parent 6a1ebfe90e
commit 83d019828b

View File

@ -35,22 +35,28 @@ TZLIB= /usr/lib/libz.a
# -DBSD_COMPAT
# to the end of the "CFLAGS=" line.
#
# If you want POSIX compatibility code, add
# -DPOX_COMPAT
# to the end of the "CFLAGS=" line.
#
# If you've used older versions of this software and want "tz_abbr"
# compatibility code, add
# -DTZA_COMPAT
# to the end of the "CFLAGS=" line.
#
# If you'd like to use Robert Elz's additions to the "struct tm" structure,
# add a
# -DKRE_COMPAT
# to the end of the "CFLAGS=" line.
#
# If you want code inspired by certain emerging standards, add
# -DSTD_INSPIRED
# to the end of the "CFLAGS=" line.
#
# If you want Source Code Control System ID's left out of object modules, add
# -DNOID
# to the end of the "CFLAGS=" line.
#
# If you'll never want to handle solar-time-based time zones, add
# -DNOSOLAR
# to the end of the "CFLAGS=" line.
# to the end of the "CFLAGS=" line
# (and remove solar87 from the SOURCES= line below).
#
CFLAGS=
@ -74,7 +80,8 @@ DOCS= README Makefile newctime.3 tzfile.5 zic.8 zdump.8
SOURCES= tzfile.h zic.c zdump.c \
localtime.c gmtime.c asctime.c ctime.c dysize.c mktime.c \
scheck.c ialloc.c mkdir.c
DATA= asia australasia europe etcetera northamerica pacificnew systemv
DATA= asia australasia europe etcetera northamerica \
pacificnew systemv solar87
ENCHILADA= $(DOCS) $(SOURCES) $(DATA)
all: REDID_BINARIES zdump $(TZLIB)