~ubuntu-branches/ubuntu/saucy/thaifonts-scalable/saucy

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Theppitak Karoonboonyanan
  • Date: 2010-07-30 13:25:15 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100730132515-jpsh4pylv8bux232
Tags: 1:0.4.14-1
* New upstream bugfix release.
  - Fix Tahoma/MS Sans Serif fallback rules to not affect non-Thai
    environments. (LP: #539008, re-addresses LP #434054)
  - debian/patches/01_remove_tahoma_fallback.diff: Removed, addressed
    differently upstream.
* Bump Standards-Version to 3.9.1 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
42
44
        $(ACLOCAL_M4)
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
SOURCES =
46
49
DIST_SOURCES =
 
50
am__tty_colors = \
 
51
red=; grn=; lgn=; blu=; std=
47
52
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
53
ACLOCAL = @ACLOCAL@
49
54
AMTAR = @AMTAR@
76
81
PACKAGE_NAME = @PACKAGE_NAME@
77
82
PACKAGE_STRING = @PACKAGE_STRING@
78
83
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
84
PACKAGE_URL = @PACKAGE_URL@
79
85
PACKAGE_VERSION = @PACKAGE_VERSION@
80
86
PATH_SEPARATOR = @PATH_SEPARATOR@
81
87
RMDIR = @RMDIR@
161
167
              exit 1;; \
162
168
          esac; \
163
169
        done; \
164
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
165
 
        cd $(top_srcdir) && \
166
 
          $(AUTOMAKE) --gnu  tests/Makefile
 
170
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
 
171
        $(am__cd) $(top_srcdir) && \
 
172
          $(AUTOMAKE) --gnu tests/Makefile
167
173
.PRECIOUS: Makefile
168
174
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
169
175
        @case '$?' in \
181
187
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
182
188
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
183
189
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
190
$(am__aclocal_m4_deps):
184
191
tags: TAGS
185
192
TAGS:
186
193
 
192
199
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
193
200
        srcdir=$(srcdir); export srcdir; \
194
201
        list=' $(TESTS) '; \
 
202
        $(am__tty_colors); \
195
203
        if test -n "$$list"; then \
196
204
          for tst in $$list; do \
197
205
            if test -f ./$$tst; then dir=./; \
203
211
              *[\ \     ]$$tst[\ \      ]*) \
204
212
                xpass=`expr $$xpass + 1`; \
205
213
                failed=`expr $$failed + 1`; \
206
 
                echo "XPASS: $$tst"; \
 
214
                col=$$red; res=XPASS; \
207
215
              ;; \
208
216
              *) \
209
 
                echo "PASS: $$tst"; \
 
217
                col=$$grn; res=PASS; \
210
218
              ;; \
211
219
              esac; \
212
220
            elif test $$? -ne 77; then \
214
222
              case " $(XFAIL_TESTS) " in \
215
223
              *[\ \     ]$$tst[\ \      ]*) \
216
224
                xfail=`expr $$xfail + 1`; \
217
 
                echo "XFAIL: $$tst"; \
 
225
                col=$$lgn; res=XFAIL; \
218
226
              ;; \
219
227
              *) \
220
228
                failed=`expr $$failed + 1`; \
221
 
                echo "FAIL: $$tst"; \
 
229
                col=$$red; res=FAIL; \
222
230
              ;; \
223
231
              esac; \
224
232
            else \
225
233
              skip=`expr $$skip + 1`; \
226
 
              echo "SKIP: $$tst"; \
 
234
              col=$$blu; res=SKIP; \
227
235
            fi; \
 
236
            echo "$${col}$$res$${std}: $$tst"; \
228
237
          done; \
229
238
          if test "$$all" -eq 1; then \
230
239
            tests="test"; \
266
275
              dashes="$$report"; \
267
276
          fi; \
268
277
          dashes=`echo "$$dashes" | sed s/./=/g`; \
269
 
          echo "$$dashes"; \
 
278
          if test "$$failed" -eq 0; then \
 
279
            echo "$$grn$$dashes"; \
 
280
          else \
 
281
            echo "$$red$$dashes"; \
 
282
          fi; \
270
283
          echo "$$banner"; \
271
284
          test -z "$$skipped" || echo "$$skipped"; \
272
285
          test -z "$$report" || echo "$$report"; \
273
 
          echo "$$dashes"; \
 
286
          echo "$$dashes$$std"; \
274
287
          test "$$failed" -eq 0; \
275
288
        else :; fi
276
289
 
290
303
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
291
304
          if test -d $$d/$$file; then \
292
305
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
306
            if test -d "$(distdir)/$$file"; then \
 
307
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
308
            fi; \
293
309
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
294
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
310
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
311
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
295
312
            fi; \
296
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
313
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
297
314
          else \
298
 
            test -f $(distdir)/$$file \
299
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
315
            test -f "$(distdir)/$$file" \
 
316
            || cp -p $$d/$$file "$(distdir)/$$file" \
300
317
            || exit 1; \
301
318
          fi; \
302
319
        done
327
344
 
328
345
distclean-generic:
329
346
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
347
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
330
348
 
331
349
maintainer-clean-generic:
332
350
        @echo "This command is intended for maintainers to use"
345
363
 
346
364
html: html-am
347
365
 
 
366
html-am:
 
367
 
348
368
info: info-am
349
369
 
350
370
info-am:
353
373
 
354
374
install-dvi: install-dvi-am
355
375
 
 
376
install-dvi-am:
 
377
 
356
378
install-exec-am:
357
379
 
358
380
install-html: install-html-am
359
381
 
 
382
install-html-am:
 
383
 
360
384
install-info: install-info-am
361
385
 
 
386
install-info-am:
 
387
 
362
388
install-man:
363
389
 
364
390
install-pdf: install-pdf-am
365
391
 
 
392
install-pdf-am:
 
393
 
366
394
install-ps: install-ps-am
367
395
 
 
396
install-ps-am:
 
397
 
368
398
installcheck-am:
369
399
 
370
400
maintainer-clean: maintainer-clean-am
385
415
 
386
416
uninstall-am:
387
417
 
388
 
.MAKE: install-am install-strip
 
418
.MAKE: check-am install-am install-strip
389
419
 
390
420
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
391
421
        distclean distclean-generic distdir dvi dvi-am html html-am \
398
428
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
399
429
        uninstall-am
400
430
 
 
431
 
401
432
# Tell versions [3.59,3.63) of GNU make to not export all variables.
402
433
# Otherwise a system limit (for SysV at least) may be exceeded.
403
434
.NOEXPORT: