dependencies
authorKen Raeburn <raeburn@mit.edu>
Sun, 2 Sep 2001 00:14:07 +0000 (00:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 2 Sep 2001 00:14:07 +0000 (00:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13726 dc483132-0cff-0310-8789-dd5450dbe970

22 files changed:
src/appl/bsd/ChangeLog
src/appl/bsd/Makefile.in
src/appl/gss-sample/ChangeLog
src/appl/gss-sample/Makefile.in
src/appl/gssftp/ftp/Makefile.in
src/appl/gssftp/ftpd/Makefile.in
src/appl/telnet/libtelnet/Makefile.in
src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/Makefile.in
src/appl/telnet/telnetd/Makefile.in
src/tests/asn.1/Makefile.in
src/tests/create/Makefile.in
src/tests/dejagnu/Makefile.in
src/tests/gssapi/ChangeLog
src/tests/gssapi/Makefile.in
src/tests/hammer/Makefile.in
src/tests/resolve/Makefile.in
src/tests/verify/Makefile.in
src/util/dyn/Makefile.in
src/util/profile/Makefile.in
src/util/ss/ChangeLog
src/util/ss/Makefile.in

index 2c0d9846f39185508ffcbd8788aff3a3bdd89bb0..0b2e2219d63b0fe9c0cd74e5334d3aca306a86b3 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-01  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (SRCS): Use $(srcdir).
+
 2001-07-23  Ezra Peisach  <epeisach@mit.edu>
 
        * setenv.c (setenv): Include stdlib.h for malloc prototypes. 
index 7e32583021376b241042db5a4762754fd9800e9c..e6eefd37405549d402c8f906efc935ad7dd504e9 100644 (file)
@@ -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
+
index ecf441a4988e388db28718552eb5d20a016bbd55..11cab8ba9db68969f0af5085ddbbc02b0c3afa33 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-01  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (SRCS): Use srcdir.
+
 2001-06-18  Ezra Peisach  <epeisach@mit.edu>
 
        * gss-client.c (parse_oid): Cast argument to isdigit() to int.
index 8944ab7f18c1c46895546edde133eb607d385ffc..d592bab67e7dd69993ee0f0ceb0461023fd15b2a 100644 (file)
@@ -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
+
index 5bc282f555b1b29435fa593e0a6341aab46811dc..fad6bc4ce44dc94bd750aa2c1cc37f41631892c6 100644 (file)
@@ -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
+
index eb66bbb6c5202620d171a5eb579a876760c4f144..dbc307dec64fdc5ea657d5506c75e25f8d03f7b6 100644 (file)
@@ -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
+
index 48bbe539a096cd1e1434a1cb879730af901411b8..cddb131ef9d8b9bc5e459b26e603ce6e08e69b4d 100644 (file)
@@ -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
+
index d7d87fb0c177a32764102e87c46ea839466351e4..b10f245ed6cb0827e0e05ed85c0f05dec9ea9ccb 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-01  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (SRCS): Use $(srcdir).
+
 2001-08-30  Ken Raeburn  <raeburn@mit.edu>
 
        * commands.c: Include netdb.h and fake-addrinfo.c.
index a1fd6f51a2d663f9bf9fd73807b44a77a14a9a95..f3fcd7eede43b5db55576cd05ca12e1494bfe842 100644 (file)
@@ -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
+
index 01bd66afde363ca81d494dc440fe6e4c61cd2dbe..09cfd3aed28fb54ff2e3a7fa74ec604b44ef26be 100644 (file)
@@ -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
+
index 19b774963cd8844baff80ae950776469fdfc933e..3b0743b43940c92fbf3db3a5685b9b91ead3dbe9 100644 (file)
@@ -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
+
index 15ebb9a18ea11eaa798a6004789623fc9cba6929..e358d0e7044a5764dc8d1e439d65aed429608fc3 100644 (file)
@@ -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
+
index 668e1187c809d176c50557914c520b726a1b1d97..d1e6e459b0e027ffb28c670aa1020f983c7843e8 100644 (file)
@@ -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
+
index 7f26f72e0e7a32ac1aa188b0530d871c8be89b56..178dd73b4f4ab0643d87702b1da7478ea77f7546 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-01  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (SRCS): Use srcdir.
+
 2001-07-23  Ezra Peisach  <epeisach@mit.edu>
 
        * t_imp_name.c (display_status_1): Remove variable that was set
index df8db19d517d62d0b22021bc96021e155e1da078..b3cb6440423d4704831f8bf2cb80cf760c2780d3 100644 (file)
@@ -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
+
index 367ba8890acdf6fa6cf4706e24490d214b2adcf4..5d7147f2a85954c7ae3e6d350304ebaadff734fc 100644 (file)
@@ -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
+
index f528d48897ea8e85d1ce3dc4616b3c9c27a4a7fb..1f10db4c07ee42c8b9d21a542f124a80633592ae 100644 (file)
@@ -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
+
index cb4d4bdbb155da0c5e8756bdaf236f91e95b41e5..863f90c7e0e19c2cb49db44349c8abe1867248e3 100644 (file)
@@ -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
+
index e189f3895b0f514e0ad69b8c74dd566d4e896308..2280385199ecc597bff069304f62ce0ac86eea41 100644 (file)
@@ -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
+
index 3c2d8ec8333d30286e4f77cb91d10288f0ead17e..80751e5d19d2238dc70fcaba94f53fb9c173f961 100644 (file)
@@ -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
 
index 7bfd2f070d86c36dd49c3390e315bb3921c17e42..4ec085c946fb1db2d65c3222ea10bb5755431ce6 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-01  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (SRCS): Don't include ss_err.h.
+       (depend-prerecurse): Depend on ss_err.h.
+
 2001-06-20  Ken Raeburn  <raeburn@mit.edu>
 
        * request_tbl.c (ss_add_request_table): Delete unnecessary cast in
index 63c90dfb460e7225e90db0917c4eb1f9012b7fe6..6d9a86fbf990228318d4d5b1bc372530dff83ab7 100644 (file)
@@ -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