|
|
Power 6/32 Unix version 1.2b
# sccsid = "@(#)Makefile 1.4 (Berkeley) 4/28/83"
#
# dump.h header file
# dumpitime.c reads /etc/ddate
# dumpmain.c driver
# dumpoptr.c operator interface
# dumptape.c handles the mag tape and opening/closing
# dumptraverse.c traverses the file system
# unctime.c undo ctime
# l3tol.c 3-byte to 4-byte unpacking
#
# DEBUG use local directory to find ddate and dumpdates
# TDEBUG trace out the process forking
#
MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
PSRCS = \
dump.h dumpmain.c dumptraverse.c dumptape.c dumpoptr.c dumpitime.c
SRCS = \
dump.h dumpitime.c \
dumpmain.c dumpoptr.c dumptape.c \
dumptraverse.c unctime.c l3tol.c
OBJS = \
dumpitime.o \
dumpmain.o dumpoptr.o \
dumptape.o dumptraverse.o unctime.o l3tol.o
DFLAGS =
CFLAGS = -O $(DFLAGS)
dump: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o dump
install:
install -s dump $(DESTDIR)/etc/dump.4.1
clean:
rm -f *.o dump
cleansrc:
rm -f *.[ch] Makefile READ_ME
rm -f include.4.1/*.h include.4.1/sys/*.h
lint:
lint $(DFLAGS) $(SRCS)
psrcs:
echo $(PSRCS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.