~attente/gsettings-desktop-schemas/indicator-keyboard

« back to all changes in this revision

Viewing changes to headers/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-20 15:40:24 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20120320154024-nld7uaxqg4r2vy0a
Tags: 3.3.92-0ubuntu1
New upstream version

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.
46
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
47
CONFIG_CLEAN_FILES =
48
48
CONFIG_CLEAN_VPATH_FILES =
49
 
AM_V_GEN = $(am__v_GEN_$(V))
50
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
50
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
51
51
am__v_GEN_0 = @echo "  GEN   " $@;
52
 
AM_V_at = $(am__v_at_$(V))
53
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
AM_V_at = $(am__v_at_@AM_V@)
 
53
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
54
54
am__v_at_0 = @
55
55
SOURCES =
56
56
DIST_SOURCES =
75
75
am__base_list = \
76
76
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
77
77
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
78
am__uninstall_files_from_dir = { \
 
79
  test -z "$$files" \
 
80
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
81
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
82
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
83
  }
78
84
am__installdirs = "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibdir)" \
79
85
        "$(DESTDIR)$(gdesktopincludedir)"
80
86
DATA = $(gir_DATA) $(typelib_DATA)
271
277
        @$(NORMAL_UNINSTALL)
272
278
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
273
279
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
274
 
        test -n "$$files" || exit 0; \
275
 
        echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
276
 
        cd "$(DESTDIR)$(girdir)" && rm -f $$files
 
280
        dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
277
281
install-typelibDATA: $(typelib_DATA)
278
282
        @$(NORMAL_INSTALL)
279
283
        test -z "$(typelibdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibdir)"
291
295
        @$(NORMAL_UNINSTALL)
292
296
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
293
297
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
294
 
        test -n "$$files" || exit 0; \
295
 
        echo " ( cd '$(DESTDIR)$(typelibdir)' && rm -f" $$files ")"; \
296
 
        cd "$(DESTDIR)$(typelibdir)" && rm -f $$files
 
298
        dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
297
299
install-gdesktopincludeHEADERS: $(gdesktopinclude_HEADERS)
298
300
        @$(NORMAL_INSTALL)
299
301
        test -z "$(gdesktopincludedir)" || $(MKDIR_P) "$(DESTDIR)$(gdesktopincludedir)"
311
313
        @$(NORMAL_UNINSTALL)
312
314
        @list='$(gdesktopinclude_HEADERS)'; test -n "$(gdesktopincludedir)" || list=; \
313
315
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
314
 
        test -n "$$files" || exit 0; \
315
 
        echo " ( cd '$(DESTDIR)$(gdesktopincludedir)' && rm -f" $$files ")"; \
316
 
        cd "$(DESTDIR)$(gdesktopincludedir)" && rm -f $$files
 
316
        dir='$(DESTDIR)$(gdesktopincludedir)'; $(am__uninstall_files_from_dir)
317
317
 
318
318
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319
319
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414
414
 
415
415
installcheck: installcheck-am
416
416
install-strip:
417
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
418
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
419
 
          `test -z '$(STRIP)' || \
420
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
417
        if test -z '$(STRIP)'; then \
 
418
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
419
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
420
              install; \
 
421
        else \
 
422
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
423
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
424
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
425
        fi
421
426
mostlyclean-generic:
422
427
 
423
428
clean-generic: