summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-11 02:13:59 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-11 02:13:59 +0000
commit9a9cd819393585555a346aa9bab784889afc76c1 (patch)
treee7105060ccbcaa85def996bb3205fd624daaf66a /src/util
parent2348ec574041363cfa53c214212e8307fcde1337 (diff)
downloadkrb5-9a9cd819393585555a346aa9bab784889afc76c1.tar.gz
krb5-9a9cd819393585555a346aa9bab784889afc76c1.tar.xz
krb5-9a9cd819393585555a346aa9bab784889afc76c1.zip
Add a new recursive target "generated-files-mac", for producing the
generated files that lxs wants to feed into the Mac build system. (First approximation, may want some fine tuning later.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17728 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/ChangeLog4
-rw-r--r--src/util/et/Makefile.in2
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/Makefile.in2
-rw-r--r--src/util/ss/ChangeLog5
-rw-r--r--src/util/ss/Makefile.in4
6 files changed, 20 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index b7e3710f0e..047e798e89 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (generate-files-mac): Depend on compile_et.
+
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index b5baa191f9..95b8fac248 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -76,6 +76,8 @@ all-windows:: $(COM_ERR_HDR)
$(COM_ERR_HDR): com_err.h
$(CP) com_err.h "$@"
+generate-files-mac: compile_et
+
error_table.c: et_lex.lex.c
error_table.c: $(srcdir)/error_table.y
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index ea269e8e28..d687008ee0 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (generate-files-mac): Depend on profile.h.
+
2006-03-06 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (profile_tcl): Include $(LIBS).
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index a2d4814c8c..b06b5bb61b 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -61,6 +61,8 @@ all-windows:: $(PROFILE_HDR)
install-headers-unix:: includes
+generate-files-mac: profile.h
+
$(PROFILE_HDR):: profile.h
$(CP) profile.h "$@"
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index 5fbe428380..4393b99576 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (generate-files-mac): Depend on ct_c.awk, ct_c.sed,
+ std_rqs.c, and ss_err.h.
+
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index 97693a9e66..356e28d8e7 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -95,7 +95,9 @@ HDRS = $(HDRDIR)/ss.h \
BUILD_HDRS = ss_err.h
SRC_HDRS = ss.h
-SRC_HDRS_DEP = $(srcdir)/ss.h
+SRC_HDRS_DEP = $(srcdir)/ss.h
+
+generate-files-mac: ct_c.awk ct_c.sed std_rqs.c ss_err.h
includes:: $(HDRS)
$(HDRDIR)/timestamp: