~noskcaj/ubuntu/trusty/gthumb/3.2.5

« back to all changes in this revision

Viewing changes to extensions/bookmarks/data/ui/Makefile.in

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-02-22 21:44:01 UTC
  • mfrom: (5.2.20 sid)
  • Revision ID: package-import@ubuntu.com-20120222214401-8lxkxqtrda71yovc
Tags: 3:2.14.2-1
* New upstream version
* Updated debian/copyright

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.2 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.
77
77
am__base_list = \
78
78
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79
79
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
80
am__uninstall_files_from_dir = { \
 
81
  test -z "$$files" \
 
82
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
83
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
84
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
85
  }
80
86
am__installdirs = "$(DESTDIR)$(uidir)"
81
87
DATA = $(ui_DATA)
82
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
337
343
        @$(NORMAL_UNINSTALL)
338
344
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
339
345
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
340
 
        test -n "$$files" || exit 0; \
341
 
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
342
 
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
 
346
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
343
347
tags: TAGS
344
348
TAGS:
345
349
 
394
398
 
395
399
installcheck: installcheck-am
396
400
install-strip:
397
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399
 
          `test -z '$(STRIP)' || \
400
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
401
        if test -z '$(STRIP)'; then \
 
402
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
403
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
404
              install; \
 
405
        else \
 
406
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
407
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
408
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
409
        fi
401
410
mostlyclean-generic:
402
411
 
403
412
clean-generic: