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

« back to all changes in this revision

Viewing changes to tests/cases/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@
120
120
        fr.po                                   \
121
121
        fr_BE.po                                \
122
122
        fr_FR.po                                \
 
123
        iso88591text.xml.in                     \
123
124
        merge-cdata.xml.in                      \
124
125
        merge-deepattr.xml.in                   \
125
126
        merge1.xml.in                           \
126
127
        merge10.templates_                      \
 
128
        merge11.xml.in                          \
127
129
        merge4.xml.in                           \
128
130
        merge5p.sheet.in                        \
129
131
        merge5u.sheet.in                        \
133
135
        merge8.keys.in                          \
134
136
        schemasmerge1.po                        \
135
137
        schemasmerge2.po                        \
 
138
        space-preserve.xml.in                   \
 
139
        spacepreserve.po                        \
136
140
        test.po                                 \
137
141
        test.schemas.in                         \
138
142
        test.scm                                \
 
143
        unicodetext.xml.in                      \
139
144
        $(NULL)
140
145
 
141
146
CLEANFILES = \
144
149
        extract12.xml.in.h                      \
145
150
        extract9.xml                            \
146
151
        extract9.xml.in.h                       \
 
152
        iso88591text.xml.in.h                   \
147
153
        merge-cdata.xml                         \
148
154
        merge-deepattr.xml                      \
149
155
        merge10.templates                       \
 
156
        merge11.xml                             \
 
157
        space-preserve.xml.in.h                 \
 
158
        space-preserve.xml                      \
150
159
        test.schemas                            \
151
160
        test.schemas.in.h                       \
152
161
        test.scm.h                              \
 
162
        unicodetext.xml.in.h                    \
153
163
        $(NULL)
154
164
 
155
165
all: all-am
243
253
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
244
254
 
245
255
distclean-generic:
246
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
256
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
247
257
 
248
258
maintainer-clean-generic:
249
259
        @echo "This command is intended for maintainers to use"