1986-01-13 17:26:56 -05:00
|
|
|
# %W%
|
|
|
|
|
|
1986-02-28 21:30:44 -05:00
|
|
|
# If you want something other than Eastern United States time used on your
|
1986-03-02 22:02:58 -05:00
|
|
|
# system, change the line below (after finding the zone you want in the
|
|
|
|
|
# time zone files, or adding it to a time zone file).
|
|
|
|
|
# Alternately, if you discover you've got the wrong time zone, you can just
|
1986-11-19 19:15:31 -05:00
|
|
|
# zic -l rightzone
|
1986-02-28 21:30:44 -05:00
|
|
|
|
1986-07-26 18:32:03 -04:00
|
|
|
LOCALTIME= US/Eastern
|
1986-02-28 21:30:44 -05:00
|
|
|
|
1986-03-02 22:02:58 -05:00
|
|
|
# Use an absolute path name for TZDIR unless you're just testing the software.
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1986-11-15 20:20:29 -05:00
|
|
|
TZDIR= /etc/zoneinfo
|
1986-02-28 21:30:44 -05:00
|
|
|
|
1986-07-12 07:27:55 -04:00
|
|
|
# You may want to change this define if you're just testing the software.
|
1987-02-28 18:42:18 -05:00
|
|
|
# Alternatively, you can put these functions in /lib/libc.a, removing
|
1988-04-16 21:39:29 -04:00
|
|
|
# the old "ctime.o". This is the
|
1987-02-28 18:42:18 -05:00
|
|
|
# ideal solution if you are able. Build libz.a, extract the files, and
|
|
|
|
|
# then add them to libc.a.
|
1986-07-12 07:27:55 -04:00
|
|
|
|
1986-11-22 19:03:35 -05:00
|
|
|
TZLIB= /usr/lib/libz.a
|
1986-07-12 07:27:55 -04:00
|
|
|
|
1989-01-28 21:07:46 -05:00
|
|
|
# If you want leap second correction done, change "/dev/null" to
|
|
|
|
|
# "leapseconds" below.
|
1988-02-16 21:29:39 -05:00
|
|
|
|
1989-01-28 21:07:46 -05:00
|
|
|
LEAPSECONDS= /dev/null
|
1988-02-16 21:29:39 -05:00
|
|
|
|
1986-12-26 15:21:45 -05:00
|
|
|
# If you're running on a System V-style system and don't want lint grief,
|
|
|
|
|
# add
|
|
|
|
|
# -DUSG
|
|
|
|
|
# to the end of the "CFLAGS=" line.
|
|
|
|
|
#
|
1987-02-02 15:32:36 -05:00
|
|
|
# If you're running on a system where "strchr" is known as "index",
|
1987-02-16 13:41:39 -05:00
|
|
|
# (for example, a 4.[012]BSD system), add
|
1987-02-02 15:32:36 -05:00
|
|
|
# -Dstrchr=index
|
1987-02-28 18:42:18 -05:00
|
|
|
# to the end of the "CFLAGS=" line.
|
1987-02-02 15:32:36 -05:00
|
|
|
#
|
1986-12-26 15:21:45 -05:00
|
|
|
# If you want to use System V compatibility code, add
|
|
|
|
|
# -DUSG_COMPAT
|
|
|
|
|
# to the end of the "CFLAGS=" line.
|
|
|
|
|
#
|
|
|
|
|
# If you want BSD compatibility code, add
|
|
|
|
|
# -DBSD_COMPAT
|
|
|
|
|
# to the end of the "CFLAGS=" line.
|
|
|
|
|
#
|
1987-02-12 19:56:12 -05:00
|
|
|
# If you'd like to use Robert Elz's additions to the "struct tm" structure,
|
|
|
|
|
# add a
|
|
|
|
|
# -DKRE_COMPAT
|
1987-02-16 13:41:39 -05:00
|
|
|
# to the end of the "CFLAGS=" line, and add the structure elements
|
|
|
|
|
# long tm_gmtoff;
|
1987-02-16 15:50:39 -05:00
|
|
|
# char * tm_zone;
|
1987-02-16 13:41:39 -05:00
|
|
|
# to the END of the "struct tm" structure defined in "/usr/include/time.h".
|
1987-02-12 19:56:12 -05:00
|
|
|
#
|
|
|
|
|
# If you want code inspired by certain emerging standards, add
|
|
|
|
|
# -DSTD_INSPIRED
|
|
|
|
|
# to the end of the "CFLAGS=" line.
|
|
|
|
|
#
|
1986-12-26 15:21:45 -05:00
|
|
|
# If you want Source Code Control System ID's left out of object modules, add
|
|
|
|
|
# -DNOID
|
|
|
|
|
# to the end of the "CFLAGS=" line.
|
|
|
|
|
#
|
1987-02-08 17:59:44 -05:00
|
|
|
# If you'll never want to handle solar-time-based time zones, add
|
|
|
|
|
# -DNOSOLAR
|
1987-02-12 19:56:12 -05:00
|
|
|
# to the end of the "CFLAGS=" line
|
1988-02-18 04:31:21 -05:00
|
|
|
# (and comment out the "SDATA=" line below).
|
1986-12-26 15:21:45 -05:00
|
|
|
|
|
|
|
|
CFLAGS=
|
1986-11-27 12:46:22 -05:00
|
|
|
|
|
|
|
|
# LINTFLAGS is set for 4.[123]BSD systems.
|
1986-12-26 15:21:45 -05:00
|
|
|
# If you're using System V, you'll want to comment out the "LINTFLAGS=" line.
|
1986-03-05 18:46:40 -05:00
|
|
|
|
1986-01-21 09:11:47 -05:00
|
|
|
LINTFLAGS= -phbaaxc
|
1986-03-05 18:46:40 -05:00
|
|
|
|
1988-01-25 10:14:15 -05:00
|
|
|
SHAR= shar
|
1987-02-28 18:42:18 -05:00
|
|
|
|
1986-12-26 15:21:45 -05:00
|
|
|
################################################################################
|
|
|
|
|
|
1986-12-31 15:56:04 -05:00
|
|
|
CC= cc -DTZDIR=\"$(TZDIR)\"
|
1986-01-16 08:50:41 -05:00
|
|
|
|
1988-02-18 04:31:21 -05:00
|
|
|
TZCSRCS= zic.c localtime.c asctime.c \
|
|
|
|
|
scheck.c ialloc.c emkdir.c getopt.c link.c
|
|
|
|
|
TZCOBJS= zic.o localtime.o asctime.o \
|
|
|
|
|
scheck.o ialloc.o emkdir.o getopt.o link.o
|
|
|
|
|
TZDSRCS= zdump.c localtime.c asctime.c \
|
|
|
|
|
ialloc.c getopt.c link.c
|
|
|
|
|
TZDOBJS= zdump.o localtime.o asctime.o \
|
|
|
|
|
ialloc.o getopt.o link.o
|
1987-02-16 13:41:39 -05:00
|
|
|
LIBSRCS= localtime.c asctime.c ctime.c dysize.c timemk.c
|
|
|
|
|
LIBOBJS= localtime.o asctime.o ctime.o dysize.o timemk.o
|
1988-02-13 10:06:38 -05:00
|
|
|
DOCS= Patchlevel.h \
|
|
|
|
|
README Theory \
|
|
|
|
|
newctime.3 tzfile.5 zic.8 zdump.8 \
|
1988-02-18 04:31:21 -05:00
|
|
|
Makefile Makefile.tc
|
1988-02-27 19:15:58 -05:00
|
|
|
SOURCES= tzfile.h nonstd.h stdio.h stdlib.h time.h \
|
|
|
|
|
zic.c zdump.c \
|
1987-02-16 13:41:39 -05:00
|
|
|
localtime.c asctime.c ctime.c dysize.c timemk.c \
|
1988-02-18 04:31:21 -05:00
|
|
|
scheck.c ialloc.c emkdir.c getopt.c link.c
|
|
|
|
|
YDATA= africa antarctica asia australasia \
|
|
|
|
|
europe northamerica southamerica pacificnew
|
|
|
|
|
NDATA= systemv
|
1989-01-28 21:07:46 -05:00
|
|
|
SDATA= solar87 solar88 solar89
|
1988-02-18 04:31:21 -05:00
|
|
|
DATA= $(YDATA) $(NDATA) $(SDATA) leapseconds
|
|
|
|
|
ENCHILADA= $(DOCS) $(SOURCES) $(DATA)
|
1986-01-16 08:50:41 -05:00
|
|
|
|
1986-12-26 15:21:45 -05:00
|
|
|
all: REDID_BINARIES zdump $(TZLIB)
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1987-02-21 16:19:34 -05:00
|
|
|
REDID_BINARIES: zic $(DATA)
|
1988-02-18 16:06:03 -05:00
|
|
|
./zic -d $(TZDIR) -L $(LEAPSECONDS) $(YDATA)
|
|
|
|
|
./zic -d $(TZDIR) -L $(LEAPSECONDS) $(SDATA)
|
|
|
|
|
./zic -d $(TZDIR) -L /dev/null $(NDATA)
|
|
|
|
|
./zic -d $(TZDIR) -l $(LOCALTIME)
|
1988-02-18 04:31:21 -05:00
|
|
|
touch $@
|
1986-01-16 11:00:37 -05:00
|
|
|
|
1986-12-26 15:21:45 -05:00
|
|
|
zdump: $(TZDOBJS)
|
1986-12-31 15:56:04 -05:00
|
|
|
$(CC) $(CFLAGS) $(LFLAGS) $(TZDOBJS) -o $@
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1986-12-31 14:23:02 -05:00
|
|
|
$(TZLIB): $(LIBOBJS)
|
|
|
|
|
ar ru $@ $(LIBOBJS)
|
|
|
|
|
test -f /usr/bin/ranlib && ranlib $@
|
1986-07-12 07:27:55 -04:00
|
|
|
|
1986-12-26 15:21:45 -05:00
|
|
|
zic: $(TZCOBJS)
|
1986-12-31 15:56:04 -05:00
|
|
|
$(CC) $(CFLAGS) $(LFLAGS) $(TZCOBJS) -o $@
|
1986-01-21 09:11:47 -05:00
|
|
|
|
1988-01-25 10:14:15 -05:00
|
|
|
SHARS: SHAR1 SHAR2 SHAR3
|
1986-11-24 19:15:06 -05:00
|
|
|
|
1988-01-25 10:14:15 -05:00
|
|
|
SHAR1: $(DOCS)
|
|
|
|
|
$(SHAR) $(DOCS) > $@
|
1986-03-06 10:40:48 -05:00
|
|
|
|
1988-01-25 10:14:15 -05:00
|
|
|
SHAR2: $(SOURCES)
|
|
|
|
|
$(SHAR) $(SOURCES) > $@
|
1986-03-06 10:40:48 -05:00
|
|
|
|
1988-02-18 04:31:21 -05:00
|
|
|
SHAR3: $(DATA)
|
|
|
|
|
$(SHAR) $(DATA) > $@
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1988-01-25 12:00:40 -05:00
|
|
|
tz.shar.Z.uue: $(ENCHILADA)
|
|
|
|
|
$(SHAR) $(ENCHILADA) | compress | uuencode tz.shar.Z > $@
|
|
|
|
|
|
1986-01-16 11:00:37 -05:00
|
|
|
$(ENCHILADA):
|
1986-12-26 15:21:45 -05:00
|
|
|
sccs get $(REL) $(REV) $@
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1988-02-27 19:15:58 -05:00
|
|
|
sure: $(SOURCES)
|
1987-02-16 15:01:47 -05:00
|
|
|
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZCSRCS)
|
|
|
|
|
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZDSRCS)
|
|
|
|
|
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(LIBSRCS)
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1988-02-27 19:15:58 -05:00
|
|
|
LINTUCB= PATH=/usr/ucb:/bin:/usr/bin lint -phbaaxc
|
|
|
|
|
LINT5BIN= PATH=/usr/5bin lint -phbaax
|
|
|
|
|
|
|
|
|
|
SURE: sure
|
|
|
|
|
$(LINTUCB) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZCSRCS)
|
|
|
|
|
$(LINTUCB) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZDSRCS)
|
|
|
|
|
$(LINTUCB) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(LIBSRCS)
|
|
|
|
|
$(LINT5BIN) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZCSRCS)
|
|
|
|
|
$(LINT5BIN) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZDSRCS)
|
|
|
|
|
$(LINT5BIN) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(LIBSRCS)
|
|
|
|
|
|
1986-01-13 17:26:56 -05:00
|
|
|
clean:
|
1988-01-25 12:42:37 -05:00
|
|
|
rm -f core *.o *.out REDID_BINARIES zdump zic \
|
|
|
|
|
SHAR* tz.shar.Z.uue ,*
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1986-12-26 15:21:45 -05:00
|
|
|
CLEAN: clean
|
|
|
|
|
sccs clean
|
1986-01-13 17:26:56 -05:00
|
|
|
|
1988-02-13 10:06:38 -05:00
|
|
|
names:
|
|
|
|
|
@echo $(ENCHILADA)
|
1986-11-24 16:39:58 -05:00
|
|
|
|
1988-02-27 19:15:58 -05:00
|
|
|
asctime.o: nonstd.h stdio.h time.h tzfile.h
|
|
|
|
|
ctime.o: nonstd.h time.h
|
|
|
|
|
dysize.o: tzfile.h
|
|
|
|
|
emkdir.o: nonstd.h stdlib.h
|
|
|
|
|
ialloc.o: nonstd.h stdlib.h
|
|
|
|
|
link.o: nonstd.h stdio.h
|
|
|
|
|
localtime.o: nonstd.h stdio.h stdlib.h time.h tzfile.h
|
|
|
|
|
scheck.o: nonstd.h stdio.h stdlib.h
|
|
|
|
|
timemk.o: nonstd.h time.h tzfile.h
|
|
|
|
|
zdump.o: nonstd.h stdio.h stdlib.h time.h tzfile.h
|
|
|
|
|
zic.o: nonstd.h stdio.h stdlib.h time.h tzfile.h
|