Lines Matching refs:lib
29 include ../Makefile.lib
46 MSGFILES= lib/canonusr.c lib/checkpw.c lib/client.c lib/common.c \
47 lib/external.c lib/server.c lib/seterror.c \
49 $(SRC)/lib/sasl_plugins/cram/cram.c \
50 $(SRC)/lib/sasl_plugins/digestmd5/digestmd5.c \
51 $(SRC)/lib/sasl_plugins/gssapi/gssapi.c \
52 $(SRC)/lib/sasl_plugins/plain/plain.c
87 lib/client.c+ \
88 lib/server.c+ \
89 lib/common.c+ \
90 lib/saslint.h+ \
94 < lib/client.c > lib/client.c+
95 $(MV) lib/client.c+ lib/client.c
98 < lib/server.c > lib/server.c+
99 $(MV) lib/server.c+ lib/server.c
102 < lib/common.c > lib/common.c+
103 $(MV) lib/common.c+ lib/common.c
106 < lib/saslint.h > lib/saslint.h+
107 $(MV) lib/saslint.h+ lib/saslint.h
118 lib/client.c \
119 lib/server.c \
120 lib/common.c \
121 lib/saslint.h \
125 $(RM) Makefile+ lib/common.c+
128 < lib/common.c | $(SED) -e "/EXPORT DELETE/d" \
129 > lib/common.c+
130 $(MV) lib/common.c+ lib/common.c
133 < lib/client.c | $(SED) -e "/EXPORT DELETE/d" \
134 > lib/client.c+
135 $(MV) lib/client.c+ lib/client.c
138 < lib/server.c | $(SED) -e "/EXPORT DELETE/d" \
139 > lib/server.c+
140 $(MV) lib/server.c+ lib/server.c
143 < lib/saslint.h | $(SED) -e "/EXPORT DELETE/d" \
144 > lib/saslint.h+
145 $(MV) lib/saslint.h+ lib/saslint.h
157 lib/client.c \
158 lib/server.c \
159 lib/common.c \
160 lib/saslint.h \