mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 18:42:00 +00:00
minor mods
SCCS-file: Makefile SCCS-SID: 1.19
This commit is contained in:
committed by
Paul Eggert
parent
de351c2cd7
commit
11039be92a
10
Makefile
10
Makefile
@ -12,8 +12,12 @@ LOCALTIME= Eastern
|
||||
|
||||
TZDIR= /etc/tzdir
|
||||
|
||||
DEBUG=
|
||||
# LINTFLAGS is set for 4.1bsd systems. If you're using System V, you'll want
|
||||
# to comment out the "LINTFLAGS=" line.
|
||||
|
||||
LINTFLAGS= -phbaaxc
|
||||
|
||||
DEBUG=
|
||||
LFLAGS=
|
||||
CFLAGS= $(DEBUG) -O -DOBJECTID -DTZDIR=\"$(TZDIR)\"
|
||||
|
||||
@ -22,8 +26,8 @@ TZCOBJS= tzcomp.o scheck.o strchr.o mkdir.o
|
||||
TZDSRCS= tzdump.c settz.c
|
||||
TZDOBJS= tzdump.o settz.o
|
||||
DATA= asia australasia europe etcetera northamerica pacificnew
|
||||
ENCHILADA= Makefile tzfile.h $(TZCSRCS) $(TZDSRCS) $(DATA) years.sh \
|
||||
README settz.3 tzfile.5 tzcomp.8
|
||||
ENCHILADA= README Makefile settz.3 tzfile.5 tzcomp.8 \
|
||||
tzfile.h $(TZCSRCS) $(TZDSRCS) years.sh $(DATA)
|
||||
|
||||
all: REDID_BINARIES tzdump
|
||||
|
||||
|
||||
Reference in New Issue
Block a user