* debugger/breakpoints/Makefile.am (subpkgdatadir): VERSION ->
[bpt/guile.git] / ice-9 / debugger / breakpoints / Makefile.am
CommitLineData
8ee7506b
NJ
1## Process this file with automake to produce Makefile.in.
2##
3## Copyright (C) 2002 Free Software Foundation, Inc.
4##
5## This file is part of GUILE.
6##
7## GUILE is free software; you can redistribute it and/or
8## modify it under the terms of the GNU General Public License as
9## published by the Free Software Foundation; either version 2, or (at
10## your option) any later version.
11##
12## GUILE is distributed in the hope that it will be useful,
13## but WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15## General Public License for more details.
16##
17## You should have received a copy of the GNU General Public License
18## along with GUILE; see the file COPYING. If not, write to
19## the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
20## Boston, MA 02111-1307 USA
21
22AUTOMAKE_OPTIONS = gnu
23
056eff7c 24subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger/breakpoints
8ee7506b
NJ
25subpkgdata_DATA = procedural.scm range.scm source.scm
26
27ETAGS_ARGS = $(subpkgdata_DATA)
28EXTRA_DIST = $(subpkgdata_DATA)