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

« back to all changes in this revision

Viewing changes to scripts/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
37
39
        $(ACLOCAL_M4)
38
40
mkinstalldirs = $(install_sh) -d
39
41
CONFIG_CLEAN_FILES =
 
42
CONFIG_CLEAN_VPATH_FILES =
40
43
SOURCES =
41
44
DIST_SOURCES =
42
45
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
74
PACKAGE_NAME = @PACKAGE_NAME@
72
75
PACKAGE_STRING = @PACKAGE_STRING@
73
76
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
77
PACKAGE_URL = @PACKAGE_URL@
74
78
PACKAGE_VERSION = @PACKAGE_VERSION@
75
79
PATH_SEPARATOR = @PATH_SEPARATOR@
76
80
RMDIR = @RMDIR@
140
144
              exit 1;; \
141
145
          esac; \
142
146
        done; \
143
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  scripts/Makefile'; \
144
 
        cd $(top_srcdir) && \
145
 
          $(AUTOMAKE) --gnu  scripts/Makefile
 
147
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
 
148
        $(am__cd) $(top_srcdir) && \
 
149
          $(AUTOMAKE) --gnu scripts/Makefile
146
150
.PRECIOUS: Makefile
147
151
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
148
152
        @case '$?' in \
160
164
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
161
165
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
162
166
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
167
$(am__aclocal_m4_deps):
163
168
tags: TAGS
164
169
TAGS:
165
170
 
183
188
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
184
189
          if test -d $$d/$$file; then \
185
190
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
191
            if test -d "$(distdir)/$$file"; then \
 
192
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
193
            fi; \
186
194
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
187
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
195
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
196
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
188
197
            fi; \
189
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
198
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
190
199
          else \
191
 
            test -f $(distdir)/$$file \
192
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
200
            test -f "$(distdir)/$$file" \
 
201
            || cp -p $$d/$$file "$(distdir)/$$file" \
193
202
            || exit 1; \
194
203
          fi; \
195
204
        done
217
226
 
218
227
distclean-generic:
219
228
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
229
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
220
230
 
221
231
maintainer-clean-generic:
222
232
        @echo "This command is intended for maintainers to use"
236
246
 
237
247
html: html-am
238
248
 
 
249
html-am:
 
250
 
239
251
info: info-am
240
252
 
241
253
info-am:
244
256
 
245
257
install-dvi: install-dvi-am
246
258
 
 
259
install-dvi-am:
 
260
 
247
261
install-exec-am:
248
262
 
249
263
install-html: install-html-am
250
264
 
 
265
install-html-am:
 
266
 
251
267
install-info: install-info-am
252
268
 
 
269
install-info-am:
 
270
 
253
271
install-man:
254
272
 
255
273
install-pdf: install-pdf-am
256
274
 
 
275
install-pdf-am:
 
276
 
257
277
install-ps: install-ps-am
258
278
 
 
279
install-ps-am:
 
280
 
259
281
installcheck-am:
260
282
 
261
283
maintainer-clean: maintainer-clean-am
288
310
        maintainer-clean maintainer-clean-generic mostlyclean \
289
311
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
290
312
 
 
313
 
291
314
# Tell versions [3.59,3.63) of GNU make to not export all variables.
292
315
# Otherwise a system limit (for SysV at least) may be exceeded.
293
316
.NOEXPORT: