clean: Remove test programs and objects
authorEzra Peisach <epeisach@mit.edu>
Wed, 13 Nov 1996 15:00:51 +0000 (15:00 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 13 Nov 1996 15:00:51 +0000 (15:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9404 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/Makefile.in

index 585bbb507d84748de3d38014d55503c13ff6c00a..bd7c5212f3f6df30507663db360250a572e01dda 100644 (file)
@@ -1,3 +1,7 @@
+Wed Nov 13 10:00:05 1996  Ezra Peisach  <epeisach@mit.edu>
+
+       * Makefile.in (clean): Remove test programs and objects.
+
 Tue Nov 12 16:27:51 1996  Barry Jaspan  <bjaspan@mit.edu>
 
        * lib/helpers.exp, client.c, server.c, config/unix.exp,
index c1cb9e28ed1d16e2ee89c3d161f0c0f427361f98..3690dc3493e32846ef8cbc5a129c710c106cee57 100644 (file)
@@ -1,5 +1,7 @@
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -I.
 
+OBJS= client.o rpc_test_clnt.o rpc_test_svc.o server.o
+
 all:: client server
 
 client: client.o rpc_test_clnt.o $(DEPLIBS)
@@ -55,3 +57,8 @@ unit-test-setup::
 unit-test-cleanup::
        $(ENV_SETUP) $(STOP_SERVERS)
        -rm -f /tmp/rpc_test_v5srvtab /tmp/krb5cc_rpc_test_fullrun
+
+clean::
+       $(RM) server client
+       $(RM) dbg.log rpc_test.log rpc_test.sum
+