File:  [CSRG BSD Unix] / 43BSDTahoe / new / xns / examples / xnscreds / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

# $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/xns/examples/xnscreds/Makefile,v 1.1.1.1 2018/04/24 16:12:58 root Exp $
#
# Copyright (c) 1986, 1987 Xerox Corp.
#
# $Log: Makefile,v $
# Revision 1.1.1.1  2018/04/24 16:12:58  root
# BSD 4.3tahoe
#
# 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


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.