+Tue Mar 28 18:55:12 1995 John Gilmore (gnu at toad.com)
+
+ * Makefile.in: Fix up Mac build process somewhat. Not complete.
+
Mon Mar 27 20:02:01 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: added making and zipping in windows/wintel.
CFLAGS = $(CCOPTS) $(DEFS)
-LDFLAGS = -g
##DOSBUILDTOP = .
##DOS!include $(BUILDTOP)\config\windows.in
mandir = $(prefix)/man/man1
manext = 1
-SHELL = /bin/sh
-
SRCS =
+HDRS =
DISTFILES = $(SRCS) $(HDRS) COPYING COPYING.LIB ChangeLog Makefile.in
clean:: clean-$(WHAT)
-clean-:: clean-windows
-
+clean-:: clean-unix
+clean-mac:: clean-unix
clean-unix::
- rm -f *.o core
-
-clean-mac::
- rm -f *.o core
+ $(RM) *.o core
mostlyclean: clean
done
tar chzf `cat .fname`.tar.gz `cat .fname`
rm -rf `cat .fname` .fname
+
+# Macintosh build process...
+
+# Build all things for the Mac build, which need to be built on
+# Unix first.
+unixmac:
+ (cd lib/krb5/error_tables; make -f Makefile.in unixmac)
+ (cd lib/gssapi/generic; make -f Makefile.in unixmac)
+
+
+# Microsoft Windows build process...
+
#
# Windows configuration
#