~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to capplets/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
@BUILD_ABOUTME_TRUE@am__append_1 = about-me
37
 
subdir = capplets
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
41
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
42
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.ac
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
 
CONFIG_HEADER = $(top_builddir)/config.h
49
 
CONFIG_CLEAN_FILES =
50
 
CONFIG_CLEAN_VPATH_FILES =
51
 
AM_V_GEN = $(am__v_GEN_$(V))
52
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
53
 
am__v_GEN_0 = @echo "  GEN   " $@;
54
 
AM_V_at = $(am__v_at_$(V))
55
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
56
 
am__v_at_0 = @
57
 
SOURCES =
58
 
DIST_SOURCES =
59
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
 
        html-recursive info-recursive install-data-recursive \
61
 
        install-dvi-recursive install-exec-recursive \
62
 
        install-html-recursive install-info-recursive \
63
 
        install-pdf-recursive install-ps-recursive install-recursive \
64
 
        installcheck-recursive installdirs-recursive pdf-recursive \
65
 
        ps-recursive uninstall-recursive
66
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
67
 
  distclean-recursive maintainer-clean-recursive
68
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
69
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
70
 
        distdir
71
 
ETAGS = etags
72
 
CTAGS = ctags
73
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74
 
am__relativize = \
75
 
  dir0=`pwd`; \
76
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77
 
  sed_rest='s,^[^/]*/*,,'; \
78
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79
 
  sed_butlast='s,/*[^/]*$$,,'; \
80
 
  while test -n "$$dir1"; do \
81
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82
 
    if test "$$first" != "."; then \
83
 
      if test "$$first" = ".."; then \
84
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
86
 
      else \
87
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88
 
        if test "$$first2" = "$$first"; then \
89
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
90
 
        else \
91
 
          dir2="../$$dir2"; \
92
 
        fi; \
93
 
        dir0="$$dir0"/"$$first"; \
94
 
      fi; \
95
 
    fi; \
96
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
97
 
  done; \
98
 
  reldir="$$dir2"
99
 
ACLOCAL = @ACLOCAL@
100
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
101
 
ALL_LINGUAS = @ALL_LINGUAS@
102
 
AMTAR = @AMTAR@
103
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
104
 
APP_INDICATOR_CFLAGS = @APP_INDICATOR_CFLAGS@
105
 
APP_INDICATOR_LIBS = @APP_INDICATOR_LIBS@
106
 
AR = @AR@
107
 
AT_CAPPLET_CFLAGS = @AT_CAPPLET_CFLAGS@
108
 
AT_CAPPLET_LIBS = @AT_CAPPLET_LIBS@
109
 
AUTOCONF = @AUTOCONF@
110
 
AUTOHEADER = @AUTOHEADER@
111
 
AUTOMAKE = @AUTOMAKE@
112
 
AWK = @AWK@
113
 
CAPPLET_CFLAGS = @CAPPLET_CFLAGS@
114
 
CAPPLET_LIBS = @CAPPLET_LIBS@
115
 
CATALOGS = @CATALOGS@
116
 
CATOBJEXT = @CATOBJEXT@
117
 
CC = @CC@
118
 
CCDEPMODE = @CCDEPMODE@
119
 
CFLAGS = @CFLAGS@
120
 
CPP = @CPP@
121
 
CPPFLAGS = @CPPFLAGS@
122
 
CYGPATH_W = @CYGPATH_W@
123
 
DATADIRNAME = @DATADIRNAME@
124
 
DBUS_CFLAGS = @DBUS_CFLAGS@
125
 
DBUS_LIBS = @DBUS_LIBS@
126
 
DEFAULT_APPLICATIONS_CAPPLET_CFLAGS = @DEFAULT_APPLICATIONS_CAPPLET_CFLAGS@
127
 
DEFAULT_APPLICATIONS_CAPPLET_LIBS = @DEFAULT_APPLICATIONS_CAPPLET_LIBS@
128
 
DEFS = @DEFS@
129
 
DEPDIR = @DEPDIR@
130
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
131
 
DISPLAY_CAPPLET_CFLAGS = @DISPLAY_CAPPLET_CFLAGS@
132
 
DISPLAY_CAPPLET_LIBS = @DISPLAY_CAPPLET_LIBS@
133
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
134
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
135
 
DSYMUTIL = @DSYMUTIL@
136
 
DUMPBIN = @DUMPBIN@
137
 
ECHO_C = @ECHO_C@
138
 
ECHO_N = @ECHO_N@
139
 
ECHO_T = @ECHO_T@
140
 
EGREP = @EGREP@
141
 
EXEEXT = @EXEEXT@
142
 
EXTERNAL_LIBSLAB_CFLAGS = @EXTERNAL_LIBSLAB_CFLAGS@
143
 
EXTERNAL_LIBSLAB_LIBS = @EXTERNAL_LIBSLAB_LIBS@
144
 
FGREP = @FGREP@
145
 
FONT_CAPPLET_CFLAGS = @FONT_CAPPLET_CFLAGS@
146
 
FONT_CAPPLET_LIBS = @FONT_CAPPLET_LIBS@
147
 
FONT_VIEWER_CFLAGS = @FONT_VIEWER_CFLAGS@
148
 
FONT_VIEWER_LIBS = @FONT_VIEWER_LIBS@
149
 
GCONFTOOL = @GCONFTOOL@
150
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
151
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
152
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
153
 
GIO_CFLAGS = @GIO_CFLAGS@
154
 
GIO_LIBS = @GIO_LIBS@
155
 
GLIB_CFLAGS = @GLIB_CFLAGS@
156
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
157
 
GLIB_LIBS = @GLIB_LIBS@
158
 
GMOFILES = @GMOFILES@
159
 
GMSGFMT = @GMSGFMT@
160
 
GNOMECC_CAPPLETS_CFLAGS = @GNOMECC_CAPPLETS_CFLAGS@
161
 
GNOMECC_CAPPLETS_CLEANFILES = @GNOMECC_CAPPLETS_CLEANFILES@
162
 
GNOMECC_CAPPLETS_EXTRA_DIST = @GNOMECC_CAPPLETS_EXTRA_DIST@
163
 
GNOMECC_CAPPLETS_LIBS = @GNOMECC_CAPPLETS_LIBS@
164
 
GNOMECC_CFLAGS = @GNOMECC_CFLAGS@
165
 
GNOMECC_LIBS = @GNOMECC_LIBS@
166
 
GNOMECC_SHELL_CFLAGS = @GNOMECC_SHELL_CFLAGS@
167
 
GNOMECC_SHELL_LIBS = @GNOMECC_SHELL_LIBS@
168
 
GNOME_DESKTOP_CFLAGS = @GNOME_DESKTOP_CFLAGS@
169
 
GNOME_DESKTOP_LIBS = @GNOME_DESKTOP_LIBS@
170
 
GREP = @GREP@
171
 
GSD_DBUS_CFLAGS = @GSD_DBUS_CFLAGS@
172
 
GSD_DBUS_LIBS = @GSD_DBUS_LIBS@
173
 
GTK_ENGINE_DIR = @GTK_ENGINE_DIR@
174
 
HELP_DIR = @HELP_DIR@
175
 
INSTALL = @INSTALL@
176
 
INSTALL_DATA = @INSTALL_DATA@
177
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
178
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
179
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180
 
INSTOBJEXT = @INSTOBJEXT@
181
 
INTLLIBS = @INTLLIBS@
182
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
183
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
184
 
INTLTOOL_PERL = @INTLTOOL_PERL@
185
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
186
 
LD = @LD@
187
 
LDFLAGS = @LDFLAGS@
188
 
LIBCANBERRA_GTK_CFLAGS = @LIBCANBERRA_GTK_CFLAGS@
189
 
LIBCANBERRA_GTK_LIBS = @LIBCANBERRA_GTK_LIBS@
190
 
LIBEBOOK_CFLAGS = @LIBEBOOK_CFLAGS@
191
 
LIBEBOOK_LIBS = @LIBEBOOK_LIBS@
192
 
LIBGNOMEKBDUI_CFLAGS = @LIBGNOMEKBDUI_CFLAGS@
193
 
LIBGNOMEKBDUI_LIBS = @LIBGNOMEKBDUI_LIBS@
194
 
LIBGNOMEKBD_CFLAGS = @LIBGNOMEKBD_CFLAGS@
195
 
LIBGNOMEKBD_LIBS = @LIBGNOMEKBD_LIBS@
196
 
LIBOBJS = @LIBOBJS@
197
 
LIBS = @LIBS@
198
 
LIBSLAB_CFLAGS = @LIBSLAB_CFLAGS@
199
 
LIBSLAB_LIBS = @LIBSLAB_LIBS@
200
 
LIBTOOL = @LIBTOOL@
201
 
LIPO = @LIPO@
202
 
LN_S = @LN_S@
203
 
LTLIBOBJS = @LTLIBOBJS@
204
 
MAINT = @MAINT@
205
 
MAKEINFO = @MAKEINFO@
206
 
METACITY_CFLAGS = @METACITY_CFLAGS@
207
 
METACITY_LIBS = @METACITY_LIBS@
208
 
MKDIR_P = @MKDIR_P@
209
 
MKINSTALLDIRS = @MKINSTALLDIRS@
210
 
MSGFMT = @MSGFMT@
211
 
MSGFMT_OPTS = @MSGFMT_OPTS@
212
 
MSGMERGE = @MSGMERGE@
213
 
NM = @NM@
214
 
NMEDIT = @NMEDIT@
215
 
OBJDUMP = @OBJDUMP@
216
 
OBJEXT = @OBJEXT@
217
 
OMF_DIR = @OMF_DIR@
218
 
OTOOL = @OTOOL@
219
 
OTOOL64 = @OTOOL64@
220
 
PACKAGE = @PACKAGE@
221
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222
 
PACKAGE_NAME = @PACKAGE_NAME@
223
 
PACKAGE_STRING = @PACKAGE_STRING@
224
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
225
 
PACKAGE_URL = @PACKAGE_URL@
226
 
PACKAGE_VERSION = @PACKAGE_VERSION@
227
 
PATH_SEPARATOR = @PATH_SEPARATOR@
228
 
PKG_CONFIG = @PKG_CONFIG@
229
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
230
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
231
 
POFILES = @POFILES@
232
 
POSUB = @POSUB@
233
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
234
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
235
 
RANLIB = @RANLIB@
236
 
SCREENSAVER_LIBS = @SCREENSAVER_LIBS@
237
 
SED = @SED@
238
 
SET_MAKE = @SET_MAKE@
239
 
SHELL = @SHELL@
240
 
STRIP = @STRIP@
241
 
TYPING_BREAK = @TYPING_BREAK@
242
 
TYPING_CFLAGS = @TYPING_CFLAGS@
243
 
TYPING_LIBS = @TYPING_LIBS@
244
 
UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
245
 
USE_NLS = @USE_NLS@
246
 
VERSION = @VERSION@
247
 
WARN_CFLAGS = @WARN_CFLAGS@
248
 
XCURSOR_CFLAGS = @XCURSOR_CFLAGS@
249
 
XCURSOR_LIBS = @XCURSOR_LIBS@
250
 
XF86MISC_LIBS = @XF86MISC_LIBS@
251
 
XGETTEXT = @XGETTEXT@
252
 
XINPUT_CFLAGS = @XINPUT_CFLAGS@
253
 
XINPUT_LIBS = @XINPUT_LIBS@
254
 
XMKMF = @XMKMF@
255
 
X_CFLAGS = @X_CFLAGS@
256
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
257
 
X_LIBS = @X_LIBS@
258
 
X_PRE_LIBS = @X_PRE_LIBS@
259
 
abs_builddir = @abs_builddir@
260
 
abs_srcdir = @abs_srcdir@
261
 
abs_top_builddir = @abs_top_builddir@
262
 
abs_top_srcdir = @abs_top_srcdir@
263
 
ac_ct_CC = @ac_ct_CC@
264
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
265
 
am__include = @am__include@
266
 
am__leading_dot = @am__leading_dot@
267
 
am__quote = @am__quote@
268
 
am__tar = @am__tar@
269
 
am__untar = @am__untar@
270
 
bindir = @bindir@
271
 
build = @build@
272
 
build_alias = @build_alias@
273
 
build_cpu = @build_cpu@
274
 
build_os = @build_os@
275
 
build_vendor = @build_vendor@
276
 
builddir = @builddir@
277
 
datadir = @datadir@
278
 
datarootdir = @datarootdir@
279
 
docdir = @docdir@
280
 
dvidir = @dvidir@
281
 
exec_prefix = @exec_prefix@
282
 
host = @host@
283
 
host_alias = @host_alias@
284
 
host_cpu = @host_cpu@
285
 
host_os = @host_os@
286
 
host_vendor = @host_vendor@
287
 
htmldir = @htmldir@
288
 
includedir = @includedir@
289
 
infodir = @infodir@
290
 
install_sh = @install_sh@
291
 
libdir = @libdir@
292
 
libexecdir = @libexecdir@
293
 
localedir = @localedir@
294
 
localstatedir = @localstatedir@
295
 
lt_ECHO = @lt_ECHO@
296
 
mandir = @mandir@
297
 
mkdir_p = @mkdir_p@
298
 
oldincludedir = @oldincludedir@
299
 
pdfdir = @pdfdir@
300
 
prefix = @prefix@
301
 
program_transform_name = @program_transform_name@
302
 
psdir = @psdir@
303
 
sbindir = @sbindir@
304
 
sharedstatedir = @sharedstatedir@
305
 
srcdir = @srcdir@
306
 
sysconfdir = @sysconfdir@
307
 
target_alias = @target_alias@
308
 
top_build_prefix = @top_build_prefix@
309
 
top_builddir = @top_builddir@
310
 
top_srcdir = @top_srcdir@
311
 
SUBDIRS = common accessibility appearance default-applications display \
312
 
        keybindings keyboard mouse network windows $(am__append_1)
313
 
DIST_SUBDIRS = \
314
 
        common                  \
315
 
        accessibility           \
316
 
        appearance              \
317
 
        default-applications    \
318
 
        keybindings             \
319
 
        keyboard                \
320
 
        mouse                   \
321
 
        network                 \
322
 
        windows                 \
323
 
        display                 \
324
 
        about-me
325
 
 
326
 
all: all-recursive
327
 
 
328
 
.SUFFIXES:
329
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
330
 
        @for dep in $?; do \
331
 
          case '$(am__configure_deps)' in \
332
 
            *$$dep*) \
333
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
334
 
                && { if test -f $@; then exit 0; else break; fi; }; \
335
 
              exit 1;; \
336
 
          esac; \
337
 
        done; \
338
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu capplets/Makefile'; \
339
 
        $(am__cd) $(top_srcdir) && \
340
 
          $(AUTOMAKE) --gnu capplets/Makefile
341
 
.PRECIOUS: Makefile
342
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343
 
        @case '$?' in \
344
 
          *config.status*) \
345
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
346
 
          *) \
347
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
348
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
349
 
        esac;
350
 
 
351
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
352
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353
 
 
354
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
355
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
357
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
 
$(am__aclocal_m4_deps):
359
 
 
360
 
mostlyclean-libtool:
361
 
        -rm -f *.lo
362
 
 
363
 
clean-libtool:
364
 
        -rm -rf .libs _libs
365
 
 
366
 
# This directory's subdirectories are mostly independent; you can cd
367
 
# into them and run `make' without going through this Makefile.
368
 
# To change the values of `make' variables: instead of editing Makefiles,
369
 
# (1) if the variable is set in `config.status', edit `config.status'
370
 
#     (which will cause the Makefiles to be regenerated when you run `make');
371
 
# (2) otherwise, pass the desired values on the `make' command line.
372
 
$(RECURSIVE_TARGETS):
373
 
        @fail= failcom='exit 1'; \
374
 
        for f in x $$MAKEFLAGS; do \
375
 
          case $$f in \
376
 
            *=* | --[!k]*);; \
377
 
            *k*) failcom='fail=yes';; \
378
 
          esac; \
379
 
        done; \
380
 
        dot_seen=no; \
381
 
        target=`echo $@ | sed s/-recursive//`; \
382
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
383
 
          echo "Making $$target in $$subdir"; \
384
 
          if test "$$subdir" = "."; then \
385
 
            dot_seen=yes; \
386
 
            local_target="$$target-am"; \
387
 
          else \
388
 
            local_target="$$target"; \
389
 
          fi; \
390
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391
 
          || eval $$failcom; \
392
 
        done; \
393
 
        if test "$$dot_seen" = "no"; then \
394
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
395
 
        fi; test -z "$$fail"
396
 
 
397
 
$(RECURSIVE_CLEAN_TARGETS):
398
 
        @fail= failcom='exit 1'; \
399
 
        for f in x $$MAKEFLAGS; do \
400
 
          case $$f in \
401
 
            *=* | --[!k]*);; \
402
 
            *k*) failcom='fail=yes';; \
403
 
          esac; \
404
 
        done; \
405
 
        dot_seen=no; \
406
 
        case "$@" in \
407
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
408
 
          *) list='$(SUBDIRS)' ;; \
409
 
        esac; \
410
 
        rev=''; for subdir in $$list; do \
411
 
          if test "$$subdir" = "."; then :; else \
412
 
            rev="$$subdir $$rev"; \
413
 
          fi; \
414
 
        done; \
415
 
        rev="$$rev ."; \
416
 
        target=`echo $@ | sed s/-recursive//`; \
417
 
        for subdir in $$rev; do \
418
 
          echo "Making $$target in $$subdir"; \
419
 
          if test "$$subdir" = "."; then \
420
 
            local_target="$$target-am"; \
421
 
          else \
422
 
            local_target="$$target"; \
423
 
          fi; \
424
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425
 
          || eval $$failcom; \
426
 
        done && test -z "$$fail"
427
 
tags-recursive:
428
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
429
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
430
 
        done
431
 
ctags-recursive:
432
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
433
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
434
 
        done
435
 
 
436
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
437
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
438
 
        unique=`for i in $$list; do \
439
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
 
          done | \
441
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
 
        mkid -fID $$unique
444
 
tags: TAGS
445
 
 
446
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
447
 
                $(TAGS_FILES) $(LISP)
448
 
        set x; \
449
 
        here=`pwd`; \
450
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
451
 
          include_option=--etags-include; \
452
 
          empty_fix=.; \
453
 
        else \
454
 
          include_option=--include; \
455
 
          empty_fix=; \
456
 
        fi; \
457
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
458
 
          if test "$$subdir" = .; then :; else \
459
 
            test ! -f $$subdir/TAGS || \
460
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
461
 
          fi; \
462
 
        done; \
463
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
 
        unique=`for i in $$list; do \
465
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466
 
          done | \
467
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
469
 
        shift; \
470
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471
 
          test -n "$$unique" || unique=$$empty_fix; \
472
 
          if test $$# -gt 0; then \
473
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474
 
              "$$@" $$unique; \
475
 
          else \
476
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477
 
              $$unique; \
478
 
          fi; \
479
 
        fi
480
 
ctags: CTAGS
481
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
482
 
                $(TAGS_FILES) $(LISP)
483
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
484
 
        unique=`for i in $$list; do \
485
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486
 
          done | \
487
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
489
 
        test -z "$(CTAGS_ARGS)$$unique" \
490
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491
 
             $$unique
492
 
 
493
 
GTAGS:
494
 
        here=`$(am__cd) $(top_builddir) && pwd` \
495
 
          && $(am__cd) $(top_srcdir) \
496
 
          && gtags -i $(GTAGS_ARGS) "$$here"
497
 
 
498
 
distclean-tags:
499
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500
 
 
501
 
distdir: $(DISTFILES)
502
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504
 
        list='$(DISTFILES)'; \
505
 
          dist_files=`for file in $$list; do echo $$file; done | \
506
 
          sed -e "s|^$$srcdirstrip/||;t" \
507
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508
 
        case $$dist_files in \
509
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
510
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
511
 
                           sort -u` ;; \
512
 
        esac; \
513
 
        for file in $$dist_files; do \
514
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515
 
          if test -d $$d/$$file; then \
516
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517
 
            if test -d "$(distdir)/$$file"; then \
518
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519
 
            fi; \
520
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
522
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523
 
            fi; \
524
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
525
 
          else \
526
 
            test -f "$(distdir)/$$file" \
527
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
528
 
            || exit 1; \
529
 
          fi; \
530
 
        done
531
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
532
 
          if test "$$subdir" = .; then :; else \
533
 
            test -d "$(distdir)/$$subdir" \
534
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
535
 
            || exit 1; \
536
 
          fi; \
537
 
        done
538
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
539
 
          if test "$$subdir" = .; then :; else \
540
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
541
 
            $(am__relativize); \
542
 
            new_distdir=$$reldir; \
543
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
544
 
            $(am__relativize); \
545
 
            new_top_distdir=$$reldir; \
546
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
547
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
548
 
            ($(am__cd) $$subdir && \
549
 
              $(MAKE) $(AM_MAKEFLAGS) \
550
 
                top_distdir="$$new_top_distdir" \
551
 
                distdir="$$new_distdir" \
552
 
                am__remove_distdir=: \
553
 
                am__skip_length_check=: \
554
 
                am__skip_mode_fix=: \
555
 
                distdir) \
556
 
              || exit 1; \
557
 
          fi; \
558
 
        done
559
 
check-am: all-am
560
 
check: check-recursive
561
 
all-am: Makefile
562
 
installdirs: installdirs-recursive
563
 
installdirs-am:
564
 
install: install-recursive
565
 
install-exec: install-exec-recursive
566
 
install-data: install-data-recursive
567
 
uninstall: uninstall-recursive
568
 
 
569
 
install-am: all-am
570
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
571
 
 
572
 
installcheck: installcheck-recursive
573
 
install-strip:
574
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576
 
          `test -z '$(STRIP)' || \
577
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
578
 
mostlyclean-generic:
579
 
 
580
 
clean-generic:
581
 
 
582
 
distclean-generic:
583
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
584
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
585
 
 
586
 
maintainer-clean-generic:
587
 
        @echo "This command is intended for maintainers to use"
588
 
        @echo "it deletes files that may require special tools to rebuild."
589
 
clean: clean-recursive
590
 
 
591
 
clean-am: clean-generic clean-libtool mostlyclean-am
592
 
 
593
 
distclean: distclean-recursive
594
 
        -rm -f Makefile
595
 
distclean-am: clean-am distclean-generic distclean-tags
596
 
 
597
 
dvi: dvi-recursive
598
 
 
599
 
dvi-am:
600
 
 
601
 
html: html-recursive
602
 
 
603
 
html-am:
604
 
 
605
 
info: info-recursive
606
 
 
607
 
info-am:
608
 
 
609
 
install-data-am:
610
 
 
611
 
install-dvi: install-dvi-recursive
612
 
 
613
 
install-dvi-am:
614
 
 
615
 
install-exec-am:
616
 
 
617
 
install-html: install-html-recursive
618
 
 
619
 
install-html-am:
620
 
 
621
 
install-info: install-info-recursive
622
 
 
623
 
install-info-am:
624
 
 
625
 
install-man:
626
 
 
627
 
install-pdf: install-pdf-recursive
628
 
 
629
 
install-pdf-am:
630
 
 
631
 
install-ps: install-ps-recursive
632
 
 
633
 
install-ps-am:
634
 
 
635
 
installcheck-am:
636
 
 
637
 
maintainer-clean: maintainer-clean-recursive
638
 
        -rm -f Makefile
639
 
maintainer-clean-am: distclean-am maintainer-clean-generic
640
 
 
641
 
mostlyclean: mostlyclean-recursive
642
 
 
643
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
644
 
 
645
 
pdf: pdf-recursive
646
 
 
647
 
pdf-am:
648
 
 
649
 
ps: ps-recursive
650
 
 
651
 
ps-am:
652
 
 
653
 
uninstall-am:
654
 
 
655
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
656
 
        install-am install-strip tags-recursive
657
 
 
658
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
659
 
        all all-am check check-am clean clean-generic clean-libtool \
660
 
        ctags ctags-recursive distclean distclean-generic \
661
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
662
 
        html-am info info-am install install-am install-data \
663
 
        install-data-am install-dvi install-dvi-am install-exec \
664
 
        install-exec-am install-html install-html-am install-info \
665
 
        install-info-am install-man install-pdf install-pdf-am \
666
 
        install-ps install-ps-am install-strip installcheck \
667
 
        installcheck-am installdirs installdirs-am maintainer-clean \
668
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
669
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
670
 
        uninstall uninstall-am
671
 
 
672
 
 
673
 
-include $(top_srcdir)/git.mk
674
 
 
675
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
676
 
# Otherwise a system limit (for SysV at least) may be exceeded.
677
 
.NOEXPORT: