~ubuntu-branches/debian/experimental/intltool/experimental

« back to all changes in this revision

Viewing changes to tests/results/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-10-24 21:50:28 UTC
  • mfrom: (3.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061024215028-8u8azjmsesm1kqbl
Tags: 0.35.0-3
* Remove debhelper, cdbs, and gnome-pkg-tools from Build-Depends-Indep.
* Remove obsolete Conflicts / Replaces on xml-i18n-tools.
* New patch, 10_define-and-subst-datadirname, to compute DATADIRNAME as
  glib-gettext did it, and AC_SUBST() it; thanks Jurij Smakov; committed in
  upstream CVS; GNOME #345255; closes: #373643.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
38
38
am__aclocal_m4_deps = $(top_srcdir)/configure.in
39
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
40
        $(ACLOCAL_M4)
41
 
mkinstalldirs = $(mkdir_p)
 
41
mkinstalldirs = $(install_sh) -d
42
42
CONFIG_CLEAN_FILES =
43
43
SOURCES =
44
44
DIST_SOURCES =
55
55
ECHO_C = @ECHO_C@
56
56
ECHO_N = @ECHO_N@
57
57
ECHO_T = @ECHO_T@
58
 
EXPANDED_DATADIR = @EXPANDED_DATADIR@
59
 
EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
60
58
INSTALL_DATA = @INSTALL_DATA@
61
59
INSTALL_PROGRAM = @INSTALL_PROGRAM@
62
60
INSTALL_SCRIPT = @INSTALL_SCRIPT@
84
82
ac_ct_STRIP = @ac_ct_STRIP@
85
83
aclocaldir = @aclocaldir@
86
84
am__leading_dot = @am__leading_dot@
 
85
am__tar = @am__tar@
 
86
am__untar = @am__untar@
87
87
bindir = @bindir@
88
88
build_alias = @build_alias@
89
89
datadir = @datadir@
116
116
        extract9.xml                            \
117
117
        extract9.xml.in.h                       \
118
118
        extract12.xml.in.h                      \
 
119
        iso88591text.xml.in.h                   \
119
120
        merge-cdata.xml                         \
120
121
        merge-deepattr.xml                      \
121
122
        merge1.xml                              \
122
123
        merge10.templates                       \
 
124
        merge11.xml                             \
123
125
        merge4.xml                              \
124
126
        merge5p.sheet                           \
125
127
        merge5u.sheet                           \
127
129
        merge7.xml                              \
128
130
        merge8.keys                             \
129
131
        multi.merge6.xml                        \
 
132
        space-preserve.xml                      \
 
133
        space-preserve.xml.in.h                 \
130
134
        test.schemas                            \
131
135
        test.schemas.in.h                       \
132
136
        test.scm.h                              \
 
137
        unicodetext.xml.in.h                    \
133
138
        $(NULL)
134
139
 
135
140
all: all-am
222
227
clean-generic:
223
228
 
224
229
distclean-generic:
225
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
230
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
226
231
 
227
232
maintainer-clean-generic:
228
233
        @echo "This command is intended for maintainers to use"