Skip to content

Commit

Permalink
Merge to trunk rev 18037.
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ldap-integ@18038 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
raeburn committed May 24, 2006
1 parent 3b34b67 commit fe1cb5a
Show file tree
Hide file tree
Showing 80 changed files with 2,722 additions and 2,528 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,10 @@ lib/krb4/krb_err_txt.c: lib/krb4/krb_err.et
$(AWK) -f lib/krb4/et_errtxt.awk outfile=$@ \
lib/krb4/krb_err.et

KRBHDEP = $(INC)krb5.hin $(INC)krb5_err.h $(INC)kdb5_err.h \
KRBHDEP = $(INC)krb5\krb5.hin $(INC)krb5_err.h $(INC)kdb5_err.h \
$(INC)kv5m_err.h $(INC)krb524_err.h $(INC)asn1_err.h

$(INC)krb5.h: $(KRBHDEP)
$(INC)krb5\krb5.h: $(KRBHDEP)
rm -f $@
cat $(KRBHDEP) > $@
$(PR)profile.h: $(PR)profile.hin $(PR)prof_err.h
Expand Down
15 changes: 4 additions & 11 deletions src/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if test ! -r "$srcdir/K5_TOPDIR/aclocal.m4"; then
fi
ac_topdir=$srcdir/$ac_reltopdir
ac_config_fragdir=$ac_reltopdir/config
krb5_pre_in=$ac_config_fragdir/pre.in
krb5_post_in=$ac_config_fragdir/post.in
# echo "Looking for $srcdir/$ac_config_fragdir"
if test -d "$srcdir/$ac_config_fragdir"; then
AC_CONFIG_AUX_DIR(K5_TOPDIR/config)
Expand Down Expand Up @@ -693,7 +691,7 @@ dnl Note: Be careful in quoting.
dnl The ac_foreach generates the list of fragments to include
dnl or "" if $2 is empty
AC_DEFUN(_K5_GEN_MAKEFILE,[dnl
AC_CONFIG_FILES([$1/Makefile:$krb5_pre_in:$1/Makefile.in:$krb5_post_in])
AC_CONFIG_FILES([$1/Makefile:$srcdir/]K5_TOPDIR[/config/pre.in:$1/Makefile.in:$srcdir/]K5_TOPDIR[/config/post.in])
])
dnl
dnl K5_GEN_FILE( <ac_output arguments> )
Expand All @@ -702,13 +700,8 @@ AC_DEFUN(K5_GEN_FILE,[AC_CONFIG_FILES($1)])dnl
dnl
dnl K5_AC_OUTPUT
dnl Note: Adds the variables to config.status for individual
dnl Makefile generation from config.statsu
AC_DEFUN(K5_AC_OUTPUT,[dnl
AC_CONFIG_COMMANDS([krb5_config_prefix], [], dnl
[krb5_pre_in=$krb5_pre_in
ac_config_fragdir=$ac_config_fragdir
krb5_post_in=$krb5_post_in])
AC_OUTPUT])dnl
dnl Makefile generation from config.status
AC_DEFUN(K5_AC_OUTPUT,[AC_OUTPUT])dnl
dnl
dnl V5_AC_OUTPUT_MAKEFILE
dnl
Expand All @@ -718,7 +711,7 @@ dnl
define(_V5_AC_OUTPUT_MAKEFILE,
[ifelse($2, , ,AC_CONFIG_FILES($2))
AC_FOREACH([DIR], [$1],dnl
[AC_CONFIG_FILES(DIR[/Makefile:$krb5_pre_in:]DIR[/Makefile.in:$krb5_post_in])])
[AC_CONFIG_FILES(DIR[/Makefile:$srcdir/]K5_TOPDIR[/config/pre.in:]DIR[/Makefile.in:$srcdir/]K5_TOPDIR[/config/post.in])])
K5_AC_OUTPUT])dnl
dnl
dnl
Expand Down
84 changes: 44 additions & 40 deletions src/appl/bsd/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,75 +101,79 @@ kcmd.o krcp.o krlogin.o krlogind.o krsh.o krshd.o forward.o: defines.h
# the Makefile.in file
#
$(OUTPRE)krcp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/k5-util.h \
$(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/kerberosIV/krb.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
defines.h krcp.c
$(SRCTOP)/include/krb5.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h defines.h krcp.c
$(OUTPRE)krlogin.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h defines.h krlogin.c \
rpaths.h
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
defines.h krlogin.c rpaths.h
$(OUTPRE)krsh.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h defines.h krsh.c
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
defines.h krsh.c
$(OUTPRE)kcmd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h defines.h kcmd.c
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
defines.h kcmd.c
$(OUTPRE)forward.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
$(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h \
$(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
$(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
defines.h forward.c
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h defines.h forward.c
$(OUTPRE)compat_recv.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h \
$(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
$(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/kerberosIV/krb.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
compat_recv.c defines.h
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h compat_recv.c defines.h
$(OUTPRE)login.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/libpty.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
$(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/kerberosIV/krb.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
$(SRCTOP)/include/syslog.h login.c loginpaths.h
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/syslog.h \
login.c loginpaths.h
$(OUTPRE)krshd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/libpty.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h \
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/k5-util.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/syslog.h \
defines.h krshd.c loginpaths.h
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
$(SRCTOP)/include/syslog.h defines.h krshd.c loginpaths.h
$(OUTPRE)krlogind.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/libpty.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h \
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/k5-util.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/syslog.h \
defines.h krlogind.c
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
$(SRCTOP)/include/syslog.h defines.h krlogind.c
$(OUTPRE)v4rcp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/k5-util.h $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/krbports.h \
$(SRCTOP)/include/port-sockets.h rpaths.h v4rcp.c
$(SRCTOP)/include/krb5.h $(SRCTOP)/include/port-sockets.h \
rpaths.h v4rcp.c
8 changes: 4 additions & 4 deletions src/appl/gssftp/ftp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ $(OUTPRE)domacro.$(OBJEXT): domacro.c ftp_var.h
$(OUTPRE)ftp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/gssapi/gssapi_generic.h \
$(BUILDTOP)/include/gssapi/gssapi_krb5.h $(KRB_ERR_H_DEP) \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/port-sockets.h \
$(srcdir)/../arpa/ftp.h $(srcdir)/../arpa/telnet.h \
ftp.c ftp_var.h secure.h
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/port-sockets.h $(srcdir)/../arpa/ftp.h \
$(srcdir)/../arpa/telnet.h ftp.c ftp_var.h secure.h
$(OUTPRE)getpass.$(OBJEXT): ftp_var.h getpass.c
$(OUTPRE)glob.$(OBJEXT): ftp_var.h glob.c
$(OUTPRE)main.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
Expand Down
9 changes: 5 additions & 4 deletions src/appl/gssftp/ftpd/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,13 @@ vers.o: $(srcdir)/vers.c
$(OUTPRE)ftpd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/gssapi/gssapi_generic.h \
$(BUILDTOP)/include/gssapi/gssapi_krb5.h $(KRB_ERR_H_DEP) \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-util.h \
$(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/kerberosIV/krb.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/syslog.h \
$(srcdir)/../arpa/ftp.h $(srcdir)/../arpa/telnet.h \
ftpd.c ftpd_var.h pathnames.h secure.h
$(SRCTOP)/include/krb5.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/syslog.h $(srcdir)/../arpa/ftp.h \
$(srcdir)/../arpa/telnet.h ftpd.c ftpd_var.h pathnames.h \
secure.h
$(OUTPRE)ftpcmd.$(OBJEXT): $(BUILDTOP)/include/gssapi/gssapi.h \
$(BUILDTOP)/include/gssapi/gssapi_generic.h $(KRB_ERR_H_DEP) \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \
Expand Down
26 changes: 14 additions & 12 deletions src/appl/telnet/libtelnet/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,24 @@ genget.so genget.po $(OUTPRE)genget.$(OBJEXT): genget.c \
misc.so misc.po $(OUTPRE)misc.$(OBJEXT): auth-proto.h \
auth.h enc-proto.h encrypt.h misc-proto.h misc.c misc.h
kerberos.so kerberos.po $(OUTPRE)kerberos.$(OBJEXT): \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(srcdir)/../arpa/telnet.h \
auth-proto.h auth.h enc-proto.h encrypt.h kerberos.c \
misc-proto.h misc.h
kerberos5.so kerberos5.po $(OUTPRE)kerberos5.$(OBJEXT): \
$(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/syslog.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
$(srcdir)/../arpa/telnet.h auth-proto.h auth.h enc-proto.h \
encrypt.h kerberos5.c krb5forw.h misc-proto.h misc.h
forward.so forward.po $(OUTPRE)forward.$(OBJEXT): $(BUILDTOP)/include/krb5.h \
$(COM_ERR_DEPS) forward.c krb5forw.h
encrypt.h kerberos.c misc-proto.h misc.h
kerberos5.so kerberos5.po $(OUTPRE)kerberos5.$(OBJEXT): \
$(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/syslog.h $(srcdir)/../arpa/telnet.h \
auth-proto.h auth.h enc-proto.h encrypt.h kerberos5.c \
krb5forw.h misc-proto.h misc.h
forward.so forward.po $(OUTPRE)forward.$(OBJEXT): $(BUILDTOP)/include/krb5/krb5.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h forward.c \
krb5forw.h
spx.so spx.po $(OUTPRE)spx.$(OBJEXT): misc-proto.h \
spx.c
enc_des.so enc_des.po $(OUTPRE)enc_des.$(OBJEXT): $(BUILDTOP)/include/krb5.h \
$(COM_ERR_DEPS) $(srcdir)/../arpa/telnet.h enc-proto.h \
enc_des.c encrypt.h key-proto.h misc-proto.h
enc_des.so enc_des.po $(OUTPRE)enc_des.$(OBJEXT): $(BUILDTOP)/include/krb5/krb5.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h $(srcdir)/../arpa/telnet.h \
enc-proto.h enc_des.c encrypt.h key-proto.h misc-proto.h
setenv.so setenv.po $(OUTPRE)setenv.$(OBJEXT): misc-proto.h \
setenv.c
getent.so getent.po $(OUTPRE)getent.$(OBJEXT): getent.c \
Expand Down
30 changes: 16 additions & 14 deletions src/appl/telnet/telnetd/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ utility.o: telnetd.h defs.h ext.h $(ARPA_TELNET)
# the Makefile.in file
#
$(OUTPRE)telnetd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/libpty.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/syslog.h \
$(srcdir)/../arpa/telnet.h $(srcdir)/../libtelnet/auth-proto.h \
$(srcdir)/../libtelnet/auth.h $(srcdir)/../libtelnet/enc-proto.h \
$(srcdir)/../libtelnet/encrypt.h $(srcdir)/../libtelnet/misc-proto.h \
defs.h ext.h pathnames.h telnetd.c telnetd.h
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
$(SRCTOP)/include/syslog.h $(srcdir)/../arpa/telnet.h \
$(srcdir)/../libtelnet/auth-proto.h $(srcdir)/../libtelnet/auth.h \
$(srcdir)/../libtelnet/enc-proto.h $(srcdir)/../libtelnet/encrypt.h \
$(srcdir)/../libtelnet/misc-proto.h defs.h ext.h pathnames.h \
telnetd.c telnetd.h
$(OUTPRE)termio-tn.$(OBJEXT): termio-tn.c
$(OUTPRE)termios-tn.$(OBJEXT): termios-tn.c
$(OUTPRE)state.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
Expand All @@ -116,15 +117,16 @@ $(OUTPRE)slc.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(SRCTOP)/include/syslog.h $(srcdir)/../arpa/telnet.h \
defs.h ext.h slc.c telnetd.h
$(OUTPRE)sys_term.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
$(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
$(SRCTOP)/include/syslog.h $(srcdir)/../arpa/telnet.h \
$(srcdir)/../libtelnet/auth-proto.h $(srcdir)/../libtelnet/auth.h \
defs.h ext.h pathnames.h sys_term.c telnetd.h
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
$(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/syslog.h \
$(srcdir)/../arpa/telnet.h $(srcdir)/../libtelnet/auth-proto.h \
$(srcdir)/../libtelnet/auth.h defs.h ext.h pathnames.h \
sys_term.c telnetd.h
$(OUTPRE)utility.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
Expand Down
4 changes: 2 additions & 2 deletions src/clients/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
thisconfigdir=.
thisconfigdir=..
myfulldir=clients
mydir=.
mydir=clients
BUILDTOP=$(REL)..

LOCAL_SUBDIRS= klist kinit kdestroy kpasswd ksu kvno kcpytkt kdeltkt
Expand Down
24 changes: 0 additions & 24 deletions src/clients/configure.in

This file was deleted.

16 changes: 14 additions & 2 deletions src/clients/kdestroy/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
thisconfigdir=./..
thisconfigdir=../..
myfulldir=clients/kdestroy
mydir=kdestroy
mydir=clients/kdestroy
BUILDTOP=$(REL)..$(S)..
DEFS=

SRCS=kdestroy.c

PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)

Expand All @@ -26,3 +28,13 @@ install-unix::
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
$(OUTPRE)kdestroy.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
kdestroy.c
16 changes: 14 additions & 2 deletions src/clients/kinit/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
thisconfigdir=./..
thisconfigdir=../..
myfulldir=clients/kinit
mydir=kinit
mydir=clients/kinit
BUILDTOP=$(REL)..$(S)..
DEFS=

PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)

SRCS=kinit.c

##WIN32##LOCALINCLUDES=-I$(BUILDTOP)\util\windows
##WIN32##DEFINES=-DGETOPT_LONG

Expand All @@ -29,3 +31,13 @@ install-unix::
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
$(OUTPRE)kinit.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
$(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
kinit.c
Loading

0 comments on commit fe1cb5a

Please sign in to comment.