~cjcurran/gnome-control-center/fix-profiles

« back to all changes in this revision

Viewing changes to panels/sound-nua/data/icons/48x48/Makefile.in

  • Committer: Conor Curran
  • Date: 2012-02-02 23:14:14 UTC
  • Revision ID: conor.curran@canonical.com-20120202231414-xkpgkpevzwgdorq5
make new panel for sound redesign

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