changeset 1011:fac45095e485

[xemacs-hg @ 2002-09-20 22:19:05 by youngs] 2002-09-20 Steve Youngs <youngs@xemacs.org> * Makefile.in.in (TAGS tags): Descend into the modules directory as well. 2002-09-20 Steve Youngs <youngs@xemacs.org> * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick up '--site-libraries'. * ldap/Makefile.in.in (LDFLAGS): Ditto.
author youngs
date Fri, 20 Sep 2002 22:19:17 +0000
parents af4d1f43e4c6
children 46b30f16cd10
files ChangeLog Makefile.in.in modules/ChangeLog modules/ldap/Makefile.in.in modules/postgresql/Makefile.in.in
diffstat 5 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 20 21:53:54 2002 +0000
+++ b/ChangeLog	Fri Sep 20 22:19:17 2002 +0000
@@ -1,3 +1,8 @@
+2002-09-20  Steve Youngs  <youngs@xemacs.org>
+
+	* Makefile.in.in (TAGS tags): Descend into the modules directory
+	as well.
+
 2002-09-20  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage.  Thx, Valdis!
--- a/Makefile.in.in	Fri Sep 20 21:53:54 2002 +0000
+++ b/Makefile.in.in	Fri Sep 20 22:19:17 2002 +0000
@@ -639,7 +639,7 @@
 	@PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \
 	  echo "Using etags from `which etags`."
 	PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \
-	find src lwlib lib-src ${PRUNE_VC} -name '*.[ch]' -print | \
+	find src lwlib lib-src modules ${PRUNE_VC} -name '*.[ch]' -print | \
 	  xargs etags -a -r '/[ 	]*DEF\(VAR\|INE\)_[A-Z_]+[ 	]*([ 	]*"\([^"]+\)"/\2/'; \
 	find ${tagslisp} ${PRUNE_VC} -name '*.el' ! -name 'auto-autoloads.el' -print | \
 	  xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\|subst\\|struct\\|face\\|group\\|custom\\|ine-\\(function\\|compiler-macro\\|[a-z-]+alias\\)\\)[ 	]+'?\\([^ 	]+\\)/\\3/"
--- a/modules/ChangeLog	Fri Sep 20 21:53:54 2002 +0000
+++ b/modules/ChangeLog	Fri Sep 20 22:19:17 2002 +0000
@@ -1,3 +1,10 @@
+2002-09-20  Steve Youngs  <youngs@xemacs.org>
+
+	* postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick
+	up '--site-libraries'.
+
+	* ldap/Makefile.in.in (LDFLAGS): Ditto.
+
 2002-08-08  Jerry James  <james@xemacs.org>
 
 	* auto-autoloads.el: New file containing module autoloads.
--- a/modules/ldap/Makefile.in.in	Fri Sep 20 21:53:54 2002 +0000
+++ b/modules/ldap/Makefile.in.in	Fri Sep 20 22:19:17 2002 +0000
@@ -29,7 +29,7 @@
 MODNAME=eldap
 MODVER=1.0.0
 MODTITLE="LDAP Client Interface for XEmacs"
-LDFLAGS=@LDFLAGS@ @ldap_libs@
+LDFLAGS=@LDFLAGS@ @ld_switch_all@ @ldap_libs@
 SRCS=eldap.c
 
 ### You should not need to modify anything below this line
--- a/modules/postgresql/Makefile.in.in	Fri Sep 20 21:53:54 2002 +0000
+++ b/modules/postgresql/Makefile.in.in	Fri Sep 20 22:19:17 2002 +0000
@@ -29,7 +29,7 @@
 MODNAME=postgresql
 MODVER=1.0.0
 MODTITLE="PostgreSQL Client Interface for XEmacs"
-LDFLAGS=@LDFLAGS@ @postgresql_libs@
+LDFLAGS=@LDFLAGS@ @ld_switch_all@ @postgresql_libs@
 SRCS=postgresql.c
 
 ### You should not need to modify anything below this line