summaryrefslogtreecommitdiffstats
path: root/src/tests/threads/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-08-03 20:55:32 +0000
committerKen Raeburn <raeburn@mit.edu>2004-08-03 20:55:32 +0000
commitb2b3c578722f6ff770d22af78136168eeac70a7b (patch)
tree8c08dbc2f458277c9e5a53ee0d611167dd20584f /src/tests/threads/Makefile.in
parent8f33105e1b7196114fccba59a2891c15041ccca7 (diff)
downloadkrb5-b2b3c578722f6ff770d22af78136168eeac70a7b.tar.gz
krb5-b2b3c578722f6ff770d22af78136168eeac70a7b.tar.xz
krb5-b2b3c578722f6ff770d22af78136168eeac70a7b.zip
* Makefile.in, t_rcache.c: New files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16636 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/threads/Makefile.in')
-rw-r--r--src/tests/threads/Makefile.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/tests/threads/Makefile.in b/src/tests/threads/Makefile.in
new file mode 100644
index 000000000..dfcc03127
--- /dev/null
+++ b/src/tests/threads/Makefile.in
@@ -0,0 +1,39 @@
+thisconfigdir=./..
+myfulldir=tests/threads
+mydir=threads
+BUILDTOP=$(REL)..$(S)..
+PROG_LIBPATH=-L$(TOPLIBD)
+PROG_RPATH=$(KRB5_LIBDIR)
+
+RUN_SETUP = @KRB5_RUN_ENV@
+
+SRCS=$(srcdir)/t_rcache.c
+
+all::
+
+N = 4
+run-t_rcache: t_rcache
+ $(RUN_SETUP) ./t_rcache -n $(N)
+
+t_rcache: t_rcache.o $(KRB5_BASE_DEPLIBS)
+ $(CC_LINK) -o t_rcache t_rcache.o $(KRB5_BASE_LIBS) -lpthread
+
+syms: syms.o
+ $(CC_LINK) -o syms syms.o
+
+run-syms: syms
+ $(RUN_SETUP) ./syms
+
+check-unix:: run-t_rcache
+
+install::
+
+clean::
+ $(RM) t_rcache.o t_rcache
+
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+