|
|
Initial revision
# $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/xns/examples/xnscreds/Makefile,v 1.1 2018/04/24 16:12:58 root Exp $
#
# Copyright (c) 1986, 1987 Xerox Corp.
#
# $Log: Makefile,v $
# Revision 1.1 2018/04/24 16:12:58 root
# Initial revision
#
# Revision 1.1 87/03/23 12:42:01 ed
# Initial revision
#
# Revision 1.1 87/03/23 12:41:20 ed
# Initial revision
#
#
DESTDIR =
DESTBIN = ${DESTDIR}/usr/new
DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
BINDIR = ../../bin
LIBDIR = ../../lib
MANDIR = ../../man
INCDIR = ../../include
COURIERDIR = ../../xnscourier
# directories
INCLUDE= ${INCDIR}/xnscourier
#CFLAGS= -O -g -I. -I${INCDIR}
CFLAGS= -g -O -I${INCDIR}
LDFLAGS= -g
RCSREV=
ALL= xnscreds
OBJS= xnscreds.o
xnscreds: ${OBJS}
${CC} ${LDFLAGS} ${OBJS} ${LIBDIR}/libcourier.a \
-o xnscreds
xnscreds.o: xnscreds.c ${INCLUDE}/Authentication2.h
clean:
-rm -f *.o *.BAK *.CKP xnscreds.o ${ALL}
rcs:
rcs -l RCS/*
cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
install: ${ALL}
install -c -s xnscreds ${BINDIR}/xnscreds
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.