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

« back to all changes in this revision

Viewing changes to ice-9/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-20 19:39:17 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720193917-s0985l9wxihwoscl
Tags: 1.8.7+1-1ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #401816)
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in.
2
2
##
3
 
##   Copyright (C) 1998,1999,2000,2001,2003, 2004, 2006, 2008 Free Software Foundation, Inc.
 
3
##   Copyright (C) 1998,1999,2000,2001,2003, 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
4
4
##
5
5
##   This file is part of GUILE.
6
6
##
21
21
 
22
22
AUTOMAKE_OPTIONS = gnu
23
23
 
24
 
SUBDIRS = debugger debugging
25
 
 
26
24
# These should be installed and distributed.
27
25
ice9_sources =                                                             \
28
26
        and-let-star.scm boot-9.scm calling.scm common-list.scm            \
38
36
        weak-vector.scm deprecated.scm list.scm serialize.scm              \
39
37
        gds-client.scm gds-server.scm
40
38
 
 
39
ice9_debugger_sources =                                         \
 
40
  debugger/command-loop.scm debugger/commands.scm               \
 
41
  debugger/state.scm debugger/trc.scm debugger/utils.scm
 
42
 
 
43
ice9_debugging_sources =                                        \
 
44
  debugging/example-fns.scm                                     \
 
45
  debugging/ice-9-debugger-extensions.scm                       \
 
46
  debugging/steps.scm debugging/trace.scm debugging/traps.scm   \
 
47
  debugging/trc.scm
 
48
 
41
49
subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/ice-9
42
 
subpkgdata_DATA = $(ice9_sources)
43
 
TAGS_FILES = $(subpkgdata_DATA)
 
50
nobase_subpkgdata_DATA =                                                \
 
51
  $(ice9_sources) $(ice9_debugger_sources) $(ice9_debugging_sources)
 
52
 
 
53
TAGS_FILES = $(nobase_subpkgdata_DATA)
44
54
 
45
55
## test.scm is not currently installed.
46
 
EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm ChangeLog-2008
 
56
EXTRA_DIST = test.scm compile-psyntax.scm ChangeLog-2008                \
 
57
  $(ice9_sources) $(ice9_debugger_sources) $(ice9_debugging_sources)
47
58
 
48
59
# We expect this to never be invoked when there is not already
49
60
# ice-9/psyntax.pp in %load-path, since compile-psyntax.scm depends