xref: /freebsd/crypto/heimdal/include/Makefile.in (revision 8373020d34ceb1ac55d8f43333c1ca3680185b39)
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.32 2002/05/24 15:36:21 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
208CHECK_LOCAL =
209
210include_HEADERS = krb5-types.h
211
212CLEANFILES = \
213	asn1.h		\
214	asn1_err.h	\
215	base64.h	\
216	com_err.h	\
217	com_right.h	\
218	der.h		\
219	des.h		\
220	editline.h	\
221	err.h		\
222	getarg.h	\
223	glob.h		\
224	gssapi.h	\
225	hdb.h		\
226	hdb_asn1.h	\
227	hdb_err.h	\
228	heim_err.h	\
229	kafs.h		\
230	krb5-protos.h	\
231	krb5-private.h	\
232	krb5-types.h	\
233	krb5.h		\
234	krb5_err.h	\
235	md4.h		\
236	md5.h		\
237	rc4.h		\
238	otp.h		\
239	parse_time.h	\
240	parse_units.h	\
241	resolve.h	\
242	roken-common.h	\
243	roken.h		\
244	sha.h		\
245	sl.h		\
246	xdbm.h
247
248subdir = include
249mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
250CONFIG_HEADER = config.h
251CONFIG_CLEAN_FILES =
252noinst_PROGRAMS = bits$(EXEEXT)
253PROGRAMS = $(noinst_PROGRAMS)
254
255bits_SOURCES = bits.c
256bits_OBJECTS = bits.$(OBJEXT)
257bits_LDADD = $(LDADD)
258bits_DEPENDENCIES =
259bits_LDFLAGS =
260
261DEFS = @DEFS@
262DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
263CPPFLAGS = @CPPFLAGS@
264LDFLAGS = @LDFLAGS@
265LIBS = @LIBS@
266depcomp =
267am__depfiles_maybe =
268COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
269	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
270LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
271	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
272CCLD = $(CC)
273LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
274	$(AM_LDFLAGS) $(LDFLAGS) -o $@
275CFLAGS = @CFLAGS@
276DIST_SOURCES = bits.c
277HEADERS = $(include_HEADERS)
278
279
280RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
281	uninstall-info-recursive all-recursive install-data-recursive \
282	install-exec-recursive installdirs-recursive install-recursive \
283	uninstall-recursive check-recursive installcheck-recursive
284DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in config.h.in
285DIST_SUBDIRS = $(SUBDIRS)
286SOURCES = bits.c
287
288all: config.h
289	$(MAKE) $(AM_MAKEFLAGS) all-recursive
290
291.SUFFIXES:
292.SUFFIXES: .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .c .lo .o .obj
293$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
294	cd $(top_srcdir) && \
295	  $(AUTOMAKE) --foreign  include/Makefile
296Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
297	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
298
299config.h: stamp-h1
300	@if test ! -f $@; then \
301	  rm -f stamp-h1; \
302	  $(MAKE) stamp-h1; \
303	else :; fi
304
305stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
306	@rm -f stamp-h1
307	cd $(top_builddir) && $(SHELL) ./config.status include/config.h
308
309$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4)
310	cd $(top_srcdir) && $(AUTOHEADER)
311	touch $(srcdir)/config.h.in
312
313distclean-hdr:
314	-rm -f config.h stamp-h1
315
316clean-noinstPROGRAMS:
317	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
318	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
319	  echo " rm -f $$p $$f"; \
320	  rm -f $$p $$f ; \
321	done
322bits$(EXEEXT): $(bits_OBJECTS) $(bits_DEPENDENCIES)
323	@rm -f bits$(EXEEXT)
324	$(LINK) $(bits_LDFLAGS) $(bits_OBJECTS) $(bits_LDADD) $(LIBS)
325
326mostlyclean-compile:
327	-rm -f *.$(OBJEXT) core *.core
328
329distclean-compile:
330	-rm -f *.tab.c
331
332.c.o:
333	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
334
335.c.obj:
336	$(COMPILE) -c `cygpath -w $<`
337
338.c.lo:
339	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
340
341mostlyclean-libtool:
342	-rm -f *.lo
343
344clean-libtool:
345	-rm -rf .libs _libs
346
347distclean-libtool:
348	-rm -f libtool
349uninstall-info-am:
350includeHEADERS_INSTALL = $(INSTALL_HEADER)
351install-includeHEADERS: $(include_HEADERS)
352	@$(NORMAL_INSTALL)
353	$(mkinstalldirs) $(DESTDIR)$(includedir)
354	@list='$(include_HEADERS)'; for p in $$list; do \
355	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
356	  f="`echo $$p | sed -e 's|^.*/||'`"; \
357	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
358	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
359	done
360
361uninstall-includeHEADERS:
362	@$(NORMAL_UNINSTALL)
363	@list='$(include_HEADERS)'; for p in $$list; do \
364	  f="`echo $$p | sed -e 's|^.*/||'`"; \
365	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
366	  rm -f $(DESTDIR)$(includedir)/$$f; \
367	done
368
369# This directory's subdirectories are mostly independent; you can cd
370# into them and run `make' without going through this Makefile.
371# To change the values of `make' variables: instead of editing Makefiles,
372# (1) if the variable is set in `config.status', edit `config.status'
373#     (which will cause the Makefiles to be regenerated when you run `make');
374# (2) otherwise, pass the desired values on the `make' command line.
375$(RECURSIVE_TARGETS):
376	@set fnord $$MAKEFLAGS; amf=$$2; \
377	dot_seen=no; \
378	target=`echo $@ | sed s/-recursive//`; \
379	list='$(SUBDIRS)'; for subdir in $$list; do \
380	  echo "Making $$target in $$subdir"; \
381	  if test "$$subdir" = "."; then \
382	    dot_seen=yes; \
383	    local_target="$$target-am"; \
384	  else \
385	    local_target="$$target"; \
386	  fi; \
387	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
389	done; \
390	if test "$$dot_seen" = "no"; then \
391	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392	fi; test -z "$$fail"
393
394mostlyclean-recursive clean-recursive distclean-recursive \
395maintainer-clean-recursive:
396	@set fnord $$MAKEFLAGS; amf=$$2; \
397	dot_seen=no; \
398	case "$@" in \
399	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
400	  *) list='$(SUBDIRS)' ;; \
401	esac; \
402	rev=''; for subdir in $$list; do \
403	  if test "$$subdir" = "."; then :; else \
404	    rev="$$subdir $$rev"; \
405	  fi; \
406	done; \
407	rev="$$rev ."; \
408	target=`echo $@ | sed s/-recursive//`; \
409	for subdir in $$rev; do \
410	  echo "Making $$target in $$subdir"; \
411	  if test "$$subdir" = "."; then \
412	    local_target="$$target-am"; \
413	  else \
414	    local_target="$$target"; \
415	  fi; \
416	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
417	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
418	done && test -z "$$fail"
419tags-recursive:
420	list='$(SUBDIRS)'; for subdir in $$list; do \
421	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
422	done
423
424ETAGS = etags
425ETAGSFLAGS =
426
427tags: TAGS
428
429ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431	unique=`for i in $$list; do \
432	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433	  done | \
434	  $(AWK) '    { files[$$0] = 1; } \
435	       END { for (i in files) print i; }'`; \
436	mkid -fID $$unique
437
438TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
439		$(TAGS_FILES) $(LISP)
440	tags=; \
441	here=`pwd`; \
442	list='$(SUBDIRS)'; for subdir in $$list; do \
443	  if test "$$subdir" = .; then :; else \
444	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
445	  fi; \
446	done; \
447	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
448	unique=`for i in $$list; do \
449	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450	  done | \
451	  $(AWK) '    { files[$$0] = 1; } \
452	       END { for (i in files) print i; }'`; \
453	test -z "$(ETAGS_ARGS)$$tags$$unique" \
454	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455	     $$tags $$unique
456
457GTAGS:
458	here=`$(am__cd) $(top_builddir) && pwd` \
459	  && cd $(top_srcdir) \
460	  && gtags -i $(GTAGS_ARGS) $$here
461
462distclean-tags:
463	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
464DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
465
466top_distdir = ..
467distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
468
469distdir: $(DISTFILES)
470	@list='$(DISTFILES)'; for file in $$list; do \
471	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
473	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
474	    dir="/$$dir"; \
475	    $(mkinstalldirs) "$(distdir)$$dir"; \
476	  else \
477	    dir=''; \
478	  fi; \
479	  if test -d $$d/$$file; then \
480	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
482	    fi; \
483	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
484	  else \
485	    test -f $(distdir)/$$file \
486	    || cp -p $$d/$$file $(distdir)/$$file \
487	    || exit 1; \
488	  fi; \
489	done
490	list='$(SUBDIRS)'; for subdir in $$list; do \
491	  if test "$$subdir" = .; then :; else \
492	    test -d $(distdir)/$$subdir \
493	    || mkdir $(distdir)/$$subdir \
494	    || exit 1; \
495	    (cd $$subdir && \
496	      $(MAKE) $(AM_MAKEFLAGS) \
497	        top_distdir="$(top_distdir)" \
498	        distdir=../$(distdir)/$$subdir \
499	        distdir) \
500	      || exit 1; \
501	  fi; \
502	done
503	$(MAKE) $(AM_MAKEFLAGS) \
504	  top_distdir="${top_distdir}" distdir="$(distdir)" \
505	  dist-hook
506check-am: all-am
507	$(MAKE) $(AM_MAKEFLAGS) check-local
508check: check-recursive
509all-am: Makefile $(PROGRAMS) $(HEADERS) config.h all-local
510installdirs: installdirs-recursive
511installdirs-am:
512	$(mkinstalldirs) $(DESTDIR)$(includedir)
513
514install: install-recursive
515install-exec: install-exec-recursive
516install-data: install-data-recursive
517uninstall: uninstall-recursive
518
519install-am: all-am
520	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
521
522installcheck: installcheck-recursive
523install-strip:
524	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525	  INSTALL_STRIP_FLAG=-s \
526	  `test -z '$(STRIP)' || \
527	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
528mostlyclean-generic:
529
530clean-generic:
531	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
532
533distclean-generic:
534	-rm -f Makefile $(CONFIG_CLEAN_FILES)
535
536maintainer-clean-generic:
537	@echo "This command is intended for maintainers to use"
538	@echo "it deletes files that may require special tools to rebuild."
539clean: clean-recursive
540
541clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
542	mostlyclean-am
543
544distclean: distclean-recursive
545
546distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
547	distclean-libtool distclean-tags
548
549dvi: dvi-recursive
550
551dvi-am:
552
553info: info-recursive
554
555info-am:
556
557install-data-am: install-data-local install-includeHEADERS
558
559install-exec-am:
560	@$(NORMAL_INSTALL)
561	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
562
563install-info: install-info-recursive
564
565install-man:
566
567installcheck-am:
568
569maintainer-clean: maintainer-clean-recursive
570
571maintainer-clean-am: distclean-am maintainer-clean-generic
572
573mostlyclean: mostlyclean-recursive
574
575mostlyclean-am: mostlyclean-compile mostlyclean-generic \
576	mostlyclean-libtool
577
578uninstall-am: uninstall-includeHEADERS uninstall-info-am
579
580uninstall-info: uninstall-info-recursive
581
582.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \
583	check-local clean clean-generic clean-libtool \
584	clean-noinstPROGRAMS clean-recursive distclean \
585	distclean-compile distclean-generic distclean-hdr \
586	distclean-libtool distclean-recursive distclean-tags distdir \
587	dvi dvi-am dvi-recursive info info-am info-recursive install \
588	install-am install-data install-data-am install-data-local \
589	install-data-recursive install-exec install-exec-am \
590	install-exec-recursive install-includeHEADERS install-info \
591	install-info-am install-info-recursive install-man \
592	install-recursive install-strip installcheck installcheck-am \
593	installdirs installdirs-am installdirs-recursive \
594	maintainer-clean maintainer-clean-generic \
595	maintainer-clean-recursive mostlyclean mostlyclean-compile \
596	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
597	tags tags-recursive uninstall uninstall-am \
598	uninstall-includeHEADERS uninstall-info-am \
599	uninstall-info-recursive uninstall-recursive
600
601
602install-suid-programs:
603	@foo='$(bin_SUIDS)'; \
604	for file in $$foo; do \
605	x=$(DESTDIR)$(bindir)/$$file; \
606	if chown 0:0 $$x && chmod u+s $$x; then :; else \
607	echo "*"; \
608	echo "* Failed to install $$x setuid root"; \
609	echo "*"; \
610	fi; done
611
612install-exec-hook: install-suid-programs
613
614install-build-headers:: $(include_HEADERS) $(build_HEADERZ)
615	@foo='$(include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
616	for f in $$foo; do \
617		f=`basename $$f`; \
618		if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
619		else file="$$f"; fi; \
620		if cmp -s  $$file $(buildinclude)/$$f 2> /dev/null ; then \
621		: ; else \
622			echo " $(CP) $$file $(buildinclude)/$$f"; \
623			$(CP) $$file $(buildinclude)/$$f; \
624		fi ; \
625	done
626
627all-local: install-build-headers
628
629check-local::
630	@if test '$(CHECK_LOCAL)'; then \
631	  foo='$(CHECK_LOCAL)'; else \
632	  foo='$(PROGRAMS)'; fi; \
633	  if test "$$foo"; then \
634	  failed=0; all=0; \
635	  for i in $$foo; do \
636	    all=`expr $$all + 1`; \
637	    if ./$$i --version > /dev/null 2>&1; then \
638	      echo "PASS: $$i"; \
639	    else \
640	      echo "FAIL: $$i"; \
641	      failed=`expr $$failed + 1`; \
642	    fi; \
643	  done; \
644	  if test "$$failed" -eq 0; then \
645	    banner="All $$all tests passed"; \
646	  else \
647	    banner="$$failed of $$all tests failed"; \
648	  fi; \
649	  dashes=`echo "$$banner" | sed s/./=/g`; \
650	  echo "$$dashes"; \
651	  echo "$$banner"; \
652	  echo "$$dashes"; \
653	  test "$$failed" -eq 0; \
654	fi
655
656.x.c:
657	@cmp -s $< $@ 2> /dev/null || cp $< $@
658#NROFF_MAN = nroff -man
659.1.cat1:
660	$(NROFF_MAN) $< > $@
661.3.cat3:
662	$(NROFF_MAN) $< > $@
663.5.cat5:
664	$(NROFF_MAN) $< > $@
665.8.cat8:
666	$(NROFF_MAN) $< > $@
667
668dist-cat1-mans:
669	@foo='$(man1_MANS)'; \
670	bar='$(man_MANS)'; \
671	for i in $$bar; do \
672	case $$i in \
673	*.1) foo="$$foo $$i";; \
674	esac; done ;\
675	for i in $$foo; do \
676		x=`echo $$i | sed 's/\.[^.]*$$/.cat1/'`; \
677		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
678		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
679	done
680
681dist-cat3-mans:
682	@foo='$(man3_MANS)'; \
683	bar='$(man_MANS)'; \
684	for i in $$bar; do \
685	case $$i in \
686	*.3) foo="$$foo $$i";; \
687	esac; done ;\
688	for i in $$foo; do \
689		x=`echo $$i | sed 's/\.[^.]*$$/.cat3/'`; \
690		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
691		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
692	done
693
694dist-cat5-mans:
695	@foo='$(man5_MANS)'; \
696	bar='$(man_MANS)'; \
697	for i in $$bar; do \
698	case $$i in \
699	*.5) foo="$$foo $$i";; \
700	esac; done ;\
701	for i in $$foo; do \
702		x=`echo $$i | sed 's/\.[^.]*$$/.cat5/'`; \
703		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
704		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
705	done
706
707dist-cat8-mans:
708	@foo='$(man8_MANS)'; \
709	bar='$(man_MANS)'; \
710	for i in $$bar; do \
711	case $$i in \
712	*.8) foo="$$foo $$i";; \
713	esac; done ;\
714	for i in $$foo; do \
715		x=`echo $$i | sed 's/\.[^.]*$$/.cat8/'`; \
716		echo "$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x"; \
717		$(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \
718	done
719
720dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat8-mans
721
722install-cat-mans:
723	$(SHELL) $(top_srcdir)/cf/install-catman.sh "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
724
725install-data-local: install-cat-mans
726
727.et.h:
728	$(COMPILE_ET) $<
729.et.c:
730	$(COMPILE_ET) $<
731
732krb5-types.h: bits$(EXEEXT)
733	./bits$(EXEEXT) krb5-types.h
734# Tell versions [3.59,3.63) of GNU make to not export all variables.
735# Otherwise a system limit (for SysV at least) may be exceeded.
736.NOEXPORT:
737