1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* Makefile.am (TAGS_FILES): Use this variable instead of

ETAGS_ARGS so that TAGS can be built using separate build
directory.

* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.

* debugger/breakpoints/Makefile.am (TAGS_FILES),
debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use
this variable instead of ETAGS_ARGS so that TAGS can be built
using separate build directory.

* primitives/Makefile.am (TAGS_FILES), internals/Makefile.am
(TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead
of ETAGS_ARGS so that TAGS can be built using separate build
directory.

* Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable
instead of ETAGS_ARGS so that TAGS can be built using separate
build directory.

* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
This commit is contained in:
Mikael Djurfeldt 2004-02-09 01:48:34 +00:00
parent 16353acc6f
commit f1dc5f45ab
17 changed files with 60 additions and 22 deletions

View file

@ -1,3 +1,9 @@
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
2004-01-28 Neil Jerram <neil@ossau.uklinux.net> 2004-01-28 Neil Jerram <neil@ossau.uklinux.net>
* gds.el (gds-handle-client-input): Handle new `thread-status' * gds.el (gds-handle-client-input): Handle new `thread-status'

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 2003 Free Software Foundation, Inc. ## Copyright (C) 2003, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -34,5 +34,5 @@ info_TEXINFOS = gds.texi
TEXINFO_TEX = ../doc/ref/texinfo.tex TEXINFO_TEX = ../doc/ref/texinfo.tex
ETAGS_ARGS = $(subpkgdata_DATA) $(lisp_LISP) TAGS_FILES = $(subpkgdata_DATA) $(lisp_LISP)
EXTRA_DIST = $(subpkgdata_DATA) $(lisp_LISP) EXTRA_DIST = $(subpkgdata_DATA) $(lisp_LISP)

View file

@ -1,3 +1,9 @@
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
2003-05-04 Marius Vollmer <mvo@zagadka.de> 2003-05-04 Marius Vollmer <mvo@zagadka.de>
* configure.in: When checking whether readline clears SA_RESTART, * configure.in: When checking whether readline clears SA_RESTART,

View file

@ -1,6 +1,6 @@
## Process this file with Automake to create Makefile.in ## Process this file with Automake to create Makefile.in
## ##
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -51,7 +51,7 @@ SUFFIXES = .x
$(GUILE_SNARF) -o $@ $< $(snarfcppopts) $(GUILE_SNARF) -o $@ $< $(snarfcppopts)
EXTRA_DIST = $(ice9_DATA) LIBGUILEREADLINE-VERSION EXTRA_DIST = $(ice9_DATA) LIBGUILEREADLINE-VERSION
ETAGS_ARGS = $(ice9_DATA) TAGS_FILES = $(ice9_DATA)
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)

View file

@ -1,3 +1,10 @@
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* debugger/breakpoints/Makefile.am (TAGS_FILES),
debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use
this variable instead of ETAGS_ARGS so that TAGS can be built
using separate build directory.
2004-01-20 Neil Jerram <neil@ossau.uklinux.net> 2004-01-20 Neil Jerram <neil@ossau.uklinux.net>
* boot-9.scm (error-catching-loop): Back out 2003-11-19 change to * boot-9.scm (error-catching-loop): Back out 2003-11-19 change to

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 1998,1999,2000,2001,2003 Free Software Foundation, Inc. ## Copyright (C) 1998,1999,2000,2001,2003, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -39,7 +39,7 @@ ice9_sources = \
subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/ice-9 subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/ice-9
subpkgdata_DATA = $(ice9_sources) subpkgdata_DATA = $(ice9_sources)
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
## test.scm is not currently installed. ## test.scm is not currently installed.
EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 2002 Free Software Foundation, Inc. ## Copyright (C) 2002, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -29,6 +29,6 @@ ice9_debugger_sources = behaviour.scm breakpoints.scm command-loop.scm \
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger
subpkgdata_DATA = $(ice9_debugger_sources) subpkgdata_DATA = $(ice9_debugger_sources)
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(ice9_debugger_sources) EXTRA_DIST = $(ice9_debugger_sources)

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 2002 Free Software Foundation, Inc. ## Copyright (C) 2002, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -24,5 +24,5 @@ AUTOMAKE_OPTIONS = gnu
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger/breakpoints subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger/breakpoints
subpkgdata_DATA = procedural.scm range.scm source.scm subpkgdata_DATA = procedural.scm range.scm source.scm
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(subpkgdata_DATA) EXTRA_DIST = $(subpkgdata_DATA)

View file

@ -1,3 +1,10 @@
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* primitives/Makefile.am (TAGS_FILES), internals/Makefile.am
(TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead
of ETAGS_ARGS so that TAGS can be built using separate build
directory.
2003-11-01 Neil Jerram <neil@ossau.uklinux.net> 2003-11-01 Neil Jerram <neil@ossau.uklinux.net>
* internals/format.scm (format), internals/signal.scm (error), * internals/format.scm (format), internals/signal.scm (error),

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -34,6 +34,6 @@ elisp_sources = \
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp
subpkgdata_DATA = $(elisp_sources) subpkgdata_DATA = $(elisp_sources)
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(elisp_sources) EXTRA_DIST = $(elisp_sources)

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -37,6 +37,6 @@ elisp_sources = \
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp/internals subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp/internals
subpkgdata_DATA = $(elisp_sources) subpkgdata_DATA = $(elisp_sources)
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(elisp_sources) EXTRA_DIST = $(elisp_sources)

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ## Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -46,6 +46,6 @@ elisp_sources = \
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp/primitives subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang/elisp/primitives
subpkgdata_DATA = $(elisp_sources) subpkgdata_DATA = $(elisp_sources)
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(elisp_sources) EXTRA_DIST = $(elisp_sources)

View file

@ -1,3 +1,9 @@
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable
instead of ETAGS_ARGS so that TAGS can be built using separate
build directory.
2004-01-12 Marius Vollmer <mvo@zagadka.de> 2004-01-12 Marius Vollmer <mvo@zagadka.de>
* goops.scm (compute-get-n-set): Use '#:' in error message instead * goops.scm (compute-get-n-set): Use '#:' in error message instead

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 2000 Free Software Foundation, Inc. ## Copyright (C) 2000, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -28,6 +28,6 @@ oop_sources = goops.scm
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop
subpkgdata_DATA = $(oop_sources) subpkgdata_DATA = $(oop_sources)
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(oop_sources) EXTRA_DIST = $(oop_sources)

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
## ##
## Copyright (C) 2000, 2001 Free Software Foundation, Inc. ## Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
@ -29,6 +29,6 @@ goops_sources = \
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop/goops subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop/goops
subpkgdata_DATA = $(goops_sources) subpkgdata_DATA = $(goops_sources)
ETAGS_ARGS = $(subpkgdata_DATA) TAGS_FILES = $(subpkgdata_DATA)
EXTRA_DIST = $(goops_sources) EXTRA_DIST = $(goops_sources)

View file

@ -1,3 +1,9 @@
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* Makefile.am (TAGS_FILES): Use this variable instead of
ETAGS_ARGS so that TAGS can be built using separate build
directory.
2004-01-24 Marius Vollmer <mvo@zagadka.de> 2004-01-24 Marius Vollmer <mvo@zagadka.de>
* Makefile.am (srfi_DATA): Added srfi-26.scm. * Makefile.am (srfi_DATA): Added srfi-26.scm.

View file

@ -71,8 +71,8 @@ srfi_DATA = srfi-1.scm \
srfi-26.scm \ srfi-26.scm \
srfi-34.scm srfi-34.scm
EXTRA_DIST = $(srfi_DATA) EXTRA_DIST = $(srfi_DATA)
ETAGS_ARGS = $(srfi_DATA) TAGS_FILES = $(srfi_DATA)
GUILE_SNARF = ../libguile/guile-snarf GUILE_SNARF = ../libguile/guile-snarf