~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): bojo42
  • Date: 2012-03-29 14:17:21 UTC
  • mfrom: (1.3.9) (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120329141721-tbfopcrc5797wxt7
Tags: 1.8.3-0.1ubuntu1
* New upstream release (LP: #290666, #371754, #741543, #716688)
* Merge from Debian unstable (LP: #935147), remaining changes:
* debian/patches:
  - drop gtk-status-icon.patch & notification-append as in upstream
  - drop fix_systray_behavior as mostly upstreamed and rest seems unused
  - 01_ubuntu_feedlists: update & rename, move planets to "Open Source"  
  - add_X-Ubuntu-Gettext-Domain: rebase
  - libunity.patch: rebase, apply before indicator patch (liferea_shell.c)
  - libindicate_increase_version.patch: exclude from libindicate.patch
  - deactivate libindicate.patch, seems partly upstreamed and needs rework
* debian/control: libindicate-dev, libindicate-gtk-dev & libunity-dev
* debian/liferea.indicate & liferea.install: ship indicator desktop file
* debian/rules: enable libindicate

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.
37
37
subdir = .
38
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(srcdir)/liferea.spec.in $(top_srcdir)/configure AUTHORS \
41
 
        COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
42
 
        depcomp install-sh ltmain.sh missing
 
40
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
 
41
        compile config.guess config.sub depcomp install-sh ltmain.sh \
 
42
        missing
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
 configure.lineno config.status.lineno
49
49
mkinstalldirs = $(install_sh) -d
50
50
CONFIG_HEADER = config.h
51
 
CONFIG_CLEAN_FILES = liferea.spec
 
51
CONFIG_CLEAN_FILES =
52
52
CONFIG_CLEAN_VPATH_FILES =
 
53
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
54
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
55
am__v_GEN_0 = @echo "  GEN   " $@;
 
56
AM_V_at = $(am__v_at_@AM_V@)
 
57
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
58
am__v_at_0 = @
53
59
SOURCES =
54
60
DIST_SOURCES =
55
61
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
86
am__base_list = \
81
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
89
am__uninstall_files_from_dir = { \
 
90
  test -z "$$files" \
 
91
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
92
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
93
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
94
  }
83
95
am__installdirs = "$(DESTDIR)$(cssdir)" "$(DESTDIR)$(desktopdir)" \
84
96
        "$(DESTDIR)$(dtddir)" "$(DESTDIR)$(schemadir)"
85
97
DATA = $(css_DATA) $(desktop_DATA) $(dtd_DATA) $(schema_DATA)
95
107
distdir = $(PACKAGE)-$(VERSION)
96
108
top_distdir = $(distdir)
97
109
am__remove_distdir = \
98
 
  { test ! -d "$(distdir)" \
99
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
100
 
         && rm -fr "$(distdir)"; }; }
 
110
  if test -d "$(distdir)"; then \
 
111
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
112
      && rm -rf "$(distdir)" \
 
113
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
114
  else :; fi
101
115
am__relativize = \
102
116
  dir0=`pwd`; \
103
117
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
126
140
DIST_ARCHIVES = $(distdir).tar.gz
127
141
GZIP_ENV = --best
128
142
distuninstallcheck_listfiles = find . -type f -print
 
143
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
144
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
129
145
distcleancheck_listfiles = find . -type f -print
130
146
ACLOCAL = @ACLOCAL@
131
147
ALL_LINGUAS = @ALL_LINGUAS@
132
148
AMTAR = @AMTAR@
 
149
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133
150
AR = @AR@
134
151
AUTOCONF = @AUTOCONF@
135
152
AUTOHEADER = @AUTOHEADER@
144
161
CPPFLAGS = @CPPFLAGS@
145
162
CYGPATH_W = @CYGPATH_W@
146
163
DATADIRNAME = @DATADIRNAME@
147
 
DBUS_CFLAGS = @DBUS_CFLAGS@
148
 
DBUS_LIBS = @DBUS_LIBS@
149
164
DEFS = @DEFS@
150
165
DEPDIR = @DEPDIR@
 
166
DLLTOOL = @DLLTOOL@
151
167
DSYMUTIL = @DSYMUTIL@
152
168
DUMPBIN = @DUMPBIN@
153
169
ECHO_C = @ECHO_C@
174
190
INTLTOOL_MERGE = @INTLTOOL_MERGE@
175
191
INTLTOOL_PERL = @INTLTOOL_PERL@
176
192
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
193
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
194
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
195
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
196
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
177
197
LD = @LD@
178
198
LDFLAGS = @LDFLAGS@
 
199
LIBINDICATE_CFLAGS = @LIBINDICATE_CFLAGS@
 
200
LIBINDICATE_LIBS = @LIBINDICATE_LIBS@
179
201
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
180
202
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
181
203
LIBOBJS = @LIBOBJS@
184
206
LIPO = @LIPO@
185
207
LN_S = @LN_S@
186
208
LTLIBOBJS = @LTLIBOBJS@
187
 
LUA_CFLAGS = @LUA_CFLAGS@
188
 
LUA_LIBS = @LUA_LIBS@
189
209
MAKEINFO = @MAKEINFO@
 
210
MANIFEST_TOOL = @MANIFEST_TOOL@
190
211
MKDIR_P = @MKDIR_P@
191
212
MKINSTALLDIRS = @MKINSTALLDIRS@
192
213
MSGFMT = @MSGFMT@
194
215
MSGMERGE = @MSGMERGE@
195
216
NM = @NM@
196
217
NMEDIT = @NMEDIT@
197
 
NM_CFLAGS = @NM_CFLAGS@
198
 
NM_LIBS = @NM_LIBS@
199
218
OBJDUMP = @OBJDUMP@
200
219
OBJEXT = @OBJEXT@
201
220
OTOOL = @OTOOL@
223
242
SHELL = @SHELL@
224
243
SM_CFLAGS = @SM_CFLAGS@
225
244
SM_LIBS = @SM_LIBS@
226
 
SO_PREFIX = @SO_PREFIX@
227
245
STRIP = @STRIP@
228
246
USE_NLS = @USE_NLS@
229
247
VERSION = @VERSION@
232
250
abs_srcdir = @abs_srcdir@
233
251
abs_top_builddir = @abs_top_builddir@
234
252
abs_top_srcdir = @abs_top_srcdir@
 
253
ac_ct_AR = @ac_ct_AR@
235
254
ac_ct_CC = @ac_ct_CC@
236
255
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237
256
am__include = @am__include@
260
279
includedir = @includedir@
261
280
infodir = @infodir@
262
281
install_sh = @install_sh@
 
282
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
283
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
263
284
libdir = @libdir@
264
285
libexecdir = @libexecdir@
265
286
localedir = @localedir@
266
287
localstatedir = @localstatedir@
267
 
lt_ECHO = @lt_ECHO@
268
288
mandir = @mandir@
269
289
mkdir_p = @mkdir_p@
270
290
oldincludedir = @oldincludedir@
289
309
cssdir = $(pkgdatadir)/css
290
310
css_DATA = \
291
311
        css/liferea.css \
 
312
        css/user.css \
292
313
        css/adblock.css
293
314
 
294
315
dtddir = $(pkgdatadir)/dtd
295
316
dtd_DATA = dtd/html.ent
296
 
EXTRA_DIST = autogen.sh \
297
 
        liferea.spec \
298
 
        src/liferea-add-feed \
 
317
EXTRA_DIST = \
299
318
        po/liferea.pot \
300
319
        $(desktop_in_files) \
301
320
        $(desktop_DATA) \
304
323
        $(dtd_DATA) 
305
324
 
306
325
DISTCLEANFILES = \
307
 
        liferea.spec \
308
326
        liferea.desktop \
309
327
        intltool-extract \
310
328
        intltool-merge \
314
332
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
315
333
 
316
334
.SUFFIXES:
317
 
am--refresh:
 
335
am--refresh: Makefile
318
336
        @:
319
337
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
320
338
        @for dep in $?; do \
321
339
          case '$(am__configure_deps)' in \
322
340
            *$$dep*) \
323
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
324
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
341
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
342
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
325
343
                && exit 0; \
326
344
              exit 1;; \
327
345
          esac; \
328
346
        done; \
329
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
347
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
330
348
        $(am__cd) $(top_srcdir) && \
331
 
          $(AUTOMAKE) --gnu Makefile
 
349
          $(AUTOMAKE) --foreign Makefile
332
350
.PRECIOUS: Makefile
333
351
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334
352
        @case '$?' in \
350
368
$(am__aclocal_m4_deps):
351
369
 
352
370
config.h: stamp-h1
353
 
        @if test ! -f $@; then \
354
 
          rm -f stamp-h1; \
355
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
356
 
        else :; fi
 
371
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
372
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
357
373
 
358
374
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
359
375
        @rm -f stamp-h1
365
381
 
366
382
distclean-hdr:
367
383
        -rm -f config.h stamp-h1
368
 
liferea.spec: $(top_builddir)/config.status $(srcdir)/liferea.spec.in
369
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
370
384
 
371
385
mostlyclean-libtool:
372
386
        -rm -f *.lo
393
407
        @$(NORMAL_UNINSTALL)
394
408
        @list='$(css_DATA)'; test -n "$(cssdir)" || list=; \
395
409
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
396
 
        test -n "$$files" || exit 0; \
397
 
        echo " ( cd '$(DESTDIR)$(cssdir)' && rm -f" $$files ")"; \
398
 
        cd "$(DESTDIR)$(cssdir)" && rm -f $$files
 
410
        dir='$(DESTDIR)$(cssdir)'; $(am__uninstall_files_from_dir)
399
411
install-desktopDATA: $(desktop_DATA)
400
412
        @$(NORMAL_INSTALL)
401
413
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
413
425
        @$(NORMAL_UNINSTALL)
414
426
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
415
427
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
416
 
        test -n "$$files" || exit 0; \
417
 
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
418
 
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
428
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
419
429
install-dtdDATA: $(dtd_DATA)
420
430
        @$(NORMAL_INSTALL)
421
431
        test -z "$(dtddir)" || $(MKDIR_P) "$(DESTDIR)$(dtddir)"
433
443
        @$(NORMAL_UNINSTALL)
434
444
        @list='$(dtd_DATA)'; test -n "$(dtddir)" || list=; \
435
445
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436
 
        test -n "$$files" || exit 0; \
437
 
        echo " ( cd '$(DESTDIR)$(dtddir)' && rm -f" $$files ")"; \
438
 
        cd "$(DESTDIR)$(dtddir)" && rm -f $$files
 
446
        dir='$(DESTDIR)$(dtddir)'; $(am__uninstall_files_from_dir)
439
447
install-schemaDATA: $(schema_DATA)
440
448
        @$(NORMAL_INSTALL)
441
449
        test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
453
461
        @$(NORMAL_UNINSTALL)
454
462
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
455
463
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
456
 
        test -n "$$files" || exit 0; \
457
 
        echo " ( cd '$(DESTDIR)$(schemadir)' && rm -f" $$files ")"; \
458
 
        cd "$(DESTDIR)$(schemadir)" && rm -f $$files
 
464
        dir='$(DESTDIR)$(schemadir)'; $(am__uninstall_files_from_dir)
459
465
 
460
466
# This directory's subdirectories are mostly independent; you can cd
461
467
# into them and run `make' without going through this Makefile.
664
670
        $(am__remove_distdir)
665
671
 
666
672
dist-bzip2: distdir
667
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
673
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
674
        $(am__remove_distdir)
 
675
 
 
676
dist-lzip: distdir
 
677
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
668
678
        $(am__remove_distdir)
669
679
 
670
680
dist-lzma: distdir
672
682
        $(am__remove_distdir)
673
683
 
674
684
dist-xz: distdir
675
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
685
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
676
686
        $(am__remove_distdir)
677
687
 
678
688
dist-tarZ: distdir
703
713
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
704
714
        *.tar.lzma*) \
705
715
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
716
        *.tar.lz*) \
 
717
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
706
718
        *.tar.xz*) \
707
719
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
708
720
        *.tar.Z*) \
722
734
          && am__cwd=`pwd` \
723
735
          && $(am__cd) $(distdir)/_build \
724
736
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
737
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
725
738
            $(DISTCHECK_CONFIGURE_FLAGS) \
726
739
          && $(MAKE) $(AM_MAKEFLAGS) \
727
740
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
750
763
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
751
764
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
752
765
distuninstallcheck:
753
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
754
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
766
        @test -n '$(distuninstallcheck_dir)' || { \
 
767
          echo 'ERROR: trying to run $@ with an empty' \
 
768
               '$$(distuninstallcheck_dir)' >&2; \
 
769
          exit 1; \
 
770
        }; \
 
771
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
772
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
773
          exit 1; \
 
774
        }; \
 
775
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
755
776
           || { echo "ERROR: files left after uninstall:" ; \
756
777
                if test -n "$(DESTDIR)"; then \
757
778
                  echo "  (check DESTDIR support)"; \
785
806
 
786
807
installcheck: installcheck-recursive
787
808
install-strip:
788
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
789
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
790
 
          `test -z '$(STRIP)' || \
791
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
809
        if test -z '$(STRIP)'; then \
 
810
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
811
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
812
              install; \
 
813
        else \
 
814
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
815
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
816
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
817
        fi
792
818
mostlyclean-generic:
793
819
 
794
820
clean-generic:
879
905
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
880
906
        all all-am am--refresh check check-am clean clean-generic \
881
907
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
882
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
883
 
        distcheck distclean distclean-generic distclean-hdr \
 
908
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
909
        dist-zip distcheck distclean distclean-generic distclean-hdr \
884
910
        distclean-libtool distclean-tags distcleancheck distdir \
885
911
        distuninstallcheck dvi dvi-am html html-am info info-am \
886
912
        install install-am install-cssDATA install-data \