~ubuntu-branches/ubuntu/maverick/intltool/maverick

« back to all changes in this revision

Viewing changes to tests/results/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-08-03 09:36:48 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070803093648-o43vt3wh40i99lpu
Tags: 0.36.0-1
* New upstream release.
  - Drop patch 70_fix-intltool-extract-check, merged upstream.
  - Drop patch 71_m4-warnings, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkglibdir = $(libdir)/@PACKAGE@
20
18
pkgincludedir = $(includedir)/@PACKAGE@
21
 
top_builddir = ../..
22
19
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
INSTALL = @INSTALL@
24
20
install_sh_DATA = $(install_sh) -c -m 644
25
21
install_sh_PROGRAM = $(install_sh) -c
26
22
install_sh_SCRIPT = $(install_sh) -c
55
51
ECHO_C = @ECHO_C@
56
52
ECHO_N = @ECHO_N@
57
53
ECHO_T = @ECHO_T@
 
54
INSTALL = @INSTALL@
58
55
INSTALL_DATA = @INSTALL_DATA@
59
56
INSTALL_PROGRAM = @INSTALL_PROGRAM@
60
57
INSTALL_SCRIPT = @INSTALL_SCRIPT@
61
58
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
62
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
63
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
64
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
65
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
66
59
LIBOBJS = @LIBOBJS@
67
60
LIBS = @LIBS@
68
61
LTLIBOBJS = @LTLIBOBJS@
69
62
MAKEINFO = @MAKEINFO@
 
63
MKDIR_P = @MKDIR_P@
70
64
PACKAGE = @PACKAGE@
71
65
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
72
66
PACKAGE_NAME = @PACKAGE_NAME@
79
73
SHELL = @SHELL@
80
74
STRIP = @STRIP@
81
75
VERSION = @VERSION@
 
76
abs_builddir = @abs_builddir@
 
77
abs_srcdir = @abs_srcdir@
 
78
abs_top_builddir = @abs_top_builddir@
 
79
abs_top_srcdir = @abs_top_srcdir@
82
80
aclocaldir = @aclocaldir@
83
81
am__leading_dot = @am__leading_dot@
84
82
am__tar = @am__tar@
85
83
am__untar = @am__untar@
86
84
bindir = @bindir@
87
85
build_alias = @build_alias@
 
86
builddir = @builddir@
88
87
datadir = @datadir@
89
88
datarootdir = @datarootdir@
90
89
docdir = @docdir@
108
107
psdir = @psdir@
109
108
sbindir = @sbindir@
110
109
sharedstatedir = @sharedstatedir@
 
110
srcdir = @srcdir@
111
111
sysconfdir = @sysconfdir@
112
112
target_alias = @target_alias@
 
113
top_builddir = @top_builddir@
 
114
top_srcdir = @top_srcdir@
113
115
NULL = 
114
116
EXTRA_DIST = \
115
117
        extract-comments.xml.h                  \
123
125
        extract9.xml                            \
124
126
        extract9.xml.in.h                       \
125
127
        extract12.xml.in.h                      \
 
128
        extract14.xml.in.h                      \
126
129
        iso88591text.xml.in.h                   \
127
130
        merge-cdata.xml                         \
128
131
        merge-deepattr.xml                      \
129
132
        merge1.xml                              \
130
133
        merge10.templates                       \
131
134
        merge11.xml                             \
 
135
        merge12.xml                             \
132
136
        merge4.xml                              \
133
137
        merge5p.sheet                           \
134
138
        merge5u.sheet                           \
178
182
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
179
183
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
180
184
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
181
 
uninstall-info-am:
182
185
tags: TAGS
183
186
TAGS:
184
187
 
187
190
 
188
191
 
189
192
distdir: $(DISTFILES)
190
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
191
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
192
 
        list='$(DISTFILES)'; for file in $$list; do \
193
 
          case $$file in \
194
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
195
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
196
 
          esac; \
 
193
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
194
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
195
        list='$(DISTFILES)'; \
 
196
          dist_files=`for file in $$list; do echo $$file; done | \
 
197
          sed -e "s|^$$srcdirstrip/||;t" \
 
198
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
199
        case $$dist_files in \
 
200
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
201
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
202
                           sort -u` ;; \
 
203
        esac; \
 
204
        for file in $$dist_files; do \
197
205
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
198
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
199
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
200
 
            dir="/$$dir"; \
201
 
            $(mkdir_p) "$(distdir)$$dir"; \
202
 
          else \
203
 
            dir=''; \
204
 
          fi; \
205
206
          if test -d $$d/$$file; then \
 
207
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
206
208
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
207
209
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
208
210
            fi; \
261
263
 
262
264
install-data-am:
263
265
 
 
266
install-dvi: install-dvi-am
 
267
 
264
268
install-exec-am:
265
269
 
 
270
install-html: install-html-am
 
271
 
266
272
install-info: install-info-am
267
273
 
268
274
install-man:
269
275
 
 
276
install-pdf: install-pdf-am
 
277
 
 
278
install-ps: install-ps-am
 
279
 
270
280
installcheck-am:
271
281
 
272
282
maintainer-clean: maintainer-clean-am
285
295
 
286
296
ps-am:
287
297
 
288
 
uninstall-am: uninstall-info-am
 
298
uninstall-am:
 
299
 
 
300
.MAKE: install-am install-strip
289
301
 
290
302
.PHONY: all all-am check check-am clean clean-generic distclean \
291
303
        distclean-generic distdir dvi dvi-am html html-am info info-am \
292
 
        install install-am install-data install-data-am install-exec \
293
 
        install-exec-am install-info install-info-am install-man \
 
304
        install install-am install-data install-data-am install-dvi \
 
305
        install-dvi-am install-exec install-exec-am install-html \
 
306
        install-html-am install-info install-info-am install-man \
 
307
        install-pdf install-pdf-am install-ps install-ps-am \
294
308
        install-strip installcheck installcheck-am installdirs \
295
309
        maintainer-clean maintainer-clean-generic mostlyclean \
296
 
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
297
 
        uninstall-info-am
 
310
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
298
311
 
299
312
# Tell versions [3.59,3.63) of GNU make to not export all variables.
300
313
# Otherwise a system limit (for SysV at least) may be exceeded.