summaryrefslogtreecommitdiff
path: root/lib/Imakefile
blob: 6dbe246870dcd4a8a07930ce8b9803ca50fc7e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/**/#	Copyright 1988, 1993 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Id$

#ifdef KERBEROS
K_O = krb_err.o ZFmtAuth.o
K_C = krb_err.c ZFmtAuth.c
#endif

OBJS =	${K_O} \
	zephyr_err.o \
	ZAsyncLocate.o \
	ZCkAuth.o \
	ZCkIfNot.o \
	ZClosePort.o \
	ZCmpUID.o \
	ZCmpUIDP.o \
	ZFlsLocs.o \
	ZFlsSubs.o \
	ZFmtList.o \
	ZFmtNotice.o \
	ZFmtRaw.o \
	ZFmtRawLst.o \
	ZFmtSmRLst.o \
	ZFmtSmRaw.o \
	ZFreeNot.o \
	ZGetLocs.o \
	ZGetSender.o \
	ZGetSubs.o \
	ZGetWGPort.o \
	ZIfNotice.o \
	ZInit.o \
	ZLocations.o \
	ZMakeAscii.o \
	ZMkAuth.o \
	ZNewLocU.o \
	ZOpenPort.o \
	ZParseNot.o \
	ZPeekIfNot.o \
	ZPeekNot.o \
	ZPeekPkt.o \
	ZPending.o \
	ZReadAscii.o \
	ZRecvNot.o \
	ZRecvPkt.o \
	ZRetSubs.o \
	ZSendList.o \
	ZSendNot.o \
	ZSendPkt.o \
	ZSendRaw.o \
	ZSendRLst.o \
	ZSetDest.o \
	ZSetFD.o \
	ZSetSrv.o \
	ZSubs.o \
	ZVariables.o \
	ZWait4Not.o \
	Zinternal.o \
	acl_files.o

SRCS =	${K_C} \
	zephyr_err.c \
	ZAsyncLocate.c \
	ZCkAuth.c \
	ZCkIfNot.c \
	ZClosePort.c \
	ZCmpUID.c \
	ZCmpUIDP.c \
	ZFlsLocs.c \
	ZFlsSubs.c \
	ZFmtList.c \
	ZFmtNotice.c \
	ZFmtRaw.c \
	ZFmtRawLst.c \
	ZFmtSmRLst.c \
	ZFmtSmRaw.c \
	ZFreeNot.c \
	ZGetLocs.c \
	ZGetSender.c \
	ZGetSubs.c \
	ZGetWGPort.c \
	ZIfNotice.c \
	ZInit.c \
	ZLocations.c \
	ZMakeAscii.c \
	ZMkAuth.c \
	ZNewLocU.c \
	ZOpenPort.c \
	ZParseNot.c \
	ZPeekIfNot.c \
	ZPeekNot.c \
	ZPeekPkt.c \
	ZPending.c \
	ZReadAscii.c \
	ZRecvNot.c \
	ZRecvPkt.c \
	ZRetSubs.c \
	ZSendList.c \
	ZSendNot.c \
	ZSendPkt.c \
	ZSendRaw.c \
	ZSendRLst.c \
	ZSetDest.c \
	ZSetFD.c \
	ZSetSrv.c \
	ZSubs.c \
	ZVariables.c \
	ZWait4Not.c \
	Zinternal.c \
	acl_files.c

SimpleLibrary(zephyr,$(OBJS),$(ATHLIBDIR))
create_depend($(SRCS))

install_man(zephyr.1,zephyr.1)

make_err(zephyr_err)

#ifdef KERBEROS
make_err(krb_err)
install_file($(BINC)/zephyr/krb_err.h,$(ZINCDIR)/krb_err.h)
#endif

create_dir($(ZINCDIR))
install_file($(BINC)/zephyr/zephyr.h,$(ZINCDIR)/zephyr.h)
install_file($(BINC)/zephyr/zephyr_conf.h,$(ZINCDIR)/zephyr_conf.h)
install_file($(BINC)/zephyr/zephyr_paths.h,$(ZINCDIR)/zephyr_paths.h)
install_file($(BINC)/zephyr/zephyr_internal.h,$(ZINCDIR)/zephyr_internal.h)
install_file($(BINC)/zephyr/zephyr_err.h,$(ZINCDIR)/zephyr_err.h)
install_file($(BINC)/zephyr/mit-copyright.h,$(ZINCDIR)/mit-copyright.h)