Disabled some of the shared library stuff for the PC
authorKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 17:25:20 +0000 (17:25 +0000)
committerKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 17:25:20 +0000 (17:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5891 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in

index 01309d44dae6741b22440daeb3f6c7fa2a8c908c..3092270f917221372e358f1203f4f8cd5e6ff303 100644 (file)
@@ -1,3 +1,9 @@
+Fri May 26 10:18:28 1995 Keith Vetter (keithv@fusion.com)
+
+       * makefile.in: removed for the PC creating shared directory.
+         (still bug with the '@SHARED_RULE@' line but I'm waiting
+         on tytso for that since I don't want to break Unix).
+
 Thu May 25 09:58:42 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * gc_via_tkt.c (krb5_kdcrep2creds): Fix syntax error in the
index 7bc79b9c27d14e1078ed88ccf1fb2b6cc8a54775..154e5aca2e12e45b56b08d62fa7e26c10415e7bc 100644 (file)
@@ -134,7 +134,11 @@ SRCS=      $(srcdir)/addr_comp.c   \
        $(srcdir)/unparse.c     \
        $(srcdir)/walk_rtree.c
 
-all:: shared $(OBJS)
+all:: all-$(WHAT) $(OBJS)
+
+all-unix:: shared
+all-mac:: shared
+all-windows::
 
 shared:
        mkdir shared
@@ -177,7 +181,12 @@ check-mac:: $(TEST_PROGS)
 
 check-windows::
 
-clean::
+clean:: clean-$(WHAT)
        $(RM) t_walk_rtree$(EXEEXT) t_walk_rtree.$(OBJEXT)
        $(RM) t_kerb$(EXEEXT) t_kerb.$(OBJEXT)
+
+clean-unix::
+       $(RM) shared/*
+clean-mac::
        $(RM) shared/*
+clean-windows::