~noskcaj/ubuntu/trusty/gthumb/3.2.5

« back to all changes in this revision

Viewing changes to extensions/change_date/data/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.
84
84
am__base_list = \
85
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
87
am__uninstall_files_from_dir = { \
 
88
  test -z "$$files" \
 
89
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
90
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
91
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
92
  }
87
93
am__installdirs = "$(DESTDIR)$(schemadir)"
88
94
DATA = $(schema_DATA)
89
95
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
380
386
        @$(NORMAL_UNINSTALL)
381
387
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
382
388
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
383
 
        test -n "$$files" || exit 0; \
384
 
        echo " ( cd '$(DESTDIR)$(schemadir)' && rm -f" $$files ")"; \
385
 
        cd "$(DESTDIR)$(schemadir)" && rm -f $$files
 
389
        dir='$(DESTDIR)$(schemadir)'; $(am__uninstall_files_from_dir)
386
390
 
387
391
# This directory's subdirectories are mostly independent; you can cd
388
392
# into them and run `make' without going through this Makefile.
595
599
 
596
600
installcheck: installcheck-recursive
597
601
install-strip:
598
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600
 
          `test -z '$(STRIP)' || \
601
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
602
        if test -z '$(STRIP)'; then \
 
603
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
604
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
605
              install; \
 
606
        else \
 
607
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
608
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
609
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
610
        fi
602
611
mostlyclean-generic:
603
612
 
604
613
clean-generic: