]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/include/Makefile.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / include / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # $Id: Makefile.am 22396 2008-01-01 19:35:05Z lha $
18
19 # $Id: Makefile.am.common 10998 2002-05-19 18:35:37Z joda $
20
21 # $Id: Makefile.am.common 22488 2008-01-21 11:47:22Z lha $
22
23
24 VPATH = @srcdir@
25 pkgdatadir = $(datadir)/@PACKAGE@
26 pkglibdir = $(libdir)/@PACKAGE@
27 pkgincludedir = $(includedir)/@PACKAGE@
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43         $(srcdir)/config.h.in $(top_srcdir)/Makefile.am.common \
44         $(top_srcdir)/cf/Makefile.am.common
45 noinst_PROGRAMS = bits$(EXEEXT) make_crypto$(EXEEXT)
46 subdir = include
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
49         $(top_srcdir)/cf/auth-modules.m4 $(top_srcdir)/cf/autobuild.m4 \
50         $(top_srcdir)/cf/broken-getaddrinfo.m4 \
51         $(top_srcdir)/cf/broken-glob.m4 \
52         $(top_srcdir)/cf/broken-realloc.m4 \
53         $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
54         $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
55         $(top_srcdir)/cf/capabilities.m4 \
56         $(top_srcdir)/cf/check-compile-et.m4 \
57         $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
58         $(top_srcdir)/cf/check-man.m4 \
59         $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
60         $(top_srcdir)/cf/check-type-extra.m4 \
61         $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
62         $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
63         $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
64         $(top_srcdir)/cf/dlopen.m4 \
65         $(top_srcdir)/cf/find-func-no-libs.m4 \
66         $(top_srcdir)/cf/find-func-no-libs2.m4 \
67         $(top_srcdir)/cf/find-func.m4 \
68         $(top_srcdir)/cf/find-if-not-broken.m4 \
69         $(top_srcdir)/cf/framework-security.m4 \
70         $(top_srcdir)/cf/have-struct-field.m4 \
71         $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
72         $(top_srcdir)/cf/krb-bigendian.m4 \
73         $(top_srcdir)/cf/krb-func-getlogin.m4 \
74         $(top_srcdir)/cf/krb-ipv6.m4 $(top_srcdir)/cf/krb-prog-ln-s.m4 \
75         $(top_srcdir)/cf/krb-readline.m4 \
76         $(top_srcdir)/cf/krb-struct-spwd.m4 \
77         $(top_srcdir)/cf/krb-struct-winsize.m4 \
78         $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/mips-abi.m4 \
79         $(top_srcdir)/cf/misc.m4 $(top_srcdir)/cf/need-proto.m4 \
80         $(top_srcdir)/cf/osfc2.m4 $(top_srcdir)/cf/otp.m4 \
81         $(top_srcdir)/cf/proto-compat.m4 $(top_srcdir)/cf/pthreads.m4 \
82         $(top_srcdir)/cf/resolv.m4 $(top_srcdir)/cf/retsigtype.m4 \
83         $(top_srcdir)/cf/roken-frag.m4 \
84         $(top_srcdir)/cf/socket-wrapper.m4 $(top_srcdir)/cf/sunos.m4 \
85         $(top_srcdir)/cf/telnet.m4 $(top_srcdir)/cf/test-package.m4 \
86         $(top_srcdir)/cf/version-script.m4 $(top_srcdir)/cf/wflags.m4 \
87         $(top_srcdir)/cf/win32.m4 $(top_srcdir)/cf/with-all.m4 \
88         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90         $(ACLOCAL_M4)
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_HEADER = config.h
93 CONFIG_CLEAN_FILES =
94 PROGRAMS = $(noinst_PROGRAMS)
95 bits_SOURCES = bits.c
96 bits_OBJECTS = bits.$(OBJEXT)
97 bits_LDADD = $(LDADD)
98 make_crypto_SOURCES = make_crypto.c
99 make_crypto_OBJECTS = make_crypto.$(OBJEXT)
100 make_crypto_LDADD = $(LDADD)
101 DEFAULT_INCLUDES = -I.@am__isrc@
102 depcomp =
103 am__depfiles_maybe =
104 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
107         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
108         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109 CCLD = $(CC)
110 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
111         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
112         $(LDFLAGS) -o $@
113 SOURCES = bits.c make_crypto.c
114 DIST_SOURCES = bits.c make_crypto.c
115 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
116         html-recursive info-recursive install-data-recursive \
117         install-dvi-recursive install-exec-recursive \
118         install-html-recursive install-info-recursive \
119         install-pdf-recursive install-ps-recursive install-recursive \
120         installcheck-recursive installdirs-recursive pdf-recursive \
121         ps-recursive uninstall-recursive
122 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123 am__vpath_adj = case $$p in \
124     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125     *) f=$$p;; \
126   esac;
127 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
128 am__installdirs = "$(DESTDIR)$(includedir)"
129 nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER)
130 HEADERS = $(nodist_include_HEADERS) $(nodist_noinst_HEADERS)
131 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
132   distclean-recursive maintainer-clean-recursive
133 ETAGS = etags
134 CTAGS = ctags
135 DIST_SUBDIRS = $(SUBDIRS)
136 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137 ACLOCAL = @ACLOCAL@
138 AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@
139 AMTAR = @AMTAR@
140 AR = @AR@
141 AUTOCONF = @AUTOCONF@
142 AUTOHEADER = @AUTOHEADER@
143 AUTOMAKE = @AUTOMAKE@
144 AWK = @AWK@
145 CANONICAL_HOST = @CANONICAL_HOST@
146 CATMAN = @CATMAN@
147 CATMANEXT = @CATMANEXT@
148 CC = @CC@
149 CFLAGS = @CFLAGS@
150 COMPILE_ET = @COMPILE_ET@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CXX = @CXX@
154 CXXCPP = @CXXCPP@
155 CXXFLAGS = @CXXFLAGS@
156 CYGPATH_W = @CYGPATH_W@
157 DBLIB = @DBLIB@
158 DEFS = @DEFS@
159 DIR_com_err = @DIR_com_err@
160 DIR_hcrypto = @DIR_hcrypto@
161 DIR_hdbdir = @DIR_hdbdir@
162 DIR_roken = @DIR_roken@
163 ECHO = @ECHO@
164 ECHO_C = @ECHO_C@
165 ECHO_N = @ECHO_N@
166 ECHO_T = @ECHO_T@
167 EGREP = @EGREP@
168 EXEEXT = @EXEEXT@
169 F77 = @F77@
170 FFLAGS = @FFLAGS@
171 GREP = @GREP@
172 GROFF = @GROFF@
173 INCLUDES_roken = @INCLUDES_roken@
174 INCLUDE_hcrypto = @INCLUDE_hcrypto@
175 INCLUDE_hesiod = @INCLUDE_hesiod@
176 INCLUDE_krb4 = @INCLUDE_krb4@
177 INCLUDE_openldap = @INCLUDE_openldap@
178 INCLUDE_readline = @INCLUDE_readline@
179 INSTALL = @INSTALL@
180 INSTALL_DATA = @INSTALL_DATA@
181 INSTALL_PROGRAM = @INSTALL_PROGRAM@
182 INSTALL_SCRIPT = @INSTALL_SCRIPT@
183 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184 LDFLAGS = @LDFLAGS@
185 LDFLAGS_VERSION_SCRIPT = @LDFLAGS_VERSION_SCRIPT@
186 LEX = @LEX@
187 LEXLIB = @LEXLIB@
188 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
189 LIBADD_roken = @LIBADD_roken@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LIBTOOL = @LIBTOOL@
193 LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@
194 LIB_NDBM = @LIB_NDBM@
195 LIB_XauFileName = @LIB_XauFileName@
196 LIB_XauReadAuth = @LIB_XauReadAuth@
197 LIB_XauWriteAuth = @LIB_XauWriteAuth@
198 LIB_bswap16 = @LIB_bswap16@
199 LIB_bswap32 = @LIB_bswap32@
200 LIB_com_err = @LIB_com_err@
201 LIB_com_err_a = @LIB_com_err_a@
202 LIB_com_err_so = @LIB_com_err_so@
203 LIB_crypt = @LIB_crypt@
204 LIB_db_create = @LIB_db_create@
205 LIB_dbm_firstkey = @LIB_dbm_firstkey@
206 LIB_dbopen = @LIB_dbopen@
207 LIB_dlopen = @LIB_dlopen@
208 LIB_dn_expand = @LIB_dn_expand@
209 LIB_door_create = @LIB_door_create@
210 LIB_el_init = @LIB_el_init@
211 LIB_freeaddrinfo = @LIB_freeaddrinfo@
212 LIB_gai_strerror = @LIB_gai_strerror@
213 LIB_getaddrinfo = @LIB_getaddrinfo@
214 LIB_gethostbyname = @LIB_gethostbyname@
215 LIB_gethostbyname2 = @LIB_gethostbyname2@
216 LIB_getnameinfo = @LIB_getnameinfo@
217 LIB_getpwnam_r = @LIB_getpwnam_r@
218 LIB_getsockopt = @LIB_getsockopt@
219 LIB_hcrypto = @LIB_hcrypto@
220 LIB_hcrypto_a = @LIB_hcrypto_a@
221 LIB_hcrypto_appl = @LIB_hcrypto_appl@
222 LIB_hcrypto_so = @LIB_hcrypto_so@
223 LIB_hesiod = @LIB_hesiod@
224 LIB_hstrerror = @LIB_hstrerror@
225 LIB_kdb = @LIB_kdb@
226 LIB_krb4 = @LIB_krb4@
227 LIB_loadquery = @LIB_loadquery@
228 LIB_logout = @LIB_logout@
229 LIB_logwtmp = @LIB_logwtmp@
230 LIB_openldap = @LIB_openldap@
231 LIB_openpty = @LIB_openpty@
232 LIB_otp = @LIB_otp@
233 LIB_pidfile = @LIB_pidfile@
234 LIB_readline = @LIB_readline@
235 LIB_res_ndestroy = @LIB_res_ndestroy@
236 LIB_res_nsearch = @LIB_res_nsearch@
237 LIB_res_search = @LIB_res_search@
238 LIB_roken = @LIB_roken@
239 LIB_security = @LIB_security@
240 LIB_setsockopt = @LIB_setsockopt@
241 LIB_socket = @LIB_socket@
242 LIB_syslog = @LIB_syslog@
243 LIB_tgetent = @LIB_tgetent@
244 LN_S = @LN_S@
245 LTLIBOBJS = @LTLIBOBJS@
246 MAINT = @MAINT@
247 MAKEINFO = @MAKEINFO@
248 MKDIR_P = @MKDIR_P@
249 NROFF = @NROFF@
250 OBJEXT = @OBJEXT@
251 PACKAGE = @PACKAGE@
252 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253 PACKAGE_NAME = @PACKAGE_NAME@
254 PACKAGE_STRING = @PACKAGE_STRING@
255 PACKAGE_TARNAME = @PACKAGE_TARNAME@
256 PACKAGE_VERSION = @PACKAGE_VERSION@
257 PATH_SEPARATOR = @PATH_SEPARATOR@
258 PTHREADS_CFLAGS = @PTHREADS_CFLAGS@
259 PTHREADS_LIBS = @PTHREADS_LIBS@
260 RANLIB = @RANLIB@
261 SET_MAKE = @SET_MAKE@
262 SHELL = @SHELL@
263 STRIP = @STRIP@
264 VERSION = @VERSION@
265 VERSIONING = @VERSIONING@
266 VOID_RETSIGTYPE = @VOID_RETSIGTYPE@
267 WFLAGS = @WFLAGS@
268 WFLAGS_NOIMPLICITINT = @WFLAGS_NOIMPLICITINT@
269 WFLAGS_NOUNUSED = @WFLAGS_NOUNUSED@
270 XMKMF = @XMKMF@
271 X_CFLAGS = @X_CFLAGS@
272 X_EXTRA_LIBS = @X_EXTRA_LIBS@
273 X_LIBS = @X_LIBS@
274 X_PRE_LIBS = @X_PRE_LIBS@
275 YACC = @YACC@
276 YFLAGS = @YFLAGS@
277 abs_builddir = @abs_builddir@
278 abs_srcdir = @abs_srcdir@
279 abs_top_builddir = @abs_top_builddir@
280 abs_top_srcdir = @abs_top_srcdir@
281 ac_ct_CC = @ac_ct_CC@
282 ac_ct_CXX = @ac_ct_CXX@
283 ac_ct_F77 = @ac_ct_F77@
284 am__leading_dot = @am__leading_dot@
285 am__tar = @am__tar@
286 am__untar = @am__untar@
287 bindir = @bindir@
288 build = @build@
289 build_alias = @build_alias@
290 build_cpu = @build_cpu@
291 build_os = @build_os@
292 build_vendor = @build_vendor@
293 builddir = @builddir@
294 datadir = @datadir@
295 datarootdir = @datarootdir@
296 docdir = @docdir@
297 dpagaix_cflags = @dpagaix_cflags@
298 dpagaix_ldadd = @dpagaix_ldadd@
299 dpagaix_ldflags = @dpagaix_ldflags@
300 dvidir = @dvidir@
301 exec_prefix = @exec_prefix@
302 host = @host@
303 host_alias = @host_alias@
304 host_cpu = @host_cpu@
305 host_os = @host_os@
306 host_vendor = @host_vendor@
307 htmldir = @htmldir@
308 includedir = @includedir@
309 infodir = @infodir@
310 install_sh = @install_sh@
311 libdir = @libdir@
312 libexecdir = @libexecdir@
313 localedir = @localedir@
314 localstatedir = @localstatedir@
315 mandir = @mandir@
316 mkdir_p = @mkdir_p@
317 oldincludedir = @oldincludedir@
318 pdfdir = @pdfdir@
319 prefix = @prefix@
320 program_transform_name = @program_transform_name@
321 psdir = @psdir@
322 sbindir = @sbindir@
323 sharedstatedir = @sharedstatedir@
324 srcdir = @srcdir@
325 sysconfdir = @sysconfdir@
326 target_alias = @target_alias@
327 top_builddir = @top_builddir@
328 top_srcdir = @top_srcdir@
329 SUFFIXES = .et .h .x .z .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8
330 AM_CPPFLAGS = -I$(top_builddir)/include $(INCLUDES_roken) \
331         -DHOST=\"$(CANONICAL_HOST)\"
332 @do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
333 AM_CFLAGS = $(WFLAGS)
334 CP = cp
335 buildinclude = $(top_builddir)/include
336 LIB_getattr = @LIB_getattr@
337 LIB_getpwent_r = @LIB_getpwent_r@
338 LIB_odm_initialize = @LIB_odm_initialize@
339 LIB_setpcred = @LIB_setpcred@
340 HESIODLIB = @HESIODLIB@
341 HESIODINCLUDE = @HESIODINCLUDE@
342 NROFF_MAN = groff -mandoc -Tascii
343 LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
344 @KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
345 @KRB5_TRUE@     $(top_builddir)/lib/asn1/libasn1.la
346
347 @KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
348 @KRB5_TRUE@LIB_tsasl = $(top_builddir)/lib/tsasl/libtsasl.la
349 @DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
350 SUBDIRS = kadm5 hcrypto gssapi
351 CHECK_LOCAL = no-check-local
352 nodist_include_HEADERS = krb5-types.h
353 nodist_noinst_HEADERS = crypto-headers.h
354 CLEANFILES = \
355         cms_asn1.h              \
356         der-protos.h            \
357         digest_asn1.h           \
358         hdb-protos.h            \
359         heim_asn1.h             \
360         heim_threads.h          \
361         hex.h                   \
362         hx509-protos.h          \
363         hx509.h                 \
364         hx509_err.h             \
365         kx509_asn1.h            \
366         kx509_err.h             \
367         k524_err.h              \
368         kdc-protos.h            \
369         kdc.h                   \
370         krb5_asn1.h             \
371         krb5_ccapi.h            \
372         parse_bytes.h           \
373         pkcs12_asn1.h           \
374         pkcs8_asn1.h            \
375         pkcs9_asn1.h            \
376         pkinit_asn1.h           \
377         rfc2459_asn1.h          \
378         rtbl.h                  \
379         test-mem.h              \
380         vers.h                  \
381         vis.h                   \
382         asn1.h                  \
383         asn1_err.h              \
384         base64.h                \
385         com_err.h               \
386         com_right.h             \
387         crypto-headers.h        \
388         der.h                   \
389         editline.h              \
390         err.h                   \
391         getarg.h                \
392         glob.h                  \
393         gssapi.h                \
394         hdb.h                   \
395         hdb_asn1.h              \
396         hdb_err.h               \
397         heim_err.h              \
398         heimntlm.h              \
399         heimntlm-protos.h       \
400         kafs.h                  \
401         krb_err.h               \
402         krb5-protos.h           \
403         krb5-private.h          \
404         krb5-types.h            \
405         krb5.h                  \
406         krb5_err.h              \
407         otp.h                   \
408         parse_time.h            \
409         parse_units.h           \
410         resolve.h               \
411         roken-common.h          \
412         roken.h                 \
413         sl.h                    \
414         windc_plugin.h          \
415         locate_plugin.h         \
416         xdbm.h
417
418 DISTCLEANFILES = \
419         version.h       \
420         version.h.in
421
422 all: config.h
423         $(MAKE) $(AM_MAKEFLAGS) all-recursive
424
425 .SUFFIXES:
426 .SUFFIXES: .et .h .x .z .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .c .lo .o .obj
427 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__configure_deps)
428         @for dep in $?; do \
429           case '$(am__configure_deps)' in \
430             *$$dep*) \
431               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
432                 && exit 0; \
433               exit 1;; \
434           esac; \
435         done; \
436         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps include/Makefile'; \
437         cd $(top_srcdir) && \
438           $(AUTOMAKE) --foreign  --ignore-deps include/Makefile
439 .PRECIOUS: Makefile
440 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
441         @case '$?' in \
442           *config.status*) \
443             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
444           *) \
445             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
446             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
447         esac;
448
449 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
450         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451
452 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
453         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
455         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
456
457 config.h: stamp-h1
458         @if test ! -f $@; then \
459           rm -f stamp-h1; \
460           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
461         else :; fi
462
463 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
464         @rm -f stamp-h1
465         cd $(top_builddir) && $(SHELL) ./config.status include/config.h
466 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
467         cd $(top_srcdir) && $(AUTOHEADER)
468         rm -f stamp-h1
469         touch $@
470
471 distclean-hdr:
472         -rm -f config.h stamp-h1
473
474 clean-noinstPROGRAMS:
475         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
476           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
477           echo " rm -f $$p $$f"; \
478           rm -f $$p $$f ; \
479         done
480 bits$(EXEEXT): $(bits_OBJECTS) $(bits_DEPENDENCIES) 
481         @rm -f bits$(EXEEXT)
482         $(LINK) $(bits_OBJECTS) $(bits_LDADD) $(LIBS)
483 make_crypto$(EXEEXT): $(make_crypto_OBJECTS) $(make_crypto_DEPENDENCIES) 
484         @rm -f make_crypto$(EXEEXT)
485         $(LINK) $(make_crypto_OBJECTS) $(make_crypto_LDADD) $(LIBS)
486
487 mostlyclean-compile:
488         -rm -f *.$(OBJEXT)
489
490 distclean-compile:
491         -rm -f *.tab.c
492
493 .c.o:
494         $(COMPILE) -c $<
495
496 .c.obj:
497         $(COMPILE) -c `$(CYGPATH_W) '$<'`
498
499 .c.lo:
500         $(LTCOMPILE) -c -o $@ $<
501
502 mostlyclean-libtool:
503         -rm -f *.lo
504
505 clean-libtool:
506         -rm -rf .libs _libs
507 install-nodist_includeHEADERS: $(nodist_include_HEADERS)
508         @$(NORMAL_INSTALL)
509         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
510         @list='$(nodist_include_HEADERS)'; for p in $$list; do \
511           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
512           f=$(am__strip_dir) \
513           echo " $(nodist_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
514           $(nodist_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
515         done
516
517 uninstall-nodist_includeHEADERS:
518         @$(NORMAL_UNINSTALL)
519         @list='$(nodist_include_HEADERS)'; for p in $$list; do \
520           f=$(am__strip_dir) \
521           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
522           rm -f "$(DESTDIR)$(includedir)/$$f"; \
523         done
524
525 # This directory's subdirectories are mostly independent; you can cd
526 # into them and run `make' without going through this Makefile.
527 # To change the values of `make' variables: instead of editing Makefiles,
528 # (1) if the variable is set in `config.status', edit `config.status'
529 #     (which will cause the Makefiles to be regenerated when you run `make');
530 # (2) otherwise, pass the desired values on the `make' command line.
531 $(RECURSIVE_TARGETS):
532         @failcom='exit 1'; \
533         for f in x $$MAKEFLAGS; do \
534           case $$f in \
535             *=* | --[!k]*);; \
536             *k*) failcom='fail=yes';; \
537           esac; \
538         done; \
539         dot_seen=no; \
540         target=`echo $@ | sed s/-recursive//`; \
541         list='$(SUBDIRS)'; for subdir in $$list; do \
542           echo "Making $$target in $$subdir"; \
543           if test "$$subdir" = "."; then \
544             dot_seen=yes; \
545             local_target="$$target-am"; \
546           else \
547             local_target="$$target"; \
548           fi; \
549           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
550           || eval $$failcom; \
551         done; \
552         if test "$$dot_seen" = "no"; then \
553           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
554         fi; test -z "$$fail"
555
556 $(RECURSIVE_CLEAN_TARGETS):
557         @failcom='exit 1'; \
558         for f in x $$MAKEFLAGS; do \
559           case $$f in \
560             *=* | --[!k]*);; \
561             *k*) failcom='fail=yes';; \
562           esac; \
563         done; \
564         dot_seen=no; \
565         case "$@" in \
566           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
567           *) list='$(SUBDIRS)' ;; \
568         esac; \
569         rev=''; for subdir in $$list; do \
570           if test "$$subdir" = "."; then :; else \
571             rev="$$subdir $$rev"; \
572           fi; \
573         done; \
574         rev="$$rev ."; \
575         target=`echo $@ | sed s/-recursive//`; \
576         for subdir in $$rev; do \
577           echo "Making $$target in $$subdir"; \
578           if test "$$subdir" = "."; then \
579             local_target="$$target-am"; \
580           else \
581             local_target="$$target"; \
582           fi; \
583           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
584           || eval $$failcom; \
585         done && test -z "$$fail"
586 tags-recursive:
587         list='$(SUBDIRS)'; for subdir in $$list; do \
588           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
589         done
590 ctags-recursive:
591         list='$(SUBDIRS)'; for subdir in $$list; do \
592           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
593         done
594
595 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
596         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
597         unique=`for i in $$list; do \
598             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
599           done | \
600           $(AWK) '    { files[$$0] = 1; } \
601                END { for (i in files) print i; }'`; \
602         mkid -fID $$unique
603 tags: TAGS
604
605 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
606                 $(TAGS_FILES) $(LISP)
607         tags=; \
608         here=`pwd`; \
609         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
610           include_option=--etags-include; \
611           empty_fix=.; \
612         else \
613           include_option=--include; \
614           empty_fix=; \
615         fi; \
616         list='$(SUBDIRS)'; for subdir in $$list; do \
617           if test "$$subdir" = .; then :; else \
618             test ! -f $$subdir/TAGS || \
619               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
620           fi; \
621         done; \
622         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
623         unique=`for i in $$list; do \
624             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
625           done | \
626           $(AWK) '    { files[$$0] = 1; } \
627                END { for (i in files) print i; }'`; \
628         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
629           test -n "$$unique" || unique=$$empty_fix; \
630           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
631             $$tags $$unique; \
632         fi
633 ctags: CTAGS
634 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
635                 $(TAGS_FILES) $(LISP)
636         tags=; \
637         here=`pwd`; \
638         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
639         unique=`for i in $$list; do \
640             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
641           done | \
642           $(AWK) '    { files[$$0] = 1; } \
643                END { for (i in files) print i; }'`; \
644         test -z "$(CTAGS_ARGS)$$tags$$unique" \
645           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
646              $$tags $$unique
647
648 GTAGS:
649         here=`$(am__cd) $(top_builddir) && pwd` \
650           && cd $(top_srcdir) \
651           && gtags -i $(GTAGS_ARGS) $$here
652
653 distclean-tags:
654         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
655
656 distdir: $(DISTFILES)
657         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
659         list='$(DISTFILES)'; \
660           dist_files=`for file in $$list; do echo $$file; done | \
661           sed -e "s|^$$srcdirstrip/||;t" \
662               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
663         case $$dist_files in \
664           */*) $(MKDIR_P) `echo "$$dist_files" | \
665                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
666                            sort -u` ;; \
667         esac; \
668         for file in $$dist_files; do \
669           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
670           if test -d $$d/$$file; then \
671             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
672             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
673               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
674             fi; \
675             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
676           else \
677             test -f $(distdir)/$$file \
678             || cp -p $$d/$$file $(distdir)/$$file \
679             || exit 1; \
680           fi; \
681         done
682         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
683           if test "$$subdir" = .; then :; else \
684             test -d "$(distdir)/$$subdir" \
685             || $(MKDIR_P) "$(distdir)/$$subdir" \
686             || exit 1; \
687             distdir=`$(am__cd) $(distdir) && pwd`; \
688             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
689             (cd $$subdir && \
690               $(MAKE) $(AM_MAKEFLAGS) \
691                 top_distdir="$$top_distdir" \
692                 distdir="$$distdir/$$subdir" \
693                 am__remove_distdir=: \
694                 am__skip_length_check=: \
695                 distdir) \
696               || exit 1; \
697           fi; \
698         done
699         $(MAKE) $(AM_MAKEFLAGS) \
700           top_distdir="$(top_distdir)" distdir="$(distdir)" \
701           dist-hook
702 check-am: all-am
703         $(MAKE) $(AM_MAKEFLAGS) check-local
704 check: check-recursive
705 all-am: Makefile $(PROGRAMS) $(HEADERS) config.h all-local
706 installdirs: installdirs-recursive
707 installdirs-am:
708         for dir in "$(DESTDIR)$(includedir)"; do \
709           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
710         done
711 install: install-recursive
712 install-exec: install-exec-recursive
713 install-data: install-data-recursive
714 uninstall: uninstall-recursive
715
716 install-am: all-am
717         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
718
719 installcheck: installcheck-recursive
720 install-strip:
721         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
722           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
723           `test -z '$(STRIP)' || \
724             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
725 mostlyclean-generic:
726
727 clean-generic:
728         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
729
730 distclean-generic:
731         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
732         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
733
734 maintainer-clean-generic:
735         @echo "This command is intended for maintainers to use"
736         @echo "it deletes files that may require special tools to rebuild."
737 clean: clean-recursive
738
739 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
740         mostlyclean-am
741
742 distclean: distclean-recursive
743         -rm -f Makefile
744 distclean-am: clean-am distclean-compile distclean-generic \
745         distclean-hdr distclean-tags
746
747 dvi: dvi-recursive
748
749 dvi-am:
750
751 html: html-recursive
752
753 info: info-recursive
754
755 info-am:
756
757 install-data-am: install-nodist_includeHEADERS
758         @$(NORMAL_INSTALL)
759         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
760
761 install-dvi: install-dvi-recursive
762
763 install-exec-am:
764         @$(NORMAL_INSTALL)
765         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
766
767 install-html: install-html-recursive
768
769 install-info: install-info-recursive
770
771 install-man:
772
773 install-pdf: install-pdf-recursive
774
775 install-ps: install-ps-recursive
776
777 installcheck-am:
778
779 maintainer-clean: maintainer-clean-recursive
780         -rm -f Makefile
781 maintainer-clean-am: distclean-am maintainer-clean-generic
782
783 mostlyclean: mostlyclean-recursive
784
785 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
786         mostlyclean-libtool
787
788 pdf: pdf-recursive
789
790 pdf-am:
791
792 ps: ps-recursive
793
794 ps-am:
795
796 uninstall-am: uninstall-nodist_includeHEADERS
797         @$(NORMAL_INSTALL)
798         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
799
800 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
801         install-data-am install-exec-am install-strip uninstall-am
802
803 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
804         all all-am all-local check check-am check-local clean \
805         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
806         ctags-recursive dist-hook distclean distclean-compile \
807         distclean-generic distclean-hdr distclean-libtool \
808         distclean-tags distdir dvi dvi-am html html-am info info-am \
809         install install-am install-data install-data-am \
810         install-data-hook install-dvi install-dvi-am install-exec \
811         install-exec-am install-exec-hook install-html install-html-am \
812         install-info install-info-am install-man \
813         install-nodist_includeHEADERS install-pdf install-pdf-am \
814         install-ps install-ps-am install-strip installcheck \
815         installcheck-am installdirs installdirs-am maintainer-clean \
816         maintainer-clean-generic mostlyclean mostlyclean-compile \
817         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
818         tags tags-recursive uninstall uninstall-am uninstall-hook \
819         uninstall-nodist_includeHEADERS
820
821
822 install-suid-programs:
823         @foo='$(bin_SUIDS)'; \
824         for file in $$foo; do \
825         x=$(DESTDIR)$(bindir)/$$file; \
826         if chown 0:0 $$x && chmod u+s $$x; then :; else \
827         echo "*"; \
828         echo "* Failed to install $$x setuid root"; \
829         echo "*"; \
830         fi; done
831
832 install-exec-hook: install-suid-programs
833
834 install-build-headers:: $(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ) $(nobase_include_HEADERS)
835         @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
836         for f in $$foo; do \
837                 f=`basename $$f`; \
838                 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
839                 else file="$$f"; fi; \
840                 if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
841                 : ; else \
842                         echo " $(CP) $$file $(buildinclude)/$$f"; \
843                         $(CP) $$file $(buildinclude)/$$f; \
844                 fi ; \
845         done ; \
846         foo='$(nobase_include_HEADERS)'; \
847         for f in $$foo; do \
848                 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
849                 else file="$$f"; fi; \
850                 $(mkdir_p) $(buildinclude)/`dirname $$f` ; \
851                 if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
852                 : ; else \
853                         echo " $(CP) $$file $(buildinclude)/$$f"; \
854                         $(CP) $$file $(buildinclude)/$$f; \
855                 fi ; \
856         done
857
858 all-local: install-build-headers
859
860 check-local::
861         @if test '$(CHECK_LOCAL)' = "no-check-local"; then \
862           foo=''; elif test '$(CHECK_LOCAL)'; then \
863           foo='$(CHECK_LOCAL)'; else \
864           foo='$(PROGRAMS)'; fi; \
865           if test "$$foo"; then \
866           failed=0; all=0; \
867           for i in $$foo; do \
868             all=`expr $$all + 1`; \
869             if (./$$i --version && ./$$i --help) > /dev/null 2>&1; then \
870               echo "PASS: $$i"; \
871             else \
872               echo "FAIL: $$i"; \
873               failed=`expr $$failed + 1`; \
874             fi; \
875           done; \
876           if test "$$failed" -eq 0; then \
877             banner="All $$all tests passed"; \
878           else \
879             banner="$$failed of $$all tests failed"; \
880           fi; \
881           dashes=`echo "$$banner" | sed s/./=/g`; \
882           echo "$$dashes"; \
883           echo "$$banner"; \
884           echo "$$dashes"; \
885           test "$$failed" -eq 0 || exit 1; \
886         fi
887
888 .x.c:
889         @cmp -s $< $@ 2> /dev/null || cp $< $@
890 #NROFF_MAN = nroff -man
891 .1.cat1:
892         $(NROFF_MAN) $< > $@
893 .3.cat3:
894         $(NROFF_MAN) $< > $@
895 .5.cat5:
896         $(NROFF_MAN) $< > $@
897 .8.cat8:
898         $(NROFF_MAN) $< > $@
899
900 dist-cat1-mans:
901         @foo='$(man1_MANS)'; \
902         bar='$(man_MANS)'; \
903         for i in $$bar; do \
904         case $$i in \
905         *.1) foo="$$foo $$i";; \
906         esac; done ;\
907         for i in $$foo; do \
908                 x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \
909                 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
910                 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
911         done
912
913 dist-cat3-mans:
914         @foo='$(man3_MANS)'; \
915         bar='$(man_MANS)'; \
916         for i in $$bar; do \
917         case $$i in \
918         *.3) foo="$$foo $$i";; \
919         esac; done ;\
920         for i in $$foo; do \
921                 x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \
922                 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
923                 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
924         done
925
926 dist-cat5-mans:
927         @foo='$(man5_MANS)'; \
928         bar='$(man_MANS)'; \
929         for i in $$bar; do \
930         case $$i in \
931         *.5) foo="$$foo $$i";; \
932         esac; done ;\
933         for i in $$foo; do \
934                 x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \
935                 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
936                 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
937         done
938
939 dist-cat8-mans:
940         @foo='$(man8_MANS)'; \
941         bar='$(man_MANS)'; \
942         for i in $$bar; do \
943         case $$i in \
944         *.8) foo="$$foo $$i";; \
945         esac; done ;\
946         for i in $$foo; do \
947                 x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \
948                 echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
949                 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
950         done
951
952 dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat8-mans
953
954 install-cat-mans:
955         $(SHELL) $(top_srcdir)/cf/install-catman.sh install "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
956
957 uninstall-cat-mans:
958         $(SHELL) $(top_srcdir)/cf/install-catman.sh uninstall "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
959
960 install-data-hook: install-cat-mans
961 uninstall-hook: uninstall-cat-mans
962
963 .et.h:
964         $(COMPILE_ET) $<
965 .et.c:
966         $(COMPILE_ET) $<
967
968 #
969 # Useful target for debugging
970 #
971
972 check-valgrind:
973         tobjdir=`cd $(top_builddir) && pwd` ; \
974         tsrcdir=`cd $(top_srcdir) && pwd` ; \
975         env TESTS_ENVIRONMENT="$${tobjdir}/libtool --mode execute valgrind --leak-check=full --trace-children=yes --quiet -q --num-callers=30 --suppressions=$${tsrcdir}/cf/valgrind-suppressions" make check
976
977 #
978 # Target to please samba build farm, builds distfiles in-tree.
979 # Will break when automake changes...
980 #
981
982 distdir-in-tree: $(DISTFILES) $(INFO_DEPS)
983         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
984           if test "$$subdir" != .; then \
985           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \
986           fi ; \
987         done
988
989 krb5-types.h: bits$(EXEEXT)
990         ./bits$(EXEEXT) krb5-types.h
991
992 crypto-headers.h: make_crypto$(EXEEXT)
993         ./make_crypto$(EXEEXT) crypto-headers.h
994 # Tell versions [3.59,3.63) of GNU make to not export all variables.
995 # Otherwise a system limit (for SysV at least) may be exceeded.
996 .NOEXPORT: