summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/builtin/aes/deps
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2009-10-23 19:45:48 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2009-10-23 19:45:48 +0000
commita2fe16f629710862b4a59685ede4af28410ca151 (patch)
tree7deb9f27d511b48512bce170c27e4a3372bafc60 /src/lib/crypto/builtin/aes/deps
parente1cbf08accafc58d142d18e7f96f21081ab9f291 (diff)
downloadkrb5-a2fe16f629710862b4a59685ede4af28410ca151.tar.gz
krb5-a2fe16f629710862b4a59685ede4af28410ca151.tar.xz
krb5-a2fe16f629710862b4a59685ede4af28410ca151.zip
Changed the crypto make system to add build flexibility. The update cancels the requirement for the dir structures to be identical in all crypto implementation and supports impl. dependent tests. Also, minor libk5crypto.exports list reduction ( from f_tables)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22995 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/builtin/aes/deps')
-rw-r--r--src/lib/crypto/builtin/aes/deps18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/crypto/builtin/aes/deps b/src/lib/crypto/builtin/aes/deps
index 6dc70ef9c2..eac0a5c1ca 100644
--- a/src/lib/crypto/builtin/aes/deps
+++ b/src/lib/crypto/builtin/aes/deps
@@ -2,15 +2,15 @@
# Generated makefile dependencies follow.
#
aescrypt.so aescrypt.po $(OUTPRE)aescrypt.$(OBJEXT): \
- $(BUILDTOP)/include/autoconf.h $(srcdir)/../../builtin/aes/aes.h \
- $(srcdir)/../../builtin/aes/aescrypt.c $(srcdir)/../../builtin/aes/aesopt.h \
- $(srcdir)/../../builtin/aes/uitypes.h
+ $(BUILDTOP)/include/autoconf.h $(srcdir)/aes.h \
+ $(srcdir)/aescrypt.c $(srcdir)/aesopt.h \
+ $(srcdir)/uitypes.h
aestab.so aestab.po $(OUTPRE)aestab.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
- $(srcdir)/../../builtin/aes/aes.h $(srcdir)/../../builtin/aes/aesopt.h \
- $(srcdir)/../../builtin/aes/aestab.c $(srcdir)/../../builtin/aes/uitypes.h
+ $(srcdir)/aes.h $(srcdir)/aesopt.h \
+ $(srcdir)/aestab.c $(srcdir)/uitypes.h
aeskey.so aeskey.po $(OUTPRE)aeskey.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
- $(srcdir)/../../builtin/aes/aes.h $(srcdir)/../../builtin/aes/aeskey.c \
- $(srcdir)/../../builtin/aes/aesopt.h $(srcdir)/../../builtin/aes/uitypes.h
+ $(srcdir)/aes.h $(srcdir)/aeskey.c \
+ $(srcdir)/aesopt.h $(srcdir)/uitypes.h
aes_s2k.so aes_s2k.po $(OUTPRE)aes_s2k.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-buf.h \
@@ -20,5 +20,5 @@ aes_s2k.so aes_s2k.po $(OUTPRE)aes_s2k.$(OBJEXT): $(BUILDTOP)/include/autoconf.h
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
$(SRCTOP)/include/krb5/authdata_plugin.h $(SRCTOP)/include/krb5/locate_plugin.h \
$(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \
- $(SRCTOP)/include/socket-utils.h $(srcdir)/../../builtin/aes/aes_s2k.c \
- $(srcdir)/../../builtin/aes/aes_s2k.h $(srcdir)/../../krb/dk/dk.h
+ $(SRCTOP)/include/socket-utils.h $(srcdir)/aes_s2k.c \
+ $(srcdir)/aes_s2k.h $(srcdir)/../../krb/dk/dk.h