File:  [CSRG BSD Unix] / 43BSDTahoe / new / xns / examples / vpfile / 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/vpfile/Makefile,v 1.1.1.1 2018/04/24 16:12:58 root Exp $
#
# Copyright (c) 1986, 1987 Xerox Corporation.
#
# $Log: Makefile,v $
# Revision 1.1.1.1  2018/04/24 16:12:58  root
# BSD 4.3tahoe
#
# Revision 1.1  87/03/17  16:28:34  ed
# Initial revision
# 
# 
# 
# 

DESTDIR =
DESTBIN = ${DESTDIR}/usr/new

BINDIR = ../../bin
LIBDIR = ../../lib
MANDIR = ../../man
INCDIR = ../../include
COURIERDIR = ../../xnscourier


#CFLAGS= -O -g -I${INCDIR} -DXEROXFSCOMPATIBILITY
CFLAGS= -g -O -I${INCDIR} -DXEROXFSCOMPATIBILITY
LDFLAGS= -g
RCSREV=

ALL= vpfile

OBJS= vpfile.o

all: ${ALL}

vpfile:	${OBJS}
	${CC} ${LDFLAGS} ${OBJS} ${LIBDIR}/lib_filing.a \
		${LIBDIR}/libcourier.a ${LIBDIR}/lib_filing4.a \
		${LIBDIR}/libcourier.a \
		-o vpfile

clean:
	-rm -f *.o *.BAK *.CKP ${ALL}

rcs:
	rcs -l RCS/*
	cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

install: ${ALL}
	install -c -s vpfile ${BINDIR}/vpfile


unix.superglobalmegacorp.com

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