~ubuntu-branches/ubuntu/breezy/redland-bindings/breezy

« back to all changes in this revision

Viewing changes to tcl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2005-06-21 12:56:49 UTC
  • mfrom: (1.1.1 upstream) (0.1.2 sarge)
  • Revision ID: james.westby@ubuntu.com-20050621125649-1uwxez1hdyzw6vzd
Tags: 1.0.2.1-1ubuntu1
* Resynchronise with Debian.

* Fix FTBFS: Add python2.4-dev Build-Dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18
18
#
19
19
# Makefile.am - automake file for Tcl interface to Redland
20
20
#
21
 
# $Id: Makefile.am,v 1.35 2004/07/20 18:49:04 cmdjb Exp $
 
21
# $Id: Makefile.am,v 1.36 2005/02/08 12:30:46 cmdjb Exp $
22
22
#
23
23
# Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
24
24
# Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
54
54
NORMAL_UNINSTALL = :
55
55
PRE_UNINSTALL = :
56
56
POST_UNINSTALL = :
 
57
build_triplet = @build@
57
58
host_triplet = @host@
58
59
subdir = tcl
59
60
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
63
        $(top_srcdir)/configure.ac
63
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
65
        $(ACLOCAL_M4)
65
 
mkinstalldirs = $(mkdir_p)
 
66
mkinstalldirs = $(install_sh) -d
66
67
CONFIG_CLEAN_FILES =
67
68
SOURCES =
68
69
DIST_SOURCES =
 
70
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
71
am__vpath_adj = case $$p in \
 
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
73
    *) f=$$p;; \
 
74
  esac;
 
75
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
69
76
am__installdirs = "$(DESTDIR)$(tcldir)"
70
77
tclDATA_INSTALL = $(INSTALL_DATA)
71
78
DATA = $(tcl_DATA)
152
159
PKG_CONFIG = @PKG_CONFIG@
153
160
PYTHON = @PYTHON@
154
161
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
162
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
155
163
PYTHON_LIB = @PYTHON_LIB@
156
164
PYTHON_VERSION = @PYTHON_VERSION@
157
165
RANLIB = @RANLIB@
159
167
REDLAND_MIN_VERSION = @REDLAND_MIN_VERSION@
160
168
REDLAND_RUN = @REDLAND_RUN@
161
169
REDLAND_SWIG = @REDLAND_SWIG@
 
170
REDLAND_VERSION = @REDLAND_VERSION@
162
171
RUBY = @RUBY@
163
172
RUBY_DIR = @RUBY_DIR@
164
173
RUBY_INCLUDES = @RUBY_INCLUDES@
165
174
RUBY_LIB = @RUBY_LIB@
 
175
RUBY_LIBDIR = @RUBY_LIBDIR@
166
176
RUBY_VERSION = @RUBY_VERSION@
167
177
SD = @SD@
168
178
SET_MAKE = @SET_MAKE@
193
203
am__include = @am__include@
194
204
am__leading_dot = @am__leading_dot@
195
205
am__quote = @am__quote@
 
206
am__tar = @am__tar@
 
207
am__untar = @am__untar@
196
208
bindir = @bindir@
197
209
build = @build@
198
210
build_alias = @build_alias@
222
234
sysconfdir = @sysconfdir@
223
235
target_alias = @target_alias@
224
236
RELEASE = @VERSION_RELEASE@
225
 
AM_CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/librdf -I$(top_builddir)/librdf @LIBRDF_CPPFLAGS@ @TCL_INCLUDES@
 
237
AM_CPPFLAGS = @CPPFLAGS@ @LIBRDF_CPPFLAGS@ @TCL_INCLUDES@
226
238
AM_CFLAGS = @CFLAGS@ @LIBRDF_CPPFLAGS@ $(MEM)
227
239
TCL_PACKAGE = Redland
228
240
SWIG_OUTPUTS = $(TCL_PACKAGE)_wrap.c
346
358
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
347
359
 
348
360
distclean-generic:
349
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
361
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
350
362
 
351
363
maintainer-clean-generic:
352
364
        @echo "This command is intended for maintainers to use"