blob: 0ad7c89bd8ff755c32da2e4cb06f5bf800e54c48 (
plain)
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
|
Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.in (all-windows): Don't pass $(LIBCMD) on the command
line. It's set in the windows.in prologue for all Makefiles anyway.
Mon May 20 11:00:45 1996 Tom Yu <tlyu@dragons-lair.MIT.EDU>
* Makefile.in (libgssapi.$(STEXT)): deal with new improved
libupdate
Mon May 6 21:33:25 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in (clean-unix): Remove libgssapi_krb5.stamp.
Tue Feb 27 22:10:48 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (all-windows, clean-windows): Add mechglue to the
list of directories which are recursively handled for
Windows.
Wed Feb 7 00:23:18 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Folded in danw's changes to allow
building Makefiles for the Macintosh. We now can build
MPW makefiles which are interpreted by CodeWarrior.
Fri Jan 26 01:55:14 1996 Sam Hartman <hartmans@tertius.mit.edu>
* configure.in: Fix path to library from lib
Wed Jan 24 21:28:04 1996 Sam Hartman <hartmans@tertius.mit.edu>
* configure.in: Remove LinkFileDir line for libgssapi as the
shared lib stuff does that.
Tue Jan 23 12:12:49 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in (SHLIB_LIBS): Add lines for shared library building
depending on libkrb5, crypto, and com_err.
Tue Jan 23 04:06:36 1996 <tytso@rsts-11.mit.edu>
* Makefile.in: Add support for building the gssapi library as a
shared library.
Tue Jan 23 03:32:25 1996 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Add the mechglue directory as a subdir
* Makefile.in (libgssapi_krb5.a): Include the object files in the
mechglue directory as well.
Fri Oct 6 22:02:48 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Remove ##DOS!include of config/windows.in.
config/windows.in is now included by wconfig.
Mon Sep 25 16:52:41 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
Makefile.
Wed Sep 13 11:11:38 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: Put back in all:: all-$(WHAT) rule--PC needs it.
Thu Jun 15 18:02:16 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove explicit "all" rule at head of file, it causes
platform specific target to get done first.
* configure.in - Create symlinks for archive and shared library when
we build them. Also, put explicit "all" rule at end of file
so that we do the subdirectory rules first.
Fri Jun 9 18:55:01 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES. Use DO_SUBDIRS to
recurse down subdirectories.
Mon May 22 10:04:26 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Add SUBDIRS for install target.
Tue May 2 21:42:32 1995 Tom Yu (tlyu@dragons-lair)
* Makefile.in: nuke spurious whitespace in blank line
Wed Apr 26 14:39:18 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: passed wrong macro on the recursive makes.
Tue Mar 21 19:08:51 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: changed the name of the library the PC
builds, and added xxx-mac targets to mimic xxx-unix.
Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: cleaned up for the PC
Mon Feb 20 21:38:20 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work on the PC
Fri Nov 18 00:17:29 1994 Mark Eichin <eichin@cygnus.com>
* configure.in: move WITH_CCOPTS.
Wed Oct 19 12:16:44 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: make install obey $(DESTDIR) completely
Mon Oct 3 22:48:54 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: make install obey $(DESTDIR)
Thu Aug 4 03:41:21 1994 Tom Yu (tlyu@dragons-lair)
* configure.in: look for install program
* Makefile.in: make install fixes
|