~ubuntu-branches/debian/sid/guake-indicator/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessio Garzi, Sylvestre Ledru
  • Date: 2014-12-31 14:43:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141231144300-ge83o3cpvmteu55s
Tags: 1.1-1
* new upstream release
  - commands are now fully customizable (LP: #1337277 and LP: #1340917)

[ Sylvestre Ledru ]
* Standards-Version updated 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
80
80
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81
81
        $(top_srcdir)/configure $(am__configure_deps) \
82
82
        $(srcdir)/config.h.in COPYING TODO compile depcomp install-sh \
83
 
        missing
 
83
        missing py-compile
84
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85
85
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86
86
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
233
233
PACKAGE_URL = @PACKAGE_URL@
234
234
PACKAGE_VERSION = @PACKAGE_VERSION@
235
235
PATH_SEPARATOR = @PATH_SEPARATOR@
 
236
PYTHON = @PYTHON@
 
237
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
238
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
239
PYTHON_PREFIX = @PYTHON_PREFIX@
 
240
PYTHON_VERSION = @PYTHON_VERSION@
236
241
SET_MAKE = @SET_MAKE@
237
242
SHELL = @SHELL@
238
243
STRIP = @STRIP@
268
273
mkdir_p = @mkdir_p@
269
274
oldincludedir = @oldincludedir@
270
275
pdfdir = @pdfdir@
 
276
pkgpyexecdir = @pkgpyexecdir@
 
277
pkgpythondir = @pkgpythondir@
271
278
prefix = @prefix@
272
279
program_transform_name = @program_transform_name@
273
280
psdir = @psdir@
 
281
pyexecdir = @pyexecdir@
 
282
pythondir = @pythondir@
274
283
sbindir = @sbindir@
275
284
sharedstatedir = @sharedstatedir@
276
285
srcdir = @srcdir@
279
288
top_build_prefix = @top_build_prefix@
280
289
top_builddir = @top_builddir@
281
290
top_srcdir = @top_srcdir@
282
 
SUBDIRS = src
 
291
SUBDIRS = src data plugins
283
292
all: config.h
284
293
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
285
294
 
320
329
$(am__aclocal_m4_deps):
321
330
 
322
331
config.h: stamp-h1
323
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
324
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
332
        @test -f $@ || rm -f stamp-h1
 
333
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
325
334
 
326
335
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
327
336
        @rm -f stamp-h1
521
530
        $(am__post_remove_distdir)
522
531
 
523
532
dist-tarZ: distdir
 
533
        @echo WARNING: "Support for shar distribution archives is" \
 
534
                       "deprecated." >&2
 
535
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
524
536
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
525
537
        $(am__post_remove_distdir)
526
538
 
527
539
dist-shar: distdir
 
540
        @echo WARNING: "Support for distribution archives compressed with" \
 
541
                       "legacy program 'compress' is deprecated." >&2
 
542
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
528
543
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
529
544
        $(am__post_remove_distdir)
530
545
 
566
581
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
567
582
          && am__cwd=`pwd` \
568
583
          && $(am__cd) $(distdir)/_build \
569
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
584
          && ../configure \
570
585
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
571
586
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
587
            --srcdir=.. --prefix="$$dc_install_base" \
572
588
          && $(MAKE) $(AM_MAKEFLAGS) \
573
589
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
574
590
          && $(MAKE) $(AM_MAKEFLAGS) check \