summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-09-02 00:14:07 +0000
committerKen Raeburn <raeburn@mit.edu>2001-09-02 00:14:07 +0000
commitde94414b177cd100c4cc58d2a2335dc411b4246b (patch)
tree0806be57aa58a6ee7e3943f5806b0ab16301df4b /src/tests
parentf31cedcf833529c6c402be4ef17d815460c16beb (diff)
downloadkrb5-de94414b177cd100c4cc58d2a2335dc411b4246b.tar.gz
krb5-de94414b177cd100c4cc58d2a2335dc411b4246b.tar.xz
krb5-de94414b177cd100c4cc58d2a2335dc411b4246b.zip
dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13726 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/asn.1/Makefile.in36
-rw-r--r--src/tests/create/Makefile.in11
-rw-r--r--src/tests/dejagnu/Makefile.in7
-rw-r--r--src/tests/gssapi/ChangeLog4
-rw-r--r--src/tests/gssapi/Makefile.in10
-rw-r--r--src/tests/hammer/Makefile.in10
-rw-r--r--src/tests/resolve/Makefile.in7
-rw-r--r--src/tests/verify/Makefile.in11
8 files changed, 95 insertions, 1 deletions
diff --git a/src/tests/asn.1/Makefile.in b/src/tests/asn.1/Makefile.in
index 19b774963c..3b0743b439 100644
--- a/src/tests/asn.1/Makefile.in
+++ b/src/tests/asn.1/Makefile.in
@@ -59,3 +59,39 @@ ktest_equal.o: ktest_equal.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
+
diff --git a/src/tests/create/Makefile.in b/src/tests/create/Makefile.in
index 15ebb9a18e..e358d0e704 100644
--- a/src/tests/create/Makefile.in
+++ b/src/tests/create/Makefile.in
@@ -18,3 +18,14 @@ install::
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
+
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index 668e1187c8..d1e6e459b0 100644
--- a/src/tests/dejagnu/Makefile.in
+++ b/src/tests/dejagnu/Makefile.in
@@ -44,3 +44,10 @@ runenv.vals: runenv.vars
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
+
diff --git a/src/tests/gssapi/ChangeLog b/src/tests/gssapi/ChangeLog
index 7f26f72e0e..178dd73b4f 100644
--- a/src/tests/gssapi/ChangeLog
+++ b/src/tests/gssapi/ChangeLog
@@ -1,3 +1,7 @@
+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
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index df8db19d51..b3cb644042 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -6,7 +6,7 @@ DEFINES = -DUSE_AUTOCONF_H
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-SRCS= t_imp_name.c
+SRCS= $(srcdir)/t_imp_name.c
OBJS= t_imp_name.o
@@ -18,3 +18,11 @@ t_imp_name: t_imp_name.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)
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
+
diff --git a/src/tests/hammer/Makefile.in b/src/tests/hammer/Makefile.in
index 367ba8890a..5d7147f2a8 100644
--- a/src/tests/hammer/Makefile.in
+++ b/src/tests/hammer/Makefile.in
@@ -17,3 +17,13 @@ install::
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
+
diff --git a/src/tests/resolve/Makefile.in b/src/tests/resolve/Makefile.in
index f528d48897..1f10db4c07 100644
--- a/src/tests/resolve/Makefile.in
+++ b/src/tests/resolve/Makefile.in
@@ -22,3 +22,10 @@ install::
clean::
$(RM) resolve
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+resolve.o: resolve.c
+
diff --git a/src/tests/verify/Makefile.in b/src/tests/verify/Makefile.in
index cb4d4bdbb1..863f90c7e0 100644
--- a/src/tests/verify/Makefile.in
+++ b/src/tests/verify/Makefile.in
@@ -17,3 +17,14 @@ install::
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
+