|
|
1.1 root 1: # $Header: Makefile,v 1.1 87/03/17 16:28:34 ed Exp $
2: #
3: # Copyright (c) 1986, 1987 Xerox Corporation.
4: #
5: # $Log: Makefile,v $
6: # Revision 1.1 87/03/17 16:28:34 ed
7: # Initial revision
8: #
9: #
10: #
11: #
12:
13: DESTDIR =
14: DESTBIN = ${DESTDIR}/usr/new
15:
16: BINDIR = ../../bin
17: LIBDIR = ../../lib
18: MANDIR = ../../man
19: INCDIR = ../../include
20: COURIERDIR = ../../xnscourier
21:
22:
23: #CFLAGS= -O -g -I${INCDIR} -DXEROXFSCOMPATIBILITY
24: CFLAGS= -g -O -I${INCDIR} -DXEROXFSCOMPATIBILITY
25: LDFLAGS= -g
26: RCSREV=
27:
28: ALL= vpfile
29:
30: OBJS= vpfile.o
31:
32: all: ${ALL}
33:
34: vpfile: ${OBJS}
35: ${CC} ${LDFLAGS} ${OBJS} ${LIBDIR}/lib_filing.a \
36: ${LIBDIR}/libcourier.a ${LIBDIR}/lib_filing4.a \
37: ${LIBDIR}/libcourier.a \
38: -o vpfile
39:
40: clean:
41: -rm -f *.o *.BAK *.CKP ${ALL}
42:
43: rcs:
44: rcs -l RCS/*
45: cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
46:
47: install: ${ALL}
48: install -c -s vpfile ${BINDIR}/vpfile
49:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.