~ubuntu-branches/ubuntu/precise/unity-lens-music/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-08-11 19:37:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110811193731-0dym5igg8sfanj5z
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

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
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = .
 
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
40
        $(srcdir)/music.lens.in.in $(top_srcdir)/configure AUTHORS \
 
41
        COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
 
42
        depcomp install-sh ltmain.sh missing mkinstalldirs
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
45
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
47
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
 
48
        $(top_srcdir)/configure.ac
 
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
50
        $(ACLOCAL_M4)
 
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
52
 configure.lineno config.status.lineno
 
53
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
54
CONFIG_HEADER = config.h
 
55
CONFIG_CLEAN_FILES = music.lens.in
 
56
CONFIG_CLEAN_VPATH_FILES =
 
57
AM_V_GEN = $(am__v_GEN_$(V))
 
58
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_GEN_0 = @echo "  GEN   " $@;
 
60
AM_V_at = $(am__v_at_$(V))
 
61
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
62
am__v_at_0 = @
 
63
SOURCES =
 
64
DIST_SOURCES =
 
65
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
66
        html-recursive info-recursive install-data-recursive \
 
67
        install-dvi-recursive install-exec-recursive \
 
68
        install-html-recursive install-info-recursive \
 
69
        install-pdf-recursive install-ps-recursive install-recursive \
 
70
        installcheck-recursive installdirs-recursive pdf-recursive \
 
71
        ps-recursive uninstall-recursive
 
72
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
73
am__vpath_adj = case $$p in \
 
74
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
75
    *) f=$$p;; \
 
76
  esac;
 
77
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
78
am__install_max = 40
 
79
am__nobase_strip_setup = \
 
80
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
81
am__nobase_strip = \
 
82
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
83
am__nobase_list = $(am__nobase_strip_setup); \
 
84
  for p in $$list; do echo "$$p $$p"; done | \
 
85
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
86
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
87
    if (++n[$$2] == $(am__install_max)) \
 
88
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
89
    END { for (dir in files) print dir, files[dir] }'
 
90
am__base_list = \
 
91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
92
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
93
am__installdirs = "$(DESTDIR)$(lensdir)"
 
94
DATA = $(lens_DATA)
 
95
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
96
  distclean-recursive maintainer-clean-recursive
 
97
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
98
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
99
        distdir dist dist-all distcheck
 
100
ETAGS = etags
 
101
CTAGS = ctags
 
102
DIST_SUBDIRS = $(SUBDIRS)
 
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
104
distdir = $(PACKAGE)-$(VERSION)
 
105
top_distdir = $(distdir)
 
106
am__remove_distdir = \
 
107
  { test ! -d "$(distdir)" \
 
108
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
109
         && rm -fr "$(distdir)"; }; }
 
110
am__relativize = \
 
111
  dir0=`pwd`; \
 
112
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
113
  sed_rest='s,^[^/]*/*,,'; \
 
114
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
115
  sed_butlast='s,/*[^/]*$$,,'; \
 
116
  while test -n "$$dir1"; do \
 
117
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
118
    if test "$$first" != "."; then \
 
119
      if test "$$first" = ".."; then \
 
120
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
121
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
122
      else \
 
123
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
124
        if test "$$first2" = "$$first"; then \
 
125
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
126
        else \
 
127
          dir2="../$$dir2"; \
 
128
        fi; \
 
129
        dir0="$$dir0"/"$$first"; \
 
130
      fi; \
 
131
    fi; \
 
132
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
133
  done; \
 
134
  reldir="$$dir2"
 
135
DIST_ARCHIVES = $(distdir).tar.gz
 
136
GZIP_ENV = --best
 
137
distuninstallcheck_listfiles = find . -type f -print
 
138
distcleancheck_listfiles = find . -type f -print
 
139
ACLOCAL = @ACLOCAL@
 
140
ALL_LINGUAS = @ALL_LINGUAS@
 
141
AMTAR = @AMTAR@
 
142
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
143
AR = @AR@
 
144
AUTOCONF = @AUTOCONF@
 
145
AUTOHEADER = @AUTOHEADER@
 
146
AUTOMAKE = @AUTOMAKE@
 
147
AWK = @AWK@
 
148
CATALOGS = @CATALOGS@
 
149
CATOBJEXT = @CATOBJEXT@
 
150
CC = @CC@
 
151
CCDEPMODE = @CCDEPMODE@
 
152
CFLAGS = @CFLAGS@
 
153
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
 
154
CPP = @CPP@
 
155
CPPFLAGS = @CPPFLAGS@
 
156
CYGPATH_W = @CYGPATH_W@
 
157
DATADIR = @DATADIR@
 
158
DATADIRNAME = @DATADIRNAME@
 
159
DBUSSERVICEDIR = @DBUSSERVICEDIR@
 
160
DEFS = @DEFS@
 
161
DEPDIR = @DEPDIR@
 
162
DLLTOOL = @DLLTOOL@
 
163
DSYMUTIL = @DSYMUTIL@
 
164
DUMPBIN = @DUMPBIN@
 
165
ECHO_C = @ECHO_C@
 
166
ECHO_N = @ECHO_N@
 
167
ECHO_T = @ECHO_T@
 
168
EGREP = @EGREP@
 
169
EXEEXT = @EXEEXT@
 
170
FGREP = @FGREP@
 
171
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
172
GMOFILES = @GMOFILES@
 
173
GMSGFMT = @GMSGFMT@
 
174
GREP = @GREP@
 
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_LENS_RULE = @INTLTOOL_LENS_RULE@
 
184
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
185
INTLTOOL_PERL = @INTLTOOL_PERL@
 
186
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
187
LD = @LD@
 
188
LDFLAGS = @LDFLAGS@
 
189
LENSESDIR = @LENSESDIR@
 
190
LENS_DAEMON_CFLAGS = @LENS_DAEMON_CFLAGS@
 
191
LENS_DAEMON_LIBS = @LENS_DAEMON_LIBS@
 
192
LIBOBJS = @LIBOBJS@
 
193
LIBS = @LIBS@
 
194
LIBTOOL = @LIBTOOL@
 
195
LIPO = @LIPO@
 
196
LN_S = @LN_S@
 
197
LTLIBOBJS = @LTLIBOBJS@
 
198
MAINT = @MAINT@
 
199
MAKEINFO = @MAKEINFO@
 
200
MANIFEST_TOOL = @MANIFEST_TOOL@
 
201
MKDIR_P = @MKDIR_P@
 
202
MKINSTALLDIRS = @MKINSTALLDIRS@
 
203
MSGFMT = @MSGFMT@
 
204
MSGFMT_OPTS = @MSGFMT_OPTS@
 
205
MSGMERGE = @MSGMERGE@
 
206
NM = @NM@
 
207
NMEDIT = @NMEDIT@
 
208
OBJDUMP = @OBJDUMP@
 
209
OBJEXT = @OBJEXT@
 
210
OTOOL = @OTOOL@
 
211
OTOOL64 = @OTOOL64@
 
212
PACKAGE = @PACKAGE@
 
213
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
214
PACKAGE_NAME = @PACKAGE_NAME@
 
215
PACKAGE_STRING = @PACKAGE_STRING@
 
216
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
217
PACKAGE_URL = @PACKAGE_URL@
 
218
PACKAGE_VERSION = @PACKAGE_VERSION@
 
219
PATH_SEPARATOR = @PATH_SEPARATOR@
 
220
PKG_CONFIG = @PKG_CONFIG@
 
221
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
222
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
223
POFILES = @POFILES@
 
224
POSUB = @POSUB@
 
225
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
226
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
227
PREFIX = @PREFIX@
 
228
RANLIB = @RANLIB@
 
229
SED = @SED@
 
230
SET_MAKE = @SET_MAKE@
 
231
SHELL = @SHELL@
 
232
STRIP = @STRIP@
 
233
USE_NLS = @USE_NLS@
 
234
VALAC = @VALAC@
 
235
VERSION = @VERSION@
 
236
XGETTEXT = @XGETTEXT@
 
237
abs_builddir = @abs_builddir@
 
238
abs_srcdir = @abs_srcdir@
 
239
abs_top_builddir = @abs_top_builddir@
 
240
abs_top_srcdir = @abs_top_srcdir@
 
241
ac_ct_AR = @ac_ct_AR@
 
242
ac_ct_CC = @ac_ct_CC@
 
243
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
244
am__include = @am__include@
 
245
am__leading_dot = @am__leading_dot@
 
246
am__quote = @am__quote@
 
247
am__tar = @am__tar@
 
248
am__untar = @am__untar@
 
249
bindir = @bindir@
 
250
build = @build@
 
251
build_alias = @build_alias@
 
252
build_cpu = @build_cpu@
 
253
build_os = @build_os@
 
254
build_vendor = @build_vendor@
 
255
builddir = @builddir@
 
256
datadir = @datadir@
 
257
datarootdir = @datarootdir@
 
258
docdir = @docdir@
 
259
dvidir = @dvidir@
 
260
exec_prefix = @exec_prefix@
 
261
host = @host@
 
262
host_alias = @host_alias@
 
263
host_cpu = @host_cpu@
 
264
host_os = @host_os@
 
265
host_vendor = @host_vendor@
 
266
htmldir = @htmldir@
 
267
includedir = @includedir@
 
268
infodir = @infodir@
 
269
install_sh = @install_sh@
 
270
libdir = @libdir@
 
271
libexecdir = @libexecdir@
 
272
localedir = @localedir@
 
273
localstatedir = @localstatedir@
 
274
mandir = @mandir@
 
275
mkdir_p = @mkdir_p@
 
276
oldincludedir = @oldincludedir@
 
277
pdfdir = @pdfdir@
 
278
prefix = @prefix@
 
279
program_transform_name = @program_transform_name@
 
280
psdir = @psdir@
 
281
sbindir = @sbindir@
 
282
sharedstatedir = @sharedstatedir@
 
283
srcdir = @srcdir@
 
284
sysconfdir = @sysconfdir@
 
285
target_alias = @target_alias@
 
286
top_build_prefix = @top_build_prefix@
 
287
top_builddir = @top_builddir@
 
288
top_srcdir = @top_srcdir@
 
289
SUBDIRS = src data po
 
290
 
 
291
#
 
292
# Install the music.lens file
 
293
#
 
294
lens_in_files = music.lens.in
 
295
lensdir = $(LENSESDIR)/music
 
296
lens_DATA = $(lens_in_files:.lens.in=.lens)
 
297
icondir = $(datadir)/unity/themes
 
298
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
 
299
EXTRA_DIST = \
 
300
  autogen.sh \
 
301
  $(lens_in_music) \
 
302
  AUTHORS \
 
303
  COPYING \
 
304
  MAINTAINERS \
 
305
  README
 
306
 
 
307
CLEANFILES = \
 
308
  $(lens_DATA)
 
309
 
 
310
all: config.h
 
311
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
312
 
 
313
.SUFFIXES:
 
314
am--refresh:
 
315
        @:
 
316
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
317
        @for dep in $?; do \
 
318
          case '$(am__configure_deps)' in \
 
319
            *$$dep*) \
 
320
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
321
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
322
                && exit 0; \
 
323
              exit 1;; \
 
324
          esac; \
 
325
        done; \
 
326
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
327
        $(am__cd) $(top_srcdir) && \
 
328
          $(AUTOMAKE) --gnu Makefile
 
329
.PRECIOUS: Makefile
 
330
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
331
        @case '$?' in \
 
332
          *config.status*) \
 
333
            echo ' $(SHELL) ./config.status'; \
 
334
            $(SHELL) ./config.status;; \
 
335
          *) \
 
336
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
337
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
338
        esac;
 
339
 
 
340
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
341
        $(SHELL) ./config.status --recheck
 
342
 
 
343
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
344
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
345
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
346
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
347
$(am__aclocal_m4_deps):
 
348
 
 
349
config.h: stamp-h1
 
350
        @if test ! -f $@; then \
 
351
          rm -f stamp-h1; \
 
352
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
353
        else :; fi
 
354
 
 
355
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
356
        @rm -f stamp-h1
 
357
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
358
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
359
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
360
        rm -f stamp-h1
 
361
        touch $@
 
362
 
 
363
distclean-hdr:
 
364
        -rm -f config.h stamp-h1
 
365
music.lens.in: $(top_builddir)/config.status $(srcdir)/music.lens.in.in
 
366
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
367
 
 
368
mostlyclean-libtool:
 
369
        -rm -f *.lo
 
370
 
 
371
clean-libtool:
 
372
        -rm -rf .libs _libs
 
373
 
 
374
distclean-libtool:
 
375
        -rm -f libtool config.lt
 
376
install-lensDATA: $(lens_DATA)
 
377
        @$(NORMAL_INSTALL)
 
378
        test -z "$(lensdir)" || $(MKDIR_P) "$(DESTDIR)$(lensdir)"
 
379
        @list='$(lens_DATA)'; test -n "$(lensdir)" || list=; \
 
380
        for p in $$list; do \
 
381
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
382
          echo "$$d$$p"; \
 
383
        done | $(am__base_list) | \
 
384
        while read files; do \
 
385
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lensdir)'"; \
 
386
          $(INSTALL_DATA) $$files "$(DESTDIR)$(lensdir)" || exit $$?; \
 
387
        done
 
388
 
 
389
uninstall-lensDATA:
 
390
        @$(NORMAL_UNINSTALL)
 
391
        @list='$(lens_DATA)'; test -n "$(lensdir)" || list=; \
 
392
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
393
        test -n "$$files" || exit 0; \
 
394
        echo " ( cd '$(DESTDIR)$(lensdir)' && rm -f" $$files ")"; \
 
395
        cd "$(DESTDIR)$(lensdir)" && rm -f $$files
 
396
 
 
397
# This directory's subdirectories are mostly independent; you can cd
 
398
# into them and run `make' without going through this Makefile.
 
399
# To change the values of `make' variables: instead of editing Makefiles,
 
400
# (1) if the variable is set in `config.status', edit `config.status'
 
401
#     (which will cause the Makefiles to be regenerated when you run `make');
 
402
# (2) otherwise, pass the desired values on the `make' command line.
 
403
$(RECURSIVE_TARGETS):
 
404
        @fail= failcom='exit 1'; \
 
405
        for f in x $$MAKEFLAGS; do \
 
406
          case $$f in \
 
407
            *=* | --[!k]*);; \
 
408
            *k*) failcom='fail=yes';; \
 
409
          esac; \
 
410
        done; \
 
411
        dot_seen=no; \
 
412
        target=`echo $@ | sed s/-recursive//`; \
 
413
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
414
          echo "Making $$target in $$subdir"; \
 
415
          if test "$$subdir" = "."; then \
 
416
            dot_seen=yes; \
 
417
            local_target="$$target-am"; \
 
418
          else \
 
419
            local_target="$$target"; \
 
420
          fi; \
 
421
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
422
          || eval $$failcom; \
 
423
        done; \
 
424
        if test "$$dot_seen" = "no"; then \
 
425
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
426
        fi; test -z "$$fail"
 
427
 
 
428
$(RECURSIVE_CLEAN_TARGETS):
 
429
        @fail= failcom='exit 1'; \
 
430
        for f in x $$MAKEFLAGS; do \
 
431
          case $$f in \
 
432
            *=* | --[!k]*);; \
 
433
            *k*) failcom='fail=yes';; \
 
434
          esac; \
 
435
        done; \
 
436
        dot_seen=no; \
 
437
        case "$@" in \
 
438
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
439
          *) list='$(SUBDIRS)' ;; \
 
440
        esac; \
 
441
        rev=''; for subdir in $$list; do \
 
442
          if test "$$subdir" = "."; then :; else \
 
443
            rev="$$subdir $$rev"; \
 
444
          fi; \
 
445
        done; \
 
446
        rev="$$rev ."; \
 
447
        target=`echo $@ | sed s/-recursive//`; \
 
448
        for subdir in $$rev; do \
 
449
          echo "Making $$target in $$subdir"; \
 
450
          if test "$$subdir" = "."; then \
 
451
            local_target="$$target-am"; \
 
452
          else \
 
453
            local_target="$$target"; \
 
454
          fi; \
 
455
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
456
          || eval $$failcom; \
 
457
        done && test -z "$$fail"
 
458
tags-recursive:
 
459
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
460
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
461
        done
 
462
ctags-recursive:
 
463
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
464
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
465
        done
 
466
 
 
467
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
468
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
469
        unique=`for i in $$list; do \
 
470
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
471
          done | \
 
472
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
473
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
474
        mkid -fID $$unique
 
475
tags: TAGS
 
476
 
 
477
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
478
                $(TAGS_FILES) $(LISP)
 
479
        set x; \
 
480
        here=`pwd`; \
 
481
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
482
          include_option=--etags-include; \
 
483
          empty_fix=.; \
 
484
        else \
 
485
          include_option=--include; \
 
486
          empty_fix=; \
 
487
        fi; \
 
488
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
489
          if test "$$subdir" = .; then :; else \
 
490
            test ! -f $$subdir/TAGS || \
 
491
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
492
          fi; \
 
493
        done; \
 
494
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
495
        unique=`for i in $$list; do \
 
496
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
497
          done | \
 
498
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
499
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
500
        shift; \
 
501
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
502
          test -n "$$unique" || unique=$$empty_fix; \
 
503
          if test $$# -gt 0; then \
 
504
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
505
              "$$@" $$unique; \
 
506
          else \
 
507
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
508
              $$unique; \
 
509
          fi; \
 
510
        fi
 
511
ctags: CTAGS
 
512
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
513
                $(TAGS_FILES) $(LISP)
 
514
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
515
        unique=`for i in $$list; do \
 
516
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
517
          done | \
 
518
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
519
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
520
        test -z "$(CTAGS_ARGS)$$unique" \
 
521
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
522
             $$unique
 
523
 
 
524
GTAGS:
 
525
        here=`$(am__cd) $(top_builddir) && pwd` \
 
526
          && $(am__cd) $(top_srcdir) \
 
527
          && gtags -i $(GTAGS_ARGS) "$$here"
 
528
 
 
529
distclean-tags:
 
530
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
531
 
 
532
distdir: $(DISTFILES)
 
533
        $(am__remove_distdir)
 
534
        test -d "$(distdir)" || mkdir "$(distdir)"
 
535
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
536
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
537
        list='$(DISTFILES)'; \
 
538
          dist_files=`for file in $$list; do echo $$file; done | \
 
539
          sed -e "s|^$$srcdirstrip/||;t" \
 
540
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
541
        case $$dist_files in \
 
542
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
543
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
544
                           sort -u` ;; \
 
545
        esac; \
 
546
        for file in $$dist_files; do \
 
547
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
548
          if test -d $$d/$$file; then \
 
549
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
550
            if test -d "$(distdir)/$$file"; then \
 
551
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
552
            fi; \
 
553
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
554
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
555
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
556
            fi; \
 
557
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
558
          else \
 
559
            test -f "$(distdir)/$$file" \
 
560
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
561
            || exit 1; \
 
562
          fi; \
 
563
        done
 
564
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
565
          if test "$$subdir" = .; then :; else \
 
566
            test -d "$(distdir)/$$subdir" \
 
567
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
568
            || exit 1; \
 
569
          fi; \
 
570
        done
 
571
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
572
          if test "$$subdir" = .; then :; else \
 
573
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
574
            $(am__relativize); \
 
575
            new_distdir=$$reldir; \
 
576
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
577
            $(am__relativize); \
 
578
            new_top_distdir=$$reldir; \
 
579
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
580
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
581
            ($(am__cd) $$subdir && \
 
582
              $(MAKE) $(AM_MAKEFLAGS) \
 
583
                top_distdir="$$new_top_distdir" \
 
584
                distdir="$$new_distdir" \
 
585
                am__remove_distdir=: \
 
586
                am__skip_length_check=: \
 
587
                am__skip_mode_fix=: \
 
588
                distdir) \
 
589
              || exit 1; \
 
590
          fi; \
 
591
        done
 
592
        $(MAKE) $(AM_MAKEFLAGS) \
 
593
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
594
          dist-hook
 
595
        -test -n "$(am__skip_mode_fix)" \
 
596
        || find "$(distdir)" -type d ! -perm -755 \
 
597
                -exec chmod u+rwx,go+rx {} \; -o \
 
598
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
599
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
600
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
601
        || chmod -R a+r "$(distdir)"
 
602
dist-gzip: distdir
 
603
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
604
        $(am__remove_distdir)
 
605
 
 
606
dist-bzip2: distdir
 
607
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
608
        $(am__remove_distdir)
 
609
 
 
610
dist-lzma: distdir
 
611
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
612
        $(am__remove_distdir)
 
613
 
 
614
dist-xz: distdir
 
615
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
616
        $(am__remove_distdir)
 
617
 
 
618
dist-tarZ: distdir
 
619
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
620
        $(am__remove_distdir)
 
621
 
 
622
dist-shar: distdir
 
623
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
624
        $(am__remove_distdir)
 
625
 
 
626
dist-zip: distdir
 
627
        -rm -f $(distdir).zip
 
628
        zip -rq $(distdir).zip $(distdir)
 
629
        $(am__remove_distdir)
 
630
 
 
631
dist dist-all: distdir
 
632
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
633
        $(am__remove_distdir)
 
634
 
 
635
# This target untars the dist file and tries a VPATH configuration.  Then
 
636
# it guarantees that the distribution is self-contained by making another
 
637
# tarfile.
 
638
distcheck: dist
 
639
        case '$(DIST_ARCHIVES)' in \
 
640
        *.tar.gz*) \
 
641
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
642
        *.tar.bz2*) \
 
643
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
644
        *.tar.lzma*) \
 
645
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
646
        *.tar.xz*) \
 
647
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
648
        *.tar.Z*) \
 
649
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
650
        *.shar.gz*) \
 
651
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
652
        *.zip*) \
 
653
          unzip $(distdir).zip ;;\
 
654
        esac
 
655
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
656
        mkdir $(distdir)/_build
 
657
        mkdir $(distdir)/_inst
 
658
        chmod a-w $(distdir)
 
659
        test -d $(distdir)/_build || exit 0; \
 
660
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
661
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
662
          && am__cwd=`pwd` \
 
663
          && $(am__cd) $(distdir)/_build \
 
664
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
665
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
666
          && $(MAKE) $(AM_MAKEFLAGS) \
 
667
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
668
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
669
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
670
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
671
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
672
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
673
                distuninstallcheck \
 
674
          && chmod -R a-w "$$dc_install_base" \
 
675
          && ({ \
 
676
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
677
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
678
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
679
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
680
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
681
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
682
          && rm -rf "$$dc_destdir" \
 
683
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
684
          && rm -rf $(DIST_ARCHIVES) \
 
685
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
686
          && cd "$$am__cwd" \
 
687
          || exit 1
 
688
        $(am__remove_distdir)
 
689
        @(echo "$(distdir) archives ready for distribution: "; \
 
690
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
691
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
692
distuninstallcheck:
 
693
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
694
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
695
           || { echo "ERROR: files left after uninstall:" ; \
 
696
                if test -n "$(DESTDIR)"; then \
 
697
                  echo "  (check DESTDIR support)"; \
 
698
                fi ; \
 
699
                $(distuninstallcheck_listfiles) ; \
 
700
                exit 1; } >&2
 
701
distcleancheck: distclean
 
702
        @if test '$(srcdir)' = . ; then \
 
703
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
704
          exit 1 ; \
 
705
        fi
 
706
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
707
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
708
               $(distcleancheck_listfiles) ; \
 
709
               exit 1; } >&2
 
710
check-am: all-am
 
711
check: check-recursive
 
712
all-am: Makefile $(DATA) config.h
 
713
installdirs: installdirs-recursive
 
714
installdirs-am:
 
715
        for dir in "$(DESTDIR)$(lensdir)"; do \
 
716
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
717
        done
 
718
install: install-recursive
 
719
install-exec: install-exec-recursive
 
720
install-data: install-data-recursive
 
721
uninstall: uninstall-recursive
 
722
 
 
723
install-am: all-am
 
724
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
725
 
 
726
installcheck: installcheck-recursive
 
727
install-strip:
 
728
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
729
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
730
          `test -z '$(STRIP)' || \
 
731
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
732
mostlyclean-generic:
 
733
 
 
734
clean-generic:
 
735
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
736
 
 
737
distclean-generic:
 
738
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
739
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
740
 
 
741
maintainer-clean-generic:
 
742
        @echo "This command is intended for maintainers to use"
 
743
        @echo "it deletes files that may require special tools to rebuild."
 
744
clean: clean-recursive
 
745
 
 
746
clean-am: clean-generic clean-libtool mostlyclean-am
 
747
 
 
748
distclean: distclean-recursive
 
749
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
750
        -rm -f Makefile
 
751
distclean-am: clean-am distclean-generic distclean-hdr \
 
752
        distclean-libtool distclean-tags
 
753
 
 
754
dvi: dvi-recursive
 
755
 
 
756
dvi-am:
 
757
 
 
758
html: html-recursive
 
759
 
 
760
html-am:
 
761
 
 
762
info: info-recursive
 
763
 
 
764
info-am:
 
765
 
 
766
install-data-am: install-lensDATA
 
767
 
 
768
install-dvi: install-dvi-recursive
 
769
 
 
770
install-dvi-am:
 
771
 
 
772
install-exec-am:
 
773
 
 
774
install-html: install-html-recursive
 
775
 
 
776
install-html-am:
 
777
 
 
778
install-info: install-info-recursive
 
779
 
 
780
install-info-am:
 
781
 
 
782
install-man:
 
783
 
 
784
install-pdf: install-pdf-recursive
 
785
 
 
786
install-pdf-am:
 
787
 
 
788
install-ps: install-ps-recursive
 
789
 
 
790
install-ps-am:
 
791
 
 
792
installcheck-am:
 
793
 
 
794
maintainer-clean: maintainer-clean-recursive
 
795
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
796
        -rm -rf $(top_srcdir)/autom4te.cache
 
797
        -rm -f Makefile
 
798
maintainer-clean-am: distclean-am maintainer-clean-generic
 
799
 
 
800
mostlyclean: mostlyclean-recursive
 
801
 
 
802
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
803
 
 
804
pdf: pdf-recursive
 
805
 
 
806
pdf-am:
 
807
 
 
808
ps: ps-recursive
 
809
 
 
810
ps-am:
 
811
 
 
812
uninstall-am: uninstall-lensDATA
 
813
 
 
814
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
815
        ctags-recursive install-am install-strip tags-recursive
 
816
 
 
817
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
818
        all all-am am--refresh check check-am clean clean-generic \
 
819
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
820
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
821
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
822
        distclean-libtool distclean-tags distcleancheck distdir \
 
823
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
824
        install install-am install-data install-data-am install-dvi \
 
825
        install-dvi-am install-exec install-exec-am install-html \
 
826
        install-html-am install-info install-info-am install-lensDATA \
 
827
        install-man install-pdf install-pdf-am install-ps \
 
828
        install-ps-am install-strip installcheck installcheck-am \
 
829
        installdirs installdirs-am maintainer-clean \
 
830
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
831
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
832
        uninstall uninstall-am uninstall-lensDATA
 
833
 
 
834
 
 
835
@INTLTOOL_LENS_RULE@
 
836
 
 
837
# ChangeLog file created at distcheck time
 
838
dist-hook:
 
839
        @if test -d "$(srcdir)/.bzr"; \
 
840
        then \
 
841
        echo Creating ChangeLog && \
 
842
      ( cd "$(top_srcdir)" && \
 
843
        echo '# Generated by Makefile. Do not edit.'; echo; \
 
844
        $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
 
845
        && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
 
846
        || (rm -f ChangeLog.tmp; \
 
847
                                        echo Failed to generate ChangeLog >&2 ); \
 
848
        else \
 
849
        echo Failed to generate ChangeLog: not a branch >&2; \
 
850
  fi
 
851
 
 
852
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
853
# Otherwise a system limit (for SysV at least) may be exceeded.
 
854
.NOEXPORT: