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

« back to all changes in this revision

Viewing changes to plugins/directorymenu/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,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
20
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__is_gnu_make = { \
 
21
  if test -z '$(MAKELEVEL)'; then \
 
22
    false; \
 
23
  elif test -n '$(MAKE_HOST)'; then \
 
24
    true; \
 
25
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
26
    true; \
 
27
  else \
 
28
    false; \
 
29
  fi; \
 
30
}
21
31
am__make_running_with_option = \
22
32
  case $${target_option-} in \
23
33
      ?) ;; \
84
94
@MAINTAINER_MODE_TRUE@  $(libdirectorymenu_built_sources)
85
95
 
86
96
subdir = plugins/directorymenu
87
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88
 
        $(srcdir)/directorymenu.desktop.in.in $(top_srcdir)/depcomp
89
97
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90
98
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91
99
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92
100
        $(ACLOCAL_M4)
 
101
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
93
102
mkinstalldirs = $(install_sh) -d
94
103
CONFIG_HEADER = $(top_builddir)/config.h
95
104
CONFIG_CLEAN_FILES = directorymenu.desktop.in
199
208
  done | $(am__uniquify_input)`
200
209
ETAGS = etags
201
210
CTAGS = ctags
 
211
am__DIST_COMMON = $(srcdir)/Makefile.in \
 
212
        $(srcdir)/directorymenu.desktop.in.in $(top_srcdir)/depcomp
202
213
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203
214
ACLOCAL = @ACLOCAL@
204
215
ALL_LINGUAS = @ALL_LINGUAS@
330
341
LIPO = @LIPO@
331
342
LN_S = @LN_S@
332
343
LTLIBOBJS = @LTLIBOBJS@
 
344
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
333
345
MAINT = @MAINT@
334
346
MAKEINFO = @MAKEINFO@
335
347
MANIFEST_TOOL = @MANIFEST_TOOL@
526
538
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/directorymenu/Makefile'; \
527
539
        $(am__cd) $(top_srcdir) && \
528
540
          $(AUTOMAKE) --gnu plugins/directorymenu/Makefile
529
 
.PRECIOUS: Makefile
530
541
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
531
542
        @case '$?' in \
532
543
          *config.status*) \
896
907
        tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
897
908
        uninstall-desktopDATA uninstall-pluginLTLIBRARIES
898
909
 
 
910
.PRECIOUS: Makefile
 
911
 
899
912
 
900
913
xfce4-popup-directorymenu: xfce4-popup-directorymenu.sh Makefile
901
914
        $(AM_V_GEN) $(SED) -e "s,\@bindir\@,$(bindir),g" \