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

« back to all changes in this revision

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