Makefile now recurses into krb5 directory on the PC
authorKeith Vetter <keithv@fusion.com>
Thu, 16 Mar 1995 05:43:56 +0000 (05:43 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 16 Mar 1995 05:43:56 +0000 (05:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5131 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/Makefile.in

index 6846e7f2cea7020c088ae11cec9d32a9a6fc7f97..58572cf5e0b40268ab2cc7e59145270966fb5928 100644 (file)
@@ -1,3 +1,6 @@
+Wed Mar 15 20:27:57 1995 Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: added recursion into krb5 for the PC.
 
 Fri Mar 10 10:18:50 1995  Chris Provenzano (proven@mit.edu)
 
index b023ea93bb4a23fcb815990a65374e48a86c0ec5..85a4cf425bd45373f3f2168757592a9d3b0d5448 100644 (file)
@@ -1 +1,26 @@
-# nothing needed here
+##DOSBUILDTOP = ..
+##DOS!include $(BUILDTOP)\config\windows.in
+
+all:: all-$(WHAT)
+
+all-unix::
+
+all-windows::
+       copy $(BUILDTOP)\util\et\com_err.h .
+       cd krb5
+       @echo Making in include\krb5
+       -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
+       cd ..
+
+clean:: clean-$(WHAT)
+
+clean-unix::
+
+clean-windows::
+       $(RM) com_err.h
+       cd krb5
+       @echo Making clean in include\krb5
+       -$(MAKE) -$(MFLAGS) clean
+       cd ..
+       @echo Making clean locally
+