~ubuntu-branches/debian/sid/fonts-cantarell/sid

« back to all changes in this revision

Viewing changes to fontconfig/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Fabian Greffrath
  • Date: 2015-10-04 10:10:24 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20151004101024-rzhv4cbt8z80plxm
Tags: 0.0.17-1
* Imported Upstream version 0.0.17
  + baseline and bluezone fixes for autohinter to produce valid hints
  + many glyphs adjusted for baseline and proper hinting
* Disable the patch to enforce auto-hinting for the time being.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
19
29
am__make_running_with_option = \
20
30
  case $${target_option-} in \
21
31
      ?) ;; \
77
87
PRE_UNINSTALL = :
78
88
POST_UNINSTALL = :
79
89
subdir = fontconfig
80
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
81
90
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82
91
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
83
92
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84
93
        $(ACLOCAL_M4)
 
94
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
85
95
mkinstalldirs = $(install_sh) -d
86
96
CONFIG_CLEAN_FILES =
87
97
CONFIG_CLEAN_VPATH_FILES =
134
144
am__installdirs = "$(DESTDIR)$(configdir)"
135
145
DATA = $(config_DATA)
136
146
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
147
am__DIST_COMMON = $(srcdir)/Makefile.in
137
148
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
149
ACLOCAL = @ACLOCAL@
139
150
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
235
246
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign fontconfig/Makefile'; \
236
247
        $(am__cd) $(top_srcdir) && \
237
248
          $(AUTOMAKE) --foreign fontconfig/Makefile
238
 
.PRECIOUS: Makefile
239
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
250
        @case '$?' in \
241
251
          *config.status*) \
428
438
        pdf-am ps ps-am tags-am uninstall uninstall-am \
429
439
        uninstall-configDATA
430
440
 
 
441
.PRECIOUS: Makefile
 
442
 
431
443
 
432
444
-include $(top_srcdir)/git.mk
433
445