From de94414b177cd100c4cc58d2a2335dc411b4246b Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 2 Sep 2001 00:14:07 +0000 Subject: [PATCH] dependencies git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13726 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 4 ++ src/appl/bsd/Makefile.in | 55 ++++++++++++++++++++++++++- src/appl/gss-sample/ChangeLog | 4 ++ src/appl/gss-sample/Makefile.in | 14 ++++++- src/appl/gssftp/ftp/Makefile.in | 27 +++++++++++++ src/appl/gssftp/ftpd/Makefile.in | 30 +++++++++++++++ src/appl/telnet/libtelnet/Makefile.in | 42 ++++++++++++++++++++ src/appl/telnet/telnet/ChangeLog | 4 ++ src/appl/telnet/telnet/Makefile.in | 42 ++++++++++++++++++-- src/appl/telnet/telnetd/Makefile.in | 47 +++++++++++++++++++++++ src/tests/asn.1/Makefile.in | 36 ++++++++++++++++++ src/tests/create/Makefile.in | 11 ++++++ src/tests/dejagnu/Makefile.in | 7 ++++ src/tests/gssapi/ChangeLog | 4 ++ src/tests/gssapi/Makefile.in | 10 ++++- src/tests/hammer/Makefile.in | 10 +++++ src/tests/resolve/Makefile.in | 7 ++++ src/tests/verify/Makefile.in | 11 ++++++ src/util/dyn/Makefile.in | 16 ++++++++ src/util/profile/Makefile.in | 18 ++++++--- src/util/ss/ChangeLog | 5 +++ src/util/ss/Makefile.in | 5 +-- 22 files changed, 394 insertions(+), 15 deletions(-) diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 2c0d9846f..0b2e2219d 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,7 @@ +2001-09-01 Ken Raeburn + + * Makefile.in (SRCS): Use $(srcdir). + 2001-07-23 Ezra Peisach * setenv.c (setenv): Include stdlib.h for malloc prototypes. diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in index 7e3258302..e6eefd374 100644 --- a/src/appl/bsd/Makefile.in +++ b/src/appl/bsd/Makefile.in @@ -15,8 +15,10 @@ V4RCP=@V4RCP@ V4RCPO=@V4RCPO@ KRSHDLIBS=@KRSHDLIBS@ -SRCS= krcp.c krlogin.c krsh.c kcmd.c forward.c $(SETENVSRC) \ - login.c krshd.c krlogind.c v4rcp.c +SRCS= $(srcdir)/krcp.c $(srcdir)/krlogin.c $(srcdir)/krsh.c $(srcdir)/kcmd.c \ + $(srcdir)/forward.c \ + $(srcdir)/login.c $(srcdir)/krshd.c $(srcdir)/krlogind.c \ + $(srcdir)/v4rcp.c OBJS= krcp.o krlogin.o krsh.o kcmd.o forward.o $(SETENVOBJ) \ login.o krshd.o krlogind.o $(V4RCPO) $(LIBOBJS) @@ -93,3 +95,52 @@ install:: getdtablesize.o: $(srcdir)/getdtablesize.c kcmd.o krcp.o krlogin.o krlogind.o krsh.o krshd.o forward.o: defines.h +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +krcp.o: krcp.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/k5-util.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ + $(SRCTOP)/include/port-sockets.h defines.h +krlogin.o: krlogin.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \ + defines.h rpaths.h +krsh.o: krsh.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \ + defines.h +kcmd.o: kcmd.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \ + defines.h +forward.o: forward.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ + $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ + $(SRCTOP)/include/krb5/kdb.h defines.h +login.o: login.c $(BUILDTOP)/include/libpty.h $(SRCTOP)/include/syslog.h \ + $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ + $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ + $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \ + $(BUILDTOP)/include/krb524.h $(BUILDTOP)/include/krb524_err.h \ + loginpaths.h +krshd.o: krshd.c $(BUILDTOP)/include/libpty.h $(SRCTOP)/include/syslog.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h loginpaths.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/k5-util.h defines.h +krlogind.o: krlogind.c $(SRCTOP)/include/syslog.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ + $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/libpty.h \ + $(SRCTOP)/include/k5-util.h defines.h +v4rcp.o: v4rcp.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/k5-util.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ + $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/kerberosIV/krbports.h \ + rpaths.h + diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index ecf441a49..11cab8ba9 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,7 @@ +2001-09-01 Ken Raeburn + + * Makefile.in (SRCS): Use srcdir. + 2001-06-18 Ezra Peisach * gss-client.c (parse_oid): Cast argument to isdigit() to int. diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in index 8944ab7f1..d592bab67 100644 --- a/src/appl/gss-sample/Makefile.in +++ b/src/appl/gss-sample/Makefile.in @@ -7,7 +7,7 @@ DEFINES = -DUSE_AUTOCONF_H -DGSSAPI_V2 PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -SRCS= gss-client.c gss-misc.c gss-server.c +SRCS= $(srcdir)/gss-client.c $(srcdir)/gss-misc.c $(srcdir)/gss-server.c OBJS= gss-client.o gss-misc.o gss-server.o @@ -32,3 +32,15 @@ clean-unix:: install-unix:: $(INSTALL_PROGRAM) gss-client $(DESTDIR)$(CLIENT_BINDIR)/gss-client $(INSTALL_PROGRAM) gss-server $(DESTDIR)$(SERVER_BINDIR)/gss-server +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +gss-client.o: gss-client.c $(BUILDTOP)/include/gssapi/gssapi_generic.h \ + $(BUILDTOP)/include/gssapi/gssapi.h gss-misc.h +gss-misc.o: gss-misc.c $(BUILDTOP)/include/gssapi/gssapi_generic.h \ + $(BUILDTOP)/include/gssapi/gssapi.h gss-misc.h +gss-server.o: gss-server.c $(BUILDTOP)/include/gssapi/gssapi_generic.h \ + $(BUILDTOP)/include/gssapi/gssapi.h gss-misc.h + diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in index 5bc282f55..fad6bc4ce 100644 --- a/src/appl/gssftp/ftp/Makefile.in +++ b/src/appl/gssftp/ftp/Makefile.in @@ -69,3 +69,30 @@ radix.o: $(srcdir)/radix.c secure.o: $(srcdir)/secure.c # NOPOSTFIX +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +cmds.o: cmds.c $(SRCTOP)/include/port-sockets.h $(SRCTOP)/appl/gssftp/arpa/ftp.h \ + ftp_var.h pathnames.h +cmdtab.o: cmdtab.c ftp_var.h +domacro.o: domacro.c ftp_var.h +ftp.o: ftp.c $(SRCTOP)/appl/gssftp/arpa/ftp.h $(SRCTOP)/appl/gssftp/arpa/telnet.h \ + $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h $(BUILDTOP)/include/gssapi/gssapi.h \ + $(BUILDTOP)/include/gssapi/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi_krb5.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h ftp_var.h secure.h +getpass.o: getpass.c ftp_var.h +glob.o: glob.c ftp_var.h +main.o: main.c ftp_var.h $(SRCTOP)/appl/gssftp/arpa/ftp.h \ + $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h +radix.o: radix.c ftp_var.h +ruserpass.o: ruserpass.c ftp_var.h +secure.o: secure.c $(BUILDTOP)/include/gssapi/gssapi.h \ + $(BUILDTOP)/include/gssapi/gssapi_generic.h secure.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ + $(SRCTOP)/include/port-sockets.h $(SRCTOP)/appl/gssftp/arpa/ftp.h + diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in index eb66bbb6c..dbc307dec 100644 --- a/src/appl/gssftp/ftpd/Makefile.in +++ b/src/appl/gssftp/ftpd/Makefile.in @@ -74,3 +74,33 @@ popen.o: $(srcdir)/popen.c vers.o: $(srcdir)/vers.c # NOPOSTFIX +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +ftpd.o: ftpd.c $(SRCTOP)/appl/gssftp/arpa/ftp.h $(SRCTOP)/appl/gssftp/arpa/telnet.h \ + $(SRCTOP)/include/syslog.h pathnames.h $(BUILDTOP)/include/libpty.h \ + $(SRCTOP)/include/k5-util.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ + $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb524.h \ + $(BUILDTOP)/include/krb524_err.h $(BUILDTOP)/include/gssapi/gssapi.h \ + $(BUILDTOP)/include/gssapi/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi_krb5.h \ + ftpd_var.h secure.h +ftpcmd.o: ftpcmd.c $(SRCTOP)/appl/gssftp/arpa/ftp.h \ + $(SRCTOP)/include/syslog.h ftpd_var.h $(BUILDTOP)/include/gssapi/gssapi.h \ + $(BUILDTOP)/include/gssapi/gssapi_generic.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/appl/gssftp/arpa/telnet.h +popen.o: popen.c ftpd_var.h $(BUILDTOP)/include/gssapi/gssapi.h \ + $(BUILDTOP)/include/gssapi/gssapi_generic.h +vers.o: vers.c +glob.o: $(srcdir)/../ftp/glob.c $(SRCTOP)/appl/gssftp/ftp/ftp_var.h +radix.o: $(srcdir)/../ftp/radix.c $(SRCTOP)/appl/gssftp/ftp/ftp_var.h +secure.o: $(srcdir)/../ftp/secure.c $(BUILDTOP)/include/gssapi/gssapi.h \ + $(BUILDTOP)/include/gssapi/gssapi_generic.h secure.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ + $(SRCTOP)/include/port-sockets.h $(SRCTOP)/appl/gssftp/arpa/ftp.h +getdtablesize.o: $(srcdir)/../../bsd/getdtablesize.c + diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in index 48bbe539a..cddb131ef 100644 --- a/src/appl/telnet/libtelnet/Makefile.in +++ b/src/appl/telnet/libtelnet/Makefile.in @@ -85,3 +85,45 @@ enc_des.o: encrypt.h enc_des.o: key-proto.h enc_des.o: misc-proto.h install:: +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +auth.o: auth.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + encrypt.h enc-proto.h auth.h auth-proto.h misc-proto.h +encrypt.o: encrypt.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + encrypt.h enc-proto.h misc.h misc-proto.h +genget.o: genget.c misc.h misc-proto.h +misc.o: misc.c misc.h misc-proto.h auth.h auth-proto.h \ + encrypt.h enc-proto.h +kerberos.o: kerberos.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/port-sockets.h encrypt.h enc-proto.h \ + auth.h auth-proto.h misc.h misc-proto.h +kerberos5.o: kerberos5.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ + $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ + $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/syslog.h \ + encrypt.h enc-proto.h auth.h auth-proto.h misc.h misc-proto.h \ + krb5forw.h +forward.o: forward.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ + $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ + $(SRCTOP)/include/krb5/kdb.h krb5forw.h +spx.o: spx.c misc-proto.h +enc_des.o: enc_des.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + encrypt.h enc-proto.h key-proto.h misc-proto.h +setenv.o: setenv.c misc-proto.h +getent.o: getent.c gettytab.h +parsetos.o: parsetos.c misc-proto.h +strdup.o: strdup.c +strcasecmp.o: strcasecmp.c +strchr.o: strchr.c +strrchr.o: strrchr.c +strftime.o: strftime.c +strerror.o: strerror.c + diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index d7d87fb0c..b10f245ed 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,7 @@ +2001-09-01 Ken Raeburn + + * Makefile.in (SRCS): Use $(srcdir). + 2001-08-30 Ken Raeburn * commands.c: Include netdb.h and fake-addrinfo.c. diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in index a1fd6f51a..f3fcd7eed 100644 --- a/src/appl/telnet/telnet/Makefile.in +++ b/src/appl/telnet/telnet/Makefile.in @@ -33,9 +33,9 @@ ARPA_TELNET= $(srcdir)/../arpa/telnet.h PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -SRCS= authenc.c commands.c main.c network.c ring.c \ - sys_bsd.c telnet.c terminal.c \ - utilities.c $(GETOPT_SRC) +SRCS= $(srcdir)/authenc.c $(srcdir)/commands.c $(srcdir)/main.c $(srcdir)/network.c $(srcdir)/ring.c \ + $(srcdir)/sys_bsd.c $(srcdir)/telnet.c $(srcdir)/terminal.c \ + $(srcdir)/utilities.c $(GETOPT_SRC) ALLHC= $(SRCS) \ defines.h externs.h fdset.h general.h \ ring.h types.h @@ -70,3 +70,39 @@ telnet.o: defines.h externs.h general.h ring.h types.h $(ARPA_TELNET) terminal.o: externs.h ring.h types.h $(ARPA_TELNET) tn3270.o: defines.h externs.h fdset.h general.h ring.h $(ARPA_TELNET) utilities.o: defines.h externs.h fdset.h general.h ring.h $(ARPA_TELNET) +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +authenc.o: authenc.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/appl/telnet/libtelnet/encrypt.h $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h \ + $(SRCTOP)/appl/telnet/libtelnet/misc.h $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h \ + general.h ring.h externs.h defines.h types.h +commands.o: commands.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + general.h ring.h externs.h defines.h types.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \ + $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h \ + $(SRCTOP)/include/fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \ + $(SRCTOP)/include/port-sockets.h +main.o: main.c $(SRCTOP)/appl/telnet/libtelnet/auth.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \ + $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h ring.h \ + externs.h defines.h +network.o: network.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + ring.h defines.h externs.h fdset.h +ring.o: ring.c ring.h general.h +sys_bsd.o: sys_bsd.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + ring.h fdset.h defines.h externs.h types.h +telnet.o: telnet.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + ring.h defines.h externs.h types.h general.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \ + $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h +terminal.o: terminal.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + ring.h externs.h types.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \ + $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h +utilities.o: utilities.c $(SRCTOP)/appl/telnet/arpa/telnet.h \ + general.h fdset.h ring.h defines.h externs.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \ + $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h + diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in index 01bd66afd..09cfd3aed 100644 --- a/src/appl/telnet/telnetd/Makefile.in +++ b/src/appl/telnet/telnetd/Makefile.in @@ -80,3 +80,50 @@ sys_term.o: telnetd.h pathnames.h defs.h ext.h $(ARPA_TELNET) telnetd.o: telnetd.h defs.h ext.h $(ARPA_TELNET) termstat.o: telnetd.h defs.h ext.h $(ARPA_TELNET) utility.o: telnetd.h defs.h ext.h $(ARPA_TELNET) +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +telnetd.o: telnetd.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h pathnames.h $(SRCTOP)/include/fake-addrinfo.c \ + $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/port-sockets.h \ + $(BUILDTOP)/include/libpty.h $(BUILDTOP)/include/com_err.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth.h $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h \ + $(SRCTOP)/appl/telnet/libtelnet/encrypt.h $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h \ + $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h +termio-tn.o: termio-tn.c +termios-tn.o: termios-tn.c +state.o: state.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \ + $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h +termstat.o: termstat.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h +slc.o: slc.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h +sys_term.o: sys_term.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h pathnames.h $(BUILDTOP)/include/com_err.h \ + $(BUILDTOP)/include/libpty.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(SRCTOP)/include/krb5/kdb.h +utility.o: utility.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h $(SRCTOP)/appl/telnet/libtelnet/auth.h \ + $(SRCTOP)/appl/telnet/libtelnet/auth-proto.h $(SRCTOP)/appl/telnet/libtelnet/encrypt.h \ + $(SRCTOP)/appl/telnet/libtelnet/enc-proto.h +global.o: global.c defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h +authenc.o: authenc.c telnetd.h defs.h $(SRCTOP)/appl/telnet/arpa/telnet.h \ + $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/syslog.h ext.h $(SRCTOP)/appl/telnet/libtelnet/misc.h \ + $(SRCTOP)/appl/telnet/libtelnet/misc-proto.h + diff --git a/src/tests/asn.1/Makefile.in b/src/tests/asn.1/Makefile.in index 19b774963..3b0743b43 100644 --- a/src/tests/asn.1/Makefile.in +++ b/src/tests/asn.1/Makefile.in @@ -59,3 +59,39 @@ ktest_equal.o: ktest_equal.h #utility.h: krbasn1.h asn1buf.h ############################################## +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +krb5_encode_test.o: krb5_encode_test.c $(BUILDTOP)/../src/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(BUILDTOP)/../src/include/krb5/kdb.h \ + utility.h $(BUILDTOP)/../src/lib/krb5/asn.1/krbasn1.h \ + $(BUILDTOP)/../src/lib/krb5/asn.1/asn1buf.h ktest.h \ + debug.h +krb5_encode_test.o: krb5_encode_test.c $(BUILDTOP)/../src/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(BUILDTOP)/../src/include/krb5/kdb.h \ + utility.h $(BUILDTOP)/../src/lib/krb5/asn.1/krbasn1.h \ + $(BUILDTOP)/../src/lib/krb5/asn.1/asn1buf.h ktest.h \ + debug.h +ktest.o: ktest.c ktest.h $(BUILDTOP)/../src/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(BUILDTOP)/../src/include/krb5/kdb.h \ + utility.h $(BUILDTOP)/../src/lib/krb5/asn.1/krbasn1.h \ + $(BUILDTOP)/../src/lib/krb5/asn.1/asn1buf.h +ktest_equal.o: ktest_equal.c ktest_equal.h $(BUILDTOP)/../src/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(BUILDTOP)/../src/include/krb5/kdb.h +utility.o: utility.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h utility.h $(BUILDTOP)/../src/lib/krb5/asn.1/krbasn1.h \ + $(BUILDTOP)/../src/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ + $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/../src/include/krb5/kdb.h \ + $(BUILDTOP)/../src/lib/krb5/asn.1/asn1buf.h +trval.o: trval.c + diff --git a/src/tests/create/Makefile.in b/src/tests/create/Makefile.in index 15ebb9a18..e358d0e70 100644 --- a/src/tests/create/Makefile.in +++ b/src/tests/create/Makefile.in @@ -18,3 +18,14 @@ install:: clean:: $(RM) kdb5_mkdums.o kdb5_mkdums +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +kdb5_mkdums.o: kdb5_mkdums.c $(SRCTOP)/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \ + $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h + diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in index 668e1187c..d1e6e459b 100644 --- a/src/tests/dejagnu/Makefile.in +++ b/src/tests/dejagnu/Makefile.in @@ -44,3 +44,10 @@ runenv.vals: runenv.vars site.exp: runenv.vals echo "set runvarlist [list `cat runenv.vals | tr '\n' ' '`]" | \ sed -e 's%=\.%='`pwd`'/.%g' > site.exp +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +t_inetd.o: t_inetd.c $(BUILDTOP)/include/com_err.h + diff --git a/src/tests/gssapi/ChangeLog b/src/tests/gssapi/ChangeLog index 7f26f72e0..178dd73b4 100644 --- a/src/tests/gssapi/ChangeLog +++ b/src/tests/gssapi/ChangeLog @@ -1,3 +1,7 @@ +2001-09-01 Ken Raeburn + + * Makefile.in (SRCS): Use srcdir. + 2001-07-23 Ezra Peisach * t_imp_name.c (display_status_1): Remove variable that was set diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in index df8db19d5..b3cb64404 100644 --- a/src/tests/gssapi/Makefile.in +++ b/src/tests/gssapi/Makefile.in @@ -6,7 +6,7 @@ DEFINES = -DUSE_AUTOCONF_H PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -SRCS= t_imp_name.c +SRCS= $(srcdir)/t_imp_name.c OBJS= t_imp_name.o @@ -18,3 +18,11 @@ t_imp_name: t_imp_name.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS) clean:: $(RM) t_imp_name +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +t_imp_name.o: t_imp_name.c $(BUILDTOP)/include/gssapi/gssapi.h \ + $(BUILDTOP)/include/gssapi/gssapi_generic.h + diff --git a/src/tests/hammer/Makefile.in b/src/tests/hammer/Makefile.in index 367ba8890..5d7147f2a 100644 --- a/src/tests/hammer/Makefile.in +++ b/src/tests/hammer/Makefile.in @@ -17,3 +17,13 @@ install:: clean:: $(RM) kdc5_hammer.o kdc5_hammer +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +kdc5_hammer.o: kdc5_hammer.c $(SRCTOP)/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h + diff --git a/src/tests/resolve/Makefile.in b/src/tests/resolve/Makefile.in index f528d4889..1f10db4c0 100644 --- a/src/tests/resolve/Makefile.in +++ b/src/tests/resolve/Makefile.in @@ -22,3 +22,10 @@ install:: clean:: $(RM) resolve +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +resolve.o: resolve.c + diff --git a/src/tests/verify/Makefile.in b/src/tests/verify/Makefile.in index cb4d4bdbb..863f90c7e 100644 --- a/src/tests/verify/Makefile.in +++ b/src/tests/verify/Makefile.in @@ -17,3 +17,14 @@ install:: clean:: $(RM) kdb5_verify.o kdb5_verify +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +kdb5_verify.o: kdb5_verify.c $(SRCTOP)/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \ + $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h + diff --git a/src/util/dyn/Makefile.in b/src/util/dyn/Makefile.in index e189f3895..228038519 100644 --- a/src/util/dyn/Makefile.in +++ b/src/util/dyn/Makefile.in @@ -85,3 +85,19 @@ LCLINTOPTS=+posixlib \ do-lclint: $(SRCS) $(LCLINT) $(LCLINTOPTS) $(LOCALINCLUDES) $(DEFS) $(SRCS) $(srcdir)/test.c +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +dyn_create.o: dyn_create.c dynP.h dyn.h +dyn_put.o: dyn_put.c dynP.h dyn.h +dyn_debug.o: dyn_debug.c dynP.h dyn.h +dyn_delete.o: dyn_delete.c dynP.h dyn.h +dyn_size.o: dyn_size.c dynP.h dyn.h +dyn_append.o: dyn_append.c dynP.h dyn.h +dyn_realloc.o: dyn_realloc.c dynP.h dyn.h +dyn_paranoid.o: dyn_paranoid.c dynP.h dyn.h +dyn_insert.o: dyn_insert.c dynP.h dyn.h +dyn_initzero.o: dyn_initzero.c dynP.h dyn.h + diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 3c2d8ec83..80751e5d1 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -119,9 +119,17 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe # Makefile dependencies follow. This must be the last section in # the Makefile.in file # -prof_tree.o: $(srcdir)/prof_tree.c $(srcdir)/prof_int.h prof_err.h -prof_file.o: $(srcdir)/prof_file.c $(srcdir)/prof_int.h prof_err.h -prof_parse.o: $(srcdir)/prof_parse.c $(srcdir)/prof_int.h prof_err.h -prof_err.o: prof_err.c -prof_init.o: $(srcdir)/prof_init.c $(srcdir)/prof_int.h prof_err.h +prof_tree.o: prof_tree.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_file.o: prof_file.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_parse.o: prof_parse.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_get.o: prof_get.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_set.o: prof_set.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h +prof_err.o: prof_err.c $(BUILDTOP)/include/com_err.h +prof_init.o: prof_init.c prof_int.h $(BUILDTOP)/include/com_err.h \ + prof_err.h $(BUILDTOP)/include/profile.h diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog index 7bfd2f070..4ec085c94 100644 --- a/src/util/ss/ChangeLog +++ b/src/util/ss/ChangeLog @@ -1,3 +1,8 @@ +2001-09-01 Ken Raeburn + + * Makefile.in (SRCS): Don't include ss_err.h. + (depend-prerecurse): Depend on ss_err.h. + 2001-06-20 Ken Raeburn * request_tbl.c (ss_add_request_table): Delete unnecessary cast in diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index 63c90dfb4..6d9a86fbf 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -43,9 +43,8 @@ SRCS= $(srcdir)/invocation.c $(srcdir)/help.c \ $(srcdir)/execute_cmd.c $(srcdir)/listen.c $(srcdir)/parse.c \ $(srcdir)/error.c $(srcdir)/prompt.c \ $(srcdir)/request_tbl.c $(srcdir)/list_rqs.c $(srcdir)/pager.c \ - $(srcdir)/requests.c $(srcdir)/data.c \ - ss_err.h -# ss_err.h here, so that make depend catches it. + $(srcdir)/requests.c $(srcdir)/data.c +depend-prerecurse:: ss_err.h std_rqs.o: std_rqs.c ss_err.h -- 2.26.2