+Wed Jun 12 00:23:51 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in (makefile-windows): Build the makefiles for
+ windows/cns, windows/gss, and windows/wintel. Add
+ definition of BUILDTOP when building for DOS, since it's
+ needed for $(RM) to work. When creating ./Makefile under
+ Unix, run things through sed to strip out ##DOS from the
+ beginning of lines.
+
Mon Jun 10 17:11:45 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* wconfig.c: Revamp program to make it more extensible. Now will
CFLAGS = $(CCOPTS) $(DEFS)
+##DOSBUILDTOP = .
+
SRCS =
HDRS =
lib\krb5\keytab\file\makefile.in lib\krb5\krb\makefile.in \
lib\krb5\os\makefile.in lib\krb5\posix\makefile.in \
lib\krb5\rcache\makefile.in \
- util\et\makefile.in util\profile\makefile.in
+ util\et\makefile.in util\profile\makefile.in \
+ windows\cns\Makefile.in windows\gss\Makefile.in \
+ windows\wintel\Makefile.in
.\wconfig config <makefile.in >makefile
.\wconfig config <include\makefile.in >include\makefile
.\wconfig config <include\krb5\makefile.in >include\krb5\makefile
.\wconfig config <lib\krb5\rcache\makefile.in >lib\krb5\rcache\makefile
.\wconfig config <util\et\makefile.in >util\et\makefile
.\wconfig config <util\profile\makefile.in >util\profile\makefile
+ .\wconfig < windows\cns\Makefile.in > windows\cns\Makefile
+ .\wconfig < windows\gss\Makefile.in > windows\gss\Makefile
+ .\wconfig < windows\wintel\Makefile.in > windows\wintel\Makefile
config\rm.bat wconfig.obj msvc.pdb
wconfig.exe: wconfig.c
Makefile.sav:
rm -f Makefile.sav
mv Makefile Makefile.sav
- cat config/windows.in Makefile.in config/win-post.in > Makefile
+ cat config/windows.in Makefile.in config/win-post.in | \
+ sed -e 's/^##DOS//' > Makefile
kerbsrc.zip: Makefile.sav awk-windows-mac winfile.list
rm -f kerbsrc.zip