mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-22 11:51:38 +00:00
REDID_BINARIES
SCCS-file: Makefile SCCS-SID: 1.10
This commit is contained in:
committed by
Paul Eggert
parent
6f4e2d00ec
commit
6591d84d84
31
Makefile
31
Makefile
@ -12,39 +12,40 @@ TZCSRCS= tzcomp.c scheck.c strchr.c
|
|||||||
TZCOBJS= tzcomp.o scheck.o strchr.o
|
TZCOBJS= tzcomp.o scheck.o strchr.o
|
||||||
ENCHILADA= Makefile timezone.h settz.c tzdump.c $(TZCSRCS) tzinfo years.sh
|
ENCHILADA= Makefile timezone.h settz.c tzdump.c $(TZCSRCS) tzinfo years.sh
|
||||||
|
|
||||||
all: data tzdump
|
all: REDID_BINARIES tzdump
|
||||||
|
|
||||||
data: $(TZDIR) tzcomp tzinfo years
|
REDID_BINARIES: $(TZDIR) tzcomp tzinfo years
|
||||||
tzcomp -d $(TZDIR) tzinfo
|
tzcomp -d $(TZDIR) tzinfo
|
||||||
|
cp /dev/null $@
|
||||||
|
|
||||||
tzdump: tzdump.o settz.o
|
tzdump: tzdump.o settz.o
|
||||||
$(CC) $(LFLAGS) tzdump.o settz.o $(LIBS) -o $@
|
$(CC) $(LFLAGS) tzdump.o settz.o $(LIBS) -o $@
|
||||||
|
|
||||||
tzcomp: $(TZCOBJS)
|
tzcomp: $(TZCOBJS)
|
||||||
$(CC) $(LFLAGS) $(TZCOBJS) $(LIBS) -o $@
|
$(CC) $(LFLAGS) $(TZCOBJS) $(LIBS) -o $@
|
||||||
|
|
||||||
$(TZDIR):
|
$(TZDIR):
|
||||||
mkdir $@
|
mkdir $@
|
||||||
|
|
||||||
years: years.sh
|
years: years.sh
|
||||||
rm -f $@
|
rm -f $@
|
||||||
cp $? $@
|
cp $? $@
|
||||||
chmod 555 $@
|
chmod 555 $@
|
||||||
|
|
||||||
bundle: $(ENCHILADA)
|
bundle: $(ENCHILADA)
|
||||||
bundle $(ENCHILADA) > bundle
|
bundle $(ENCHILADA) > bundle
|
||||||
|
|
||||||
$(ENCHILADA):
|
$(ENCHILADA):
|
||||||
sccs get $(REL) $(REV) $@
|
sccs get $(REL) $(REV) $@
|
||||||
|
|
||||||
sure: tzdump.c $(TZCSRCS)
|
sure: tzdump.c $(TZCSRCS)
|
||||||
lint $(LINTFLAGS) tzdump.c settz.c
|
lint $(LINTFLAGS) tzdump.c settz.c
|
||||||
lint $(LINTFLAGS) $(TZCSRCS)
|
lint $(LINTFLAGS) $(TZCSRCS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f core *.o *.out years tzdump tzcomp bundle \#*
|
rm -f core *.o *.out REDID_BINARIES years tzdump tzcomp bundle \#*
|
||||||
|
|
||||||
CLEAN: clean
|
CLEAN: clean
|
||||||
sccs clean
|
sccs clean
|
||||||
|
|
||||||
tzdump.o tzcomp.o settz.o: timezone.h
|
tzdump.o tzcomp.o settz.o: timezone.h
|
||||||
|
|||||||
Reference in New Issue
Block a user