+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.
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)
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
+
+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.
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
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
+
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
+
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
+
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
+
+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.
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
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
+
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
+
#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
+
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
+
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
+
+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
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-SRCS= t_imp_name.c
+SRCS= $(srcdir)/t_imp_name.c
OBJS= t_imp_name.o
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
+
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
+
clean::
$(RM) resolve
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+resolve.o: resolve.c
+
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
+
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
+
# 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
+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
$(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