Mon Oct 16 15:19:42 1995 Ezra Peisach * pre.in: KRB5_LIBDIR, ADMIN_BINDIR, KRB5_SHLIBDIR, KRB5_INCDIR are all based on exec_prefix. Wed Oct 11 18:13:30 1995 Sam Hartman * pre.in (DO_MAKE_SHLIB): substitute VEXT, for the version extension for shared libs Tue Oct 10 21:42:14 1995 Theodore Y. Ts'o * win-post.in: New file * windows.in: Moved .c -> .obj rule to win-post.in, since we need it after the LIBNAME makefile variable is defined in the main body of the Makefile. Wed Sep 27 00:51:51 1995 Theodore Y. Ts'o * winexclude.sed: New file, used for generating DOS zip files. Mon Sep 25 13:09:17 1995 Theodore Y. Ts'o * windows.in: * mac-pre.in: * pre.in: Added lines of the form "all:: all-$(WHAT)" for all, clean, install, and check. Wed Sep 13 10:20:02 1995 Keith Vetter (keithv@fusion.com) * windows.in: added windows value for SRCTOP. Thu Aug 24 19:25:10 1995 Theodore Y. Ts'o * .Sanitize: Update file list Fri Jul 7 15:56:09 EDT 1995 Paul Park (pjpark@mit.edu) * pre.in - Add DEPLIBS and LDFLAGS to be provided with each Makefile. Fri Jun 23 14:24:02 1995 Theodore Y. Ts'o * pre.in (SRCTOP): Change SRCTOP so that it's defined in configure script, instead of being hardcoded as $(srcdir)/$(BUILDTOP). Thu Jun 22 13:27:00 1995 Sam Hartman * pre.in (STEXT): Add definitions for STEXT and STATIC_TARGET Thu Jun 15 17:47:49 EDT 1995 Paul Park (pjpark@mit.edu) * pre.in - Add definitions for building and using shared libraries. Add KRB5_SHLIBDIR which is the destination directory for shared libraries. Wed Jun 14 19:34:12 1995 Tom Yu (tlyu@dragons-lair) * pre.in: DO_SUBDIRS causes make {install,clean,check,etc.} to get run in subdirectories where they haven't been before. Added some blank dependencies to keep things from breaking too badly. Fri Jun 9 18:39:55 1995 * pre.in: Remove KRB5ROOT Thu Jun 8 17:44:12 1995 * pre.in: Define ${prefix} since exec_prefix is sometimes to that. Don't create the directories include/krb5 and include/kerberosIV when installing. (They're not needed). Wed Jun 7 16:08:35 1995 * pre.in: Use the GNU/configure standard method of prefix and exec_prefix to determine where programs get installed. The use of KRB5ROOT is obsolete. Thu May 25 21:36:40 1995 Theodore Y. Ts'o (tytso@dcl) * pre.in(HOST_TYPE, SHEXT, DO_MAKE_SHLIB): Added variables filled in by configure Wed May 24 15:42:02 1995 Theodore Y. Ts'o (tytso@dcl) * config.guess, config.sub: Added for shared library support. Mon May 22 09:45:40 EDT 1995 Paul Park (pjpark@mit.edu) * pre.in - Add gssapi to list of subdirectories. Thu Apr 27 13:50:59 1995 Mark Eichin * pre.in (KRB4): remove, unused. Wed Apr 26 14:27:03 1995 Keith Vetter (keithv@fusion.com) * post.in: added target check-windows. * ren2long, ren2long.awk: scripts to rename DOS 8.3 names back to their proper longer names. Thu Apr 20 20:00:42 1995 Theodore Y. Ts'o (tytso@dcl) * post.in: The .depend production rule now does even more cannonicalization of the generated dependencies. * post.in: cc should be $(CC) Tue Apr 18 09:36:00 1995 Theodore Y. Ts'o * post.in (.depend, depend): Add production for creating the .depend file, and updating the Makefile.in with the new dependencies. Thu Apr 13 16:20:28 1995 Keith Vetter (keithv@fusion.com) * windows.in: compile with stdc extensions enabled versus strict stdc adherence. Tue Mar 28 17:58:55 1995 John Gilmore (gnu at toad.com) * mac-config.cache: Correct some entries. * mac-mf.sed: Improve conversion of pathnames, $(srcdir), support linking MPW tools (for make check, kinit). * mac-pre.in (.c.o): Add -sym on for debugging. (LDFLAGS): Remove ToolLibs.o. (RANLIB, ARCHIVE): Make these work. (MAKE): Make recursive makes work, with BuildProgram. Thu Mar 16 20:55:18 1995 John Gilmore (gnu at toad.com) First cut at Macintosh configuration support. * mac-config.cache: New file, a hand-built autoconf `config.cache' file with the right values for building under MPW. * mac-config.README: Documentation for mac-config.cache. * mac-pre.in, mac-post.in: Versions of pre.in and post.in for configuring on MPW. * mac-mf.sed: A `sed' script which will turn carefully constructed Unix Makefiles into carefully constructed Macintosh MPW Makefiles. Wed Mar 3 16:00:00 1995 Keith Vetter (keithv@fusion.com) * windows.in: changed included directories to reflect MAC changes Mon Feb 20 15:48:16 1995 Keith Vetter (keithv@fusion.com) * windows.in: changed API to INTERFACE Mon Feb 13 23:40:11 1995 Theodore Y. Ts'o (tytso@dcl) * pre.in: Add line for $(LD) Mon Feb 6 19:33:57 1995 Keith Vetter (keithv@fusion.com) * pre.in: Added macros for directory syntax, filename extensions and what system we're building on (defaults to Unix). * post.in: split clean into unix and windows branches * windows.in: new file--makefile macros and rules for windows * rm.bat: new file--DOS batch file to mimic Unix's rm command Wed Nov 2 21:04:18 1994 Theodore Y. Ts'o (tytso@dcl) * pre.in: Don't actually add the $(CPPOPTS) flags to CPPFLAGS; CPPFLAGS has them defined already. In fact, don't define the CPPOPTS makefile variable at all; we don't need it. * pre.in: Add support for a new --with-cppopts" value where you can put -DXXXXX such that they are found by autoconf tests that use run the preprocessor over header files. Tue Nov 1 14:11:57 1994 (tytso@rsx-11) * post.in (clean): Also clean up config.log, pre.out, post.out and Makefile.out Thu Oct 6 19:41:52 1994 Theodore Y. Ts'o (tytso@dcl) * post.in: add default "check" rule for Makefiles that don't do anything else. * pre.in: add default all:: rule at the end of pre.in Thu Aug 4 03:52:23 1994 Tom Yu (tlyu@dragons-lair) * pre.in: strip installed programs by default Sun Jul 3 04:41:54 1994 Tom Yu (tlyu at dragons-lair) * post.in: whoops, now making sure errors don't get returned if something is empty * post.in: fixing missing semicolon in make rules * pre.in: MV=mv -f Sat Jul 2 00:03:24 1994 Tom Yu (tlyu at dragons-lair) * pre.in: added KRB4 to the template to keep things like v4server from losing