~charlesk/gnome-control-center/make-new-panel

« back to all changes in this revision

Viewing changes to panels/sound/data/icons/22x22/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
subdir = panels/sound/data/icons/22x22
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
40
        $(top_srcdir)/m4/gnome-doc-utils.m4 $(top_srcdir)/m4/iconv.m4 \
 
41
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
 
42
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
43
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
44
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
45
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
46
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
47
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_HEADER = $(top_builddir)/config.h
 
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
 
54
AM_V_GEN = $(am__v_GEN_$(V))
 
55
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
56
am__v_GEN_0 = @echo "  GEN   " $@;
 
57
AM_V_at = $(am__v_at_$(V))
 
58
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_at_0 = @
 
60
SOURCES =
 
61
DIST_SOURCES =
 
62
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
63
        html-recursive info-recursive install-data-recursive \
 
64
        install-dvi-recursive install-exec-recursive \
 
65
        install-html-recursive install-info-recursive \
 
66
        install-pdf-recursive install-ps-recursive install-recursive \
 
67
        installcheck-recursive installdirs-recursive pdf-recursive \
 
68
        ps-recursive uninstall-recursive
 
69
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
70
  distclean-recursive maintainer-clean-recursive
 
71
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
72
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
73
        distdir
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DIST_SUBDIRS = $(SUBDIRS)
 
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
78
am__relativize = \
 
79
  dir0=`pwd`; \
 
80
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
81
  sed_rest='s,^[^/]*/*,,'; \
 
82
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
83
  sed_butlast='s,/*[^/]*$$,,'; \
 
84
  while test -n "$$dir1"; do \
 
85
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
86
    if test "$$first" != "."; then \
 
87
      if test "$$first" = ".."; then \
 
88
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
89
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
90
      else \
 
91
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
92
        if test "$$first2" = "$$first"; then \
 
93
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
94
        else \
 
95
          dir2="../$$dir2"; \
 
96
        fi; \
 
97
        dir0="$$dir0"/"$$first"; \
 
98
      fi; \
 
99
    fi; \
 
100
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
101
  done; \
 
102
  reldir="$$dir2"
 
103
ACLOCAL = @ACLOCAL@
 
104
ALL_LINGUAS = @ALL_LINGUAS@
 
105
AMTAR = @AMTAR@
 
106
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
107
AR = @AR@
 
108
AUTOCONF = @AUTOCONF@
 
109
AUTOHEADER = @AUTOHEADER@
 
110
AUTOMAKE = @AUTOMAKE@
 
111
AWK = @AWK@
 
112
BACKGROUND_PANEL_CFLAGS = @BACKGROUND_PANEL_CFLAGS@
 
113
BACKGROUND_PANEL_LIBS = @BACKGROUND_PANEL_LIBS@
 
114
CC = @CC@
 
115
CCDEPMODE = @CCDEPMODE@
 
116
CFLAGS = @CFLAGS@
 
117
CHEESE_CFLAGS = @CHEESE_CFLAGS@
 
118
CHEESE_LIBS = @CHEESE_LIBS@
 
119
CONTROL_CENTER_VERSION = @CONTROL_CENTER_VERSION@
 
120
CPP = @CPP@
 
121
CPPFLAGS = @CPPFLAGS@
 
122
CUPS_CFLAGS = @CUPS_CFLAGS@
 
123
CUPS_CONFIG = @CUPS_CONFIG@
 
124
CUPS_LIBS = @CUPS_LIBS@
 
125
CYGPATH_W = @CYGPATH_W@
 
126
DATADIRNAME = @DATADIRNAME@
 
127
DATETIME_PANEL_CFLAGS = @DATETIME_PANEL_CFLAGS@
 
128
DATETIME_PANEL_LIBS = @DATETIME_PANEL_LIBS@
 
129
DEFS = @DEFS@
 
130
DEPDIR = @DEPDIR@
 
131
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
132
DISPLAY_PANEL_CFLAGS = @DISPLAY_PANEL_CFLAGS@
 
133
DISPLAY_PANEL_LIBS = @DISPLAY_PANEL_LIBS@
 
134
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
135
DLLTOOL = @DLLTOOL@
 
136
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
137
DSYMUTIL = @DSYMUTIL@
 
138
DUMPBIN = @DUMPBIN@
 
139
ECHO_C = @ECHO_C@
 
140
ECHO_N = @ECHO_N@
 
141
ECHO_T = @ECHO_T@
 
142
EGREP = @EGREP@
 
143
EXEEXT = @EXEEXT@
 
144
FGREP = @FGREP@
 
145
GDESKTOP_PREFIX = @GDESKTOP_PREFIX@
 
146
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
147
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
148
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
149
GLIB_MKENUMS = @GLIB_MKENUMS@
 
150
GMSGFMT = @GMSGFMT@
 
151
GMSGFMT_015 = @GMSGFMT_015@
 
152
GREP = @GREP@
 
153
HELP_DIR = @HELP_DIR@
 
154
INFO_PANEL_CFLAGS = @INFO_PANEL_CFLAGS@
 
155
INFO_PANEL_LIBS = @INFO_PANEL_LIBS@
 
156
INSTALL = @INSTALL@
 
157
INSTALL_DATA = @INSTALL_DATA@
 
158
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
159
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
160
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
161
INTLLIBS = @INTLLIBS@
 
162
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
163
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
164
INTLTOOL_PERL = @INTLTOOL_PERL@
 
165
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
166
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
167
ISOCODES_CFLAGS = @ISOCODES_CFLAGS@
 
168
ISOCODES_LIBS = @ISOCODES_LIBS@
 
169
KEYBOARD_PANEL_CFLAGS = @KEYBOARD_PANEL_CFLAGS@
 
170
KEYBOARD_PANEL_LIBS = @KEYBOARD_PANEL_LIBS@
 
171
LD = @LD@
 
172
LDFLAGS = @LDFLAGS@
 
173
LIBGNOMECONTROLCENTER_AGE = @LIBGNOMECONTROLCENTER_AGE@
 
174
LIBGNOMECONTROLCENTER_CURRENT = @LIBGNOMECONTROLCENTER_CURRENT@
 
175
LIBGNOMECONTROLCENTER_REVISION = @LIBGNOMECONTROLCENTER_REVISION@
 
176
LIBGNOME_CONTROL_CENTER_CFLAGS = @LIBGNOME_CONTROL_CENTER_CFLAGS@
 
177
LIBGNOME_CONTROL_CENTER_LIBS = @LIBGNOME_CONTROL_CENTER_LIBS@
 
178
LIBICONV = @LIBICONV@
 
179
LIBINTL = @LIBINTL@
 
180
LIBLANGUAGE_CFLAGS = @LIBLANGUAGE_CFLAGS@
 
181
LIBLANGUAGE_LIBS = @LIBLANGUAGE_LIBS@
 
182
LIBOBJS = @LIBOBJS@
 
183
LIBS = @LIBS@
 
184
LIBSHORTCUTS_CFLAGS = @LIBSHORTCUTS_CFLAGS@
 
185
LIBSHORTCUTS_LIBS = @LIBSHORTCUTS_LIBS@
 
186
LIBTOOL = @LIBTOOL@
 
187
LIPO = @LIPO@
 
188
LN_S = @LN_S@
 
189
LTLIBICONV = @LTLIBICONV@
 
190
LTLIBINTL = @LTLIBINTL@
 
191
LTLIBOBJS = @LTLIBOBJS@
 
192
MAINT = @MAINT@
 
193
MAKEINFO = @MAKEINFO@
 
194
MANIFEST_TOOL = @MANIFEST_TOOL@
 
195
MEDIA_PANEL_CFLAGS = @MEDIA_PANEL_CFLAGS@
 
196
MEDIA_PANEL_LIBS = @MEDIA_PANEL_LIBS@
 
197
MKDIR_P = @MKDIR_P@
 
198
MOUSE_PANEL_CFLAGS = @MOUSE_PANEL_CFLAGS@
 
199
MOUSE_PANEL_LIBS = @MOUSE_PANEL_LIBS@
 
200
MSGFMT = @MSGFMT@
 
201
MSGFMT_015 = @MSGFMT_015@
 
202
MSGMERGE = @MSGMERGE@
 
203
NETWORK_MANAGER_CFLAGS = @NETWORK_MANAGER_CFLAGS@
 
204
NETWORK_MANAGER_LIBS = @NETWORK_MANAGER_LIBS@
 
205
NETWORK_PANEL_CFLAGS = @NETWORK_PANEL_CFLAGS@
 
206
NETWORK_PANEL_LIBS = @NETWORK_PANEL_LIBS@
 
207
NM = @NM@
 
208
NMEDIT = @NMEDIT@
 
209
OBJDUMP = @OBJDUMP@
 
210
OBJEXT = @OBJEXT@
 
211
OMF_DIR = @OMF_DIR@
 
212
OTOOL = @OTOOL@
 
213
OTOOL64 = @OTOOL64@
 
214
PACKAGE = @PACKAGE@
 
215
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
216
PACKAGE_NAME = @PACKAGE_NAME@
 
217
PACKAGE_STRING = @PACKAGE_STRING@
 
218
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
219
PACKAGE_URL = @PACKAGE_URL@
 
220
PACKAGE_VERSION = @PACKAGE_VERSION@
 
221
PANELS_DIR = @PANELS_DIR@
 
222
PANEL_CFLAGS = @PANEL_CFLAGS@
 
223
PANEL_LDFLAGS = @PANEL_LDFLAGS@
 
224
PANEL_LIBS = @PANEL_LIBS@
 
225
PATH_SEPARATOR = @PATH_SEPARATOR@
 
226
PKG_CONFIG = @PKG_CONFIG@
 
227
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
228
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
229
POSUB = @POSUB@
 
230
POWER_PANEL_CFLAGS = @POWER_PANEL_CFLAGS@
 
231
POWER_PANEL_LIBS = @POWER_PANEL_LIBS@
 
232
PRINTERS_PANEL_CFLAGS = @PRINTERS_PANEL_CFLAGS@
 
233
PRINTERS_PANEL_LIBS = @PRINTERS_PANEL_LIBS@
 
234
RANLIB = @RANLIB@
 
235
REGION_PANEL_CFLAGS = @REGION_PANEL_CFLAGS@
 
236
REGION_PANEL_LIBS = @REGION_PANEL_LIBS@
 
237
SCREEN_PANEL_CFLAGS = @SCREEN_PANEL_CFLAGS@
 
238
SCREEN_PANEL_LIBS = @SCREEN_PANEL_LIBS@
 
239
SED = @SED@
 
240
SET_MAKE = @SET_MAKE@
 
241
SHELL = @SHELL@
 
242
SHELL_CFLAGS = @SHELL_CFLAGS@
 
243
SHELL_LIBS = @SHELL_LIBS@
 
244
SOCIALWEB_CFLAGS = @SOCIALWEB_CFLAGS@
 
245
SOCIALWEB_LIBS = @SOCIALWEB_LIBS@
 
246
SOUND_PANEL_CFLAGS = @SOUND_PANEL_CFLAGS@
 
247
SOUND_PANEL_LIBS = @SOUND_PANEL_LIBS@
 
248
STRIP = @STRIP@
 
249
UNIVERSAL_ACCESS_PANEL_CFLAGS = @UNIVERSAL_ACCESS_PANEL_CFLAGS@
 
250
UNIVERSAL_ACCESS_PANEL_LIBS = @UNIVERSAL_ACCESS_PANEL_LIBS@
 
251
UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
 
252
USER_ACCOUNTS_PANEL_CFLAGS = @USER_ACCOUNTS_PANEL_CFLAGS@
 
253
USER_ACCOUNTS_PANEL_LIBS = @USER_ACCOUNTS_PANEL_LIBS@
 
254
USE_NLS = @USE_NLS@
 
255
VERSION = @VERSION@
 
256
WARN_CFLAGS = @WARN_CFLAGS@
 
257
XF86MISC_LIBS = @XF86MISC_LIBS@
 
258
XGETTEXT = @XGETTEXT@
 
259
XGETTEXT_015 = @XGETTEXT_015@
 
260
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
261
XMKMF = @XMKMF@
 
262
X_CFLAGS = @X_CFLAGS@
 
263
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
264
X_LIBS = @X_LIBS@
 
265
X_PRE_LIBS = @X_PRE_LIBS@
 
266
abs_builddir = @abs_builddir@
 
267
abs_srcdir = @abs_srcdir@
 
268
abs_top_builddir = @abs_top_builddir@
 
269
abs_top_srcdir = @abs_top_srcdir@
 
270
ac_ct_AR = @ac_ct_AR@
 
271
ac_ct_CC = @ac_ct_CC@
 
272
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
273
am__include = @am__include@
 
274
am__leading_dot = @am__leading_dot@
 
275
am__quote = @am__quote@
 
276
am__tar = @am__tar@
 
277
am__untar = @am__untar@
 
278
bindir = @bindir@
 
279
build = @build@
 
280
build_alias = @build_alias@
 
281
build_cpu = @build_cpu@
 
282
build_os = @build_os@
 
283
build_vendor = @build_vendor@
 
284
builddir = @builddir@
 
285
datadir = @datadir@
 
286
datarootdir = @datarootdir@
 
287
docdir = @docdir@
 
288
dvidir = @dvidir@
 
289
exec_prefix = @exec_prefix@
 
290
host = @host@
 
291
host_alias = @host_alias@
 
292
host_cpu = @host_cpu@
 
293
host_os = @host_os@
 
294
host_vendor = @host_vendor@
 
295
htmldir = @htmldir@
 
296
includedir = @includedir@
 
297
infodir = @infodir@
 
298
install_sh = @install_sh@
 
299
libdir = @libdir@
 
300
libexecdir = @libexecdir@
 
301
localedir = @localedir@
 
302
localstatedir = @localstatedir@
 
303
mandir = @mandir@
 
304
mkdir_p = @mkdir_p@
 
305
oldincludedir = @oldincludedir@
 
306
pdfdir = @pdfdir@
 
307
prefix = @prefix@
 
308
program_transform_name = @program_transform_name@
 
309
psdir = @psdir@
 
310
sbindir = @sbindir@
 
311
sharedstatedir = @sharedstatedir@
 
312
srcdir = @srcdir@
 
313
sysconfdir = @sysconfdir@
 
314
target_alias = @target_alias@
 
315
top_build_prefix = @top_build_prefix@
 
316
top_builddir = @top_builddir@
 
317
top_srcdir = @top_srcdir@
 
318
SUBDIRS = status apps
 
319
all: all-recursive
 
320
 
 
321
.SUFFIXES:
 
322
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
323
        @for dep in $?; do \
 
324
          case '$(am__configure_deps)' in \
 
325
            *$$dep*) \
 
326
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
327
                && { if test -f $@; then exit 0; else break; fi; }; \
 
328
              exit 1;; \
 
329
          esac; \
 
330
        done; \
 
331
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu panels/sound/data/icons/22x22/Makefile'; \
 
332
        $(am__cd) $(top_srcdir) && \
 
333
          $(AUTOMAKE) --gnu panels/sound/data/icons/22x22/Makefile
 
334
.PRECIOUS: Makefile
 
335
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
336
        @case '$?' in \
 
337
          *config.status*) \
 
338
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
339
          *) \
 
340
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
341
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
342
        esac;
 
343
 
 
344
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
346
 
 
347
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
350
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
351
$(am__aclocal_m4_deps):
 
352
 
 
353
mostlyclean-libtool:
 
354
        -rm -f *.lo
 
355
 
 
356
clean-libtool:
 
357
        -rm -rf .libs _libs
 
358
 
 
359
# This directory's subdirectories are mostly independent; you can cd
 
360
# into them and run `make' without going through this Makefile.
 
361
# To change the values of `make' variables: instead of editing Makefiles,
 
362
# (1) if the variable is set in `config.status', edit `config.status'
 
363
#     (which will cause the Makefiles to be regenerated when you run `make');
 
364
# (2) otherwise, pass the desired values on the `make' command line.
 
365
$(RECURSIVE_TARGETS):
 
366
        @fail= failcom='exit 1'; \
 
367
        for f in x $$MAKEFLAGS; do \
 
368
          case $$f in \
 
369
            *=* | --[!k]*);; \
 
370
            *k*) failcom='fail=yes';; \
 
371
          esac; \
 
372
        done; \
 
373
        dot_seen=no; \
 
374
        target=`echo $@ | sed s/-recursive//`; \
 
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
376
          echo "Making $$target in $$subdir"; \
 
377
          if test "$$subdir" = "."; then \
 
378
            dot_seen=yes; \
 
379
            local_target="$$target-am"; \
 
380
          else \
 
381
            local_target="$$target"; \
 
382
          fi; \
 
383
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
384
          || eval $$failcom; \
 
385
        done; \
 
386
        if test "$$dot_seen" = "no"; then \
 
387
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
388
        fi; test -z "$$fail"
 
389
 
 
390
$(RECURSIVE_CLEAN_TARGETS):
 
391
        @fail= failcom='exit 1'; \
 
392
        for f in x $$MAKEFLAGS; do \
 
393
          case $$f in \
 
394
            *=* | --[!k]*);; \
 
395
            *k*) failcom='fail=yes';; \
 
396
          esac; \
 
397
        done; \
 
398
        dot_seen=no; \
 
399
        case "$@" in \
 
400
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
401
          *) list='$(SUBDIRS)' ;; \
 
402
        esac; \
 
403
        rev=''; for subdir in $$list; do \
 
404
          if test "$$subdir" = "."; then :; else \
 
405
            rev="$$subdir $$rev"; \
 
406
          fi; \
 
407
        done; \
 
408
        rev="$$rev ."; \
 
409
        target=`echo $@ | sed s/-recursive//`; \
 
410
        for subdir in $$rev; do \
 
411
          echo "Making $$target in $$subdir"; \
 
412
          if test "$$subdir" = "."; then \
 
413
            local_target="$$target-am"; \
 
414
          else \
 
415
            local_target="$$target"; \
 
416
          fi; \
 
417
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
418
          || eval $$failcom; \
 
419
        done && test -z "$$fail"
 
420
tags-recursive:
 
421
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
422
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
423
        done
 
424
ctags-recursive:
 
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
426
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
427
        done
 
428
 
 
429
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
430
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
431
        unique=`for i in $$list; do \
 
432
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
433
          done | \
 
434
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
435
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
436
        mkid -fID $$unique
 
437
tags: TAGS
 
438
 
 
439
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
440
                $(TAGS_FILES) $(LISP)
 
441
        set x; \
 
442
        here=`pwd`; \
 
443
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
444
          include_option=--etags-include; \
 
445
          empty_fix=.; \
 
446
        else \
 
447
          include_option=--include; \
 
448
          empty_fix=; \
 
449
        fi; \
 
450
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
451
          if test "$$subdir" = .; then :; else \
 
452
            test ! -f $$subdir/TAGS || \
 
453
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
454
          fi; \
 
455
        done; \
 
456
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
457
        unique=`for i in $$list; do \
 
458
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
459
          done | \
 
460
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
461
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
462
        shift; \
 
463
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
464
          test -n "$$unique" || unique=$$empty_fix; \
 
465
          if test $$# -gt 0; then \
 
466
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
467
              "$$@" $$unique; \
 
468
          else \
 
469
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
470
              $$unique; \
 
471
          fi; \
 
472
        fi
 
473
ctags: CTAGS
 
474
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
475
                $(TAGS_FILES) $(LISP)
 
476
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
477
        unique=`for i in $$list; do \
 
478
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
479
          done | \
 
480
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
481
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
482
        test -z "$(CTAGS_ARGS)$$unique" \
 
483
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
484
             $$unique
 
485
 
 
486
GTAGS:
 
487
        here=`$(am__cd) $(top_builddir) && pwd` \
 
488
          && $(am__cd) $(top_srcdir) \
 
489
          && gtags -i $(GTAGS_ARGS) "$$here"
 
490
 
 
491
distclean-tags:
 
492
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
493
 
 
494
distdir: $(DISTFILES)
 
495
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
496
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
497
        list='$(DISTFILES)'; \
 
498
          dist_files=`for file in $$list; do echo $$file; done | \
 
499
          sed -e "s|^$$srcdirstrip/||;t" \
 
500
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
501
        case $$dist_files in \
 
502
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
503
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
504
                           sort -u` ;; \
 
505
        esac; \
 
506
        for file in $$dist_files; do \
 
507
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
508
          if test -d $$d/$$file; then \
 
509
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
510
            if test -d "$(distdir)/$$file"; then \
 
511
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
512
            fi; \
 
513
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
514
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
515
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
516
            fi; \
 
517
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
518
          else \
 
519
            test -f "$(distdir)/$$file" \
 
520
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
521
            || exit 1; \
 
522
          fi; \
 
523
        done
 
524
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
525
          if test "$$subdir" = .; then :; else \
 
526
            test -d "$(distdir)/$$subdir" \
 
527
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
528
            || exit 1; \
 
529
          fi; \
 
530
        done
 
531
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
532
          if test "$$subdir" = .; then :; else \
 
533
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
534
            $(am__relativize); \
 
535
            new_distdir=$$reldir; \
 
536
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
537
            $(am__relativize); \
 
538
            new_top_distdir=$$reldir; \
 
539
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
540
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
541
            ($(am__cd) $$subdir && \
 
542
              $(MAKE) $(AM_MAKEFLAGS) \
 
543
                top_distdir="$$new_top_distdir" \
 
544
                distdir="$$new_distdir" \
 
545
                am__remove_distdir=: \
 
546
                am__skip_length_check=: \
 
547
                am__skip_mode_fix=: \
 
548
                distdir) \
 
549
              || exit 1; \
 
550
          fi; \
 
551
        done
 
552
check-am: all-am
 
553
check: check-recursive
 
554
all-am: Makefile
 
555
installdirs: installdirs-recursive
 
556
installdirs-am:
 
557
install: install-recursive
 
558
install-exec: install-exec-recursive
 
559
install-data: install-data-recursive
 
560
uninstall: uninstall-recursive
 
561
 
 
562
install-am: all-am
 
563
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
564
 
 
565
installcheck: installcheck-recursive
 
566
install-strip:
 
567
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
568
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
569
          `test -z '$(STRIP)' || \
 
570
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
571
mostlyclean-generic:
 
572
 
 
573
clean-generic:
 
574
 
 
575
distclean-generic:
 
576
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
577
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
578
 
 
579
maintainer-clean-generic:
 
580
        @echo "This command is intended for maintainers to use"
 
581
        @echo "it deletes files that may require special tools to rebuild."
 
582
clean: clean-recursive
 
583
 
 
584
clean-am: clean-generic clean-libtool mostlyclean-am
 
585
 
 
586
distclean: distclean-recursive
 
587
        -rm -f Makefile
 
588
distclean-am: clean-am distclean-generic distclean-tags
 
589
 
 
590
dvi: dvi-recursive
 
591
 
 
592
dvi-am:
 
593
 
 
594
html: html-recursive
 
595
 
 
596
html-am:
 
597
 
 
598
info: info-recursive
 
599
 
 
600
info-am:
 
601
 
 
602
install-data-am:
 
603
 
 
604
install-dvi: install-dvi-recursive
 
605
 
 
606
install-dvi-am:
 
607
 
 
608
install-exec-am:
 
609
 
 
610
install-html: install-html-recursive
 
611
 
 
612
install-html-am:
 
613
 
 
614
install-info: install-info-recursive
 
615
 
 
616
install-info-am:
 
617
 
 
618
install-man:
 
619
 
 
620
install-pdf: install-pdf-recursive
 
621
 
 
622
install-pdf-am:
 
623
 
 
624
install-ps: install-ps-recursive
 
625
 
 
626
install-ps-am:
 
627
 
 
628
installcheck-am:
 
629
 
 
630
maintainer-clean: maintainer-clean-recursive
 
631
        -rm -f Makefile
 
632
maintainer-clean-am: distclean-am maintainer-clean-generic
 
633
 
 
634
mostlyclean: mostlyclean-recursive
 
635
 
 
636
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
637
 
 
638
pdf: pdf-recursive
 
639
 
 
640
pdf-am:
 
641
 
 
642
ps: ps-recursive
 
643
 
 
644
ps-am:
 
645
 
 
646
uninstall-am:
 
647
 
 
648
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
649
        install-am install-strip tags-recursive
 
650
 
 
651
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
652
        all all-am check check-am clean clean-generic clean-libtool \
 
653
        ctags ctags-recursive distclean distclean-generic \
 
654
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
655
        html-am info info-am install install-am install-data \
 
656
        install-data-am install-dvi install-dvi-am install-exec \
 
657
        install-exec-am install-html install-html-am install-info \
 
658
        install-info-am install-man install-pdf install-pdf-am \
 
659
        install-ps install-ps-am install-strip installcheck \
 
660
        installcheck-am installdirs installdirs-am maintainer-clean \
 
661
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
662
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
663
        uninstall uninstall-am
 
664
 
 
665
 
 
666
-include $(top_srcdir)/git.mk
 
667
 
 
668
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
669
# Otherwise a system limit (for SysV at least) may be exceeded.
 
670
.NOEXPORT: