|
|
Power 6/32 Unix version 1.2b
#
# @(#)Makefile 1.4 (Berkeley) 5/4/82
#
# error.h error header file
# errorinput.c does all of the input, and canonicalizes errors
# errorpi.c canonicalizes pi errors
# errormain.c main
# errorsubr.c does grotty subroutine work
# errorfilter.c "greps" out unwanted messages
# errortouch.c touches all mentioned files
#
MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
HDRS = error.h
PHDRS = $(HDRS)
SRCS = errormain.c errorinput.c errorpi.c errorsubr.c errorfilter.c errortouch.c
PSRCS = $(SRCS)
OBJS = errormain.o errorinput.o errorpi.o errorsubr.o errorfilter.o errortouch.o
# DFLAGS = -DDEBUG
CFLAGS = -O $(DFLAGS)
LINTFLAGS = $(DFLAGS)
error: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o error
$(OBJS): $(HDRS)
install: error
install -s error $(DESTDIR)/usr/ucb
clean:
rm -f error $(OBJS)
cleansrc:
rm -f *.h *.c Makefile
lint:
lint $(LINTFLAGS) $(SRCS)
psrcs:
echo $(PHDRS) $(PSRCS)
print:
print $(PHDRS) $(PSRCS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.