1 | # Makefile.in generated automatically by automake 1.4 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 | # Makefile.am for the SASL utilities |
---|
14 | # Rob Earhart |
---|
15 | # |
---|
16 | ################################################################ |
---|
17 | # Copyright (c) 2000 Carnegie Mellon University. All rights reserved. |
---|
18 | # |
---|
19 | # Redistribution and use in source and binary forms, with or without |
---|
20 | # modification, are permitted provided that the following conditions |
---|
21 | # are met: |
---|
22 | # |
---|
23 | # 1. Redistributions of source code must retain the above copyright |
---|
24 | # notice, this list of conditions and the following disclaimer. |
---|
25 | # |
---|
26 | # 2. Redistributions in binary form must reproduce the above copyright |
---|
27 | # notice, this list of conditions and the following disclaimer in |
---|
28 | # the documentation and/or other materials provided with the |
---|
29 | # distribution. |
---|
30 | # |
---|
31 | # 3. The name "Carnegie Mellon University" must not be used to |
---|
32 | # endorse or promote products derived from this software without |
---|
33 | # prior written permission. For permission or any other legal |
---|
34 | # details, please contact |
---|
35 | # Office of Technology Transfer |
---|
36 | # Carnegie Mellon University |
---|
37 | # 5000 Forbes Avenue |
---|
38 | # Pittsburgh, PA 15213-3890 |
---|
39 | # (412) 268-4387, fax: (412) 268-7395 |
---|
40 | # tech-transfer@andrew.cmu.edu |
---|
41 | # |
---|
42 | # 4. Redistributions of any form whatsoever must retain the following |
---|
43 | # acknowledgment: |
---|
44 | # "This product includes software developed by Computing Services |
---|
45 | # at Carnegie Mellon University (http://www.cmu.edu/computing/)." |
---|
46 | # |
---|
47 | # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO |
---|
48 | # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
---|
49 | # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE |
---|
50 | # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
---|
51 | # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN |
---|
52 | # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING |
---|
53 | # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
---|
54 | # |
---|
55 | ################################################################ |
---|
56 | |
---|
57 | |
---|
58 | SHELL = @SHELL@ |
---|
59 | |
---|
60 | srcdir = @srcdir@ |
---|
61 | top_srcdir = @top_srcdir@ |
---|
62 | VPATH = @srcdir@ |
---|
63 | prefix = @prefix@ |
---|
64 | exec_prefix = @exec_prefix@ |
---|
65 | |
---|
66 | bindir = @bindir@ |
---|
67 | sbindir = @sbindir@ |
---|
68 | libexecdir = @libexecdir@ |
---|
69 | datadir = @datadir@ |
---|
70 | sysconfdir = @sysconfdir@ |
---|
71 | sharedstatedir = @sharedstatedir@ |
---|
72 | localstatedir = @localstatedir@ |
---|
73 | libdir = @libdir@ |
---|
74 | infodir = @infodir@ |
---|
75 | mandir = @mandir@ |
---|
76 | includedir = @includedir@ |
---|
77 | oldincludedir = /usr/include |
---|
78 | |
---|
79 | DESTDIR = |
---|
80 | |
---|
81 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
82 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
83 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
84 | |
---|
85 | top_builddir = .. |
---|
86 | |
---|
87 | ACLOCAL = @ACLOCAL@ |
---|
88 | AUTOCONF = @AUTOCONF@ |
---|
89 | AUTOMAKE = @AUTOMAKE@ |
---|
90 | AUTOHEADER = @AUTOHEADER@ |
---|
91 | |
---|
92 | INSTALL = @INSTALL@ |
---|
93 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
---|
94 | INSTALL_DATA = @INSTALL_DATA@ |
---|
95 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
96 | transform = @program_transform_name@ |
---|
97 | |
---|
98 | NORMAL_INSTALL = : |
---|
99 | PRE_INSTALL = : |
---|
100 | POST_INSTALL = : |
---|
101 | NORMAL_UNINSTALL = : |
---|
102 | PRE_UNINSTALL = : |
---|
103 | POST_UNINSTALL = : |
---|
104 | host_alias = @host_alias@ |
---|
105 | host_triplet = @host@ |
---|
106 | AFS_CLIENT_LIBS = @AFS_CLIENT_LIBS@ |
---|
107 | AFS_CLIENT_LIBS_STATIC = @AFS_CLIENT_LIBS_STATIC@ |
---|
108 | AFS_INC_FLAGS = @AFS_INC_FLAGS@ |
---|
109 | AFS_KTC_LIBS = @AFS_KTC_LIBS@ |
---|
110 | AFS_KTC_LIBS_STATIC = @AFS_KTC_LIBS_STATIC@ |
---|
111 | AFS_LIBAUDIT = @AFS_LIBAUDIT@ |
---|
112 | AFS_LIBDES = @AFS_LIBDES@ |
---|
113 | AFS_LIBDESA = @AFS_LIBDESA@ |
---|
114 | AFS_LIB_FLAGS = @AFS_LIB_FLAGS@ |
---|
115 | AFS_RX_LIBS = @AFS_RX_LIBS@ |
---|
116 | AFS_TOP_DIR = @AFS_TOP_DIR@ |
---|
117 | AS = @AS@ |
---|
118 | AWK = @AWK@ |
---|
119 | CC = @CC@ |
---|
120 | CPP = @CPP@ |
---|
121 | DB_INC_FLAGS = @DB_INC_FLAGS@ |
---|
122 | DB_LIB_FLAGS = @DB_LIB_FLAGS@ |
---|
123 | DIRS = @DIRS@ |
---|
124 | DLLTOOL = @DLLTOOL@ |
---|
125 | DMALLOC_LIBS = @DMALLOC_LIBS@ |
---|
126 | DYNSASLFLAGS = @DYNSASLFLAGS@ |
---|
127 | GETADDRINFOOBJS = @GETADDRINFOOBJS@ |
---|
128 | GETNAMEINFOOBJS = @GETNAMEINFOOBJS@ |
---|
129 | GETSUBOPT = @GETSUBOPT@ |
---|
130 | GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@ |
---|
131 | GSSAPI_LIBS = @GSSAPI_LIBS@ |
---|
132 | IPCTYPE = @IPCTYPE@ |
---|
133 | JAVAC = @JAVAC@ |
---|
134 | JAVADOC = @JAVADOC@ |
---|
135 | JAVAH = @JAVAH@ |
---|
136 | JAVAROOT = @JAVAROOT@ |
---|
137 | JAVA_INCLUDES = @JAVA_INCLUDES@ |
---|
138 | KRB_INC_FLAGS = @KRB_INC_FLAGS@ |
---|
139 | KRB_LIB_FLAGS = @KRB_LIB_FLAGS@ |
---|
140 | LIBOBJS = @LIBOBJS@ |
---|
141 | LIBSSL_INC_DIR = @LIBSSL_INC_DIR@ |
---|
142 | LIBSSL_INC_FLAGS = @LIBSSL_INC_FLAGS@ |
---|
143 | LIBSSL_LIB_DIR = @LIBSSL_LIB_DIR@ |
---|
144 | LIBSSL_LIB_FLAGS = @LIBSSL_LIB_FLAGS@ |
---|
145 | LIBTOOL = @LIBTOOL@ |
---|
146 | LIB_CRYPT = @LIB_CRYPT@ |
---|
147 | LIB_DES = @LIB_DES@ |
---|
148 | LIB_DYN_SASL = @LIB_DYN_SASL@ |
---|
149 | LIB_MYSQL = @LIB_MYSQL@ |
---|
150 | LIB_PAM = @LIB_PAM@ |
---|
151 | LIB_SASL = @LIB_SASL@ |
---|
152 | LIB_SOCKET = @LIB_SOCKET@ |
---|
153 | LN_S = @LN_S@ |
---|
154 | LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@ |
---|
155 | LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@ |
---|
156 | LTLIBOBJS = @LTLIBOBJS@ |
---|
157 | LTSNPRINTFOBJS = @LTSNPRINTFOBJS@ |
---|
158 | MAKEINFO = @MAKEINFO@ |
---|
159 | NM = @NM@ |
---|
160 | NTLM_LIBS = @NTLM_LIBS@ |
---|
161 | OBJDUMP = @OBJDUMP@ |
---|
162 | OTP_LIBS = @OTP_LIBS@ |
---|
163 | PACKAGE = @PACKAGE@ |
---|
164 | PLAIN_LIBS = @PLAIN_LIBS@ |
---|
165 | PURECOV = @PURECOV@ |
---|
166 | PURIFY = @PURIFY@ |
---|
167 | PWCHECKMETH = @PWCHECKMETH@ |
---|
168 | RANLIB = @RANLIB@ |
---|
169 | RPATH = @RPATH@ |
---|
170 | SASLFLAGS = @SASLFLAGS@ |
---|
171 | SASL_DB_BACKEND = @SASL_DB_BACKEND@ |
---|
172 | SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@ |
---|
173 | SASL_DB_INC = @SASL_DB_INC@ |
---|
174 | SASL_DB_LIB = @SASL_DB_LIB@ |
---|
175 | SASL_DB_MANS = @SASL_DB_MANS@ |
---|
176 | SASL_DB_UTILS = @SASL_DB_UTILS@ |
---|
177 | SASL_DL_LIB = @SASL_DL_LIB@ |
---|
178 | SASL_KRB_LIB = @SASL_KRB_LIB@ |
---|
179 | SASL_MECHS = @SASL_MECHS@ |
---|
180 | SASL_STATIC_LIBS = @SASL_STATIC_LIBS@ |
---|
181 | SASL_STATIC_OBJS = @SASL_STATIC_OBJS@ |
---|
182 | SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@ |
---|
183 | SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@ |
---|
184 | SFIO_INC_FLAGS = @SFIO_INC_FLAGS@ |
---|
185 | SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@ |
---|
186 | SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@ |
---|
187 | SNPRINTFOBJS = @SNPRINTFOBJS@ |
---|
188 | SRP_LIBS = @SRP_LIBS@ |
---|
189 | VERSION = @VERSION@ |
---|
190 | plugindir = @plugindir@ |
---|
191 | |
---|
192 | all_sasl_libs = ../lib/libsasl2.la $(SASL_DB_LIB) $(LIB_SOCKET) |
---|
193 | all_sasl_static_libs = ../lib/.libs/libsasl2.a $(SASL_DB_LIB) $(LIB_SOCKET) $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(SASL_KRB_LIB) $(LIB_DES) $(PLAIN_LIBS) $(SRP_LIBS) $(LIB_MYSQL) |
---|
194 | |
---|
195 | sbin_PROGRAMS = @SASL_DB_UTILS@ @SMTPTEST_PROGRAM@ |
---|
196 | EXTRA_PROGRAMS = saslpasswd2 sasldblistusers2 testsuite testsuitestatic smtptest |
---|
197 | |
---|
198 | noinst_PROGRAMS = dbconverter-2 |
---|
199 | |
---|
200 | man_MANS = @SASL_DB_MANS@ |
---|
201 | EXTRA_MANS = saslpasswd2.8 sasldblistusers2.8 |
---|
202 | |
---|
203 | saslpasswd2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs) |
---|
204 | saslpasswd2_SOURCES = saslpasswd.c |
---|
205 | sasldblistusers2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs) |
---|
206 | sasldblistusers2_SOURCES = sasldblistusers.c |
---|
207 | dbconverter_2_LDADD = ../sasldb/libsasldb.la $(all_sasl_libs) |
---|
208 | |
---|
209 | testsuite_LDADD = $(all_sasl_libs) @DMALLOC_LIBS@ |
---|
210 | |
---|
211 | CLEANFILES = $(EXTRA_PROGRAMS) |
---|
212 | |
---|
213 | testsuitestatic_SOURCES = testsuite.c |
---|
214 | testsuitestatic_LDADD = $(all_sasl_static_libs) @DMALLOC_LIBS@ |
---|
215 | testsuitestatic_DEPENDENCIES = ../lib/.libs/libsasl2.a |
---|
216 | |
---|
217 | smtptest_SOURCES = |
---|
218 | smtptest_DEPENDENCIES = ./smtptest.lo ./libsfsasl2.la |
---|
219 | smtptest_LDADD = ./smtptest.lo ./libsfsasl2.la @SFIO_LIB_FLAGS@ @DMALLOC_LIBS@ $(all_sasl_libs) |
---|
220 | |
---|
221 | saslincludedir = $(includedir)/sasl |
---|
222 | |
---|
223 | saslinclude_HEADERS = @SASL_UTIL_HEADERS_EXTRA@ |
---|
224 | EXTRA_HEADERS = sfsasl.h |
---|
225 | |
---|
226 | # Note: we explicitly do *not* link to libsfio, as people will need to |
---|
227 | # link to that anyway if they want to use this. |
---|
228 | lib_LTLIBRARIES = @SASL_UTIL_LIBS_EXTRA@ |
---|
229 | EXTRA_LTLIBRARIES = libsfsasl2.la |
---|
230 | libsfsasl2_la_SOURCES = |
---|
231 | libsfsasl2_la_LIBADD = sfsasl.lo |
---|
232 | libsfsasl2_la_LDFLAGS = -version-info 1:0:0 -export-dynamic -rpath $(libdir) |
---|
233 | |
---|
234 | INCLUDES = -I$(top_srcdir)/include @SASL_DB_INC@ |
---|
235 | EXTRA_DIST = saslpasswd2.8 sasldblistusers2.8 sfsasl.h sfsasl.c smtptest.c testsuite.c |
---|
236 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
---|
237 | CONFIG_HEADER = ../config.h |
---|
238 | CONFIG_CLEAN_FILES = |
---|
239 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
240 | |
---|
241 | |
---|
242 | DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
---|
243 | CPPFLAGS = @CPPFLAGS@ |
---|
244 | LDFLAGS = @LDFLAGS@ |
---|
245 | LIBS = @LIBS@ |
---|
246 | libsfsasl2_la_DEPENDENCIES = sfsasl.lo |
---|
247 | libsfsasl2_la_OBJECTS = |
---|
248 | PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS) |
---|
249 | |
---|
250 | saslpasswd2_OBJECTS = saslpasswd.o |
---|
251 | saslpasswd2_DEPENDENCIES = ../sasldb/libsasldb.la ../lib/libsasl2.la |
---|
252 | saslpasswd2_LDFLAGS = |
---|
253 | sasldblistusers2_OBJECTS = sasldblistusers.o |
---|
254 | sasldblistusers2_DEPENDENCIES = ../sasldb/libsasldb.la \ |
---|
255 | ../lib/libsasl2.la |
---|
256 | sasldblistusers2_LDFLAGS = |
---|
257 | testsuite_SOURCES = testsuite.c |
---|
258 | testsuite_OBJECTS = testsuite.o |
---|
259 | testsuite_DEPENDENCIES = ../lib/libsasl2.la |
---|
260 | testsuite_LDFLAGS = |
---|
261 | testsuitestatic_OBJECTS = testsuite.o |
---|
262 | testsuitestatic_LDFLAGS = |
---|
263 | smtptest_OBJECTS = |
---|
264 | smtptest_LDFLAGS = |
---|
265 | dbconverter_2_SOURCES = dbconverter-2.c |
---|
266 | dbconverter_2_OBJECTS = dbconverter-2.o |
---|
267 | dbconverter_2_DEPENDENCIES = ../sasldb/libsasldb.la ../lib/libsasl2.la |
---|
268 | dbconverter_2_LDFLAGS = |
---|
269 | CFLAGS = @CFLAGS@ |
---|
270 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
271 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
272 | CCLD = $(CC) |
---|
273 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
---|
274 | MANS = $(man_MANS) |
---|
275 | |
---|
276 | NROFF = nroff |
---|
277 | HEADERS = $(saslinclude_HEADERS) |
---|
278 | |
---|
279 | DIST_COMMON = Makefile.am Makefile.in |
---|
280 | |
---|
281 | |
---|
282 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
283 | |
---|
284 | TAR = gtar |
---|
285 | GZIP_ENV = --best |
---|
286 | SOURCES = $(libsfsasl2_la_SOURCES) $(saslpasswd2_SOURCES) $(sasldblistusers2_SOURCES) testsuite.c $(testsuitestatic_SOURCES) $(smtptest_SOURCES) dbconverter-2.c |
---|
287 | OBJECTS = $(libsfsasl2_la_OBJECTS) $(saslpasswd2_OBJECTS) $(sasldblistusers2_OBJECTS) testsuite.o $(testsuitestatic_OBJECTS) $(smtptest_OBJECTS) dbconverter-2.o |
---|
288 | |
---|
289 | all: all-redirect |
---|
290 | .SUFFIXES: |
---|
291 | .SUFFIXES: .S .c .lo .o .s |
---|
292 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
293 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps utils/Makefile |
---|
294 | |
---|
295 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
296 | cd $(top_builddir) \ |
---|
297 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
298 | |
---|
299 | |
---|
300 | mostlyclean-libLTLIBRARIES: |
---|
301 | |
---|
302 | clean-libLTLIBRARIES: |
---|
303 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
304 | |
---|
305 | distclean-libLTLIBRARIES: |
---|
306 | |
---|
307 | maintainer-clean-libLTLIBRARIES: |
---|
308 | |
---|
309 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
310 | @$(NORMAL_INSTALL) |
---|
311 | $(mkinstalldirs) $(DESTDIR)$(libdir) |
---|
312 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
313 | if test -f $$p; then \ |
---|
314 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ |
---|
315 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ |
---|
316 | else :; fi; \ |
---|
317 | done |
---|
318 | |
---|
319 | uninstall-libLTLIBRARIES: |
---|
320 | @$(NORMAL_UNINSTALL) |
---|
321 | list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
322 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ |
---|
323 | done |
---|
324 | |
---|
325 | .c.o: |
---|
326 | $(COMPILE) -c $< |
---|
327 | |
---|
328 | .s.o: |
---|
329 | $(COMPILE) -c $< |
---|
330 | |
---|
331 | .S.o: |
---|
332 | $(COMPILE) -c $< |
---|
333 | |
---|
334 | mostlyclean-compile: |
---|
335 | -rm -f *.o core *.core |
---|
336 | |
---|
337 | clean-compile: |
---|
338 | |
---|
339 | distclean-compile: |
---|
340 | -rm -f *.tab.c |
---|
341 | |
---|
342 | maintainer-clean-compile: |
---|
343 | |
---|
344 | .c.lo: |
---|
345 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
346 | |
---|
347 | .s.lo: |
---|
348 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
349 | |
---|
350 | .S.lo: |
---|
351 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
352 | |
---|
353 | mostlyclean-libtool: |
---|
354 | -rm -f *.lo |
---|
355 | |
---|
356 | clean-libtool: |
---|
357 | -rm -rf .libs _libs |
---|
358 | |
---|
359 | distclean-libtool: |
---|
360 | |
---|
361 | maintainer-clean-libtool: |
---|
362 | |
---|
363 | libsfsasl2.la: $(libsfsasl2_la_OBJECTS) $(libsfsasl2_la_DEPENDENCIES) |
---|
364 | $(LINK) $(libsfsasl2_la_LDFLAGS) $(libsfsasl2_la_OBJECTS) $(libsfsasl2_la_LIBADD) $(LIBS) |
---|
365 | |
---|
366 | mostlyclean-noinstPROGRAMS: |
---|
367 | |
---|
368 | clean-noinstPROGRAMS: |
---|
369 | -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) |
---|
370 | |
---|
371 | distclean-noinstPROGRAMS: |
---|
372 | |
---|
373 | maintainer-clean-noinstPROGRAMS: |
---|
374 | |
---|
375 | mostlyclean-sbinPROGRAMS: |
---|
376 | |
---|
377 | clean-sbinPROGRAMS: |
---|
378 | -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) |
---|
379 | |
---|
380 | distclean-sbinPROGRAMS: |
---|
381 | |
---|
382 | maintainer-clean-sbinPROGRAMS: |
---|
383 | |
---|
384 | install-sbinPROGRAMS: $(sbin_PROGRAMS) |
---|
385 | @$(NORMAL_INSTALL) |
---|
386 | $(mkinstalldirs) $(DESTDIR)$(sbindir) |
---|
387 | @list='$(sbin_PROGRAMS)'; for p in $$list; do \ |
---|
388 | if test -f $$p; then \ |
---|
389 | echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ |
---|
390 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
---|
391 | else :; fi; \ |
---|
392 | done |
---|
393 | |
---|
394 | uninstall-sbinPROGRAMS: |
---|
395 | @$(NORMAL_UNINSTALL) |
---|
396 | list='$(sbin_PROGRAMS)'; for p in $$list; do \ |
---|
397 | rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
---|
398 | done |
---|
399 | |
---|
400 | saslpasswd2: $(saslpasswd2_OBJECTS) $(saslpasswd2_DEPENDENCIES) |
---|
401 | @rm -f saslpasswd2 |
---|
402 | $(LINK) $(saslpasswd2_LDFLAGS) $(saslpasswd2_OBJECTS) $(saslpasswd2_LDADD) $(LIBS) |
---|
403 | |
---|
404 | sasldblistusers2: $(sasldblistusers2_OBJECTS) $(sasldblistusers2_DEPENDENCIES) |
---|
405 | @rm -f sasldblistusers2 |
---|
406 | $(LINK) $(sasldblistusers2_LDFLAGS) $(sasldblistusers2_OBJECTS) $(sasldblistusers2_LDADD) $(LIBS) |
---|
407 | |
---|
408 | testsuite: $(testsuite_OBJECTS) $(testsuite_DEPENDENCIES) |
---|
409 | @rm -f testsuite |
---|
410 | $(LINK) $(testsuite_LDFLAGS) $(testsuite_OBJECTS) $(testsuite_LDADD) $(LIBS) |
---|
411 | |
---|
412 | testsuitestatic: $(testsuitestatic_OBJECTS) $(testsuitestatic_DEPENDENCIES) |
---|
413 | @rm -f testsuitestatic |
---|
414 | $(LINK) $(testsuitestatic_LDFLAGS) $(testsuitestatic_OBJECTS) $(testsuitestatic_LDADD) $(LIBS) |
---|
415 | |
---|
416 | smtptest: $(smtptest_OBJECTS) $(smtptest_DEPENDENCIES) |
---|
417 | @rm -f smtptest |
---|
418 | $(LINK) $(smtptest_LDFLAGS) $(smtptest_OBJECTS) $(smtptest_LDADD) $(LIBS) |
---|
419 | |
---|
420 | dbconverter-2: $(dbconverter_2_OBJECTS) $(dbconverter_2_DEPENDENCIES) |
---|
421 | @rm -f dbconverter-2 |
---|
422 | $(LINK) $(dbconverter_2_LDFLAGS) $(dbconverter_2_OBJECTS) $(dbconverter_2_LDADD) $(LIBS) |
---|
423 | install-man: $(MANS) |
---|
424 | @$(NORMAL_INSTALL) |
---|
425 | $(MAKE) $(AM_MAKEFLAGS) |
---|
426 | uninstall-man: |
---|
427 | @$(NORMAL_UNINSTALL) |
---|
428 | $(MAKE) $(AM_MAKEFLAGS) |
---|
429 | |
---|
430 | install-saslincludeHEADERS: $(saslinclude_HEADERS) |
---|
431 | @$(NORMAL_INSTALL) |
---|
432 | $(mkinstalldirs) $(DESTDIR)$(saslincludedir) |
---|
433 | @list='$(saslinclude_HEADERS)'; for p in $$list; do \ |
---|
434 | if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ |
---|
435 | echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(saslincludedir)/$$p"; \ |
---|
436 | $(INSTALL_DATA) $$d$$p $(DESTDIR)$(saslincludedir)/$$p; \ |
---|
437 | done |
---|
438 | |
---|
439 | uninstall-saslincludeHEADERS: |
---|
440 | @$(NORMAL_UNINSTALL) |
---|
441 | list='$(saslinclude_HEADERS)'; for p in $$list; do \ |
---|
442 | rm -f $(DESTDIR)$(saslincludedir)/$$p; \ |
---|
443 | done |
---|
444 | |
---|
445 | tags: TAGS |
---|
446 | |
---|
447 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
448 | list='$(SOURCES) $(HEADERS)'; \ |
---|
449 | unique=`for i in $$list; do echo $$i; done | \ |
---|
450 | awk ' { files[$$0] = 1; } \ |
---|
451 | END { for (i in files) print i; }'`; \ |
---|
452 | here=`pwd` && cd $(srcdir) \ |
---|
453 | && mkid -f$$here/ID $$unique $(LISP) |
---|
454 | |
---|
455 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
---|
456 | tags=; \ |
---|
457 | here=`pwd`; \ |
---|
458 | list='$(SOURCES) $(HEADERS)'; \ |
---|
459 | unique=`for i in $$list; do echo $$i; done | \ |
---|
460 | awk ' { files[$$0] = 1; } \ |
---|
461 | END { for (i in files) print i; }'`; \ |
---|
462 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
---|
463 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
---|
464 | |
---|
465 | mostlyclean-tags: |
---|
466 | |
---|
467 | clean-tags: |
---|
468 | |
---|
469 | distclean-tags: |
---|
470 | -rm -f TAGS ID |
---|
471 | |
---|
472 | maintainer-clean-tags: |
---|
473 | |
---|
474 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
475 | |
---|
476 | subdir = utils |
---|
477 | |
---|
478 | distdir: $(DISTFILES) |
---|
479 | @for file in $(DISTFILES); do \ |
---|
480 | d=$(srcdir); \ |
---|
481 | if test -d $$d/$$file; then \ |
---|
482 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
483 | else \ |
---|
484 | test -f $(distdir)/$$file \ |
---|
485 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
486 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
487 | fi; \ |
---|
488 | done |
---|
489 | info-am: |
---|
490 | info: info-am |
---|
491 | dvi-am: |
---|
492 | dvi: dvi-am |
---|
493 | check-am: all-am |
---|
494 | check: check-am |
---|
495 | installcheck-am: |
---|
496 | installcheck: installcheck-am |
---|
497 | install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS |
---|
498 | install-exec: install-exec-am |
---|
499 | |
---|
500 | install-data-am: install-man install-saslincludeHEADERS |
---|
501 | install-data: install-data-am |
---|
502 | |
---|
503 | install-am: all-am |
---|
504 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
505 | install: install-am |
---|
506 | uninstall-am: uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS \ |
---|
507 | uninstall-man uninstall-saslincludeHEADERS |
---|
508 | uninstall: uninstall-am |
---|
509 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) |
---|
510 | all-redirect: all-am |
---|
511 | install-strip: |
---|
512 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
513 | installdirs: |
---|
514 | $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(sbindir) \ |
---|
515 | $(DESTDIR)$(saslincludedir) |
---|
516 | |
---|
517 | |
---|
518 | mostlyclean-generic: |
---|
519 | |
---|
520 | clean-generic: |
---|
521 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
522 | |
---|
523 | distclean-generic: |
---|
524 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
525 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
526 | |
---|
527 | maintainer-clean-generic: |
---|
528 | mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ |
---|
529 | mostlyclean-libtool mostlyclean-noinstPROGRAMS \ |
---|
530 | mostlyclean-sbinPROGRAMS mostlyclean-tags \ |
---|
531 | mostlyclean-generic |
---|
532 | |
---|
533 | mostlyclean: mostlyclean-am |
---|
534 | |
---|
535 | clean-am: clean-libLTLIBRARIES clean-compile clean-libtool \ |
---|
536 | clean-noinstPROGRAMS clean-sbinPROGRAMS clean-tags \ |
---|
537 | clean-generic mostlyclean-am |
---|
538 | |
---|
539 | clean: clean-am |
---|
540 | |
---|
541 | distclean-am: distclean-libLTLIBRARIES distclean-compile \ |
---|
542 | distclean-libtool distclean-noinstPROGRAMS \ |
---|
543 | distclean-sbinPROGRAMS distclean-tags distclean-generic \ |
---|
544 | clean-am |
---|
545 | -rm -f libtool |
---|
546 | |
---|
547 | distclean: distclean-am |
---|
548 | |
---|
549 | maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ |
---|
550 | maintainer-clean-compile maintainer-clean-libtool \ |
---|
551 | maintainer-clean-noinstPROGRAMS \ |
---|
552 | maintainer-clean-sbinPROGRAMS maintainer-clean-tags \ |
---|
553 | maintainer-clean-generic distclean-am |
---|
554 | @echo "This command is intended for maintainers to use;" |
---|
555 | @echo "it deletes files that may require special tools to rebuild." |
---|
556 | |
---|
557 | maintainer-clean: maintainer-clean-am |
---|
558 | |
---|
559 | .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ |
---|
560 | clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ |
---|
561 | uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ |
---|
562 | distclean-compile clean-compile maintainer-clean-compile \ |
---|
563 | mostlyclean-libtool distclean-libtool clean-libtool \ |
---|
564 | maintainer-clean-libtool mostlyclean-noinstPROGRAMS \ |
---|
565 | distclean-noinstPROGRAMS clean-noinstPROGRAMS \ |
---|
566 | maintainer-clean-noinstPROGRAMS mostlyclean-sbinPROGRAMS \ |
---|
567 | distclean-sbinPROGRAMS clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS \ |
---|
568 | uninstall-sbinPROGRAMS install-sbinPROGRAMS install-man uninstall-man \ |
---|
569 | uninstall-saslincludeHEADERS install-saslincludeHEADERS tags \ |
---|
570 | mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \ |
---|
571 | distdir info-am info dvi-am dvi check check-am installcheck-am \ |
---|
572 | installcheck install-exec-am install-exec install-data-am install-data \ |
---|
573 | install-am install uninstall-am uninstall all-redirect all-am all \ |
---|
574 | installdirs mostlyclean-generic distclean-generic clean-generic \ |
---|
575 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
---|
576 | |
---|
577 | |
---|
578 | sfsasl.lo: sfsasl.c |
---|
579 | $(LIBTOOL) --mode=compile $(COMPILE) @SFIO_INC_FLAGS@ -c $(srcdir)/sfsasl.c |
---|
580 | |
---|
581 | smtptest.lo: smtptest.c |
---|
582 | $(LIBTOOL) --mode=compile $(COMPILE) @SFIO_INC_FLAGS@ -c $(srcdir)/smtptest.c |
---|
583 | |
---|
584 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
585 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
586 | .NOEXPORT: |
---|