~ubuntu-branches/ubuntu/vivid/aptitude/vivid

« back to all changes in this revision

Viewing changes to .pc/no-google-mock/src/generic/views/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-22 12:32:56 UTC
  • mfrom: (1.8.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110622123256-8aox9w9ch3x72dci
Tags: 0.6.4-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/05aptitude: never autoremove kernels
  - drop aptitude-doc to Suggests
  - 03_branding.dpatch: ubuntu branding
  - 04_changelog.dpatch: take changelogs from changelogs.ubuntu.com
  - 09_ubuntu_fortify_source.dpatch: Suppress a number of warnings (turned
    into errors by -Werror) triggered by Ubuntu's default of
    -D_FORTIFY_SOURCE=2.
  - 11_ubuntu_uses_sudo.dpatch: fix status line of 'Become root' menu entry
    to not refer to su.
  - 12_point_manpage_to_doc_package.dpatch: point Finnish manpage to the
    correct place for further info
  - 14_html2text_preferred.dpatch: switch back to html2text in favor of
    elinks, since html2text is in main and elinks isn't.
* dropped 01_intltool_update.dpatch
* updated 15_ftbfs_new_apt

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 = src/generic/views
 
38
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
 
41
        $(top_srcdir)/m4/ax_boost_iostreams.m4 \
 
42
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 
43
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
44
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
 
45
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
46
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
50
CONFIG_HEADER = $(top_builddir)/config.h
 
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
 
53
LIBRARIES = $(noinst_LIBRARIES)
 
54
AR = ar
 
55
ARFLAGS = cru
 
56
libgeneric_views_a_AR = $(AR) $(ARFLAGS)
 
57
libgeneric_views_a_LIBADD =
 
58
am_libgeneric_views_a_OBJECTS = download_progress.$(OBJEXT) \
 
59
        progress.$(OBJEXT) search_input.$(OBJEXT)
 
60
libgeneric_views_a_OBJECTS = $(am_libgeneric_views_a_OBJECTS)
 
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
63
am__depfiles_maybe = depfiles
 
64
am__mv = mv -f
 
65
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
67
CXXLD = $(CXX)
 
68
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
69
        -o $@
 
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
72
CCLD = $(CC)
 
73
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
74
SOURCES = $(libgeneric_views_a_SOURCES)
 
75
DIST_SOURCES = $(libgeneric_views_a_SOURCES)
 
76
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
77
        html-recursive info-recursive install-data-recursive \
 
78
        install-dvi-recursive install-exec-recursive \
 
79
        install-html-recursive install-info-recursive \
 
80
        install-pdf-recursive install-ps-recursive install-recursive \
 
81
        installcheck-recursive installdirs-recursive pdf-recursive \
 
82
        ps-recursive uninstall-recursive
 
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
84
  distclean-recursive maintainer-clean-recursive
 
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
86
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
87
        distdir
 
88
ETAGS = etags
 
89
CTAGS = ctags
 
90
DIST_SUBDIRS = $(SUBDIRS)
 
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
92
am__relativize = \
 
93
  dir0=`pwd`; \
 
94
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
95
  sed_rest='s,^[^/]*/*,,'; \
 
96
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
97
  sed_butlast='s,/*[^/]*$$,,'; \
 
98
  while test -n "$$dir1"; do \
 
99
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
100
    if test "$$first" != "."; then \
 
101
      if test "$$first" = ".."; then \
 
102
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
103
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
104
      else \
 
105
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
106
        if test "$$first2" = "$$first"; then \
 
107
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
108
        else \
 
109
          dir2="../$$dir2"; \
 
110
        fi; \
 
111
        dir0="$$dir0"/"$$first"; \
 
112
      fi; \
 
113
    fi; \
 
114
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
115
  done; \
 
116
  reldir="$$dir2"
 
117
ACLOCAL = @ACLOCAL@
 
118
AMTAR = @AMTAR@
 
119
AUTOCONF = @AUTOCONF@
 
120
AUTOHEADER = @AUTOHEADER@
 
121
AUTOMAKE = @AUTOMAKE@
 
122
AWK = @AWK@
 
123
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
124
BOOST_IOSTREAMS_LIB = @BOOST_IOSTREAMS_LIB@
 
125
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
126
BOOST_UNIT_TEST_LIBS = @BOOST_UNIT_TEST_LIBS@
 
127
CC = @CC@
 
128
CCDEPMODE = @CCDEPMODE@
 
129
CFLAGS = @CFLAGS@
 
130
CPPFLAGS = @CPPFLAGS@
 
131
CWIDGET_CFLAGS = @CWIDGET_CFLAGS@
 
132
CWIDGET_LIBS = @CWIDGET_LIBS@
 
133
CXX = @CXX@
 
134
CXXCPP = @CXXCPP@
 
135
CXXDEPMODE = @CXXDEPMODE@
 
136
CXXFLAGS = @CXXFLAGS@
 
137
CYGPATH_W = @CYGPATH_W@
 
138
DEFS = @DEFS@
 
139
DEPDIR = @DEPDIR@
 
140
DOCDIRS = @DOCDIRS@
 
141
ECHO_C = @ECHO_C@
 
142
ECHO_N = @ECHO_N@
 
143
ECHO_T = @ECHO_T@
 
144
EGREP = @EGREP@
 
145
EXEEXT = @EXEEXT@
 
146
GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
 
147
GLIBMM_LIBS = @GLIBMM_LIBS@
 
148
GMSGFMT = @GMSGFMT@
 
149
GREP = @GREP@
 
150
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
151
GTHREAD_LIBS = @GTHREAD_LIBS@
 
152
GTKMM_CFLAGS = @GTKMM_CFLAGS@
 
153
GTKMM_LIBS = @GTKMM_LIBS@
 
154
INSTALL = @INSTALL@
 
155
INSTALL_DATA = @INSTALL_DATA@
 
156
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
157
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
158
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
159
INTLLIBS = @INTLLIBS@
 
160
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
161
LDFLAGS = @LDFLAGS@
 
162
LIBGLADEMM_CFLAGS = @LIBGLADEMM_CFLAGS@
 
163
LIBGLADEMM_LIBS = @LIBGLADEMM_LIBS@
 
164
LIBICONV = @LIBICONV@
 
165
LIBINTL = @LIBINTL@
 
166
LIBOBJS = @LIBOBJS@
 
167
LIBS = @LIBS@
 
168
LTLIBICONV = @LTLIBICONV@
 
169
LTLIBINTL = @LTLIBINTL@
 
170
LTLIBOBJS = @LTLIBOBJS@
 
171
MAKEINFO = @MAKEINFO@
 
172
MKDIR_P = @MKDIR_P@
 
173
MKINSTALLDIRS = @MKINSTALLDIRS@
 
174
MOC = @MOC@
 
175
MSGFMT = @MSGFMT@
 
176
MSGMERGE = @MSGMERGE@
 
177
OBJEXT = @OBJEXT@
 
178
PACKAGE = @PACKAGE@
 
179
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
180
PACKAGE_NAME = @PACKAGE_NAME@
 
181
PACKAGE_STRING = @PACKAGE_STRING@
 
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
183
PACKAGE_URL = @PACKAGE_URL@
 
184
PACKAGE_VERSION = @PACKAGE_VERSION@
 
185
PATH_SEPARATOR = @PATH_SEPARATOR@
 
186
PKG_CONFIG = @PKG_CONFIG@
 
187
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
188
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
189
PO4A = @PO4A@
 
190
POSUB = @POSUB@
 
191
QtCore_CFLAGS = @QtCore_CFLAGS@
 
192
QtCore_LIBS = @QtCore_LIBS@
 
193
QtGui_CFLAGS = @QtGui_CFLAGS@
 
194
QtGui_LIBS = @QtGui_LIBS@
 
195
RANLIB = @RANLIB@
 
196
SET_MAKE = @SET_MAKE@
 
197
SHELL = @SHELL@
 
198
SIGC_CFLAGS = @SIGC_CFLAGS@
 
199
SIGC_LIBS = @SIGC_LIBS@
 
200
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
 
201
SQLITE3_LIBS = @SQLITE3_LIBS@
 
202
SRCDIRS = @SRCDIRS@
 
203
STATEDIR = @STATEDIR@
 
204
STRIP = @STRIP@
 
205
USE_NLS = @USE_NLS@
 
206
VERSION = @VERSION@
 
207
VTE_CFLAGS = @VTE_CFLAGS@
 
208
VTE_LIBS = @VTE_LIBS@
 
209
XGETTEXT = @XGETTEXT@
 
210
abs_builddir = @abs_builddir@
 
211
abs_srcdir = @abs_srcdir@
 
212
abs_top_builddir = @abs_top_builddir@
 
213
abs_top_srcdir = @abs_top_srcdir@
 
214
ac_ct_CC = @ac_ct_CC@
 
215
ac_ct_CXX = @ac_ct_CXX@
 
216
am__include = @am__include@
 
217
am__leading_dot = @am__leading_dot@
 
218
am__quote = @am__quote@
 
219
am__tar = @am__tar@
 
220
am__untar = @am__untar@
 
221
bindir = @bindir@
 
222
build = @build@
 
223
build_alias = @build_alias@
 
224
build_cpu = @build_cpu@
 
225
build_os = @build_os@
 
226
build_vendor = @build_vendor@
 
227
builddir = @builddir@
 
228
datadir = @datadir@
 
229
datarootdir = @datarootdir@
 
230
docdir = @docdir@
 
231
dvidir = @dvidir@
 
232
ept_CFLAGS = @ept_CFLAGS@
 
233
ept_LIBS = @ept_LIBS@
 
234
exec_prefix = @exec_prefix@
 
235
host = @host@
 
236
host_alias = @host_alias@
 
237
host_cpu = @host_cpu@
 
238
host_os = @host_os@
 
239
host_vendor = @host_vendor@
 
240
htmldir = @htmldir@
 
241
includedir = @includedir@
 
242
infodir = @infodir@
 
243
install_sh = @install_sh@
 
244
libdir = @libdir@
 
245
libexecdir = @libexecdir@
 
246
localedir = @localedir@
 
247
localstatedir = @localstatedir@
 
248
mandir = @mandir@
 
249
mkdir_p = @mkdir_p@
 
250
oldincludedir = @oldincludedir@
 
251
pdfdir = @pdfdir@
 
252
prefix = @prefix@
 
253
program_transform_name = @program_transform_name@
 
254
psdir = @psdir@
 
255
sbindir = @sbindir@
 
256
sharedstatedir = @sharedstatedir@
 
257
srcdir = @srcdir@
 
258
sysconfdir = @sysconfdir@
 
259
target_alias = @target_alias@
 
260
top_build_prefix = @top_build_prefix@
 
261
top_builddir = @top_builddir@
 
262
top_srcdir = @top_srcdir@
 
263
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/intl
 
264
SUBDIRS = mocks
 
265
noinst_LIBRARIES = libgeneric-views.a
 
266
libgeneric_views_a_SOURCES = \
 
267
        download_progress.cc \
 
268
        download_progress.h \
 
269
        progress.cc \
 
270
        progress.h \
 
271
        search_input.cc \
 
272
        search_input.h
 
273
 
 
274
all: all-recursive
 
275
 
 
276
.SUFFIXES:
 
277
.SUFFIXES: .cc .o .obj
 
278
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
279
        @for dep in $?; do \
 
280
          case '$(am__configure_deps)' in \
 
281
            *$$dep*) \
 
282
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
283
                && { if test -f $@; then exit 0; else break; fi; }; \
 
284
              exit 1;; \
 
285
          esac; \
 
286
        done; \
 
287
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/generic/views/Makefile'; \
 
288
        $(am__cd) $(top_srcdir) && \
 
289
          $(AUTOMAKE) --gnu src/generic/views/Makefile
 
290
.PRECIOUS: Makefile
 
291
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
292
        @case '$?' in \
 
293
          *config.status*) \
 
294
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
295
          *) \
 
296
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
297
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
298
        esac;
 
299
 
 
300
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
 
 
303
$(top_srcdir)/configure:  $(am__configure_deps)
 
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
305
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
307
$(am__aclocal_m4_deps):
 
308
 
 
309
clean-noinstLIBRARIES:
 
310
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
311
libgeneric-views.a: $(libgeneric_views_a_OBJECTS) $(libgeneric_views_a_DEPENDENCIES) 
 
312
        -rm -f libgeneric-views.a
 
313
        $(libgeneric_views_a_AR) libgeneric-views.a $(libgeneric_views_a_OBJECTS) $(libgeneric_views_a_LIBADD)
 
314
        $(RANLIB) libgeneric-views.a
 
315
 
 
316
mostlyclean-compile:
 
317
        -rm -f *.$(OBJEXT)
 
318
 
 
319
distclean-compile:
 
320
        -rm -f *.tab.c
 
321
 
 
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/download_progress.Po@am__quote@
 
323
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Po@am__quote@
 
324
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_input.Po@am__quote@
 
325
 
 
326
.cc.o:
 
327
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
328
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
329
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
331
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
332
 
 
333
.cc.obj:
 
334
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
335
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
336
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
337
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
338
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
339
 
 
340
# This directory's subdirectories are mostly independent; you can cd
 
341
# into them and run `make' without going through this Makefile.
 
342
# To change the values of `make' variables: instead of editing Makefiles,
 
343
# (1) if the variable is set in `config.status', edit `config.status'
 
344
#     (which will cause the Makefiles to be regenerated when you run `make');
 
345
# (2) otherwise, pass the desired values on the `make' command line.
 
346
$(RECURSIVE_TARGETS):
 
347
        @fail= failcom='exit 1'; \
 
348
        for f in x $$MAKEFLAGS; do \
 
349
          case $$f in \
 
350
            *=* | --[!k]*);; \
 
351
            *k*) failcom='fail=yes';; \
 
352
          esac; \
 
353
        done; \
 
354
        dot_seen=no; \
 
355
        target=`echo $@ | sed s/-recursive//`; \
 
356
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
357
          echo "Making $$target in $$subdir"; \
 
358
          if test "$$subdir" = "."; then \
 
359
            dot_seen=yes; \
 
360
            local_target="$$target-am"; \
 
361
          else \
 
362
            local_target="$$target"; \
 
363
          fi; \
 
364
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
365
          || eval $$failcom; \
 
366
        done; \
 
367
        if test "$$dot_seen" = "no"; then \
 
368
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
369
        fi; test -z "$$fail"
 
370
 
 
371
$(RECURSIVE_CLEAN_TARGETS):
 
372
        @fail= failcom='exit 1'; \
 
373
        for f in x $$MAKEFLAGS; do \
 
374
          case $$f in \
 
375
            *=* | --[!k]*);; \
 
376
            *k*) failcom='fail=yes';; \
 
377
          esac; \
 
378
        done; \
 
379
        dot_seen=no; \
 
380
        case "$@" in \
 
381
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
382
          *) list='$(SUBDIRS)' ;; \
 
383
        esac; \
 
384
        rev=''; for subdir in $$list; do \
 
385
          if test "$$subdir" = "."; then :; else \
 
386
            rev="$$subdir $$rev"; \
 
387
          fi; \
 
388
        done; \
 
389
        rev="$$rev ."; \
 
390
        target=`echo $@ | sed s/-recursive//`; \
 
391
        for subdir in $$rev; do \
 
392
          echo "Making $$target in $$subdir"; \
 
393
          if test "$$subdir" = "."; then \
 
394
            local_target="$$target-am"; \
 
395
          else \
 
396
            local_target="$$target"; \
 
397
          fi; \
 
398
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
399
          || eval $$failcom; \
 
400
        done && test -z "$$fail"
 
401
tags-recursive:
 
402
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
403
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
404
        done
 
405
ctags-recursive:
 
406
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
407
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
408
        done
 
409
 
 
410
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
411
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
412
        unique=`for i in $$list; do \
 
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
414
          done | \
 
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
417
        mkid -fID $$unique
 
418
tags: TAGS
 
419
 
 
420
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
421
                $(TAGS_FILES) $(LISP)
 
422
        set x; \
 
423
        here=`pwd`; \
 
424
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
425
          include_option=--etags-include; \
 
426
          empty_fix=.; \
 
427
        else \
 
428
          include_option=--include; \
 
429
          empty_fix=; \
 
430
        fi; \
 
431
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
432
          if test "$$subdir" = .; then :; else \
 
433
            test ! -f $$subdir/TAGS || \
 
434
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
435
          fi; \
 
436
        done; \
 
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
        shift; \
 
444
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
445
          test -n "$$unique" || unique=$$empty_fix; \
 
446
          if test $$# -gt 0; then \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              "$$@" $$unique; \
 
449
          else \
 
450
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
451
              $$unique; \
 
452
          fi; \
 
453
        fi
 
454
ctags: CTAGS
 
455
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
456
                $(TAGS_FILES) $(LISP)
 
457
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
458
        unique=`for i in $$list; do \
 
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
460
          done | \
 
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
463
        test -z "$(CTAGS_ARGS)$$unique" \
 
464
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
465
             $$unique
 
466
 
 
467
GTAGS:
 
468
        here=`$(am__cd) $(top_builddir) && pwd` \
 
469
          && $(am__cd) $(top_srcdir) \
 
470
          && gtags -i $(GTAGS_ARGS) "$$here"
 
471
 
 
472
distclean-tags:
 
473
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
474
 
 
475
distdir: $(DISTFILES)
 
476
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
477
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
478
        list='$(DISTFILES)'; \
 
479
          dist_files=`for file in $$list; do echo $$file; done | \
 
480
          sed -e "s|^$$srcdirstrip/||;t" \
 
481
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
482
        case $$dist_files in \
 
483
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
484
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
485
                           sort -u` ;; \
 
486
        esac; \
 
487
        for file in $$dist_files; do \
 
488
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
489
          if test -d $$d/$$file; then \
 
490
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
491
            if test -d "$(distdir)/$$file"; then \
 
492
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
493
            fi; \
 
494
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
495
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
496
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
497
            fi; \
 
498
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
499
          else \
 
500
            test -f "$(distdir)/$$file" \
 
501
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
502
            || exit 1; \
 
503
          fi; \
 
504
        done
 
505
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
506
          if test "$$subdir" = .; then :; else \
 
507
            test -d "$(distdir)/$$subdir" \
 
508
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
509
            || exit 1; \
 
510
          fi; \
 
511
        done
 
512
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
513
          if test "$$subdir" = .; then :; else \
 
514
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
515
            $(am__relativize); \
 
516
            new_distdir=$$reldir; \
 
517
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
518
            $(am__relativize); \
 
519
            new_top_distdir=$$reldir; \
 
520
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
521
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
522
            ($(am__cd) $$subdir && \
 
523
              $(MAKE) $(AM_MAKEFLAGS) \
 
524
                top_distdir="$$new_top_distdir" \
 
525
                distdir="$$new_distdir" \
 
526
                am__remove_distdir=: \
 
527
                am__skip_length_check=: \
 
528
                am__skip_mode_fix=: \
 
529
                distdir) \
 
530
              || exit 1; \
 
531
          fi; \
 
532
        done
 
533
check-am: all-am
 
534
check: check-recursive
 
535
all-am: Makefile $(LIBRARIES)
 
536
installdirs: installdirs-recursive
 
537
installdirs-am:
 
538
install: install-recursive
 
539
install-exec: install-exec-recursive
 
540
install-data: install-data-recursive
 
541
uninstall: uninstall-recursive
 
542
 
 
543
install-am: all-am
 
544
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
545
 
 
546
installcheck: installcheck-recursive
 
547
install-strip:
 
548
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
549
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
550
          `test -z '$(STRIP)' || \
 
551
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
552
mostlyclean-generic:
 
553
 
 
554
clean-generic:
 
555
 
 
556
distclean-generic:
 
557
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
558
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
559
 
 
560
maintainer-clean-generic:
 
561
        @echo "This command is intended for maintainers to use"
 
562
        @echo "it deletes files that may require special tools to rebuild."
 
563
clean: clean-recursive
 
564
 
 
565
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
566
 
 
567
distclean: distclean-recursive
 
568
        -rm -rf ./$(DEPDIR)
 
569
        -rm -f Makefile
 
570
distclean-am: clean-am distclean-compile distclean-generic \
 
571
        distclean-tags
 
572
 
 
573
dvi: dvi-recursive
 
574
 
 
575
dvi-am:
 
576
 
 
577
html: html-recursive
 
578
 
 
579
html-am:
 
580
 
 
581
info: info-recursive
 
582
 
 
583
info-am:
 
584
 
 
585
install-data-am:
 
586
 
 
587
install-dvi: install-dvi-recursive
 
588
 
 
589
install-dvi-am:
 
590
 
 
591
install-exec-am:
 
592
 
 
593
install-html: install-html-recursive
 
594
 
 
595
install-html-am:
 
596
 
 
597
install-info: install-info-recursive
 
598
 
 
599
install-info-am:
 
600
 
 
601
install-man:
 
602
 
 
603
install-pdf: install-pdf-recursive
 
604
 
 
605
install-pdf-am:
 
606
 
 
607
install-ps: install-ps-recursive
 
608
 
 
609
install-ps-am:
 
610
 
 
611
installcheck-am:
 
612
 
 
613
maintainer-clean: maintainer-clean-recursive
 
614
        -rm -rf ./$(DEPDIR)
 
615
        -rm -f Makefile
 
616
maintainer-clean-am: distclean-am maintainer-clean-generic
 
617
 
 
618
mostlyclean: mostlyclean-recursive
 
619
 
 
620
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
621
 
 
622
pdf: pdf-recursive
 
623
 
 
624
pdf-am:
 
625
 
 
626
ps: ps-recursive
 
627
 
 
628
ps-am:
 
629
 
 
630
uninstall-am:
 
631
 
 
632
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
633
        install-am install-strip tags-recursive
 
634
 
 
635
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
636
        all all-am check check-am clean clean-generic \
 
637
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
 
638
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
639
        dvi-am html html-am info info-am install install-am \
 
640
        install-data install-data-am install-dvi install-dvi-am \
 
641
        install-exec install-exec-am install-html install-html-am \
 
642
        install-info install-info-am install-man install-pdf \
 
643
        install-pdf-am install-ps install-ps-am install-strip \
 
644
        installcheck installcheck-am installdirs installdirs-am \
 
645
        maintainer-clean maintainer-clean-generic mostlyclean \
 
646
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
647
        tags tags-recursive uninstall uninstall-am
 
648
 
 
649
 
 
650
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
651
# Otherwise a system limit (for SysV at least) may be exceeded.
 
652
.NOEXPORT: