|
|
1.1 root 1: # $Header: Makefile,v 1.2 87/04/01 13:51:36 ed Exp $
2: #
3: # $Log: Makefile,v $
4: # Revision 1.2 87/04/01 13:51:36 ed
5: # Redone for new directory structure.
6: #
7: # Revision 1.1 87/01/14 13:06:19 ed
8: # Initial revision
9: #
10: #
11: #
12:
13: DESTDIR =
14: DESTBIN = ${DESTDIR}/usr/new
15: DESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourier
16:
17: BINDIR = ../../bin
18: LIBDIR = ../../lib
19: MANDIR = ../../man
20: INCDIR = ../../include
21: COURIERDIR = ../../xnscourier
22:
23: #
24: # compile flags
25: # XEROXFSCOMPATIBILITY allows xnsftp use with Xerox File Servers until
26: # Filingsubset is implemented
27: # DEBUG debug output generated
28: #
29:
30: # directories
31: INCLUDE= ${INCDIR}/xnscourier
32:
33: #CFLAGS= -O -g -I${INCDIR} -DXEROXFSCOMPATIBILITY -DDEBUG
34: CFLAGS= -g -O -I${INCDIR} -DXEROXFSCOMPATIBILITY
35: LDFLAGS= -g
36: RCSREV=
37:
38: ALL= xnsftp
39:
40: OBJS= cmds.o cmdtab.o xnftp.o glob.o main.o
41:
42: all: ${ALL}
43:
44: #
45: # client
46: #
47:
48: xnsftp: ${OBJS}
49: ${CC} ${LDFLAGS} ${OBJS} ${LIBDIR}/lib_filing.a ${LIBDIR}/libcourier.a \
50: ${LIBDIR}/lib_filing4.a ${LIBDIR}/libcourier.a \
51: -o xnsftp
52:
53: xnftp.o attributes.o cmds.o cmdtab.o main.o errmsg.o: ftp_var.h \
54: ${INCLUDE}/FilingSubset1.h
55:
56: clean:
57: -rm -f *.o *.BAK *.CKP ${ALL}
58:
59: rcs:
60: rcs -l RCS/*
61: cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
62:
63: install: ${ALL}
64: install -c -s xnsftp ${BINDIR}/xnsftp
65:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.