Deleted Added
full compact
Makefile.in (127808) Makefile.in (142403)
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
1# Makefile.in generated by automake 1.8.3 from Makefile.am.
2# @configure_input@
3
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 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
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
23
24SOURCES = bits.c make_crypto.c
25
23srcdir = @srcdir@
24top_srcdir = @top_srcdir@
25VPATH = @srcdir@
26pkgdatadir = $(datadir)/@PACKAGE@
27pkglibdir = $(libdir)/@PACKAGE@
28pkgincludedir = $(includedir)/@PACKAGE@
29top_builddir = ..
26srcdir = @srcdir@
27top_srcdir = @top_srcdir@
28VPATH = @srcdir@
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32top_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@
33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34INSTALL = @INSTALL@
35install_sh_DATA = $(install_sh) -c -m 644
36install_sh_PROGRAM = $(install_sh) -c
37install_sh_SCRIPT = $(install_sh) -c
38INSTALL_HEADER = $(INSTALL_DATA)
39transform = $(program_transform_name)
40NORMAL_INSTALL = :
41PRE_INSTALL = :
42POST_INSTALL = :
43NORMAL_UNINSTALL = :
44PRE_UNINSTALL = :
45POST_UNINSTALL = :
46host_triplet = @host@
47DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
48 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49 $(srcdir)/config.h.in $(top_srcdir)/Makefile.am.common \
50 $(top_srcdir)/cf/Makefile.am.common
51noinst_PROGRAMS = bits$(EXEEXT) make_crypto$(EXEEXT)
52subdir = include
53ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54am__aclocal_m4_deps = $(top_srcdir)/cf/aix.m4 \
55 $(top_srcdir)/cf/auth-modules.m4 \
56 $(top_srcdir)/cf/broken-getaddrinfo.m4 \
57 $(top_srcdir)/cf/broken-getnameinfo.m4 \
58 $(top_srcdir)/cf/broken-glob.m4 \
59 $(top_srcdir)/cf/broken-realloc.m4 \
60 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \
61 $(top_srcdir)/cf/broken2.m4 $(top_srcdir)/cf/c-attribute.m4 \
62 $(top_srcdir)/cf/capabilities.m4 \
63 $(top_srcdir)/cf/check-compile-et.m4 \
64 $(top_srcdir)/cf/check-declaration.m4 \
65 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
66 $(top_srcdir)/cf/check-man.m4 \
67 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
68 $(top_srcdir)/cf/check-type-extra.m4 \
69 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
70 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
71 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \
72 $(top_srcdir)/cf/dlopen.m4 \
73 $(top_srcdir)/cf/find-func-no-libs.m4 \
74 $(top_srcdir)/cf/find-func-no-libs2.m4 \
75 $(top_srcdir)/cf/find-func.m4 \
76 $(top_srcdir)/cf/find-if-not-broken.m4 \
77 $(top_srcdir)/cf/have-struct-field.m4 \
78 $(top_srcdir)/cf/have-type.m4 $(top_srcdir)/cf/irix.m4 \
79 $(top_srcdir)/cf/krb-bigendian.m4 \
80 $(top_srcdir)/cf/krb-func-getlogin.m4 \
81 $(top_srcdir)/cf/krb-ipv6.m4 $(top_srcdir)/cf/krb-prog-ln-s.m4 \
82 $(top_srcdir)/cf/krb-readline.m4 \
83 $(top_srcdir)/cf/krb-struct-spwd.m4 \
84 $(top_srcdir)/cf/krb-struct-winsize.m4 \
85 $(top_srcdir)/cf/mips-abi.m4 $(top_srcdir)/cf/misc.m4 \
86 $(top_srcdir)/cf/need-proto.m4 $(top_srcdir)/cf/osfc2.m4 \
87 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/proto-compat.m4 \
88 $(top_srcdir)/cf/retsigtype.m4 $(top_srcdir)/cf/roken-frag.m4 \
89 $(top_srcdir)/cf/sunos.m4 $(top_srcdir)/cf/telnet.m4 \
90 $(top_srcdir)/cf/test-package.m4 $(top_srcdir)/cf/wflags.m4 \
91 $(top_srcdir)/cf/with-all.m4 $(top_srcdir)/configure.in
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = config.h
96CONFIG_CLEAN_FILES =
97PROGRAMS = $(noinst_PROGRAMS)
98bits_SOURCES = bits.c
99bits_OBJECTS = bits.$(OBJEXT)
100bits_LDADD = $(LDADD)
101make_crypto_SOURCES = make_crypto.c
102make_crypto_OBJECTS = make_crypto.$(OBJEXT)
103make_crypto_LDADD = $(LDADD)
104DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
105depcomp =
106am__depfiles_maybe =
107COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
108 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
110 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
111 $(AM_CFLAGS) $(CFLAGS)
112CCLD = $(CC)
113LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114 $(AM_LDFLAGS) $(LDFLAGS) -o $@
115SOURCES = bits.c make_crypto.c
116DIST_SOURCES = bits.c make_crypto.c
117RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118 html-recursive info-recursive install-data-recursive \
119 install-exec-recursive install-info-recursive \
120 install-recursive installcheck-recursive installdirs-recursive \
121 pdf-recursive ps-recursive uninstall-info-recursive \
122 uninstall-recursive
123am__installdirs = "$(DESTDIR)$(includedir)"
124includeHEADERS_INSTALL = $(INSTALL_HEADER)
125HEADERS = $(include_HEADERS) $(noinst_HEADERS)
126ETAGS = etags
127CTAGS = ctags
128DIST_SUBDIRS = $(SUBDIRS)
129DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
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@
130ACLOCAL = @ACLOCAL@
131AIX4_FALSE = @AIX4_FALSE@
132AIX4_TRUE = @AIX4_TRUE@
133AIX_DYNAMIC_AFS_FALSE = @AIX_DYNAMIC_AFS_FALSE@
134AIX_DYNAMIC_AFS_TRUE = @AIX_DYNAMIC_AFS_TRUE@
135AIX_EXTRA_KAFS = @AIX_EXTRA_KAFS@
136AIX_FALSE = @AIX_FALSE@
137AIX_TRUE = @AIX_TRUE@

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

182HAVE_NDBM_TRUE = @HAVE_NDBM_TRUE@
183HAVE_OPENSSL_FALSE = @HAVE_OPENSSL_FALSE@
184HAVE_OPENSSL_TRUE = @HAVE_OPENSSL_TRUE@
185HAVE_X_FALSE = @HAVE_X_FALSE@
186HAVE_X_TRUE = @HAVE_X_TRUE@
187INCLUDES_roken = @INCLUDES_roken@
188INCLUDE_des = @INCLUDE_des@
189INCLUDE_hesiod = @INCLUDE_hesiod@
105
106INCLUDE_krb4 = @INCLUDE_krb4@
190INCLUDE_krb4 = @INCLUDE_krb4@
107
108INCLUDE_openldap = @INCLUDE_openldap@
191INCLUDE_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@
192INCLUDE_readline = @INCLUDE_readline@
193INSTALL_DATA = @INSTALL_DATA@
194INSTALL_PROGRAM = @INSTALL_PROGRAM@
195INSTALL_SCRIPT = @INSTALL_SCRIPT@
196INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197IRIX_FALSE = @IRIX_FALSE@
198IRIX_TRUE = @IRIX_TRUE@
199KRB4_FALSE = @KRB4_FALSE@
200KRB4_TRUE = @KRB4_TRUE@
201KRB5_FALSE = @KRB5_FALSE@
202KRB5_TRUE = @KRB5_TRUE@
203LDFLAGS = @LDFLAGS@
204LEX = @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@
205LEXLIB = @LEXLIB@
206LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
207LIBOBJS = @LIBOBJS@
208LIBS = @LIBS@
209LIBTOOL = @LIBTOOL@
210LIB_AUTH_SUBDIRS = @LIB_AUTH_SUBDIRS@
211LIB_NDBM = @LIB_NDBM@
212LIB_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@
213LIB_XauReadAuth = @LIB_XauReadAuth@
214LIB_XauWriteAuth = @LIB_XauWriteAuth@
215LIB_bswap16 = @LIB_bswap16@
216LIB_bswap32 = @LIB_bswap32@
217LIB_com_err = @LIB_com_err@
218LIB_com_err_a = @LIB_com_err_a@
219LIB_com_err_so = @LIB_com_err_so@
220LIB_crypt = @LIB_crypt@

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

333host_vendor = @host_vendor@
334includedir = @includedir@
335infodir = @infodir@
336install_sh = @install_sh@
337libdir = @libdir@
338libexecdir = @libexecdir@
339localstatedir = @localstatedir@
340mandir = @mandir@
341mkdir_p = @mkdir_p@
261oldincludedir = @oldincludedir@
262prefix = @prefix@
263program_transform_name = @program_transform_name@
264sbindir = @sbindir@
265sharedstatedir = @sharedstatedir@
266sysconfdir = @sysconfdir@
267target_alias = @target_alias@
342oldincludedir = @oldincludedir@
343prefix = @prefix@
344program_transform_name = @program_transform_name@
345sbindir = @sbindir@
346sharedstatedir = @sharedstatedir@
347sysconfdir = @sysconfdir@
348target_alias = @target_alias@
268
269SUFFIXES = .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8
349SUFFIXES = .et .h .x .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8
270
271INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) -DHOST=\"$(CANONICAL_HOST)\"
350INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) -DHOST=\"$(CANONICAL_HOST)\"
272
273@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
351@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
274
275AM_CFLAGS = $(WFLAGS)
352AM_CFLAGS = $(WFLAGS)
276
277CP = cp
353CP = 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@
354buildinclude = $(top_builddir)/include
355LIB_getattr = @LIB_getattr@
356LIB_getpwent_r = @LIB_getpwent_r@
357LIB_odm_initialize = @LIB_odm_initialize@
358LIB_setpcred = @LIB_setpcred@
284
285HESIODLIB = @HESIODLIB@
286HESIODINCLUDE = @HESIODINCLUDE@
359HESIODLIB = @HESIODLIB@
360HESIODINCLUDE = @HESIODINCLUDE@
287
288NROFF_MAN = groff -mandoc -Tascii
361NROFF_MAN = groff -mandoc -Tascii
289
290LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
362LIB_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
363@KRB5_TRUE@LIB_krb5 = $(top_builddir)/lib/krb5/libkrb5.la \
364@KRB5_TRUE@ $(top_builddir)/lib/asn1/libasn1.la
365
366@KRB5_TRUE@LIB_gssapi = $(top_builddir)/lib/gssapi/libgssapi.la
296
297@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
367@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
298
299SUBDIRS = kadm5
368SUBDIRS = kadm5
300
301noinst_PROGRAMS = bits make_crypto
302CHECK_LOCAL =
369CHECK_LOCAL =
303
304include_HEADERS = krb5-types.h
305noinst_HEADERS = crypto-headers.h
370include_HEADERS = krb5-types.h
371noinst_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
372CLEANFILES = \
373 asn1.h \
374 asn1_err.h \
375 base64.h \
376 com_err.h \
377 com_right.h \
378 crypto-headers.h\
379 der.h \

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

401 parse_units.h \
402 resolve.h \
403 roken-common.h \
404 roken.h \
405 sha.h \
406 sl.h \
407 xdbm.h
408
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
409all: config.h
410 $(MAKE) $(AM_MAKEFLAGS) all-recursive
411
412.SUFFIXES:
413.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)
414$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common $(am__configure_deps)
415 @for dep in $?; do \
416 case '$(am__configure_deps)' in \
417 *$$dep*) \
418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
419 && exit 0; \
420 exit 1;; \
421 esac; \
422 done; \
423 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps include/Makefile'; \
394 cd $(top_srcdir) && \
424 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)
425 $(AUTOMAKE) --foreign --ignore-deps include/Makefile
426.PRECIOUS: Makefile
427Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
428 @case '$?' in \
429 *config.status*) \
430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
431 *) \
432 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
433 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
434 esac;
398
435
436$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
437 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438
439$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
440 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443
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
444config.h: stamp-h1
445 @if test ! -f $@; then \
446 rm -f stamp-h1; \
447 $(MAKE) stamp-h1; \
448 else :; fi
449
450stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
451 @rm -f stamp-h1
452 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
408
409$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
453$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
410 cd $(top_srcdir) && $(AUTOHEADER)
454 cd $(top_srcdir) && $(AUTOHEADER)
411 touch $(srcdir)/config.h.in
455 rm -f stamp-h1
456 touch $@
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:
457
458distclean-hdr:
459 -rm -f config.h stamp-h1
460
461clean-noinstPROGRAMS:
462 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
463 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
464 echo " rm -f $$p $$f"; \
465 rm -f $$p $$f ; \
466 done
467bits$(EXEEXT): $(bits_OBJECTS) $(bits_DEPENDENCIES)
468 @rm -f bits$(EXEEXT)
469 $(LINK) $(bits_LDFLAGS) $(bits_OBJECTS) $(bits_LDADD) $(LIBS)
470make_crypto$(EXEEXT): $(make_crypto_OBJECTS) $(make_crypto_DEPENDENCIES)
471 @rm -f make_crypto$(EXEEXT)
472 $(LINK) $(make_crypto_LDFLAGS) $(make_crypto_OBJECTS) $(make_crypto_LDADD) $(LIBS)
473
474mostlyclean-compile:
430 -rm -f *.$(OBJEXT) core *.core
475 -rm -f *.$(OBJEXT)
431
432distclean-compile:
433 -rm -f *.tab.c
434
435.c.o:
476
477distclean-compile:
478 -rm -f *.tab.c
479
480.c.o:
436 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
481 $(COMPILE) -c $<
437
438.c.obj:
482
483.c.obj:
439 $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
484 $(COMPILE) -c `$(CYGPATH_W) '$<'`
440
441.c.lo:
485
486.c.lo:
442 $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
487 $(LTCOMPILE) -c -o $@ $<
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:
488
489mostlyclean-libtool:
490 -rm -f *.lo
491
492clean-libtool:
493 -rm -rf .libs _libs
494
495distclean-libtool:
496 -rm -f libtool
497uninstall-info-am:
453includeHEADERS_INSTALL = $(INSTALL_HEADER)
454install-includeHEADERS: $(include_HEADERS)
455 @$(NORMAL_INSTALL)
498install-includeHEADERS: $(include_HEADERS)
499 @$(NORMAL_INSTALL)
456 $(mkinstalldirs) $(DESTDIR)$(includedir)
500 test -z "$(includedir)" || $(mkdir_p) "$(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|^.*/||'`"; \
501 @list='$(include_HEADERS)'; for p in $$list; do \
502 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
503 f="`echo $$p | sed -e 's|^.*/||'`"; \
460 echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
461 $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
504 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
505 $(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|^.*/||'`"; \
506 done
507
508uninstall-includeHEADERS:
509 @$(NORMAL_UNINSTALL)
510 @list='$(include_HEADERS)'; for p in $$list; do \
511 f="`echo $$p | sed -e 's|^.*/||'`"; \
468 echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
469 rm -f $(DESTDIR)$(includedir)/$$f; \
512 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
513 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
514 done
515
516# This directory's subdirectories are mostly independent; you can cd
517# into them and run `make' without going through this Makefile.
518# To change the values of `make' variables: instead of editing Makefiles,
519# (1) if the variable is set in `config.status', edit `config.status'
520# (which will cause the Makefiles to be regenerated when you run `make');
521# (2) otherwise, pass the desired values on the `make' command line.

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

567 list='$(SUBDIRS)'; for subdir in $$list; do \
568 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
569 done
570ctags-recursive:
571 list='$(SUBDIRS)'; for subdir in $$list; do \
572 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
573 done
574
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
575ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
576 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
577 unique=`for i in $$list; do \
578 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
579 done | \
580 $(AWK) ' { files[$$0] = 1; } \
581 END { for (i in files) print i; }'`; \
582 mkid -fID $$unique
583tags: TAGS
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
584
585TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
586 $(TAGS_FILES) $(LISP)
587 tags=; \
588 here=`pwd`; \
589 if (etags --etags-include --version) >/dev/null 2>&1; then \
590 include_option=--etags-include; \
591 else \

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

601 unique=`for i in $$list; do \
602 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
603 done | \
604 $(AWK) ' { files[$$0] = 1; } \
605 END { for (i in files) print i; }'`; \
606 test -z "$(ETAGS_ARGS)$$tags$$unique" \
607 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
608 $$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
609ctags: CTAGS
610CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
611 $(TAGS_FILES) $(LISP)
612 tags=; \
613 here=`pwd`; \
614 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
615 unique=`for i in $$list; do \
616 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \

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

623
624GTAGS:
625 here=`$(am__cd) $(top_builddir) && pwd` \
626 && cd $(top_srcdir) \
627 && gtags -i $(GTAGS_ARGS) $$here
628
629distclean-tags:
630 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
595DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
596
631
597top_distdir = ..
598distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
599
600distdir: $(DISTFILES)
632distdir: $(DISTFILES)
601 $(mkinstalldirs) $(distdir)/.. $(distdir)/../cf
633 $(mkdir_p) $(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"; \
634 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
635 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
636 list='$(DISTFILES)'; for file in $$list; do \
637 case $$file in \
638 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
639 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
640 esac; \
641 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
642 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
643 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
644 dir="/$$dir"; \
613 $(mkinstalldirs) "$(distdir)$$dir"; \
645 $(mkdir_p) "$(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 \
646 else \
647 dir=''; \
648 fi; \
649 if test -d $$d/$$file; then \
650 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
651 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
652 fi; \
653 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
654 else \
655 test -f $(distdir)/$$file \
656 || cp -p $$d/$$file $(distdir)/$$file \
657 || exit 1; \
658 fi; \
659 done
660 list='$(SUBDIRS)'; for subdir in $$list; do \
661 if test "$$subdir" = .; then :; else \
630 test -d $(distdir)/$$subdir \
631 || mkdir $(distdir)/$$subdir \
662 test -d "$(distdir)/$$subdir" \
663 || mkdir "$(distdir)/$$subdir" \
632 || exit 1; \
633 (cd $$subdir && \
634 $(MAKE) $(AM_MAKEFLAGS) \
664 || exit 1; \
665 (cd $$subdir && \
666 $(MAKE) $(AM_MAKEFLAGS) \
635 top_distdir="$(top_distdir)" \
636 distdir=../$(distdir)/$$subdir \
667 top_distdir="../$(top_distdir)" \
668 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:
669 distdir) \
670 || exit 1; \
671 fi; \
672 done
673 $(MAKE) $(AM_MAKEFLAGS) \
674 top_distdir="$(top_distdir)" distdir="$(distdir)" \
675 dist-hook
676check-am: all-am
677 $(MAKE) $(AM_MAKEFLAGS) check-local
678check: check-recursive
679all-am: Makefile $(PROGRAMS) $(HEADERS) config.h all-local
680installdirs: installdirs-recursive
681installdirs-am:
650 $(mkinstalldirs) $(DESTDIR)$(includedir)
651
682 for dir in "$(DESTDIR)$(includedir)"; do \
683 test -z "$$dir" || $(mkdir_p) "$$dir"; \
684 done
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
685install: install-recursive
686install-exec: install-exec-recursive
687install-data: install-data-recursive
688uninstall: uninstall-recursive
689
690install-am: all-am
691 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
692

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

709 @echo "it deletes files that may require special tools to rebuild."
710clean: clean-recursive
711
712clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
713 mostlyclean-am
714
715distclean: distclean-recursive
716 -rm -f Makefile
684distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
685 distclean-libtool distclean-tags
717distclean-am: clean-am distclean-compile distclean-generic \
718 distclean-hdr distclean-libtool distclean-tags
686
687dvi: dvi-recursive
688
689dvi-am:
690
719
720dvi: dvi-recursive
721
722dvi-am:
723
724html: html-recursive
725
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 \
726info: info-recursive
727
728info-am:
729
730install-data-am: install-includeHEADERS
731 @$(NORMAL_INSTALL)
732 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
733

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

762
763uninstall-info: uninstall-info-recursive
764
765.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local check \
766 check-am check-local clean clean-generic clean-libtool \
767 clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
768 distclean distclean-compile distclean-generic distclean-hdr \
769 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 \
770 dvi dvi-am html html-am info info-am install install-am \
771 install-data install-data-am install-exec install-exec-am \
738 install-includeHEADERS install-info install-info-am \
772 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
773 install-man install-strip installcheck installcheck-am \
774 installdirs installdirs-am maintainer-clean \
775 maintainer-clean-generic maintainer-clean-recursive \
776 mostlyclean mostlyclean-compile mostlyclean-generic \
777 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
778 tags tags-recursive uninstall uninstall-am \
779 uninstall-includeHEADERS uninstall-info-am
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 ---
780
781
782install-suid-programs:
783 @foo='$(bin_SUIDS)'; \
784 for file in $$foo; do \
785 x=$(DESTDIR)$(bindir)/$$file; \
786 if chown 0:0 $$x && chmod u+s $$x; then :; else \
787 echo "*"; \

--- 132 unchanged lines hidden ---