Deleted Added
sdiff udiff text old ( 127808 ) new ( 142403 )
full compact
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
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.37.2.2 2003/10/13 13:15:39 joda Exp $
22
23srcdir = @srcdir@
24top_srcdir = @top_srcdir@
25VPATH = @srcdir@
26pkgdatadir = $(datadir)/@PACKAGE@
27pkglibdir = $(libdir)/@PACKAGE@
28pkgincludedir = $(includedir)/@PACKAGE@
29top_builddir = ..
30
31am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32INSTALL = @INSTALL@
33install_sh_DATA = $(install_sh) -c -m 644
34install_sh_PROGRAM = $(install_sh) -c
35install_sh_SCRIPT = $(install_sh) -c
36INSTALL_HEADER = $(INSTALL_DATA)
37transform = $(program_transform_name)
38NORMAL_INSTALL = :
39PRE_INSTALL = :
40POST_INSTALL = :
41NORMAL_UNINSTALL = :
42PRE_UNINSTALL = :
43POST_UNINSTALL = :
44host_triplet = @host@
45ACLOCAL = @ACLOCAL@
46AIX4_FALSE = @AIX4_FALSE@
47AIX4_TRUE = @AIX4_TRUE@
48AIX_DYNAMIC_AFS_FALSE = @AIX_DYNAMIC_AFS_FALSE@
49AIX_DYNAMIC_AFS_TRUE = @AIX_DYNAMIC_AFS_TRUE@
50AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@
51AIX_FALSE = @AIX_FALSE@
52AIX_TRUE = @AIX_TRUE@

--- 44 unchanged lines hidden (view full) ---

97HAVE_NDBM_TRUE = @HAVE_NDBM_TRUE@
98HAVE_OPENSSL_FALSE = @HAVE_OPENSSL_FALSE@
99HAVE_OPENSSL_TRUE = @HAVE_OPENSSL_TRUE@
100HAVE_X_FALSE = @HAVE_X_FALSE@
101HAVE_X_TRUE = @HAVE_X_TRUE@
102INCLUDES_roken = @INCLUDES_roken@
103INCLUDE_des = @INCLUDE_des@
104INCLUDE_hesiod = @INCLUDE_hesiod@
105
106INCLUDE_krb4 = @INCLUDE_krb4@
107
108INCLUDE_openldap = @INCLUDE_openldap@
109
110INCLUDE_readline = @INCLUDE_readline@
111INSTALL_DATA = @INSTALL_DATA@
112INSTALL_PROGRAM = @INSTALL_PROGRAM@
113INSTALL_SCRIPT = @INSTALL_SCRIPT@
114INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115IRIX_FALSE = @IRIX_FALSE@
116IRIX_TRUE = @IRIX_TRUE@
117KRB4_FALSE = @KRB4_FALSE@
118KRB4_TRUE = @KRB4_TRUE@
119KRB5_FALSE = @KRB5_FALSE@
120KRB5_TRUE = @KRB5_TRUE@
121LDFLAGS = @LDFLAGS@
122LEX = @LEX@
123
124LEXLIB = @LEXLIB@
125LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LIBTOOL = @LIBTOOL@
129LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@
130LIB_NDBM = @LIB_NDBM@
131LIB_XauFileName = @LIB_XauFileName@
132
133LIB_XauReadAuth = @LIB_XauReadAuth@
134LIB_XauWriteAuth = @LIB_XauWriteAuth@
135LIB_bswap16 = @LIB_bswap16@
136LIB_bswap32 = @LIB_bswap32@
137LIB_com_err = @LIB_com_err@
138LIB_com_err_a = @LIB_com_err_a@
139LIB_com_err_so = @LIB_com_err_so@
140LIB_crypt = @LIB_crypt@

--- 112 unchanged lines hidden (view full) ---

253host_vendor = @host_vendor@
254includedir = @includedir@
255infodir = @infodir@
256install_sh = @install_sh@
257libdir = @libdir@
258libexecdir = @libexecdir@
259localstatedir = @localstatedir@
260mandir = @mandir@
261oldincludedir = @oldincludedir@
262prefix = @prefix@
263program_transform_name = @program_transform_name@
264sbindir = @sbindir@
265sharedstatedir = @sharedstatedir@
266sysconfdir = @sysconfdir@
267target_alias = @target_alias@
268
269SUFFIXES = .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8
270
271INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) -DHOST=\"$(CANONICAL_HOST)\"
272
273@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
274
275AM_CFLAGS = $(WFLAGS)
276
277CP = cp
278
279buildinclude = $(top_builddir)/include
280LIB_getattr = @LIB_getattr@
281LIB_getpwent_r = @LIB_getpwent_r@
282LIB_odm_initialize = @LIB_odm_initialize@
283LIB_setpcred = @LIB_setpcred@
284
285HESIODLIB = @HESIODLIB@
286HESIODINCLUDE = @HESIODINCLUDE@
287
288NROFF_MAN = groff -mandoc -Tascii
289
290LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
291
292@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
293@KRB5_TRUE@ $(top_builddir)/lib/asn1/libasn1.la
294
295@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
296
297@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
298
299SUBDIRS = kadm5
300
301noinst_PROGRAMS = bits make_crypto
302CHECK_LOCAL =
303
304include_HEADERS = krb5-types.h
305noinst_HEADERS = crypto-headers.h
306
307CLEANFILES = \
308 asn1.h \
309 asn1_err.h \
310 base64.h \
311 com_err.h \
312 com_right.h \
313 crypto-headers.h\
314 der.h \

--- 21 unchanged lines hidden (view full) ---

336 parse_units.h \
337 resolve.h \
338 roken-common.h \
339 roken.h \
340 sha.h \
341 sl.h \
342 xdbm.h
343
344subdir = include
345ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
346mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
347CONFIG_HEADER = config.h
348CONFIG_CLEAN_FILES =
349noinst_PROGRAMS = bits$(EXEEXT) make_crypto$(EXEEXT)
350PROGRAMS = $(noinst_PROGRAMS)
351
352bits_SOURCES = bits.c
353bits_OBJECTS = bits.$(OBJEXT)
354bits_LDADD = $(LDADD)
355bits_DEPENDENCIES =
356bits_LDFLAGS =
357make_crypto_SOURCES = make_crypto.c
358make_crypto_OBJECTS = make_crypto.$(OBJEXT)
359make_crypto_LDADD = $(LDADD)
360make_crypto_DEPENDENCIES =
361make_crypto_LDFLAGS =
362
363DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
364depcomp =
365am__depfiles_maybe =
366COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
367 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
368LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
369 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
370CCLD = $(CC)
371LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
372 $(AM_LDFLAGS) $(LDFLAGS) -o $@
373DIST_SOURCES = bits.c make_crypto.c
374HEADERS = $(include_HEADERS) $(noinst_HEADERS)
375
376
377RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
378 ps-recursive install-info-recursive uninstall-info-recursive \
379 all-recursive install-data-recursive install-exec-recursive \
380 installdirs-recursive install-recursive uninstall-recursive \
381 check-recursive installcheck-recursive
382DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
383 $(srcdir)/Makefile.in $(top_srcdir)/Makefile.am.common \
384 $(top_srcdir)/cf/Makefile.am.common Makefile.am config.h.in
385DIST_SUBDIRS = $(SUBDIRS)
386SOURCES = bits.c make_crypto.c
387
388all: config.h
389 $(MAKE) $(AM_MAKEFLAGS) all-recursive
390
391.SUFFIXES:
392.SUFFIXES: .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .c .lo .o .obj
393$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
394 cd $(top_srcdir) && \
395 $(AUTOMAKE) --foreign include/Makefile
396Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
397 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
398
399config.h: stamp-h1
400 @if test ! -f $@; then \
401 rm -f stamp-h1; \
402 $(MAKE) stamp-h1; \
403 else :; fi
404
405stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
406 @rm -f stamp-h1
407 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
408
409$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
410 cd $(top_srcdir) && $(AUTOHEADER)
411 touch $(srcdir)/config.h.in
412
413distclean-hdr:
414 -rm -f config.h stamp-h1
415
416clean-noinstPROGRAMS:
417 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
418 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
419 echo " rm -f $$p $$f"; \
420 rm -f $$p $$f ; \
421 done
422bits$(EXEEXT): $(bits_OBJECTS) $(bits_DEPENDENCIES)
423 @rm -f bits$(EXEEXT)
424 $(LINK) $(bits_LDFLAGS) $(bits_OBJECTS) $(bits_LDADD) $(LIBS)
425make_crypto$(EXEEXT): $(make_crypto_OBJECTS) $(make_crypto_DEPENDENCIES)
426 @rm -f make_crypto$(EXEEXT)
427 $(LINK) $(make_crypto_LDFLAGS) $(make_crypto_OBJECTS) $(make_crypto_LDADD) $(LIBS)
428
429mostlyclean-compile:
430 -rm -f *.$(OBJEXT) core *.core
431
432distclean-compile:
433 -rm -f *.tab.c
434
435.c.o:
436 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
437
438.c.obj:
439 $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
440
441.c.lo:
442 $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
443
444mostlyclean-libtool:
445 -rm -f *.lo
446
447clean-libtool:
448 -rm -rf .libs _libs
449
450distclean-libtool:
451 -rm -f libtool
452uninstall-info-am:
453includeHEADERS_INSTALL = $(INSTALL_HEADER)
454install-includeHEADERS: $(include_HEADERS)
455 @$(NORMAL_INSTALL)
456 $(mkinstalldirs) $(DESTDIR)$(includedir)
457 @list='$(include_HEADERS)'; for p in $$list; do \
458 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
459 f="`echo $$p | sed -e 's|^.*/||'`"; \
460 echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
461 $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
462 done
463
464uninstall-includeHEADERS:
465 @$(NORMAL_UNINSTALL)
466 @list='$(include_HEADERS)'; for p in $$list; do \
467 f="`echo $$p | sed -e 's|^.*/||'`"; \
468 echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
469 rm -f $(DESTDIR)$(includedir)/$$f; \
470 done
471
472# This directory's subdirectories are mostly independent; you can cd
473# into them and run `make' without going through this Makefile.
474# To change the values of `make' variables: instead of editing Makefiles,
475# (1) if the variable is set in `config.status', edit `config.status'
476# (which will cause the Makefiles to be regenerated when you run `make');
477# (2) otherwise, pass the desired values on the `make' command line.

--- 45 unchanged lines hidden (view full) ---

523 list='$(SUBDIRS)'; for subdir in $$list; do \
524 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
525 done
526ctags-recursive:
527 list='$(SUBDIRS)'; for subdir in $$list; do \
528 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
529 done
530
531ETAGS = etags
532ETAGSFLAGS =
533
534CTAGS = ctags
535CTAGSFLAGS =
536
537tags: TAGS
538
539ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
540 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
541 unique=`for i in $$list; do \
542 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543 done | \
544 $(AWK) ' { files[$$0] = 1; } \
545 END { for (i in files) print i; }'`; \
546 mkid -fID $$unique
547
548TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
549 $(TAGS_FILES) $(LISP)
550 tags=; \
551 here=`pwd`; \
552 if (etags --etags-include --version) >/dev/null 2>&1; then \
553 include_option=--etags-include; \
554 else \

--- 9 unchanged lines hidden (view full) ---

564 unique=`for i in $$list; do \
565 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566 done | \
567 $(AWK) ' { files[$$0] = 1; } \
568 END { for (i in files) print i; }'`; \
569 test -z "$(ETAGS_ARGS)$$tags$$unique" \
570 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571 $$tags $$unique
572
573ctags: CTAGS
574CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
575 $(TAGS_FILES) $(LISP)
576 tags=; \
577 here=`pwd`; \
578 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
579 unique=`for i in $$list; do \
580 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \

--- 6 unchanged lines hidden (view full) ---

587
588GTAGS:
589 here=`$(am__cd) $(top_builddir) && pwd` \
590 && cd $(top_srcdir) \
591 && gtags -i $(GTAGS_ARGS) $$here
592
593distclean-tags:
594 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
595DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
596
597top_distdir = ..
598distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
599
600distdir: $(DISTFILES)
601 $(mkinstalldirs) $(distdir)/.. $(distdir)/../cf
602 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
603 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
604 list='$(DISTFILES)'; for file in $$list; do \
605 case $$file in \
606 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
607 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
608 esac; \
609 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
610 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
611 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
612 dir="/$$dir"; \
613 $(mkinstalldirs) "$(distdir)$$dir"; \
614 else \
615 dir=''; \
616 fi; \
617 if test -d $$d/$$file; then \
618 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
619 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
620 fi; \
621 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
622 else \
623 test -f $(distdir)/$$file \
624 || cp -p $$d/$$file $(distdir)/$$file \
625 || exit 1; \
626 fi; \
627 done
628 list='$(SUBDIRS)'; for subdir in $$list; do \
629 if test "$$subdir" = .; then :; else \
630 test -d $(distdir)/$$subdir \
631 || mkdir $(distdir)/$$subdir \
632 || exit 1; \
633 (cd $$subdir && \
634 $(MAKE) $(AM_MAKEFLAGS) \
635 top_distdir="$(top_distdir)" \
636 distdir=../$(distdir)/$$subdir \
637 distdir) \
638 || exit 1; \
639 fi; \
640 done
641 $(MAKE) $(AM_MAKEFLAGS) \
642 top_distdir="$(top_distdir)" distdir="$(distdir)" \
643 dist-hook
644check-am: all-am
645 $(MAKE) $(AM_MAKEFLAGS) check-local
646check: check-recursive
647all-am: Makefile $(PROGRAMS) $(HEADERS) config.h all-local
648installdirs: installdirs-recursive
649installdirs-am:
650 $(mkinstalldirs) $(DESTDIR)$(includedir)
651
652install: install-recursive
653install-exec: install-exec-recursive
654install-data: install-data-recursive
655uninstall: uninstall-recursive
656
657install-am: all-am
658 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
659

--- 16 unchanged lines hidden (view full) ---

676 @echo "it deletes files that may require special tools to rebuild."
677clean: clean-recursive
678
679clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
680 mostlyclean-am
681
682distclean: distclean-recursive
683 -rm -f Makefile
684distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
685 distclean-libtool distclean-tags
686
687dvi: dvi-recursive
688
689dvi-am:
690
691info: info-recursive
692
693info-am:
694
695install-data-am: install-includeHEADERS
696 @$(NORMAL_INSTALL)
697 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
698

--- 28 unchanged lines hidden (view full) ---

727
728uninstall-info: uninstall-info-recursive
729
730.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local check \
731 check-am check-local clean clean-generic clean-libtool \
732 clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
733 distclean distclean-compile distclean-generic distclean-hdr \
734 distclean-libtool distclean-recursive distclean-tags distdir \
735 dvi dvi-am dvi-recursive info info-am info-recursive install \
736 install-am install-data install-data-am install-data-recursive \
737 install-exec install-exec-am install-exec-recursive \
738 install-includeHEADERS install-info install-info-am \
739 install-info-recursive install-man install-recursive \
740 install-strip installcheck installcheck-am installdirs \
741 installdirs-am installdirs-recursive maintainer-clean \
742 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
743 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
744 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
745 ps-recursive tags tags-recursive uninstall uninstall-am \
746 uninstall-includeHEADERS uninstall-info-am \
747 uninstall-info-recursive uninstall-recursive
748
749
750install-suid-programs:
751 @foo='$(bin_SUIDS)'; \
752 for file in $$foo; do \
753 x=$(DESTDIR)$(bindir)/$$file; \
754 if chown 0:0 $$x && chmod u+s $$x; then :; else \
755 echo "*"; \

--- 132 unchanged lines hidden ---