~ricmm/+junk/unity-lens_music-sc

« back to all changes in this revision

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