|
|
Power 6/32 Unix version 1.2b
# Makefile 1.12 83/07/03
#
# DEBUG use local directory to find ddate and dumpdates
# TDEBUG trace out the process forking
#
DESTDIR=
AS=/bin/as
CC=/bin/cc
LD=/bin/ld
INCLDIR=${DESTDIR}/usr/include
MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} DESTDIR=${DESTDIR}
SRCS = rtar.c tarrmt.c
OBJS = rtar.o tarrmt.o
DFLAGS =
CFLAGS = -O $(DFLAGS)
all: rtar
rtar: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o rtar
clean:
rm -f rtar.o tarrmt.o
cleansrc:
rm -f *.[ch] Makefile
lint:
lint $(DFLAGS) $(SRCS)
print:
pr $(PSRCS) | lpr
$(OBJS): ${INCLDIR}/stdio.h \
${INCLDIR}/sys/param.h \
${INCLDIR}/sys/stat.h \
${INCLDIR}/sys/dir.h \
${INCLDIR}/sys/ioctl.h \
${INCLDIR}/sys/mtio.h \
${INCLDIR}/sys/time.h \
${INCLDIR}/signal.h \
${INCLDIR}/errno.h
$(OBJS): ${INCLDIR}/sys/param.h \
${INCLDIR}/sys/mtio.h \
${INCLDIR}/sys/ioctl.h \
${INCLDIR}/netinet/in.h \
${INCLDIR}/stdio.h \
${INCLDIR}/netdb.h
$(OBJS): ${INCLDIR}/sys/types.h \
${INCLDIR}/netdb.h \
${INCLDIR}/sys/socket.h \
${INCLDIR}/errno.h \
${INCLDIR}/stdio.h \
${INCLDIR}/netinet/in.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.