~ubuntu-branches/ubuntu/wily/xfce4-panel/wily

« back to all changes in this revision

Viewing changes to icons/32x32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2015-03-01 13:30:23 UTC
  • mfrom: (1.1.40)
  • Revision ID: package-import@ubuntu.com-20150301133023-e3s8470q95prsiay
Tags: 4.12.0-0ubuntu1
* New upstream release. LP: #1424887
  - Update french translation. LP: #1397353

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
19
29
am__make_running_with_option = \
20
30
  case $${target_option-} in \
21
31
      ?) ;; \
79
89
build_triplet = @build@
80
90
host_triplet = @host@
81
91
subdir = icons/32x32
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84
93
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
85
94
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86
95
        $(ACLOCAL_M4)
 
96
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
87
97
mkinstalldirs = $(install_sh) -d
88
98
CONFIG_HEADER = $(top_builddir)/config.h
89
99
CONFIG_CLEAN_FILES =
137
147
am__installdirs = "$(DESTDIR)$(iconsdir)"
138
148
DATA = $(icons_DATA)
139
149
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
150
am__DIST_COMMON = $(srcdir)/Makefile.in
140
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
152
ACLOCAL = @ACLOCAL@
142
153
ALL_LINGUAS = @ALL_LINGUAS@
268
279
LIPO = @LIPO@
269
280
LN_S = @LN_S@
270
281
LTLIBOBJS = @LTLIBOBJS@
 
282
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
271
283
MAINT = @MAINT@
272
284
MAKEINFO = @MAKEINFO@
273
285
MANIFEST_TOOL = @MANIFEST_TOOL@
397
409
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/32x32/Makefile'; \
398
410
        $(am__cd) $(top_srcdir) && \
399
411
          $(AUTOMAKE) --gnu icons/32x32/Makefile
400
 
.PRECIOUS: Makefile
401
412
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
402
413
        @case '$?' in \
403
414
          *config.status*) \
596
607
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
597
608
        ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
598
609
 
 
610
.PRECIOUS: Makefile
 
611
 
599
612
 
600
613
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
601
614