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

« back to all changes in this revision

Viewing changes to tlwg/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.
35
36
 
36
37
VPATH = @srcdir@
37
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
38
40
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
 
41
pkglibexecdir = $(libexecdir)/@PACKAGE@
40
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
43
install_sh_DATA = $(install_sh) -c -m 644
42
44
install_sh_PROGRAM = $(install_sh) -c
60
62
        $(ACLOCAL_M4)
61
63
mkinstalldirs = $(install_sh) -d
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
SOURCES =
64
67
DIST_SOURCES =
65
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68
71
    *) f=$$p;; \
69
72
  esac;
70
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
73
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
74
am__install_max = 40
 
75
am__nobase_strip_setup = \
 
76
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
77
am__nobase_strip = \
 
78
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
79
am__nobase_list = $(am__nobase_strip_setup); \
 
80
  for p in $$list; do echo "$$p $$p"; done | \
 
81
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
82
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
83
    if (++n[$$2] == $(am__install_max)) \
 
84
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
85
    END { for (dir in files) print dir, files[dir] }'
 
86
am__base_list = \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71
89
am__installdirs = "$(DESTDIR)$(otfdir)" "$(DESTDIR)$(testfontdir)" \
72
90
        "$(DESTDIR)$(ttfdir)" "$(DESTDIR)$(type1dir)"
73
 
otfDATA_INSTALL = $(INSTALL_DATA)
74
 
testfontDATA_INSTALL = $(INSTALL_DATA)
75
 
ttfDATA_INSTALL = $(INSTALL_DATA)
76
 
type1DATA_INSTALL = $(INSTALL_DATA)
77
91
DATA = $(otf_DATA) $(testfont_DATA) $(ttf_DATA) $(type1_DATA)
78
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
93
ACLOCAL = @ACLOCAL@
107
121
PACKAGE_NAME = @PACKAGE_NAME@
108
122
PACKAGE_STRING = @PACKAGE_STRING@
109
123
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
124
PACKAGE_URL = @PACKAGE_URL@
110
125
PACKAGE_VERSION = @PACKAGE_VERSION@
111
126
PATH_SEPARATOR = @PATH_SEPARATOR@
112
127
RMDIR = @RMDIR@
224
239
              exit 1;; \
225
240
          esac; \
226
241
        done; \
227
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tlwg/Makefile'; \
228
 
        cd $(top_srcdir) && \
229
 
          $(AUTOMAKE) --gnu  tlwg/Makefile
 
242
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tlwg/Makefile'; \
 
243
        $(am__cd) $(top_srcdir) && \
 
244
          $(AUTOMAKE) --gnu tlwg/Makefile
230
245
.PRECIOUS: Makefile
231
246
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
232
247
        @case '$?' in \
244
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
260
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
246
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
$(am__aclocal_m4_deps):
247
263
install-otfDATA: $(otf_DATA)
248
264
        @$(NORMAL_INSTALL)
249
265
        test -z "$(otfdir)" || $(MKDIR_P) "$(DESTDIR)$(otfdir)"
250
 
        @list='$(otf_DATA)'; for p in $$list; do \
 
266
        @list='$(otf_DATA)'; test -n "$(otfdir)" || list=; \
 
267
        for p in $$list; do \
251
268
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
252
 
          f=$(am__strip_dir) \
253
 
          echo " $(otfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(otfdir)/$$f'"; \
254
 
          $(otfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(otfdir)/$$f"; \
 
269
          echo "$$d$$p"; \
 
270
        done | $(am__base_list) | \
 
271
        while read files; do \
 
272
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(otfdir)'"; \
 
273
          $(INSTALL_DATA) $$files "$(DESTDIR)$(otfdir)" || exit $$?; \
255
274
        done
256
275
 
257
276
uninstall-otfDATA:
258
277
        @$(NORMAL_UNINSTALL)
259
 
        @list='$(otf_DATA)'; for p in $$list; do \
260
 
          f=$(am__strip_dir) \
261
 
          echo " rm -f '$(DESTDIR)$(otfdir)/$$f'"; \
262
 
          rm -f "$(DESTDIR)$(otfdir)/$$f"; \
263
 
        done
 
278
        @list='$(otf_DATA)'; test -n "$(otfdir)" || list=; \
 
279
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
280
        test -n "$$files" || exit 0; \
 
281
        echo " ( cd '$(DESTDIR)$(otfdir)' && rm -f" $$files ")"; \
 
282
        cd "$(DESTDIR)$(otfdir)" && rm -f $$files
264
283
install-testfontDATA: $(testfont_DATA)
265
284
        @$(NORMAL_INSTALL)
266
285
        test -z "$(testfontdir)" || $(MKDIR_P) "$(DESTDIR)$(testfontdir)"
267
 
        @list='$(testfont_DATA)'; for p in $$list; do \
 
286
        @list='$(testfont_DATA)'; test -n "$(testfontdir)" || list=; \
 
287
        for p in $$list; do \
268
288
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
269
 
          f=$(am__strip_dir) \
270
 
          echo " $(testfontDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(testfontdir)/$$f'"; \
271
 
          $(testfontDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(testfontdir)/$$f"; \
 
289
          echo "$$d$$p"; \
 
290
        done | $(am__base_list) | \
 
291
        while read files; do \
 
292
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(testfontdir)'"; \
 
293
          $(INSTALL_DATA) $$files "$(DESTDIR)$(testfontdir)" || exit $$?; \
272
294
        done
273
295
 
274
296
uninstall-testfontDATA:
275
297
        @$(NORMAL_UNINSTALL)
276
 
        @list='$(testfont_DATA)'; for p in $$list; do \
277
 
          f=$(am__strip_dir) \
278
 
          echo " rm -f '$(DESTDIR)$(testfontdir)/$$f'"; \
279
 
          rm -f "$(DESTDIR)$(testfontdir)/$$f"; \
280
 
        done
 
298
        @list='$(testfont_DATA)'; test -n "$(testfontdir)" || list=; \
 
299
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
300
        test -n "$$files" || exit 0; \
 
301
        echo " ( cd '$(DESTDIR)$(testfontdir)' && rm -f" $$files ")"; \
 
302
        cd "$(DESTDIR)$(testfontdir)" && rm -f $$files
281
303
install-ttfDATA: $(ttf_DATA)
282
304
        @$(NORMAL_INSTALL)
283
305
        test -z "$(ttfdir)" || $(MKDIR_P) "$(DESTDIR)$(ttfdir)"
284
 
        @list='$(ttf_DATA)'; for p in $$list; do \
 
306
        @list='$(ttf_DATA)'; test -n "$(ttfdir)" || list=; \
 
307
        for p in $$list; do \
285
308
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
286
 
          f=$(am__strip_dir) \
287
 
          echo " $(ttfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(ttfdir)/$$f'"; \
288
 
          $(ttfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(ttfdir)/$$f"; \
 
309
          echo "$$d$$p"; \
 
310
        done | $(am__base_list) | \
 
311
        while read files; do \
 
312
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ttfdir)'"; \
 
313
          $(INSTALL_DATA) $$files "$(DESTDIR)$(ttfdir)" || exit $$?; \
289
314
        done
290
315
 
291
316
uninstall-ttfDATA:
292
317
        @$(NORMAL_UNINSTALL)
293
 
        @list='$(ttf_DATA)'; for p in $$list; do \
294
 
          f=$(am__strip_dir) \
295
 
          echo " rm -f '$(DESTDIR)$(ttfdir)/$$f'"; \
296
 
          rm -f "$(DESTDIR)$(ttfdir)/$$f"; \
297
 
        done
 
318
        @list='$(ttf_DATA)'; test -n "$(ttfdir)" || list=; \
 
319
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
320
        test -n "$$files" || exit 0; \
 
321
        echo " ( cd '$(DESTDIR)$(ttfdir)' && rm -f" $$files ")"; \
 
322
        cd "$(DESTDIR)$(ttfdir)" && rm -f $$files
298
323
install-type1DATA: $(type1_DATA)
299
324
        @$(NORMAL_INSTALL)
300
325
        test -z "$(type1dir)" || $(MKDIR_P) "$(DESTDIR)$(type1dir)"
301
 
        @list='$(type1_DATA)'; for p in $$list; do \
 
326
        @list='$(type1_DATA)'; test -n "$(type1dir)" || list=; \
 
327
        for p in $$list; do \
302
328
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
303
 
          f=$(am__strip_dir) \
304
 
          echo " $(type1DATA_INSTALL) '$$d$$p' '$(DESTDIR)$(type1dir)/$$f'"; \
305
 
          $(type1DATA_INSTALL) "$$d$$p" "$(DESTDIR)$(type1dir)/$$f"; \
 
329
          echo "$$d$$p"; \
 
330
        done | $(am__base_list) | \
 
331
        while read files; do \
 
332
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(type1dir)'"; \
 
333
          $(INSTALL_DATA) $$files "$(DESTDIR)$(type1dir)" || exit $$?; \
306
334
        done
307
335
 
308
336
uninstall-type1DATA:
309
337
        @$(NORMAL_UNINSTALL)
310
 
        @list='$(type1_DATA)'; for p in $$list; do \
311
 
          f=$(am__strip_dir) \
312
 
          echo " rm -f '$(DESTDIR)$(type1dir)/$$f'"; \
313
 
          rm -f "$(DESTDIR)$(type1dir)/$$f"; \
314
 
        done
 
338
        @list='$(type1_DATA)'; test -n "$(type1dir)" || list=; \
 
339
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
340
        test -n "$$files" || exit 0; \
 
341
        echo " ( cd '$(DESTDIR)$(type1dir)' && rm -f" $$files ")"; \
 
342
        cd "$(DESTDIR)$(type1dir)" && rm -f $$files
315
343
tags: TAGS
316
344
TAGS:
317
345
 
335
363
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
336
364
          if test -d $$d/$$file; then \
337
365
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
366
            if test -d "$(distdir)/$$file"; then \
 
367
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
368
            fi; \
338
369
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
339
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
370
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
371
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
340
372
            fi; \
341
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
373
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
342
374
          else \
343
 
            test -f $(distdir)/$$file \
344
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
375
            test -f "$(distdir)/$$file" \
 
376
            || cp -p $$d/$$file "$(distdir)/$$file" \
345
377
            || exit 1; \
346
378
          fi; \
347
379
        done
373
405
 
374
406
distclean-generic:
375
407
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
408
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
376
409
 
377
410
maintainer-clean-generic:
378
411
        @echo "This command is intended for maintainers to use"
391
424
 
392
425
html: html-am
393
426
 
 
427
html-am:
 
428
 
394
429
info: info-am
395
430
 
396
431
info-am:
400
435
 
401
436
install-dvi: install-dvi-am
402
437
 
 
438
install-dvi-am:
 
439
 
403
440
install-exec-am:
404
441
 
405
442
install-html: install-html-am
406
443
 
 
444
install-html-am:
 
445
 
407
446
install-info: install-info-am
408
447
 
 
448
install-info-am:
 
449
 
409
450
install-man:
410
451
 
411
452
install-pdf: install-pdf-am
412
453
 
 
454
install-pdf-am:
 
455
 
413
456
install-ps: install-ps-am
414
457
 
 
458
install-ps-am:
 
459
 
415
460
installcheck-am:
416
461
 
417
462
maintainer-clean: maintainer-clean-am
474
519
 
475
520
%.afm %.pfb: %.sfd
476
521
        $(FONTFORGE) -script $(top_srcdir)/scripts/gen-pfb.pe $<
 
522
 
477
523
# Tell versions [3.59,3.63) of GNU make to not export all variables.
478
524
# Otherwise a system limit (for SysV at least) may be exceeded.
479
525
.NOEXPORT: