~ubuntu-branches/ubuntu/raring/libubuntuone/raring-proposed

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-12-05 15:25:19 UTC
  • mfrom: (37.1.46)
  • Revision ID: package-import@ubuntu.com-20121205152519-zldhj1tzc61f2oti
Tags: 4.1.0-0ubuntu1
* New upstream release.
* debian/watch:
  - Update watch URL to stable-4-2 series for Ubuntu 13.04.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
52
69
am__v_at_0 = @
53
70
SOURCES =
54
71
DIST_SOURCES =
 
72
am__can_run_installinfo = \
 
73
  case $$AM_UPDATE_INFO_DIR in \
 
74
    n|no|NO) false;; \
 
75
    *) (install-info --version) >/dev/null 2>&1;; \
 
76
  esac
55
77
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
78
am__vpath_adj = case $$p in \
57
79
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134
156
INTLTOOL_MERGE = @INTLTOOL_MERGE@
135
157
INTLTOOL_PERL = @INTLTOOL_PERL@
136
158
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
159
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
160
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
161
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
162
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
137
163
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
138
164
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
139
165
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
226
252
includedir = @includedir@
227
253
infodir = @infodir@
228
254
install_sh = @install_sh@
 
255
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
256
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
229
257
libdir = @libdir@
230
258
libexecdir = @libexecdir@
231
259
localedir = @localedir@
314
342
        -rm -rf .libs _libs
315
343
install-nobase_jsDATA: $(nobase_js_DATA)
316
344
        @$(NORMAL_INSTALL)
317
 
        test -z "$(jsdir)" || $(MKDIR_P) "$(DESTDIR)$(jsdir)"
318
345
        @list='$(nobase_js_DATA)'; test -n "$(jsdir)" || list=; \
 
346
        if test -n "$$list"; then \
 
347
          echo " $(MKDIR_P) '$(DESTDIR)$(jsdir)'"; \
 
348
          $(MKDIR_P) "$(DESTDIR)$(jsdir)" || exit 1; \
 
349
        fi; \
319
350
        $(am__nobase_list) | while read dir files; do \
320
351
          xfiles=; for file in $$files; do \
321
352
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
322
353
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
323
354
          test -z "$$xfiles" || { \
324
355
            test "x$$dir" = x. || { \
325
 
              echo "$(MKDIR_P) '$(DESTDIR)$(jsdir)/$$dir'"; \
 
356
              echo " $(MKDIR_P) '$(DESTDIR)$(jsdir)/$$dir'"; \
326
357
              $(MKDIR_P) "$(DESTDIR)$(jsdir)/$$dir"; }; \
327
358
            echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(jsdir)/$$dir'"; \
328
359
            $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(jsdir)/$$dir" || exit $$?; }; \