svn rev #22421: trunk/src/tests/threads/

raeburn@MIT.EDU raeburn at MIT.EDU
Tue Jun 23 00:26:14 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22421
Commit By: raeburn
Log Message:
syms.c doesn't exist; update clean target and dependencies


Changed Files:
U   trunk/src/tests/threads/Makefile.in
U   trunk/src/tests/threads/deps
Modified: trunk/src/tests/threads/Makefile.in
===================================================================
--- trunk/src/tests/threads/Makefile.in	2009-06-23 04:21:40 UTC (rev 22420)
+++ trunk/src/tests/threads/Makefile.in	2009-06-23 04:26:14 UTC (rev 22421)
@@ -7,7 +7,9 @@
 
 RUN_SETUP = @KRB5_RUN_ENV@
 
-SRCS=$(srcdir)/t_rcache.c
+SRCS=$(srcdir)/t_rcache.c \
+	$(srcdir)/gss-perf.c \
+	$(srcdir)/prof1.c
 
 all::
 
@@ -18,12 +20,6 @@
 t_rcache: t_rcache.o $(KRB5_BASE_DEPLIBS)
 	$(CC_LINK) -o t_rcache t_rcache.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS)
 
-syms: syms.o
-	$(CC_LINK) -o syms syms.o
-
-run-syms: syms
-	$(RUN_SETUP) $(VALGRIND) ./syms
-
 prof1: prof1.o $(KRB5_BASE_DEPLIBS)
 	$(CC_LINK) -o prof1 prof1.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS)
 
@@ -37,5 +33,4 @@
 install::
 
 clean::
-	$(RM) t_rcache.o t_rcache
-
+	$(RM) *.o t_rcache syms prof1 gss-perf

Modified: trunk/src/tests/threads/deps
===================================================================
--- trunk/src/tests/threads/deps	2009-06-23 04:21:40 UTC (rev 22420)
+++ trunk/src/tests/threads/deps	2009-06-23 04:26:14 UTC (rev 22421)
@@ -11,3 +11,8 @@
   $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/krb5/preauth_plugin.h \
   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
   t_rcache.c
+$(OUTPRE)gss-perf.$(OBJEXT): $(BUILDTOP)/include/gssapi/gssapi.h \
+  $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h \
+  gss-perf.c
+$(OUTPRE)prof1.$(OBJEXT): $(BUILDTOP)/include/profile.h \
+  $(COM_ERR_DEPS) prof1.c




More information about the cvs-krb5 mailing list