|
|
1.1 root 1: # $Header: Makefile,v 1.4 87/01/05 12:00:18 ed Exp $
2: # $Log: Makefile,v $
3: # Revision 1.4 87/01/05 12:00:18 ed
4: # Webster version -- make versus make install
5: #
6: # Revision 1.4 87/01/05 12:00:18 ed
7: # Updated to new directory structure
8: #
9: # Revision 1.3 86/07/29 06:36:04 root
10: # add cleanup entry
11: #
12: # Revision 1.2 86/06/29 07:12:54 jqj
13: # removed ns_ntoa(), since it's not a libc routine.
14: #
15: # Revision 1.1 86/06/27 13:14:34 jqj
16: # Initial revision
17: #
18: #
19:
20: DESTDIR =
21: DESTBIN = ${DESTDIR}/usr/new
22: DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
23:
24: BINDIR = ../../bin
25: LIBDIR = ../../lib
26: MANDIR = ../../man
27: INCDIR = ../../include
28: COURIERDIR = ../../xnscourier
29:
30: #CFLAGS= -g -DDEBUG -I${INCDIR}
31: CFLAGS= -O -I${INCDIR}
32: RCSREV=
33: RCSNAME=current
34: SRCS= xnsbfs.c bfsgetdoms.c
35: OBJS= xnsbfs.o bfsgetdoms.o
36:
37: xnsbfs: ${OBJS}
38: ${CC} ${LDFLAGS} -o xnsbfs ${OBJS} ${LIBDIR}/libcourier.a
39:
40: xnsbfs.o: pex.h
41:
42: install: xnsbfs
43: install -s -c xnsbfs ${BINDIR}
44:
45: clean:
46: rm -f xnsbfs *.o *.BAK
47: rm -f xnsbfs *.o
48:
49: rcs:
50: rcs -l RCS/*
51: cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.