~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to libguile/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rob Browning
  • Date: 2008-05-10 12:18:50 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080510121850-mwi7tobbfkat03vr
Tags: 1.8.5+1-1
* Incorporate new upstream stable release.

* Fix gcc 4.3 compilation problems (fixed upstream now).  Thanks to
  Alexander Schmehl <tolimar@debian.org> for the previous, related
  1.8.4+1-2.1 NMU, and to Maximiliano Curia and Daniel Schepler for the
  original patch. (closes: #462384, #466778)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with Automake to create Makefile.in
2
2
##
3
 
##      Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
3
##      Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008 Free Software Foundation, Inc.
4
4
##
5
5
##   This file is part of GUILE.
6
6
##
23
23
 
24
24
## Prevent automake from adding extra -I options
25
25
DEFS = @DEFS@
 
26
 
 
27
# Override Automake's `DEFAULT_INCLUDES'.  By default, it contains
 
28
# "-I$(srcdir)", which causes problems on Tru64 where our "random.h"
 
29
# is picked up by <stdlib.h> instead of the libc's <random.h>.
 
30
DEFAULT_INCLUDES =
 
31
 
26
32
## Check for headers in $(srcdir)/.., so that #include
27
33
## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
28
34
## building.
29
 
INCLUDES = -I.. -I$(top_srcdir)
 
35
INCLUDES = -I.. -I$(top_srcdir) -I$(top_builddir)
30
36
 
31
37
ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \
32
38
   --regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'