~ubuntu-branches/ubuntu/trusty/blam/trusty

« back to all changes in this revision

Viewing changes to themes/akregator/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2011-11-13 21:48:34 UTC
  • mfrom: (1.1.9) (2.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20111113214834-xgia1g36kb9twffm
Tags: 1.8.9-2ubuntu1
* Merge with Debian, remaining changes
  + [9715c77] Add Planet Ubuntu feed
* [ad90995] Add gbp.conf for ubuntu branch

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.10.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17
17
 
18
18
VPATH = @srcdir@
19
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
20
21
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
23
install_sh_DATA = $(install_sh) -c -m 644
25
24
install_sh_PROGRAM = $(install_sh) -c
43
42
        $(ACLOCAL_M4)
44
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
44
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
45
SOURCES =
48
46
DIST_SOURCES =
49
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
50
    *) f=$$p;; \
53
51
  esac;
54
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55
 
am__install_max = 40
56
 
am__nobase_strip_setup = \
57
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58
 
am__nobase_strip = \
59
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60
 
am__nobase_list = $(am__nobase_strip_setup); \
61
 
  for p in $$list; do echo "$$p $$p"; done | \
62
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64
 
    if (++n[$$2] == $(am__install_max)) \
65
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66
 
    END { for (dir in files) print dir, files[dir] }'
67
 
am__base_list = \
68
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
52
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
70
53
am__installdirs = "$(DESTDIR)$(themesdir)"
 
54
themesDATA_INSTALL = $(INSTALL_DATA)
71
55
DATA = $(themes_DATA)
72
56
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
57
ACLOCAL = @ACLOCAL@
88
72
CPPFLAGS = @CPPFLAGS@
89
73
CYGPATH_W = @CYGPATH_W@
90
74
DATADIRNAME = @DATADIRNAME@
91
 
DBUS_CFLAGS = @DBUS_CFLAGS@
92
75
DBUS_LIBS = @DBUS_LIBS@
 
76
DBUS_NDESK_CFLAGS = @DBUS_NDESK_CFLAGS@
 
77
DBUS_NDESK_LIBS = @DBUS_NDESK_LIBS@
 
78
DBUS_SHARP_CFLAGS = @DBUS_SHARP_CFLAGS@
 
79
DBUS_SHARP_LIBS = @DBUS_SHARP_LIBS@
93
80
DEFS = @DEFS@
94
81
DEPDIR = @DEPDIR@
95
82
ECHO_C = @ECHO_C@
226
213
              exit 1;; \
227
214
          esac; \
228
215
        done; \
229
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/akregator/Makefile'; \
230
 
        $(am__cd) $(top_srcdir) && \
231
 
          $(AUTOMAKE) --gnu themes/akregator/Makefile
 
216
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  themes/akregator/Makefile'; \
 
217
        cd $(top_srcdir) && \
 
218
          $(AUTOMAKE) --gnu  themes/akregator/Makefile
232
219
.PRECIOUS: Makefile
233
220
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234
221
        @case '$?' in \
246
233
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
234
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
248
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
 
$(am__aclocal_m4_deps):
250
236
install-themesDATA: $(themes_DATA)
251
237
        @$(NORMAL_INSTALL)
252
238
        test -z "$(themesdir)" || $(MKDIR_P) "$(DESTDIR)$(themesdir)"
253
 
        @list='$(themes_DATA)'; test -n "$(themesdir)" || list=; \
254
 
        for p in $$list; do \
 
239
        @list='$(themes_DATA)'; for p in $$list; do \
255
240
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
256
 
          echo "$$d$$p"; \
257
 
        done | $(am__base_list) | \
258
 
        while read files; do \
259
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themesdir)'"; \
260
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(themesdir)" || exit $$?; \
 
241
          f=$(am__strip_dir) \
 
242
          echo " $(themesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themesdir)/$$f'"; \
 
243
          $(themesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themesdir)/$$f"; \
261
244
        done
262
245
 
263
246
uninstall-themesDATA:
264
247
        @$(NORMAL_UNINSTALL)
265
 
        @list='$(themes_DATA)'; test -n "$(themesdir)" || list=; \
266
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
267
 
        test -n "$$files" || exit 0; \
268
 
        echo " ( cd '$(DESTDIR)$(themesdir)' && rm -f" $$files ")"; \
269
 
        cd "$(DESTDIR)$(themesdir)" && rm -f $$files
 
248
        @list='$(themes_DATA)'; for p in $$list; do \
 
249
          f=$(am__strip_dir) \
 
250
          echo " rm -f '$(DESTDIR)$(themesdir)/$$f'"; \
 
251
          rm -f "$(DESTDIR)$(themesdir)/$$f"; \
 
252
        done
270
253
tags: TAGS
271
254
TAGS:
272
255
 
290
273
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
291
274
          if test -d $$d/$$file; then \
292
275
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
293
 
            if test -d "$(distdir)/$$file"; then \
294
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
295
 
            fi; \
296
276
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
297
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
298
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
277
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
299
278
            fi; \
300
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
279
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
301
280
          else \
302
 
            test -f "$(distdir)/$$file" \
303
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
281
            test -f $(distdir)/$$file \
 
282
            || cp -p $$d/$$file $(distdir)/$$file \
304
283
            || exit 1; \
305
284
          fi; \
306
285
        done
331
310
 
332
311
distclean-generic:
333
312
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
334
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
335
313
 
336
314
maintainer-clean-generic:
337
315
        @echo "This command is intended for maintainers to use"
415
393
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
416
394
        uninstall-am uninstall-themesDATA
417
395
 
418
 
 
419
396
# Tell versions [3.59,3.63) of GNU make to not export all variables.
420
397
# Otherwise a system limit (for SysV at least) may be exceeded.
421
398
.NOEXPORT: