diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2001-09-01 23:53:50 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2001-09-01 23:53:50 +0000 |
| commit | f31cedcf833529c6c402be4ef17d815460c16beb (patch) | |
| tree | 0873dff87f98ce74b1c2d341bacd69f341231edb /src/kdc | |
| parent | 3431a6630e6ac8ad78482d7a38fc7d43f0e8e974 (diff) | |
dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13725 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc')
| -rw-r--r-- | src/kdc/Makefile.in | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/src/kdc/Makefile.in b/src/kdc/Makefile.in index 90c49af11..58f58f0e5 100644 --- a/src/kdc/Makefile.in +++ b/src/kdc/Makefile.in @@ -87,3 +87,83 @@ install:: clean:: $(RM) kdc5_err.h kdc5_err.c krb5kdc logger.c rtest.o rtest +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +kdc5_err.o: kdc5_err.c $(BUILDTOP)/include/com_err.h +dispatch.o: dispatch.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 $(SRCTOP)/include/syslog.h \ + kdc_util.h extern.h $(SRCTOP)/include/krb5/adm_proto.h +do_as_req.o: do_as_req.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 \ + $(SRCTOP)/include/syslog.h kdc_util.h policy.h $(SRCTOP)/include/krb5/adm.h \ + $(SRCTOP)/include/krb5/adm_proto.h extern.h +do_tgs_req.o: do_tgs_req.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 \ + $(SRCTOP)/include/syslog.h kdc_util.h policy.h extern.h \ + $(SRCTOP)/include/krb5/adm_proto.h +kdc_util.o: kdc_util.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 kdc_util.h extern.h $(SRCTOP)/include/syslog.h \ + $(SRCTOP)/include/krb5/adm.h $(SRCTOP)/include/krb5/adm_proto.h +kdc_preauth.o: kdc_preauth.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 \ + kdc_util.h extern.h $(SRCTOP)/include/krb5/adm_proto.h \ + $(SRCTOP)/include/syslog.h +logger.o: $(SRCTOP)/lib/kadm5/logger.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 \ + $(SRCTOP)/include/krb5/adm_proto.h $(SRCTOP)/include/syslog.h +main.o: main.c $(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/krb5/adm.h $(SRCTOP)/include/krb5/adm_proto.h \ + kdc_util.h extern.h kdc5_err.h $(SRCTOP)/include/krb5/kdb_kt.h \ + $(SRCTOP)/include/kerberosIV/des.h +network.o: network.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/port-sockets.h $(SRCTOP)/include/socket-utils.h \ + $(SRCTOP)/include/krb5/kdb.h kdc_util.h extern.h kdc5_err.h \ + $(SRCTOP)/include/krb5/adm_proto.h $(SRCTOP)/include/syslog.h +sock2p.o: sock2p.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/port-sockets.h $(SRCTOP)/include/socket-utils.h \ + $(SRCTOP)/include/krb5/kdb.h kdc_util.h +policy.o: policy.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 kdc_util.h +extern.o: extern.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 extern.h +replay.o: replay.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 kdc_util.h extern.h +kerberos_v4.o: kerberos_v4.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 \ + kdc_util.h $(SRCTOP)/include/krb5/adm_proto.h $(SRCTOP)/include/syslog.h \ + $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ + $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/kerberosIV/klog.h \ + $(SRCTOP)/include/kerberosIV/prot.h $(SRCTOP)/include/kerberosIV/krb_conf.h \ + $(SRCTOP)/include/kerberosIV/krb_db.h $(SRCTOP)/include/kerberosIV/kdc.h \ + extern.h + |
