summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-10-11 03:37:44 +0000
committerKen Raeburn <raeburn@mit.edu>2001-10-11 03:37:44 +0000
commit1c20d1777625c032b57610e2c5ddfbf614d858d5 (patch)
tree7cba7ce8c9d089653aa15652dad3e8b727afad75 /src/tests
parentf389044342221cd84f4e4ef4b0908077dd1f98a6 (diff)
downloadkrb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.tar.gz
krb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.tar.xz
krb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.zip
Update automatic dependencies to work on Windows by using $(OUTPRE) and
$(OBJEXT). Change a couple of UNIX rules to not trigger incorrectly on Windows. Rebuild dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13801 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/asn.1/Makefile.in45
-rw-r--r--src/tests/create/Makefile.in2
-rw-r--r--src/tests/dejagnu/Makefile.in2
-rw-r--r--src/tests/gssapi/Makefile.in2
-rw-r--r--src/tests/hammer/Makefile.in2
-rw-r--r--src/tests/resolve/Makefile.in2
-rw-r--r--src/tests/verify/Makefile.in2
7 files changed, 29 insertions, 28 deletions
diff --git a/src/tests/asn.1/Makefile.in b/src/tests/asn.1/Makefile.in
index de576cd5d..ce547f2cb 100644
--- a/src/tests/asn.1/Makefile.in
+++ b/src/tests/asn.1/Makefile.in
@@ -64,31 +64,32 @@ ktest_equal.o: ktest_equal.h
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-krb5_encode_test.o: krb5_encode_test.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 \
- utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h $(SRCTOP)/lib/krb5/asn.1/asn1buf.h \
- ktest.h debug.h
-krb5_encode_test.o: krb5_encode_test.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 \
- utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h $(SRCTOP)/lib/krb5/asn.1/asn1buf.h \
- ktest.h debug.h
-ktest.o: ktest.c ktest.h $(SRCTOP)/include/k5-int.h \
+$(OUTPRE)krb5_encode_test.$(OBJEXT): krb5_encode_test.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 utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h \
+ $(SRCTOP)/lib/krb5/asn.1/asn1buf.h ktest.h debug.h
+$(OUTPRE)krb5_encode_test.$(OBJEXT): krb5_encode_test.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 utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h \
+ $(SRCTOP)/lib/krb5/asn.1/asn1buf.h ktest.h debug.h
+$(OUTPRE)ktest.$(OBJEXT): ktest.c ktest.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 \
utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h $(SRCTOP)/lib/krb5/asn.1/asn1buf.h
-ktest_equal.o: ktest_equal.c ktest_equal.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
-utility.o: utility.c $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
- $(BUILDTOP)/include/com_err.h utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h \
+$(OUTPRE)ktest_equal.$(OBJEXT): ktest_equal.c ktest_equal.h \
$(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
- $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/krb5/kdb.h \
- $(SRCTOP)/lib/krb5/asn.1/asn1buf.h
-trval.o: trval.c
+ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \
+ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
+ $(SRCTOP)/include/krb5/kdb.h
+$(OUTPRE)utility.$(OBJEXT): utility.c $(BUILDTOP)/include/krb5.h \
+ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
+ utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h $(SRCTOP)/include/k5-int.h \
+ $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/lib/krb5/asn.1/asn1buf.h
+$(OUTPRE)trval.$(OBJEXT): trval.c
diff --git a/src/tests/create/Makefile.in b/src/tests/create/Makefile.in
index e358d0e70..5b0180509 100644
--- a/src/tests/create/Makefile.in
+++ b/src/tests/create/Makefile.in
@@ -23,7 +23,7 @@ clean::
# 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 \
+$(OUTPRE)kdb5_mkdums.$(OBJEXT): 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 \
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index d1e6e459b..0756da82f 100644
--- a/src/tests/dejagnu/Makefile.in
+++ b/src/tests/dejagnu/Makefile.in
@@ -49,5 +49,5 @@ site.exp: runenv.vals
# 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
+$(OUTPRE)t_inetd.$(OBJEXT): t_inetd.c $(BUILDTOP)/include/com_err.h
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index b3cb64404..71708e093 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -23,6 +23,6 @@ clean::
# 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 \
+$(OUTPRE)t_imp_name.$(OBJEXT): 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 5d7147f2a..e6a1df897 100644
--- a/src/tests/hammer/Makefile.in
+++ b/src/tests/hammer/Makefile.in
@@ -22,7 +22,7 @@ clean::
# 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 \
+$(OUTPRE)kdc5_hammer.$(OBJEXT): 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 1f10db4c0..d7645f7d8 100644
--- a/src/tests/resolve/Makefile.in
+++ b/src/tests/resolve/Makefile.in
@@ -27,5 +27,5 @@ clean::
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-resolve.o: resolve.c
+$(OUTPRE)resolve.$(OBJEXT): resolve.c
diff --git a/src/tests/verify/Makefile.in b/src/tests/verify/Makefile.in
index 863f90c7e..c3494e607 100644
--- a/src/tests/verify/Makefile.in
+++ b/src/tests/verify/Makefile.in
@@ -22,7 +22,7 @@ clean::
# 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 \
+$(OUTPRE)kdb5_verify.$(OBJEXT): 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 \