|
0
|
1 |
# Makefile.in generated automatically by automake 1.4a from Makefile.am
|
|
|
2 |
|
|
|
3 |
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
|
|
4 |
# This Makefile.in is free software; the Free Software Foundation
|
|
|
5 |
# gives unlimited permission to copy and/or distribute it,
|
|
|
6 |
# with or without modifications, as long as this notice is preserved.
|
|
|
7 |
|
|
|
8 |
# This program is distributed in the hope that it will be useful,
|
|
|
9 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
10 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
11 |
# PARTICULAR PURPOSE.
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
SHELL = @SHELL@
|
|
|
15 |
|
|
|
16 |
srcdir = @srcdir@
|
|
|
17 |
top_srcdir = @top_srcdir@
|
|
|
18 |
VPATH = @srcdir@
|
|
|
19 |
prefix = @prefix@
|
|
|
20 |
exec_prefix = @exec_prefix@
|
|
|
21 |
|
|
|
22 |
bindir = @bindir@
|
|
|
23 |
sbindir = @sbindir@
|
|
|
24 |
libexecdir = @libexecdir@
|
|
|
25 |
datadir = @datadir@
|
|
|
26 |
sysconfdir = @sysconfdir@
|
|
|
27 |
sharedstatedir = @sharedstatedir@
|
|
|
28 |
localstatedir = @localstatedir@
|
|
|
29 |
libdir = @libdir@
|
|
|
30 |
infodir = @infodir@
|
|
|
31 |
mandir = @mandir@
|
|
|
32 |
includedir = @includedir@
|
|
|
33 |
oldincludedir = /usr/include
|
|
|
34 |
|
|
|
35 |
DESTDIR =
|
|
|
36 |
|
|
|
37 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
38 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
39 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
40 |
|
|
|
41 |
top_builddir = ../..
|
|
|
42 |
|
|
|
43 |
ACLOCAL = @ACLOCAL@
|
|
|
44 |
AUTOCONF = @AUTOCONF@
|
|
|
45 |
AUTOMAKE = @AUTOMAKE@
|
|
|
46 |
AUTOHEADER = @AUTOHEADER@
|
|
|
47 |
|
|
|
48 |
INSTALL = @INSTALL@
|
|
|
49 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
50 |
INSTALL_DATA = @INSTALL_DATA@
|
|
|
51 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
52 |
INSTALL_STRIP_FLAG =
|
|
|
53 |
transform = @program_transform_name@
|
|
|
54 |
|
|
|
55 |
NORMAL_INSTALL = :
|
|
|
56 |
PRE_INSTALL = :
|
|
|
57 |
POST_INSTALL = :
|
|
|
58 |
NORMAL_UNINSTALL = :
|
|
|
59 |
PRE_UNINSTALL = :
|
|
|
60 |
POST_UNINSTALL = :
|
|
|
61 |
CC = @CC@
|
|
|
62 |
CDBPROGS = @CDBPROGS@
|
|
|
63 |
CDBSCRIPTS = @CDBSCRIPTS@
|
|
|
64 |
CXX = @CXX@
|
|
|
65 |
HTML2TXT = @HTML2TXT@
|
|
|
66 |
LN = @LN@
|
|
|
67 |
LYNX = @LYNX@
|
|
|
68 |
MAKEINFO = @MAKEINFO@
|
|
|
69 |
MKDIR = @MKDIR@
|
|
|
70 |
PACKAGE = @PACKAGE@
|
|
|
71 |
POD2HTML = @POD2HTML@
|
|
|
72 |
POD2MAN = @POD2MAN@
|
|
|
73 |
PYTHON = @PYTHON@
|
|
|
74 |
RANLIB = @RANLIB@
|
|
|
75 |
RM = @RM@
|
|
|
76 |
STRIP = @STRIP@
|
|
|
77 |
SUFFIXES = @SUFFIXES@
|
|
|
78 |
VERSION = @VERSION@
|
|
|
79 |
W3M = @W3M@
|
|
|
80 |
cgidir = @cgidir@
|
|
|
81 |
phpdir = @phpdir@
|
|
|
82 |
pythonlibdir = @pythonlibdir@
|
|
|
83 |
|
|
|
84 |
noinst_LIBRARIES = libauthmod.a
|
|
|
85 |
EXTRA_DIST = COPYING README auth.h authmod.h authwait.h
|
|
|
86 |
|
|
|
87 |
libauthmod_a_SOURCES = authexit.c authmod.c authmodfail.c chain.c changeuidgid.c copyargv.c success.c
|
|
|
88 |
|
|
|
89 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
90 |
CONFIG_HEADER = ../../config.h
|
|
|
91 |
CONFIG_CLEAN_FILES =
|
|
|
92 |
LIBRARIES = $(noinst_LIBRARIES)
|
|
|
93 |
|
|
|
94 |
|
|
|
95 |
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
|
96 |
CPPFLAGS = @CPPFLAGS@
|
|
|
97 |
LDFLAGS = @LDFLAGS@
|
|
|
98 |
LIBS = @LIBS@
|
|
|
99 |
libauthmod_a_LIBADD =
|
|
|
100 |
libauthmod_a_OBJECTS = authexit.o authmod.o authmodfail.o chain.o \
|
|
|
101 |
changeuidgid.o copyargv.o success.o
|
|
|
102 |
AR = ar
|
|
|
103 |
CFLAGS = @CFLAGS@
|
|
|
104 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
105 |
CCLD = $(CC)
|
|
|
106 |
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
107 |
DIST_COMMON = README COPYING Makefile.am Makefile.in
|
|
|
108 |
|
|
|
109 |
|
|
|
110 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
111 |
|
|
|
112 |
TAR = gtar
|
|
|
113 |
GZIP_ENV = --best
|
|
|
114 |
SOURCES = $(libauthmod_a_SOURCES)
|
|
|
115 |
OBJECTS = $(libauthmod_a_OBJECTS)
|
|
|
116 |
|
|
|
117 |
all: all-redirect
|
|
|
118 |
.SUFFIXES:
|
|
|
119 |
.SUFFIXES: .S .c .o .s @SUFFIXES@
|
|
|
120 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
121 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/courier-authlib/Makefile
|
|
|
122 |
|
|
|
123 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
124 |
cd $(top_builddir) \
|
|
|
125 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
126 |
|
|
|
127 |
|
|
|
128 |
mostlyclean-noinstLIBRARIES:
|
|
|
129 |
|
|
|
130 |
clean-noinstLIBRARIES:
|
|
|
131 |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
|
|
132 |
|
|
|
133 |
distclean-noinstLIBRARIES:
|
|
|
134 |
|
|
|
135 |
maintainer-clean-noinstLIBRARIES:
|
|
|
136 |
|
|
|
137 |
.c.o:
|
|
|
138 |
$(COMPILE) -c $<
|
|
|
139 |
|
|
|
140 |
.s.o:
|
|
|
141 |
$(COMPILE) -c $<
|
|
|
142 |
|
|
|
143 |
.S.o:
|
|
|
144 |
$(COMPILE) -c $<
|
|
|
145 |
|
|
|
146 |
mostlyclean-compile:
|
|
|
147 |
-rm -f *.o core *.core
|
|
|
148 |
|
|
|
149 |
clean-compile:
|
|
|
150 |
|
|
|
151 |
distclean-compile:
|
|
|
152 |
-rm -f *.tab.c
|
|
|
153 |
|
|
|
154 |
maintainer-clean-compile:
|
|
|
155 |
|
|
|
156 |
libauthmod.a: $(libauthmod_a_OBJECTS) $(libauthmod_a_DEPENDENCIES)
|
|
|
157 |
-rm -f libauthmod.a
|
|
|
158 |
$(AR) cru libauthmod.a $(libauthmod_a_OBJECTS) $(libauthmod_a_LIBADD)
|
|
|
159 |
$(RANLIB) libauthmod.a
|
|
|
160 |
|
|
|
161 |
tags: TAGS
|
|
|
162 |
|
|
|
163 |
ID: $(HEADERS) $(SOURCES) $(LISP)
|
|
|
164 |
list='$(SOURCES) $(HEADERS)'; \
|
|
|
165 |
unique=`for i in $$list; do echo $$i; done | \
|
|
|
166 |
awk ' { files[$$0] = 1; } \
|
|
|
167 |
END { for (i in files) print i; }'`; \
|
|
|
168 |
here=`pwd` && cd $(srcdir) \
|
|
|
169 |
&& mkid -f$$here/ID $$unique $(LISP)
|
|
|
170 |
|
|
|
171 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
|
|
172 |
tags=; \
|
|
|
173 |
here=`pwd`; \
|
|
|
174 |
list='$(SOURCES) $(HEADERS)'; \
|
|
|
175 |
unique=`for i in $$list; do echo $$i; done | \
|
|
|
176 |
awk ' { files[$$0] = 1; } \
|
|
|
177 |
END { for (i in files) print i; }'`; \
|
|
|
178 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
|
|
179 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
|
|
180 |
|
|
|
181 |
mostlyclean-tags:
|
|
|
182 |
|
|
|
183 |
clean-tags:
|
|
|
184 |
|
|
|
185 |
distclean-tags:
|
|
|
186 |
-rm -f TAGS ID
|
|
|
187 |
|
|
|
188 |
maintainer-clean-tags:
|
|
|
189 |
|
|
|
190 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
191 |
|
|
|
192 |
subdir = lib/courier-authlib
|
|
|
193 |
|
|
|
194 |
distdir: $(DISTFILES)
|
|
|
195 |
@for file in $(DISTFILES); do \
|
|
|
196 |
d=$(srcdir); \
|
|
|
197 |
if test -d $$d/$$file; then \
|
|
|
198 |
cp -pr $$d/$$file $(distdir)/$$file; \
|
|
|
199 |
else \
|
|
|
200 |
test -f $(distdir)/$$file \
|
|
|
201 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
202 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
|
203 |
fi; \
|
|
|
204 |
done
|
|
|
205 |
authexit.o: authexit.c
|
|
|
206 |
authmod.o: authmod.c auth.h ../../config.h authmod.h authwait.h
|
|
|
207 |
authmodclient.o: authmodclient.c authmod.h ../../config.h authwait.h
|
|
|
208 |
authmodfail.o: authmodfail.c auth.h ../../config.h authmod.h
|
|
|
209 |
authmoduser.o: authmoduser.c auth.h ../../config.h authmod.h authwait.h
|
|
|
210 |
authmoduser2.o: authmoduser2.c auth.h ../../config.h authmod.h \
|
|
|
211 |
authwait.h
|
|
|
212 |
authmoduser3.o: authmoduser3.c auth.h ../../config.h authmod.h
|
|
|
213 |
chain.o: chain.c ../../config.h auth.h
|
|
|
214 |
changeuidgid.o: changeuidgid.c ../../config.h auth.h
|
|
|
215 |
copyargv.o: copyargv.c ../../config.h auth.h
|
|
|
216 |
success.o: success.c auth.h ../../config.h
|
|
|
217 |
|
|
|
218 |
info-am:
|
|
|
219 |
info: info-am
|
|
|
220 |
dvi-am:
|
|
|
221 |
dvi: dvi-am
|
|
|
222 |
check-am: all-am
|
|
|
223 |
check: check-am
|
|
|
224 |
installcheck-am:
|
|
|
225 |
installcheck: installcheck-am
|
|
|
226 |
install-exec-am:
|
|
|
227 |
install-exec: install-exec-am
|
|
|
228 |
|
|
|
229 |
install-data-am:
|
|
|
230 |
install-data: install-data-am
|
|
|
231 |
|
|
|
232 |
install-am: all-am
|
|
|
233 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
234 |
install: install-am
|
|
|
235 |
uninstall-am:
|
|
|
236 |
uninstall: uninstall-am
|
|
|
237 |
all-am: Makefile $(LIBRARIES)
|
|
|
238 |
all-redirect: all-am
|
|
|
239 |
install-strip:
|
|
|
240 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
|
|
|
241 |
installdirs:
|
|
|
242 |
|
|
|
243 |
|
|
|
244 |
mostlyclean-generic:
|
|
|
245 |
|
|
|
246 |
clean-generic:
|
|
|
247 |
|
|
|
248 |
distclean-generic:
|
|
|
249 |
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
|
250 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
251 |
|
|
|
252 |
maintainer-clean-generic:
|
|
|
253 |
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
|
|
|
254 |
mostlyclean-tags mostlyclean-generic
|
|
|
255 |
|
|
|
256 |
mostlyclean: mostlyclean-am
|
|
|
257 |
|
|
|
258 |
clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
|
|
|
259 |
mostlyclean-am
|
|
|
260 |
|
|
|
261 |
clean: clean-am
|
|
|
262 |
|
|
|
263 |
distclean-am: distclean-noinstLIBRARIES distclean-compile \
|
|
|
264 |
distclean-tags distclean-generic clean-am
|
|
|
265 |
|
|
|
266 |
distclean: distclean-am
|
|
|
267 |
|
|
|
268 |
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
|
|
|
269 |
maintainer-clean-compile maintainer-clean-tags \
|
|
|
270 |
maintainer-clean-generic distclean-am
|
|
|
271 |
@echo "This command is intended for maintainers to use;"
|
|
|
272 |
@echo "it deletes files that may require special tools to rebuild."
|
|
|
273 |
|
|
|
274 |
maintainer-clean: maintainer-clean-am
|
|
|
275 |
|
|
|
276 |
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
|
|
|
277 |
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
|
|
|
278 |
mostlyclean-compile distclean-compile clean-compile \
|
|
|
279 |
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
|
|
|
280 |
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
|
|
|
281 |
check-am installcheck-am installcheck install-exec-am install-exec \
|
|
|
282 |
install-data-am install-data install-am install uninstall-am uninstall \
|
|
|
283 |
all-redirect all-am all installdirs mostlyclean-generic \
|
|
|
284 |
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
|
285 |
mostlyclean distclean maintainer-clean
|
|
|
286 |
|
|
|
287 |
|
|
|
288 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
289 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
290 |
.NOEXPORT:
|