xref: /freebsd/crypto/heimdal/include/Makefile.in (revision 0cadf2f4d7b9f212800448d915003abd40c2e40d)
1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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,v 1.33 2002/09/10 19:59:25 joda Exp $
18
19# $Id: Makefile.am.common,v 1.5 2002/05/19 18:35:37 joda Exp $
20
21# $Id: Makefile.am.common,v 1.36 2002/08/19 16:10:25 joda Exp $
22SHELL = @SHELL@
23
24srcdir = @srcdir@
25top_srcdir = @top_srcdir@
26VPATH = @srcdir@
27prefix = @prefix@
28exec_prefix = @exec_prefix@
29
30bindir = @bindir@
31sbindir = @sbindir@
32libexecdir = @libexecdir@
33datadir = @datadir@
34sysconfdir = @sysconfdir@
35sharedstatedir = @sharedstatedir@
36localstatedir = @localstatedir@
37libdir = @libdir@
38infodir = @infodir@
39mandir = @mandir@
40includedir = @includedir@
41oldincludedir = /usr/include
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45top_builddir = ..
46
47ACLOCAL = @ACLOCAL@
48AUTOCONF = @AUTOCONF@
49AUTOMAKE = @AUTOMAKE@
50AUTOHEADER = @AUTOHEADER@
51
52am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@
55INSTALL_DATA = @INSTALL_DATA@
56install_sh_DATA = $(install_sh) -c -m 644
57install_sh_PROGRAM = $(install_sh) -c
58install_sh_SCRIPT = $(install_sh) -c
59INSTALL_SCRIPT = @INSTALL_SCRIPT@
60INSTALL_HEADER = $(INSTALL_DATA)
61transform = @program_transform_name@
62NORMAL_INSTALL = :
63PRE_INSTALL = :
64POST_INSTALL = :
65NORMAL_UNINSTALL = :
66PRE_UNINSTALL = :
67POST_UNINSTALL = :
68host_alias = @host_alias@
69host_triplet = @host@
70
71EXEEXT = @EXEEXT@
72OBJEXT = @OBJEXT@
73PATH_SEPARATOR = @PATH_SEPARATOR@
74AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@
75AMTAR = @AMTAR@
76AS = @AS@
77AWK = @AWK@
78CANONICAL_HOST = @CANONICAL_HOST@
79CATMAN = @CATMAN@
80CATMANEXT = @CATMANEXT@
81CC = @CC@
82COMPILE_ET = @COMPILE_ET@
83CPP = @CPP@
84DBLIB = @DBLIB@
85DEPDIR = @DEPDIR@
86DIR_com_err = @DIR_com_err@
87DIR_des = @DIR_des@
88DIR_roken = @DIR_roken@
89DLLTOOL = @DLLTOOL@
90ECHO = @ECHO@
91EXTRA_LIB45 = @EXTRA_LIB45@
92GROFF = @GROFF@
93INCLUDES_roken = @INCLUDES_roken@
94INCLUDE_ = @INCLUDE_@
95INCLUDE_des = @INCLUDE_des@
96INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
97LEX = @LEX@
98
99LEXLIB = @LEXLIB@
100LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
101LIBTOOL = @LIBTOOL@
102LIB_ = @LIB_@
103LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@
104LIB_NDBM = @LIB_NDBM@
105LIB_com_err = @LIB_com_err@
106LIB_com_err_a = @LIB_com_err_a@
107LIB_com_err_so = @LIB_com_err_so@
108LIB_des = @LIB_des@
109LIB_des_a = @LIB_des_a@
110LIB_des_appl = @LIB_des_appl@
111LIB_des_so = @LIB_des_so@
112LIB_kdb = @LIB_kdb@
113LIB_otp = @LIB_otp@
114LIB_roken = @LIB_roken@
115LIB_security = @LIB_security@
116LN_S = @LN_S@
117LTLIBOBJS = @LTLIBOBJS@
118NEED_WRITEAUTH_FALSE = @NEED_WRITEAUTH_FALSE@
119NEED_WRITEAUTH_TRUE = @NEED_WRITEAUTH_TRUE@
120NROFF = @NROFF@
121OBJDUMP = @OBJDUMP@
122PACKAGE = @PACKAGE@
123RANLIB = @RANLIB@
124STRIP = @STRIP@
125VERSION = @VERSION@
126VOID_RETSIGTYPE = @VOID_RETSIGTYPE@
127WFLAGS = @WFLAGS@
128WFLAGS_NOIMPLICITINT = @WFLAGS_NOIMPLICITINT@
129WFLAGS_NOUNUSED = @WFLAGS_NOUNUSED@
130X_CFLAGS = @X_CFLAGS@
131X_EXTRA_LIBS = @X_EXTRA_LIBS@
132X_LIBS = @X_LIBS@
133X_PRE_LIBS = @X_PRE_LIBS@
134YACC = @YACC@
135am__include = @am__include@
136am__quote = @am__quote@
137dpagaix_cflags = @dpagaix_cflags@
138dpagaix_ldadd = @dpagaix_ldadd@
139dpagaix_ldflags = @dpagaix_ldflags@
140install_sh = @install_sh@
141
142AUTOMAKE_OPTIONS = foreign no-dependencies 1.6
143
144SUFFIXES = .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8
145
146INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) -DHOST=\"$(CANONICAL_HOST)\"
147
148@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
149
150AM_CFLAGS = $(WFLAGS)
151
152CP = cp
153
154buildinclude = $(top_builddir)/include
155
156LIB_XauReadAuth = @LIB_XauReadAuth@
157LIB_crypt = @LIB_crypt@
158LIB_dbm_firstkey = @LIB_dbm_firstkey@
159LIB_dbopen = @LIB_dbopen@
160LIB_dlopen = @LIB_dlopen@
161LIB_dn_expand = @LIB_dn_expand@
162LIB_el_init = @LIB_el_init@
163LIB_getattr = @LIB_getattr@
164LIB_gethostbyname = @LIB_gethostbyname@
165LIB_getpwent_r = @LIB_getpwent_r@
166LIB_getpwnam_r = @LIB_getpwnam_r@
167LIB_getsockopt = @LIB_getsockopt@
168LIB_logout = @LIB_logout@
169LIB_logwtmp = @LIB_logwtmp@
170LIB_odm_initialize = @LIB_odm_initialize@
171LIB_openpty = @LIB_openpty@
172LIB_pidfile = @LIB_pidfile@
173LIB_res_search = @LIB_res_search@
174LIB_setpcred = @LIB_setpcred@
175LIB_setsockopt = @LIB_setsockopt@
176LIB_socket = @LIB_socket@
177LIB_syslog = @LIB_syslog@
178LIB_tgetent = @LIB_tgetent@
179
180HESIODLIB = @HESIODLIB@
181HESIODINCLUDE = @HESIODINCLUDE@
182INCLUDE_hesiod = @INCLUDE_hesiod@
183LIB_hesiod = @LIB_hesiod@
184
185INCLUDE_krb4 = @INCLUDE_krb4@
186LIB_krb4 = @LIB_krb4@
187
188INCLUDE_openldap = @INCLUDE_openldap@
189LIB_openldap = @LIB_openldap@
190
191INCLUDE_readline = @INCLUDE_readline@
192LIB_readline = @LIB_readline@
193
194NROFF_MAN = groff -mandoc -Tascii
195
196@KRB4_TRUE@LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
197
198@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
199@KRB5_TRUE@	$(top_builddir)/lib/asn1/libasn1.la
200
201@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
202
203@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
204
205SUBDIRS = kadm5
206
207noinst_PROGRAMS = bits make_crypto
208CHECK_LOCAL =
209
210include_HEADERS = krb5-types.h
211noinst_HEADERS = crypto-headers.h
212
213CLEANFILES = \
214	asn1.h		\
215	asn1_err.h	\
216	base64.h	\
217	com_err.h	\
218	com_right.h	\
219	crypto-headers.h\
220	der.h		\
221	des.h		\
222	editline.h	\
223	err.h		\
224	getarg.h	\
225	glob.h		\
226	gssapi.h	\
227	hdb.h		\
228	hdb_asn1.h	\
229	hdb_err.h	\
230	heim_err.h	\
231	kafs.h		\
232	krb5-protos.h	\
233	krb5-private.h	\
234	krb5-types.h	\
235	krb5.h		\
236	krb5_err.h	\
237	md4.h		\
238	md5.h		\
239	rc4.h		\
240	otp.h		\
241	parse_time.h	\
242	parse_units.h	\
243	resolve.h	\
244	roken-common.h	\
245	roken.h		\
246	sha.h		\
247	sl.h		\
248	xdbm.h
249
250subdir = include
251mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
252CONFIG_HEADER = config.h
253CONFIG_CLEAN_FILES =
254noinst_PROGRAMS = bits$(EXEEXT) make_crypto$(EXEEXT)
255PROGRAMS = $(noinst_PROGRAMS)
256
257bits_SOURCES = bits.c
258bits_OBJECTS = bits.$(OBJEXT)
259bits_LDADD = $(LDADD)
260bits_DEPENDENCIES =
261bits_LDFLAGS =
262make_crypto_SOURCES = make_crypto.c
263make_crypto_OBJECTS = make_crypto.$(OBJEXT)
264make_crypto_LDADD = $(LDADD)
265make_crypto_DEPENDENCIES =
266make_crypto_LDFLAGS =
267
268DEFS = @DEFS@
269DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
270CPPFLAGS = @CPPFLAGS@
271LDFLAGS = @LDFLAGS@
272LIBS = @LIBS@
273depcomp =
274am__depfiles_maybe =
275COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
276	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
277LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
278	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
279CCLD = $(CC)
280LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
281	$(AM_LDFLAGS) $(LDFLAGS) -o $@
282CFLAGS = @CFLAGS@
283DIST_SOURCES = bits.c make_crypto.c
284HEADERS = $(include_HEADERS) $(noinst_HEADERS)
285
286
287RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
288	uninstall-info-recursive all-recursive install-data-recursive \
289	install-exec-recursive installdirs-recursive install-recursive \
290	uninstall-recursive check-recursive installcheck-recursive
291DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) Makefile.am \
292	Makefile.in
293DIST_SUBDIRS = $(SUBDIRS)
294SOURCES = bits.c make_crypto.c
295
296all: config.h
297	$(MAKE) $(AM_MAKEFLAGS) all-recursive
298
299.SUFFIXES:
300.SUFFIXES: .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .c .lo .o .obj
301$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
302	cd $(top_srcdir) && \
303	  $(AUTOMAKE) --foreign  include/Makefile
304Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
305	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
306
307config.h: stamp-h1
308	@if test ! -f $@; then \
309	  rm -f stamp-h1; \
310	  $(MAKE) stamp-h1; \
311	else :; fi
312
313stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
314	@rm -f stamp-h1
315	cd $(top_builddir) && $(SHELL) ./config.status include/config.h
316
317$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4)
318	cd $(top_srcdir) && $(AUTOHEADER)
319	touch $(srcdir)/config.h.in
320
321distclean-hdr:
322	-rm -f config.h stamp-h1
323
324clean-noinstPROGRAMS:
325	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
326	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
327	  echo " rm -f $$p $$f"; \
328	  rm -f $$p $$f ; \
329	done
330bits$(EXEEXT): $(bits_OBJECTS) $(bits_DEPENDENCIES)
331	@rm -f bits$(EXEEXT)
332	$(LINK) $(bits_LDFLAGS) $(bits_OBJECTS) $(bits_LDADD) $(LIBS)
333make_crypto$(EXEEXT): $(make_crypto_OBJECTS) $(make_crypto_DEPENDENCIES)
334	@rm -f make_crypto$(EXEEXT)
335	$(LINK) $(make_crypto_LDFLAGS) $(make_crypto_OBJECTS) $(make_crypto_LDADD) $(LIBS)
336
337mostlyclean-compile:
338	-rm -f *.$(OBJEXT) core *.core
339
340distclean-compile:
341	-rm -f *.tab.c
342
343.c.o:
344	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
345
346.c.obj:
347	$(COMPILE) -c `cygpath -w $<`
348
349.c.lo:
350	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
351
352mostlyclean-libtool:
353	-rm -f *.lo
354
355clean-libtool:
356	-rm -rf .libs _libs
357
358distclean-libtool:
359	-rm -f libtool
360uninstall-info-am:
361includeHEADERS_INSTALL = $(INSTALL_HEADER)
362install-includeHEADERS: $(include_HEADERS)
363	@$(NORMAL_INSTALL)
364	$(mkinstalldirs) $(DESTDIR)$(includedir)
365	@list='$(include_HEADERS)'; for p in $$list; do \
366	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
367	  f="`echo $$p | sed -e 's|^.*/||'`"; \
368	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
369	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
370	done
371
372uninstall-includeHEADERS:
373	@$(NORMAL_UNINSTALL)
374	@list='$(include_HEADERS)'; for p in $$list; do \
375	  f="`echo $$p | sed -e 's|^.*/||'`"; \
376	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
377	  rm -f $(DESTDIR)$(includedir)/$$f; \
378	done
379
380# This directory's subdirectories are mostly independent; you can cd
381# into them and run `make' without going through this Makefile.
382# To change the values of `make' variables: instead of editing Makefiles,
383# (1) if the variable is set in `config.status', edit `config.status'
384#     (which will cause the Makefiles to be regenerated when you run `make');
385# (2) otherwise, pass the desired values on the `make' command line.
386$(RECURSIVE_TARGETS):
387	@set fnord $$MAKEFLAGS; amf=$$2; \
388	dot_seen=no; \
389	target=`echo $@ | sed s/-recursive//`; \
390	list='$(SUBDIRS)'; for subdir in $$list; do \
391	  echo "Making $$target in $$subdir"; \
392	  if test "$$subdir" = "."; then \
393	    dot_seen=yes; \
394	    local_target="$$target-am"; \
395	  else \
396	    local_target="$$target"; \
397	  fi; \
398	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
400	done; \
401	if test "$$dot_seen" = "no"; then \
402	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
403	fi; test -z "$$fail"
404
405mostlyclean-recursive clean-recursive distclean-recursive \
406maintainer-clean-recursive:
407	@set fnord $$MAKEFLAGS; amf=$$2; \
408	dot_seen=no; \
409	case "$@" in \
410	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
411	  *) list='$(SUBDIRS)' ;; \
412	esac; \
413	rev=''; for subdir in $$list; do \
414	  if test "$$subdir" = "."; then :; else \
415	    rev="$$subdir $$rev"; \
416	  fi; \
417	done; \
418	rev="$$rev ."; \
419	target=`echo $@ | sed s/-recursive//`; \
420	for subdir in $$rev; do \
421	  echo "Making $$target in $$subdir"; \
422	  if test "$$subdir" = "."; then \
423	    local_target="$$target-am"; \
424	  else \
425	    local_target="$$target"; \
426	  fi; \
427	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
428	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
429	done && test -z "$$fail"
430tags-recursive:
431	list='$(SUBDIRS)'; for subdir in $$list; do \
432	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
433	done
434
435ETAGS = etags
436ETAGSFLAGS =
437
438tags: TAGS
439
440ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
441	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442	unique=`for i in $$list; do \
443	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444	  done | \
445	  $(AWK) '    { files[$$0] = 1; } \
446	       END { for (i in files) print i; }'`; \
447	mkid -fID $$unique
448
449TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
450		$(TAGS_FILES) $(LISP)
451	tags=; \
452	here=`pwd`; \
453	list='$(SUBDIRS)'; for subdir in $$list; do \
454	  if test "$$subdir" = .; then :; else \
455	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
456	  fi; \
457	done; \
458	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
459	unique=`for i in $$list; do \
460	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461	  done | \
462	  $(AWK) '    { files[$$0] = 1; } \
463	       END { for (i in files) print i; }'`; \
464	test -z "$(ETAGS_ARGS)$$tags$$unique" \
465	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466	     $$tags $$unique
467
468GTAGS:
469	here=`$(am__cd) $(top_builddir) && pwd` \
470	  && cd $(top_srcdir) \
471	  && gtags -i $(GTAGS_ARGS) $$here
472
473distclean-tags:
474	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
475DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
476
477top_distdir = ..
478distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
479
480distdir: $(DISTFILES)
481	@list='$(DISTFILES)'; for file in $$list; do \
482	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
484	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
485	    dir="/$$dir"; \
486	    $(mkinstalldirs) "$(distdir)$$dir"; \
487	  else \
488	    dir=''; \
489	  fi; \
490	  if test -d $$d/$$file; then \
491	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
493	    fi; \
494	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
495	  else \
496	    test -f $(distdir)/$$file \
497	    || cp -p $$d/$$file $(distdir)/$$file \
498	    || exit 1; \
499	  fi; \
500	done
501	list='$(SUBDIRS)'; for subdir in $$list; do \
502	  if test "$$subdir" = .; then :; else \
503	    test -d $(distdir)/$$subdir \
504	    || mkdir $(distdir)/$$subdir \
505	    || exit 1; \
506	    (cd $$subdir && \
507	      $(MAKE) $(AM_MAKEFLAGS) \
508	        top_distdir="$(top_distdir)" \
509	        distdir=../$(distdir)/$$subdir \
510	        distdir) \
511	      || exit 1; \
512	  fi; \
513	done
514	$(MAKE) $(AM_MAKEFLAGS) \
515	  top_distdir="${top_distdir}" distdir="$(distdir)" \
516	  dist-hook
517check-am: all-am
518	$(MAKE) $(AM_MAKEFLAGS) check-local
519check: check-recursive
520all-am: Makefile $(PROGRAMS) $(HEADERS) config.h all-local
521installdirs: installdirs-recursive
522installdirs-am:
523	$(mkinstalldirs) $(DESTDIR)$(includedir)
524
525install: install-recursive
526install-exec: install-exec-recursive
527install-data: install-data-recursive
528uninstall: uninstall-recursive
529
530install-am: all-am
531	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533installcheck: installcheck-recursive
534install-strip:
535	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536	  INSTALL_STRIP_FLAG=-s \
537	  `test -z '$(STRIP)' || \
538	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
539mostlyclean-generic:
540
541clean-generic:
542	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
543
544distclean-generic:
545	-rm -f Makefile $(CONFIG_CLEAN_FILES)
546
547maintainer-clean-generic:
548	@echo "This command is intended for maintainers to use"
549	@echo "it deletes files that may require special tools to rebuild."
550clean: clean-recursive
551
552clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
553	mostlyclean-am
554
555distclean: distclean-recursive
556
557distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
558	distclean-libtool distclean-tags
559
560dvi: dvi-recursive
561
562dvi-am:
563
564info: info-recursive
565
566info-am:
567
568install-data-am: install-data-local install-includeHEADERS
569
570install-exec-am:
571	@$(NORMAL_INSTALL)
572	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
573
574install-info: install-info-recursive
575
576install-man:
577
578installcheck-am:
579
580maintainer-clean: maintainer-clean-recursive
581
582maintainer-clean-am: distclean-am maintainer-clean-generic
583
584mostlyclean: mostlyclean-recursive
585
586mostlyclean-am: mostlyclean-compile mostlyclean-generic \
587	mostlyclean-libtool
588
589uninstall-am: uninstall-includeHEADERS uninstall-info-am
590
591uninstall-info: uninstall-info-recursive
592
593.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \
594	check-local clean clean-generic clean-libtool \
595	clean-noinstPROGRAMS clean-recursive distclean \
596	distclean-compile distclean-generic distclean-hdr \
597	distclean-libtool distclean-recursive distclean-tags distdir \
598	dvi dvi-am dvi-recursive info info-am info-recursive install \
599	install-am install-data install-data-am install-data-local \
600	install-data-recursive install-exec install-exec-am \
601	install-exec-recursive install-includeHEADERS install-info \
602	install-info-am install-info-recursive install-man \
603	install-recursive install-strip installcheck installcheck-am \
604	installdirs installdirs-am installdirs-recursive \
605	maintainer-clean maintainer-clean-generic \
606	maintainer-clean-recursive mostlyclean mostlyclean-compile \
607	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
608	tags tags-recursive uninstall uninstall-am \
609	uninstall-includeHEADERS uninstall-info-am \
610	uninstall-info-recursive uninstall-recursive
611
612
613install-suid-programs:
614	@foo='$(bin_SUIDS)'; \
615	for file in $$foo; do \
616	x=$(DESTDIR)$(bindir)/$$file; \
617	if chown 0:0 $$x && chmod u+s $$x; then :; else \
618	echo "*"; \
619	echo "* Failed to install $$x setuid root"; \
620	echo "*"; \
621	fi; done
622
623install-exec-hook: install-suid-programs
624
625install-build-headers:: $(include_HEADERS) $(build_HEADERZ)
626	@foo='$(include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
627	for f in $$foo; do \
628		f=`basename $$f`; \
629		if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
630		else file="$$f"; fi; \
631		if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
632		: ; else \
633			echo " $(CP) $$file $(buildinclude)/$$f"; \
634			$(CP) $$file $(buildinclude)/$$f; \
635		fi ; \
636	done
637
638all-local: install-build-headers
639
640check-local::
641	@if test '$(CHECK_LOCAL)'; then \
642	  foo='$(CHECK_LOCAL)'; else \
643	  foo='$(PROGRAMS)'; fi; \
644	  if test "$$foo"; then \
645	  failed=0; all=0; \
646	  for i in $$foo; do \
647	    all=`expr $$all + 1`; \
648	    if ./$$i --version > /dev/null 2>&1; then \
649	      echo "PASS: $$i"; \
650	    else \
651	      echo "FAIL: $$i"; \
652	      failed=`expr $$failed + 1`; \
653	    fi; \
654	  done; \
655	  if test "$$failed" -eq 0; then \
656	    banner="All $$all tests passed"; \
657	  else \
658	    banner="$$failed of $$all tests failed"; \
659	  fi; \
660	  dashes=`echo "$$banner" | sed s/./=/g`; \
661	  echo "$$dashes"; \
662	  echo "$$banner"; \
663	  echo "$$dashes"; \
664	  test "$$failed" -eq 0; \
665	fi
666
667.x.c:
668	@cmp -s $< $@ 2> /dev/null || cp $< $@
669#NROFF_MAN = nroff -man
670.1.cat1:
671	$(NROFF_MAN) $< > $@
672.3.cat3:
673	$(NROFF_MAN) $< > $@
674.5.cat5:
675	$(NROFF_MAN) $< > $@
676.8.cat8:
677	$(NROFF_MAN) $< > $@
678
679dist-cat1-mans:
680	@foo='$(man1_MANS)'; \
681	bar='$(man_MANS)'; \
682	for i in $$bar; do \
683	case $$i in \
684	*.1) foo="$$foo $$i";; \
685	esac; done ;\
686	for i in $$foo; do \
687		x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \
688		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
689		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
690	done
691
692dist-cat3-mans:
693	@foo='$(man3_MANS)'; \
694	bar='$(man_MANS)'; \
695	for i in $$bar; do \
696	case $$i in \
697	*.3) foo="$$foo $$i";; \
698	esac; done ;\
699	for i in $$foo; do \
700		x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \
701		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
702		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
703	done
704
705dist-cat5-mans:
706	@foo='$(man5_MANS)'; \
707	bar='$(man_MANS)'; \
708	for i in $$bar; do \
709	case $$i in \
710	*.5) foo="$$foo $$i";; \
711	esac; done ;\
712	for i in $$foo; do \
713		x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \
714		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
715		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
716	done
717
718dist-cat8-mans:
719	@foo='$(man8_MANS)'; \
720	bar='$(man_MANS)'; \
721	for i in $$bar; do \
722	case $$i in \
723	*.8) foo="$$foo $$i";; \
724	esac; done ;\
725	for i in $$foo; do \
726		x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \
727		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
728		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
729	done
730
731dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat8-mans
732
733install-cat-mans:
734	$(SHELL) $(top_srcdir)/cf/install-catman.sh "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
735
736install-data-local: install-cat-mans
737
738.et.h:
739	$(COMPILE_ET) $<
740.et.c:
741	$(COMPILE_ET) $<
742
743krb5-types.h: bits$(EXEEXT)
744	./bits$(EXEEXT) krb5-types.h
745
746crypto-headers.h: make_crypto$(EXEEXT)
747	./make_crypto$(EXEEXT) crypto-headers.h
748# Tell versions [3.59,3.63) of GNU make to not export all variables.
749# Otherwise a system limit (for SysV at least) may be exceeded.
750.NOEXPORT:
751