summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-02-07 05:30:24 +0000
committerTheodore Tso <tytso@mit.edu>1996-02-07 05:30:24 +0000
commit1beb992505eeb0faa107ebe140aa7a6a2a53d3e3 (patch)
tree9815040240029c1988edf1d9cba07b6b7aa91e59 /src/util
parenta6b669132f87a17a2cdd6d804f4c048e15219137 (diff)
downloadkrb5-1beb992505eeb0faa107ebe140aa7a6a2a53d3e3.tar.gz
krb5-1beb992505eeb0faa107ebe140aa7a6a2a53d3e3.tar.xz
krb5-1beb992505eeb0faa107ebe140aa7a6a2a53d3e3.zip
Folded in danw's changes to allow building Makefiles for the
Macintosh. We now can build MPW makefiles which are interpreted by CodeWarrior. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7444 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/ChangeLog6
-rw-r--r--src/util/Makefile.in2
-rw-r--r--src/util/et/ChangeLog6
-rw-r--r--src/util/et/Makefile.in4
4 files changed, 15 insertions, 3 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index 02900c09f..cec08c883 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 7 00:26:47 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.
+
Thu Nov 2 17:05:05 1995 <tytso@rsx-11.mit.edu>
* makeshlib.sh: Added support for Linux shared libraries.
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index 0f97db02b..1d0a278d2 100644
--- a/src/util/Makefile.in
+++ b/src/util/Makefile.in
@@ -1,5 +1,7 @@
CFLAGS = $(CCOPTS)
+MAC_SUBDIRS = profile et
+
editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g'
HOST_TYPE=@HOST_TYPE@
HAVE_GCC=@HAVE_GCC@
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 33949aa05..c8051e539 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 7 00:19:17 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (CCFILES): Checked in danw's changes to support
+ building Makefiles for the Macintosh; use standard SRCS
+ macro for the source files.
+
Fri Oct 6 22:06:48 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Remove ##DOS!include of config/windows.in.
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index f39cb9b32..193f34fc2 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -25,11 +25,9 @@ FILES= Makefile et_name.c error_message.c compile_et.c \
test_et.c test1.et test2.et \
compiler.h internal.h \
com_err.texinfo texinfo.tex
-CFILES= compile_et.c error_table.c error_message.c et_name.c \
+SRCS= compile_et.c error_table.c error_message.c et_name.c \
init_et.c com_err.c
-SRCS=$(CFILES)
-
DEPLIBS=
SHLIB_LIBS=
SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@