~ricmm/+junk/unity-lens_music-sc

« back to all changes in this revision

Viewing changes to tests/Makefile

  • Committer: Ricardo Mendoza
  • Date: 2012-09-05 14:20:15 UTC
  • Revision ID: ricardo.mendoza@canonical.com-20120905142015-prem6hiyfshwgm8q
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
2
# tests/Makefile.  Generated from Makefile.in by configure.
 
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.
 
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
 
 
17
 
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
 
35
pkgdatadir = $(datadir)/unity-lens-music
 
36
pkgincludedir = $(includedir)/unity-lens-music
 
37
pkglibdir = $(libdir)/unity-lens-music
 
38
pkglibexecdir = $(libexecdir)/unity-lens-music
 
39
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
40
install_sh_DATA = $(install_sh) -c -m 644
 
41
install_sh_PROGRAM = $(install_sh) -c
 
42
install_sh_SCRIPT = $(install_sh) -c
 
43
INSTALL_HEADER = $(INSTALL_DATA)
 
44
transform = $(program_transform_name)
 
45
NORMAL_INSTALL = :
 
46
PRE_INSTALL = :
 
47
POST_INSTALL = :
 
48
NORMAL_UNINSTALL = :
 
49
PRE_UNINSTALL = :
 
50
POST_UNINSTALL = :
 
51
build_triplet = x86_64-pc-linux-gnu
 
52
host_triplet = x86_64-pc-linux-gnu
 
53
subdir = tests
 
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
56
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
57
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
58
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
59
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
 
60
        $(top_srcdir)/configure.ac
 
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
62
        $(ACLOCAL_M4)
 
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
64
CONFIG_HEADER = $(top_builddir)/config.h
 
65
CONFIG_CLEAN_FILES =
 
66
CONFIG_CLEAN_VPATH_FILES =
 
67
AM_V_GEN = $(am__v_GEN_$(V))
 
68
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
69
am__v_GEN_0 = @echo "  GEN   " $@;
 
70
AM_V_at = $(am__v_at_$(V))
 
71
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
72
am__v_at_0 = @
 
73
SOURCES =
 
74
DIST_SOURCES =
 
75
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
76
        html-recursive info-recursive install-data-recursive \
 
77
        install-dvi-recursive install-exec-recursive \
 
78
        install-html-recursive install-info-recursive \
 
79
        install-pdf-recursive install-ps-recursive install-recursive \
 
80
        installcheck-recursive installdirs-recursive pdf-recursive \
 
81
        ps-recursive uninstall-recursive
 
82
am__can_run_installinfo = \
 
83
  case $$AM_UPDATE_INFO_DIR in \
 
84
    n|no|NO) false;; \
 
85
    *) (install-info --version) >/dev/null 2>&1;; \
 
86
  esac
 
87
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
88
  distclean-recursive maintainer-clean-recursive
 
89
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
90
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
91
        distdir
 
92
ETAGS = etags
 
93
CTAGS = ctags
 
94
DIST_SUBDIRS = $(SUBDIRS)
 
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
am__relativize = \
 
97
  dir0=`pwd`; \
 
98
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
99
  sed_rest='s,^[^/]*/*,,'; \
 
100
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
101
  sed_butlast='s,/*[^/]*$$,,'; \
 
102
  while test -n "$$dir1"; do \
 
103
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
104
    if test "$$first" != "."; then \
 
105
      if test "$$first" = ".."; then \
 
106
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
107
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
108
      else \
 
109
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
110
        if test "$$first2" = "$$first"; then \
 
111
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
112
        else \
 
113
          dir2="../$$dir2"; \
 
114
        fi; \
 
115
        dir0="$$dir0"/"$$first"; \
 
116
      fi; \
 
117
    fi; \
 
118
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
119
  done; \
 
120
  reldir="$$dir2"
 
121
ACLOCAL = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run aclocal-1.11
 
122
ALL_LINGUAS = 
 
123
AMTAR = $${TAR-tar}
 
124
AM_DEFAULT_VERBOSITY = 0
 
125
AR = ar
 
126
AUTOCONF = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run autoconf
 
127
AUTOHEADER = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run autoheader
 
128
AUTOMAKE = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run automake-1.11
 
129
AWK = gawk
 
130
CATALOGS = 
 
131
CATOBJEXT = .gmo
 
132
CC = gcc
 
133
CCDEPMODE = depmode=none
 
134
CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
 
135
CONFIG_STATUS_DEPENDENCIES = $(top_srcdir)/po/LINGUAS
 
136
CPP = gcc -E
 
137
CPPFLAGS = -D_FORTIFY_SOURCE=2
 
138
CYGPATH_W = echo
 
139
DATADIR = /usr/share
 
140
DATADIRNAME = share
 
141
DBUSSERVICEDIR = /usr/share/dbus-1/services
 
142
DEFS = -DHAVE_CONFIG_H
 
143
DEPDIR = .deps
 
144
DLLTOOL = false
 
145
DSYMUTIL = 
 
146
DUMPBIN = 
 
147
ECHO_C = 
 
148
ECHO_N = -n
 
149
ECHO_T = 
 
150
EGREP = /bin/grep -E
 
151
EXEEXT = 
 
152
FGREP = /bin/grep -F
 
153
GETTEXT_PACKAGE = unity-lens-music
 
154
GMOFILES = 
 
155
GMSGFMT = /usr/bin/msgfmt
 
156
GREP = /bin/grep
 
157
INSTALL = /usr/bin/install -c
 
158
INSTALL_DATA = ${INSTALL} -m 644
 
159
INSTALL_PROGRAM = ${INSTALL}
 
160
INSTALL_SCRIPT = ${INSTALL}
 
161
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
 
162
INSTOBJEXT = .mo
 
163
INTLLIBS = 
 
164
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
 
165
INTLTOOL_LENS_RULE = %.lens: %.lens.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 
166
INTLTOOL_MERGE = /usr/bin/intltool-merge
 
167
INTLTOOL_PERL = /usr/bin/perl
 
168
INTLTOOL_UPDATE = /usr/bin/intltool-update
 
169
INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
 
170
INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
 
171
INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
 
172
INTLTOOL__v_MERGE_0 = @echo "  ITMRG " $@;
 
173
LD = /usr/bin/ld -m elf_x86_64
 
174
LDFLAGS = -Wl,-Bsymbolic-functions -Wl,-z,relro
 
175
LENSESDIR = /usr/share/unity/lenses
 
176
LENS_DAEMON_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/gee-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/unity/unity -I/usr/include/libdbusmenu-glib-0.4 -I/usr/include/dee-1.0  
 
177
LENS_DAEMON_LIBS = -pthread -lsqlite3 -ljson-glib-1.0 -lunity -ldee-1.0 -lgee -ldbusmenu-glib -lgthread-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ltdb  
 
178
LIBOBJS = 
 
179
LIBS = 
 
180
LIBTOOL = $(SHELL) $(top_builddir)/libtool
 
181
LIPO = 
 
182
LN_S = ln -s
 
183
LTLIBOBJS = 
 
184
MAINT = #
 
185
MAKEINFO = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run makeinfo
 
186
MANIFEST_TOOL = :
 
187
MKDIR_P = /bin/mkdir -p
 
188
MKINSTALLDIRS = ./mkinstalldirs
 
189
MSGFMT = /usr/bin/msgfmt
 
190
MSGFMT_OPTS = -c
 
191
MSGMERGE = /usr/bin/msgmerge
 
192
NM = /usr/bin/nm -B
 
193
NMEDIT = 
 
194
OBJDUMP = objdump
 
195
OBJEXT = o
 
196
OTOOL = 
 
197
OTOOL64 = 
 
198
PACKAGE = unity-lens-music
 
199
PACKAGE_BUGREPORT = https://launchpad.net/unity-lens-music
 
200
PACKAGE_NAME = unity-lens-music
 
201
PACKAGE_STRING = unity-lens-music 6.6.0
 
202
PACKAGE_TARNAME = unity-lens-music
 
203
PACKAGE_URL = 
 
204
PACKAGE_VERSION = 6.6.0
 
205
PATH_SEPARATOR = :
 
206
PKG_CONFIG = /usr/bin/pkg-config
 
207
PKG_CONFIG_LIBDIR = 
 
208
PKG_CONFIG_PATH = 
 
209
POFILES = 
 
210
POSUB = po
 
211
PO_IN_DATADIR_FALSE = 
 
212
PO_IN_DATADIR_TRUE = 
 
213
PREFIX = /usr
 
214
PREVIEW_PLAYER_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  
 
215
PREVIEW_PLAYER_LIBS = -pthread -lgio-2.0 -lgstpbutils-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0  
 
216
RANLIB = ranlib
 
217
SED = /bin/sed
 
218
SET_MAKE = 
 
219
SHELL = /bin/bash
 
220
STRIP = strip
 
221
USE_NLS = yes
 
222
VALAC = /usr/bin/valac
 
223
VERSION = 6.6.0
 
224
XGETTEXT = /usr/bin/xgettext
 
225
abs_builddir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/tests
 
226
abs_srcdir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/tests
 
227
abs_top_builddir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0
 
228
abs_top_srcdir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0
 
229
ac_ct_AR = ar
 
230
ac_ct_CC = gcc
 
231
ac_ct_DUMPBIN = 
 
232
am__include = include
 
233
am__leading_dot = .
 
234
am__quote = 
 
235
am__tar = $${TAR-tar} chof - "$$tardir"
 
236
am__untar = $${TAR-tar} xf -
 
237
bindir = ${exec_prefix}/bin
 
238
build = x86_64-pc-linux-gnu
 
239
build_alias = x86_64-linux-gnu
 
240
build_cpu = x86_64
 
241
build_os = linux-gnu
 
242
build_vendor = pc
 
243
builddir = .
 
244
datadir = ${datarootdir}
 
245
datarootdir = ${prefix}/share
 
246
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
 
247
dvidir = ${docdir}
 
248
exec_prefix = ${prefix}
 
249
host = x86_64-pc-linux-gnu
 
250
host_alias = 
 
251
host_cpu = x86_64
 
252
host_os = linux-gnu
 
253
host_vendor = pc
 
254
htmldir = ${docdir}
 
255
includedir = ${prefix}/include
 
256
infodir = ${prefix}/share/info
 
257
install_sh = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/install-sh
 
258
intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
 
259
intltool__v_merge_options_0 = -q
 
260
libdir = ${prefix}/lib/x86_64-linux-gnu
 
261
libexecdir = ${prefix}/lib/x86_64-linux-gnu
 
262
localedir = ${prefix}/${DATADIRNAME}/locale
 
263
localstatedir = /var
 
264
mandir = ${prefix}/share/man
 
265
mkdir_p = /bin/mkdir -p
 
266
oldincludedir = /usr/include
 
267
pdfdir = ${docdir}
 
268
prefix = /usr
 
269
program_transform_name = s,x,x,
 
270
psdir = ${docdir}
 
271
sbindir = ${exec_prefix}/sbin
 
272
sharedstatedir = ${prefix}/com
 
273
srcdir = .
 
274
sysconfdir = /etc
 
275
target_alias = 
 
276
top_build_prefix = ../
 
277
top_builddir = ..
 
278
top_srcdir = ..
 
279
SUBDIRS = unit
 
280
all: all-recursive
 
281
 
 
282
.SUFFIXES:
 
283
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
284
        @for dep in $?; do \
 
285
          case '$(am__configure_deps)' in \
 
286
            *$$dep*) \
 
287
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
288
                && { if test -f $@; then exit 0; else break; fi; }; \
 
289
              exit 1;; \
 
290
          esac; \
 
291
        done; \
 
292
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
 
293
        $(am__cd) $(top_srcdir) && \
 
294
          $(AUTOMAKE) --gnu tests/Makefile
 
295
.PRECIOUS: Makefile
 
296
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
297
        @case '$?' in \
 
298
          *config.status*) \
 
299
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
300
          *) \
 
301
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
302
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
303
        esac;
 
304
 
 
305
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
307
 
 
308
$(top_srcdir)/configure: # $(am__configure_deps)
 
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
310
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
312
$(am__aclocal_m4_deps):
 
313
 
 
314
mostlyclean-libtool:
 
315
        -rm -f *.lo
 
316
 
 
317
clean-libtool:
 
318
        -rm -rf .libs _libs
 
319
 
 
320
# This directory's subdirectories are mostly independent; you can cd
 
321
# into them and run `make' without going through this Makefile.
 
322
# To change the values of `make' variables: instead of editing Makefiles,
 
323
# (1) if the variable is set in `config.status', edit `config.status'
 
324
#     (which will cause the Makefiles to be regenerated when you run `make');
 
325
# (2) otherwise, pass the desired values on the `make' command line.
 
326
$(RECURSIVE_TARGETS):
 
327
        @fail= failcom='exit 1'; \
 
328
        for f in x $$MAKEFLAGS; do \
 
329
          case $$f in \
 
330
            *=* | --[!k]*);; \
 
331
            *k*) failcom='fail=yes';; \
 
332
          esac; \
 
333
        done; \
 
334
        dot_seen=no; \
 
335
        target=`echo $@ | sed s/-recursive//`; \
 
336
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
337
          echo "Making $$target in $$subdir"; \
 
338
          if test "$$subdir" = "."; then \
 
339
            dot_seen=yes; \
 
340
            local_target="$$target-am"; \
 
341
          else \
 
342
            local_target="$$target"; \
 
343
          fi; \
 
344
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
345
          || eval $$failcom; \
 
346
        done; \
 
347
        if test "$$dot_seen" = "no"; then \
 
348
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
349
        fi; test -z "$$fail"
 
350
 
 
351
$(RECURSIVE_CLEAN_TARGETS):
 
352
        @fail= failcom='exit 1'; \
 
353
        for f in x $$MAKEFLAGS; do \
 
354
          case $$f in \
 
355
            *=* | --[!k]*);; \
 
356
            *k*) failcom='fail=yes';; \
 
357
          esac; \
 
358
        done; \
 
359
        dot_seen=no; \
 
360
        case "$@" in \
 
361
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
362
          *) list='$(SUBDIRS)' ;; \
 
363
        esac; \
 
364
        rev=''; for subdir in $$list; do \
 
365
          if test "$$subdir" = "."; then :; else \
 
366
            rev="$$subdir $$rev"; \
 
367
          fi; \
 
368
        done; \
 
369
        rev="$$rev ."; \
 
370
        target=`echo $@ | sed s/-recursive//`; \
 
371
        for subdir in $$rev; do \
 
372
          echo "Making $$target in $$subdir"; \
 
373
          if test "$$subdir" = "."; then \
 
374
            local_target="$$target-am"; \
 
375
          else \
 
376
            local_target="$$target"; \
 
377
          fi; \
 
378
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
379
          || eval $$failcom; \
 
380
        done && test -z "$$fail"
 
381
tags-recursive:
 
382
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
383
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
384
        done
 
385
ctags-recursive:
 
386
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
387
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
388
        done
 
389
 
 
390
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
391
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
392
        unique=`for i in $$list; do \
 
393
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
394
          done | \
 
395
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
396
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
397
        mkid -fID $$unique
 
398
tags: TAGS
 
399
 
 
400
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
401
                $(TAGS_FILES) $(LISP)
 
402
        set x; \
 
403
        here=`pwd`; \
 
404
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
405
          include_option=--etags-include; \
 
406
          empty_fix=.; \
 
407
        else \
 
408
          include_option=--include; \
 
409
          empty_fix=; \
 
410
        fi; \
 
411
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
412
          if test "$$subdir" = .; then :; else \
 
413
            test ! -f $$subdir/TAGS || \
 
414
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
415
          fi; \
 
416
        done; \
 
417
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
418
        unique=`for i in $$list; do \
 
419
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
420
          done | \
 
421
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
422
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
423
        shift; \
 
424
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
425
          test -n "$$unique" || unique=$$empty_fix; \
 
426
          if test $$# -gt 0; then \
 
427
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
428
              "$$@" $$unique; \
 
429
          else \
 
430
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
431
              $$unique; \
 
432
          fi; \
 
433
        fi
 
434
ctags: CTAGS
 
435
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
436
                $(TAGS_FILES) $(LISP)
 
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
        test -z "$(CTAGS_ARGS)$$unique" \
 
444
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
445
             $$unique
 
446
 
 
447
GTAGS:
 
448
        here=`$(am__cd) $(top_builddir) && pwd` \
 
449
          && $(am__cd) $(top_srcdir) \
 
450
          && gtags -i $(GTAGS_ARGS) "$$here"
 
451
 
 
452
distclean-tags:
 
453
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
454
 
 
455
distdir: $(DISTFILES)
 
456
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
457
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
458
        list='$(DISTFILES)'; \
 
459
          dist_files=`for file in $$list; do echo $$file; done | \
 
460
          sed -e "s|^$$srcdirstrip/||;t" \
 
461
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
462
        case $$dist_files in \
 
463
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
464
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
465
                           sort -u` ;; \
 
466
        esac; \
 
467
        for file in $$dist_files; do \
 
468
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
469
          if test -d $$d/$$file; then \
 
470
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
471
            if test -d "$(distdir)/$$file"; then \
 
472
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
473
            fi; \
 
474
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
475
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
476
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
477
            fi; \
 
478
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
479
          else \
 
480
            test -f "$(distdir)/$$file" \
 
481
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
482
            || exit 1; \
 
483
          fi; \
 
484
        done
 
485
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
486
          if test "$$subdir" = .; then :; else \
 
487
            $(am__make_dryrun) \
 
488
              || test -d "$(distdir)/$$subdir" \
 
489
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
490
              || exit 1; \
 
491
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
492
            $(am__relativize); \
 
493
            new_distdir=$$reldir; \
 
494
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
495
            $(am__relativize); \
 
496
            new_top_distdir=$$reldir; \
 
497
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
498
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
499
            ($(am__cd) $$subdir && \
 
500
              $(MAKE) $(AM_MAKEFLAGS) \
 
501
                top_distdir="$$new_top_distdir" \
 
502
                distdir="$$new_distdir" \
 
503
                am__remove_distdir=: \
 
504
                am__skip_length_check=: \
 
505
                am__skip_mode_fix=: \
 
506
                distdir) \
 
507
              || exit 1; \
 
508
          fi; \
 
509
        done
 
510
check-am: all-am
 
511
check: check-recursive
 
512
all-am: Makefile
 
513
installdirs: installdirs-recursive
 
514
installdirs-am:
 
515
install: install-recursive
 
516
install-exec: install-exec-recursive
 
517
install-data: install-data-recursive
 
518
uninstall: uninstall-recursive
 
519
 
 
520
install-am: all-am
 
521
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
522
 
 
523
installcheck: installcheck-recursive
 
524
install-strip:
 
525
        if test -z '$(STRIP)'; then \
 
526
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
527
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
528
              install; \
 
529
        else \
 
530
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
531
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
532
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
533
        fi
 
534
mostlyclean-generic:
 
535
 
 
536
clean-generic:
 
537
 
 
538
distclean-generic:
 
539
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
540
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
541
 
 
542
maintainer-clean-generic:
 
543
        @echo "This command is intended for maintainers to use"
 
544
        @echo "it deletes files that may require special tools to rebuild."
 
545
clean: clean-recursive
 
546
 
 
547
clean-am: clean-generic clean-libtool mostlyclean-am
 
548
 
 
549
distclean: distclean-recursive
 
550
        -rm -f Makefile
 
551
distclean-am: clean-am distclean-generic distclean-tags
 
552
 
 
553
dvi: dvi-recursive
 
554
 
 
555
dvi-am:
 
556
 
 
557
html: html-recursive
 
558
 
 
559
html-am:
 
560
 
 
561
info: info-recursive
 
562
 
 
563
info-am:
 
564
 
 
565
install-data-am:
 
566
 
 
567
install-dvi: install-dvi-recursive
 
568
 
 
569
install-dvi-am:
 
570
 
 
571
install-exec-am:
 
572
 
 
573
install-html: install-html-recursive
 
574
 
 
575
install-html-am:
 
576
 
 
577
install-info: install-info-recursive
 
578
 
 
579
install-info-am:
 
580
 
 
581
install-man:
 
582
 
 
583
install-pdf: install-pdf-recursive
 
584
 
 
585
install-pdf-am:
 
586
 
 
587
install-ps: install-ps-recursive
 
588
 
 
589
install-ps-am:
 
590
 
 
591
installcheck-am:
 
592
 
 
593
maintainer-clean: maintainer-clean-recursive
 
594
        -rm -f Makefile
 
595
maintainer-clean-am: distclean-am maintainer-clean-generic
 
596
 
 
597
mostlyclean: mostlyclean-recursive
 
598
 
 
599
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
600
 
 
601
pdf: pdf-recursive
 
602
 
 
603
pdf-am:
 
604
 
 
605
ps: ps-recursive
 
606
 
 
607
ps-am:
 
608
 
 
609
uninstall-am:
 
610
 
 
611
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
612
        install-am install-strip tags-recursive
 
613
 
 
614
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
615
        all all-am check check-am clean clean-generic clean-libtool \
 
616
        ctags ctags-recursive distclean distclean-generic \
 
617
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
618
        html-am info info-am install install-am install-data \
 
619
        install-data-am install-dvi install-dvi-am install-exec \
 
620
        install-exec-am install-html install-html-am install-info \
 
621
        install-info-am install-man install-pdf install-pdf-am \
 
622
        install-ps install-ps-am install-strip installcheck \
 
623
        installcheck-am installdirs installdirs-am maintainer-clean \
 
624
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
625
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
626
        uninstall uninstall-am
 
627
 
 
628
 
 
629
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
630
# Otherwise a system limit (for SysV at least) may be exceeded.
 
631
.NOEXPORT: