aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/aes/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/aes/Makefile.in')
-rw-r--r--src/lib/crypto/aes/Makefile.in29
1 files changed, 14 insertions, 15 deletions
diff --git a/src/lib/crypto/aes/Makefile.in b/src/lib/crypto/aes/Makefile.in
index d37c41c..b60fe46 100644
--- a/src/lib/crypto/aes/Makefile.in
+++ b/src/lib/crypto/aes/Makefile.in
@@ -75,18 +75,17 @@ clean::
# the Makefile.in file
#
aescrypt.so aescrypt.po $(OUTPRE)aescrypt.$(OBJEXT): \
- aescrypt.c aesopt.h $(BUILDTOP)/include/autoconf.h \
- aes.h uitypes.h
-aestab.so aestab.po $(OUTPRE)aestab.$(OBJEXT): aestab.c \
- aesopt.h $(BUILDTOP)/include/autoconf.h aes.h uitypes.h
-aeskey.so aeskey.po $(OUTPRE)aeskey.$(OBJEXT): aeskey.c \
- aesopt.h $(BUILDTOP)/include/autoconf.h aes.h uitypes.h
-aes_s2k.so aes_s2k.po $(OUTPRE)aes_s2k.$(OBJEXT): aes_s2k.c \
- $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/osconf.h \
- $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.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/k5-err.h \
- $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/kdb.h \
- $(SRCTOP)/include/k5-plugin.h $(srcdir)/../dk/dk.h \
- aes_s2k.h
+ $(BUILDTOP)/include/autoconf.h aes.h aescrypt.c aesopt.h \
+ uitypes.h
+aestab.so aestab.po $(OUTPRE)aestab.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ aes.h aesopt.h aestab.c uitypes.h
+aeskey.so aeskey.po $(OUTPRE)aeskey.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ aes.h aeskey.c aesopt.h uitypes.h
+aes_s2k.so aes_s2k.po $(OUTPRE)aes_s2k.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
+ $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
+ $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
+ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
+ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
+ $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
+ $(srcdir)/../dk/dk.h aes_s2k.c aes_s2k.h