1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
|
Wed Sep 27 00:51:51 1995 Theodore Y. Ts'o <tytso@dcl>
* winexclude.sed: New file, used for generated DOS zip files.
Mon Sep 25 13:09:17 1995 Theodore Y. Ts'o <tytso@dcl>
* 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 <tytso@dcl>
* .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 <tytso@dcl>
* 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 <hartmans@tardis.MIT.EDU>
* 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 <tytso@rsx-11.mit.edu>
* pre.in: Remove KRB5ROOT
Thu Jun 8 17:44:12 1995 <tytso@rsx-11.mit.edu>
* 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 <tytso@rsx-11.mit.edu>
* 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 <eichin@cygnus.com>
* 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 <tytso@lurch.mit.edu>
* 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
|