~ubuntu-branches/ubuntu/utopic/pcmanfm/utopic-proposed

« back to all changes in this revision

Viewing changes to data/ui/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andriy Grytsenko
  • Date: 2014-02-25 04:07:51 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140225040751-oo835klpwl58mcy4
Tags: 1.2.0-1
* Bump Standards-Version to actual one (fixes lintian warning, see QA page).
* Adding files NEWS to pcmanfm documentation.
* Bump Standards-Version to 3.9.5.
* Updating watch file to support XZ tarball format and non-numeric versions.
* Merging upstream version 1.2.0. (Closes: #656298, #731549)
* Use single docs directory for all packages.
* Raising version of libfm required to >= 1.2.0.

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.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
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.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
63
pkgdatadir = $(datadir)/@PACKAGE@
20
64
pkgincludedir = $(includedir)/@PACKAGE@
21
65
pkglibdir = $(libdir)/@PACKAGE@
33
77
PRE_UNINSTALL = :
34
78
POST_UNINSTALL = :
35
79
subdir = data/ui
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
80
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
37
81
        $(srcdir)/about.glade.in
38
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
83
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
87
CONFIG_HEADER = $(top_builddir)/config.h
44
88
CONFIG_CLEAN_FILES = about.glade
45
89
CONFIG_CLEAN_VPATH_FILES =
 
90
AM_V_P = $(am__v_P_@AM_V@)
 
91
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
92
am__v_P_0 = false
 
93
am__v_P_1 = :
 
94
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
95
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
96
am__v_GEN_0 = @echo "  GEN     " $@;
 
97
am__v_GEN_1 = 
 
98
AM_V_at = $(am__v_at_@AM_V@)
 
99
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
100
am__v_at_0 = @
 
101
am__v_at_1 = 
46
102
SOURCES =
47
103
DIST_SOURCES =
 
104
am__can_run_installinfo = \
 
105
  case $$AM_UPDATE_INFO_DIR in \
 
106
    n|no|NO) false;; \
 
107
    *) (install-info --version) >/dev/null 2>&1;; \
 
108
  esac
48
109
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49
110
am__vpath_adj = case $$p in \
50
111
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
127
am__base_list = \
67
128
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68
129
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
130
am__uninstall_files_from_dir = { \
 
131
  test -z "$$files" \
 
132
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
133
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
134
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
135
  }
69
136
am__installdirs = "$(DESTDIR)$(uidir)"
70
137
DATA = $(ui_DATA)
 
138
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
71
139
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
140
ACLOCAL = @ACLOCAL@
73
141
ALL_LINGUAS = @ALL_LINGUAS@
74
142
AMTAR = @AMTAR@
 
143
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
75
144
AUTOCONF = @AUTOCONF@
76
145
AUTOHEADER = @AUTOHEADER@
77
146
AUTOMAKE = @AUTOMAKE@
112
181
INTLTOOL_MERGE = @INTLTOOL_MERGE@
113
182
INTLTOOL_PERL = @INTLTOOL_PERL@
114
183
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
184
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
185
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
186
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
187
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
115
188
LDFLAGS = @LDFLAGS@
116
189
LIBOBJS = @LIBOBJS@
117
190
LIBS = @LIBS@
169
242
includedir = @includedir@
170
243
infodir = @infodir@
171
244
install_sh = @install_sh@
 
245
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
246
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
172
247
libdir = @libdir@
173
248
libexecdir = @libexecdir@
174
249
localedir = @localedir@
196
271
        pref.glade \
197
272
        desktop-pref.glade \
198
273
        autorun.glade \
 
274
        connect.glade \
199
275
        $(NULL)
200
276
 
201
277
ui_in_files = \
247
323
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
248
324
install-uiDATA: $(ui_DATA)
249
325
        @$(NORMAL_INSTALL)
250
 
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
251
326
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
327
        if test -n "$$list"; then \
 
328
          echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
 
329
          $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
 
330
        fi; \
252
331
        for p in $$list; do \
253
332
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
254
333
          echo "$$d$$p"; \
262
341
        @$(NORMAL_UNINSTALL)
263
342
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
264
343
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
265
 
        test -n "$$files" || exit 0; \
266
 
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
267
 
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
268
 
tags: TAGS
269
 
TAGS:
270
 
 
271
 
ctags: CTAGS
272
 
CTAGS:
 
344
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
 
345
tags TAGS:
 
346
 
 
347
ctags CTAGS:
 
348
 
 
349
cscope cscopelist:
273
350
 
274
351
 
275
352
distdir: $(DISTFILES)
319
396
 
320
397
installcheck: installcheck-am
321
398
install-strip:
322
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
323
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
324
 
          `test -z '$(STRIP)' || \
325
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
399
        if test -z '$(STRIP)'; then \
 
400
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
401
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
402
              install; \
 
403
        else \
 
404
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
405
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
406
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
407
        fi
326
408
mostlyclean-generic:
327
409
 
328
410
clean-generic:
402
484
 
403
485
.MAKE: install-am install-strip
404
486
 
405
 
.PHONY: all all-am check check-am clean clean-generic distclean \
406
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
407
 
        install install-am install-data install-data-am install-dvi \
408
 
        install-dvi-am install-exec install-exec-am install-html \
409
 
        install-html-am install-info install-info-am install-man \
410
 
        install-pdf install-pdf-am install-ps install-ps-am \
411
 
        install-strip install-uiDATA installcheck installcheck-am \
412
 
        installdirs maintainer-clean maintainer-clean-generic \
413
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
414
 
        uninstall-am uninstall-uiDATA
 
487
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
488
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
489
        html-am info info-am install install-am install-data \
 
490
        install-data-am install-dvi install-dvi-am install-exec \
 
491
        install-exec-am install-html install-html-am install-info \
 
492
        install-info-am install-man install-pdf install-pdf-am \
 
493
        install-ps install-ps-am install-strip install-uiDATA \
 
494
        installcheck installcheck-am installdirs maintainer-clean \
 
495
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
496
        pdf-am ps ps-am tags-am uninstall uninstall-am \
 
497
        uninstall-uiDATA
415
498
 
416
499
 
417
500
# Purge GtkBuilder UI files