Clean up make clean procedures. The files to be removed are defined
authorTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 18:21:44 +0000 (18:21 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 18:21:44 +0000 (18:21 +0000)
in CLEANLIBS, for both the Unix and Mac platforms.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6895 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/ChangeLog
src/lib/Makefile.in

index e44b6b2f1f26e2b9c5380f760b0bd59f465d799a..7cc1f6dca15a30864a9dcadd39e8e6d5fe159b24 100644 (file)
@@ -1,3 +1,9 @@
+Fri Sep 29 14:19:44 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in (CLEANLIBS): Clean up make clean procedures.  The
+               files to be removed are defined in CLEANLIBS, for both the
+               Unix and Mac platforms.
+
 Mon Sep 25 16:26:53 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
index 09611df85804cf5beac1a1f3b6523cda8a9cca42..60a4770be63ef2f9d6f3d469dce03ce77d1e3364 100644 (file)
@@ -7,17 +7,14 @@ all-unix::
 
 all-mac::
 
+CLEANLIBS = libkrb5.a libkdb5.a libcrypto.a libgssapi_krb5.a libdes425.a \
+       libkrb425.a libkadm.a libkrb4.a libkdb4.a libcom_err.a libpty.a \
+       libss.a \
+       libkrb5.so libcrypto.so libkrb4.so libdes425.so
+
 clean-mac:: clean-unix
 clean-unix::
-       $(RM) libkrb5.a libkdb5.a libcrypto.a 
-       $(RM) libgssapi_krb5.a libdes425.a libkrb425.a
-       $(RM) libkadm.a libkrb4.a libkdb4.a
-       $(RM) libkrb5.so libcrypto.so libkrb4.so libdes425.so
-
-clean-mac::
-       $(RM) libkrb5.a libkdb5.a libcrypto.a 
-       $(RM) libgssapi_krb5.a libdes425.a libkrb425.a
-       $(RM) libkadm.a
+       $(RM) $(CLEANLIBS)
 
 clean-windows::
        $(RM) libkrb5.dll libkrb5.lib libkrb5.bak libkrb5.map winsock.lib