diff options
| author | Tom Yu <tlyu@mit.edu> | 2005-11-29 00:19:58 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2005-11-29 00:19:58 +0000 |
| commit | ef3f82de7adbf07f295786ab68a4cd223d2abacd (patch) | |
| tree | dc5a69d0ccae361303c91080c111560e5ea07032 /src/lib/crypto/yarrow | |
| parent | 25654840a888893a7b7994c34a903f74b4d30796 (diff) | |
make depend
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17505 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/yarrow')
| -rw-r--r-- | src/lib/crypto/yarrow/Makefile.in | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/src/lib/crypto/yarrow/Makefile.in b/src/lib/crypto/yarrow/Makefile.in index a4267befb..ad9cf762f 100644 --- a/src/lib/crypto/yarrow/Makefile.in +++ b/src/lib/crypto/yarrow/Makefile.in @@ -44,22 +44,16 @@ clean-unix:: clean-libobjs yarrow.so yarrow.po $(OUTPRE)yarrow.$(OBJEXT): yarrow.c \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-thread.h \ - $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \ + $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \ $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \ - yarrow.h ytypes.h $(BUILDTOP)/include/krb5/autoconf.h \ - yhash.h $(srcdir)/../sha1/shs.h $(SRCTOP)/include/k5-int.h \ - ycipher.h ylock.h $(SRCTOP)/include/k5-thread.h ystate.h \ - yexcep.h + yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \ + ylock.h ystate.h yexcep.h ycipher.so ycipher.po $(OUTPRE)ycipher.$(OBJEXT): ycipher.c \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \ - $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-thread.h \ - $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \ + $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \ $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \ - yarrow.h ytypes.h $(BUILDTOP)/include/krb5/autoconf.h \ - yhash.h $(srcdir)/../sha1/shs.h $(SRCTOP)/include/k5-int.h \ - ycipher.h $(srcdir)/../enc_provider/enc_provider.h \ - $(SRCTOP)/include/k5-int.h + yarrow.h ytypes.h yhash.h $(srcdir)/../sha1/shs.h ycipher.h \ + $(srcdir)/../enc_provider/enc_provider.h |
