~ubuntu-branches/ubuntu/wily/xfwm4/wily

« back to all changes in this revision

Viewing changes to defaults/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2013-08-08 22:00:03 UTC
  • mfrom: (3.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20130808220003-p1lagfezt2kcrs42
Tags: 4.10.1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/control: demote xfwm4-themes from Recommends to Suggests, per
    the 'other-p-xubuntu-cleanthemes' spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
52
51
build_triplet = @build@
53
52
host_triplet = @host@
54
53
subdir = defaults
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
56
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58
57
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
58
        $(ACLOCAL_M4)
60
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
59
mkinstalldirs = $(install_sh) -d
61
60
CONFIG_HEADER = $(top_builddir)/config.h
62
61
CONFIG_CLEAN_FILES =
63
62
CONFIG_CLEAN_VPATH_FILES =
 
63
AM_V_P = $(am__v_P_@AM_V@)
 
64
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
65
am__v_P_0 = false
 
66
am__v_P_1 = :
64
67
AM_V_GEN = $(am__v_GEN_@AM_V@)
65
68
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
66
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
69
am__v_GEN_0 = @echo "  GEN     " $@;
 
70
am__v_GEN_1 = 
67
71
AM_V_at = $(am__v_at_@AM_V@)
68
72
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
69
73
am__v_at_0 = @
 
74
am__v_at_1 = 
70
75
SOURCES =
71
76
DIST_SOURCES =
72
77
am__can_run_installinfo = \
103
108
  }
104
109
am__installdirs = "$(DESTDIR)$(defaultsdir)"
105
110
DATA = $(defaults_DATA)
 
111
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
106
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
113
ACLOCAL = @ACLOCAL@
108
114
ALL_LINGUAS = @ALL_LINGUAS@
373
379
        @list='$(defaults_DATA)'; test -n "$(defaultsdir)" || list=; \
374
380
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
375
381
        dir='$(DESTDIR)$(defaultsdir)'; $(am__uninstall_files_from_dir)
376
 
tags: TAGS
377
 
TAGS:
378
 
 
379
 
ctags: CTAGS
380
 
CTAGS:
 
382
tags TAGS:
 
383
 
 
384
ctags CTAGS:
 
385
 
 
386
cscope cscopelist:
381
387
 
382
388
 
383
389
distdir: $(DISTFILES)
516
522
.MAKE: install-am install-strip
517
523
 
518
524
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
519
 
        distclean distclean-generic distclean-libtool distdir dvi \
520
 
        dvi-am html html-am info info-am install install-am \
521
 
        install-data install-data-am install-defaultsDATA install-dvi \
522
 
        install-dvi-am install-exec install-exec-am install-html \
523
 
        install-html-am install-info install-info-am install-man \
524
 
        install-pdf install-pdf-am install-ps install-ps-am \
525
 
        install-strip installcheck installcheck-am installdirs \
526
 
        maintainer-clean maintainer-clean-generic mostlyclean \
527
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
528
 
        uninstall uninstall-am uninstall-defaultsDATA
 
525
        cscopelist-am ctags-am distclean distclean-generic \
 
526
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
527
        install install-am install-data install-data-am \
 
528
        install-defaultsDATA install-dvi install-dvi-am install-exec \
 
529
        install-exec-am install-html install-html-am install-info \
 
530
        install-info-am install-man install-pdf install-pdf-am \
 
531
        install-ps install-ps-am install-strip installcheck \
 
532
        installcheck-am installdirs maintainer-clean \
 
533
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
534
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
535
        uninstall-am uninstall-defaultsDATA
529
536
 
530
537
 
531
538
# Tell versions [3.59,3.63) of GNU make to not export all variables.