~ubuntu-branches/ubuntu/vivid/fonts-cantarell/vivid

« back to all changes in this revision

Viewing changes to fontconfig/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Fabian Greffrath
  • Date: 2012-06-11 11:30:25 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120611113025-9ewes48wl1kg2eqx
Tags: 0.0.9-1
mergeĀ upstreamĀ 0.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
64
64
am__base_list = \
65
65
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66
66
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
67
am__uninstall_files_from_dir = { \
 
68
  test -z "$$files" \
 
69
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
70
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
71
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
72
  }
67
73
am__installdirs = "$(DESTDIR)$(configdir)"
68
74
DATA = $(config_DATA)
69
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199
205
        @$(NORMAL_UNINSTALL)
200
206
        @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
201
207
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
202
 
        test -n "$$files" || exit 0; \
203
 
        echo " ( cd '$(DESTDIR)$(configdir)' && rm -f" $$files ")"; \
204
 
        cd "$(DESTDIR)$(configdir)" && rm -f $$files
 
208
        dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir)
205
209
tags: TAGS
206
210
TAGS:
207
211
 
256
260
 
257
261
installcheck: installcheck-am
258
262
install-strip:
259
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
260
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
261
 
          `test -z '$(STRIP)' || \
262
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
263
        if test -z '$(STRIP)'; then \
 
264
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
265
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
266
              install; \
 
267
        else \
 
268
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
269
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
270
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
271
        fi
263
272
mostlyclean-generic:
264
273
 
265
274
clean-generic: