~ubuntu-branches/ubuntu/intrepid/gucharmap/intrepid

« back to all changes in this revision

Viewing changes to bindings/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-23 16:06:03 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723160603-v1bhy95d83nushuz
Tags: 1:2.23.4-0ubuntu1
* New Upstream Release (LP: #251505)
* Added python bindings
* updated 01_lpi.dpatch, and 02_autoconf.patch for
  new upstream version
* updated control file for new soname gucharmap7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
@ENABLE_PYTHON_BINDINGS_TRUE@am__append_1 = python
 
35
subdir = bindings
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
39
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
40
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
44
CONFIG_HEADER = $(top_builddir)/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
SOURCES =
 
47
DIST_SOURCES =
 
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
49
        html-recursive info-recursive install-data-recursive \
 
50
        install-dvi-recursive install-exec-recursive \
 
51
        install-html-recursive install-info-recursive \
 
52
        install-pdf-recursive install-ps-recursive install-recursive \
 
53
        installcheck-recursive installdirs-recursive pdf-recursive \
 
54
        ps-recursive uninstall-recursive
 
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
56
  distclean-recursive maintainer-clean-recursive
 
57
ETAGS = etags
 
58
CTAGS = ctags
 
59
DIST_SUBDIRS = python
 
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
61
ACLOCAL = @ACLOCAL@
 
62
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
63
ALL_LINGUAS = @ALL_LINGUAS@
 
64
AMTAR = @AMTAR@
 
65
AM_CFLAGS = @AM_CFLAGS@
 
66
AM_CPPFLAGS = @AM_CPPFLAGS@
 
67
AM_LDFLAGS = @AM_LDFLAGS@
 
68
AR = @AR@
 
69
AUTOCONF = @AUTOCONF@
 
70
AUTOHEADER = @AUTOHEADER@
 
71
AUTOMAKE = @AUTOMAKE@
 
72
AWK = @AWK@
 
73
CATALOGS = @CATALOGS@
 
74
CATOBJEXT = @CATOBJEXT@
 
75
CC = @CC@
 
76
CCDEPMODE = @CCDEPMODE@
 
77
CFLAGS = @CFLAGS@
 
78
CPP = @CPP@
 
79
CPPFLAGS = @CPPFLAGS@
 
80
CXX = @CXX@
 
81
CXXCPP = @CXXCPP@
 
82
CXXDEPMODE = @CXXDEPMODE@
 
83
CXXFLAGS = @CXXFLAGS@
 
84
CYGPATH_W = @CYGPATH_W@
 
85
DATADIRNAME = @DATADIRNAME@
 
86
DEFS = @DEFS@
 
87
DEPDIR = @DEPDIR@
 
88
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
89
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
90
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
91
DSYMUTIL = @DSYMUTIL@
 
92
ECHO = @ECHO@
 
93
ECHO_C = @ECHO_C@
 
94
ECHO_N = @ECHO_N@
 
95
ECHO_T = @ECHO_T@
 
96
EGREP = @EGREP@
 
97
EXEEXT = @EXEEXT@
 
98
F77 = @F77@
 
99
FFLAGS = @FFLAGS@
 
100
GCONFPKGS = @GCONFPKGS@
 
101
GCONFTOOL = @GCONFTOOL@
 
102
GCONF_CFLAGS = @GCONF_CFLAGS@
 
103
GCONF_LIBS = @GCONF_LIBS@
 
104
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
105
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
106
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
107
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
108
GLIB_MKENUMS = @GLIB_MKENUMS@
 
109
GMOFILES = @GMOFILES@
 
110
GMSGFMT = @GMSGFMT@
 
111
GREP = @GREP@
 
112
GTKDOC_CHECK = @GTKDOC_CHECK@
 
113
GTK_CFLAGS = @GTK_CFLAGS@
 
114
GTK_LIBS = @GTK_LIBS@
 
115
GUCHARMAP_VERSION_MAJOR = @GUCHARMAP_VERSION_MAJOR@
 
116
GUCHARMAP_VERSION_MICRO = @GUCHARMAP_VERSION_MICRO@
 
117
GUCHARMAP_VERSION_MINOR = @GUCHARMAP_VERSION_MINOR@
 
118
HELP_DIR = @HELP_DIR@
 
119
HTML_DIR = @HTML_DIR@
 
120
INSTALL = @INSTALL@
 
121
INSTALL_DATA = @INSTALL_DATA@
 
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
124
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
125
INSTOBJEXT = @INSTOBJEXT@
 
126
INTLLIBS = @INTLLIBS@
 
127
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
128
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
129
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
130
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
131
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
132
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
133
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
134
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
135
INTLTOOL_PERL = @INTLTOOL_PERL@
 
136
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
137
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
138
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
139
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
140
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
141
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
142
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
143
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
144
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
145
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
146
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
147
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
148
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
149
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
150
LDFLAGS = @LDFLAGS@
 
151
LIBGUCHARMAP_LT_CURRENT_MINUS_AGE = @LIBGUCHARMAP_LT_CURRENT_MINUS_AGE@
 
152
LIBGUCHARMAP_LT_VERSION = @LIBGUCHARMAP_LT_VERSION@
 
153
LIBOBJS = @LIBOBJS@
 
154
LIBS = @LIBS@
 
155
LIBTOOL = @LIBTOOL@
 
156
LN_S = @LN_S@
 
157
LTLIBOBJS = @LTLIBOBJS@
 
158
MAINT = @MAINT@
 
159
MAKEINFO = @MAKEINFO@
 
160
MKDIR_P = @MKDIR_P@
 
161
MKINSTALLDIRS = @MKINSTALLDIRS@
 
162
MSGFMT = @MSGFMT@
 
163
MSGFMT_OPTS = @MSGFMT_OPTS@
 
164
MSGMERGE = @MSGMERGE@
 
165
NMEDIT = @NMEDIT@
 
166
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
167
OBJEXT = @OBJEXT@
 
168
OMF_DIR = @OMF_DIR@
 
169
PACKAGE = @PACKAGE@
 
170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
171
PACKAGE_NAME = @PACKAGE_NAME@
 
172
PACKAGE_STRING = @PACKAGE_STRING@
 
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
174
PACKAGE_VERSION = @PACKAGE_VERSION@
 
175
PATH_SEPARATOR = @PATH_SEPARATOR@
 
176
PKG_CONFIG = @PKG_CONFIG@
 
177
POFILES = @POFILES@
 
178
POSUB = @POSUB@
 
179
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
180
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
181
PYGTK_CFLAGS = @PYGTK_CFLAGS@
 
182
PYGTK_CODEGEN = @PYGTK_CODEGEN@
 
183
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
 
184
PYGTK_H2DEF = @PYGTK_H2DEF@
 
185
PYGTK_LIBS = @PYGTK_LIBS@
 
186
PYTHON = @PYTHON@
 
187
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
188
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
189
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
190
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
191
PYTHON_LIBS = @PYTHON_LIBS@
 
192
PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
 
193
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
194
PYTHON_PREFIX = @PYTHON_PREFIX@
 
195
PYTHON_VERSION = @PYTHON_VERSION@
 
196
RANLIB = @RANLIB@
 
197
SED = @SED@
 
198
SET_MAKE = @SET_MAKE@
 
199
SHELL = @SHELL@
 
200
STRIP = @STRIP@
 
201
SVN_BRANCH = @SVN_BRANCH@
 
202
SVN_MODULE = @SVN_MODULE@
 
203
SVN_ROOT = @SVN_ROOT@
 
204
USE_NLS = @USE_NLS@
 
205
VERSION = @VERSION@
 
206
WARN_CFLAGS = @WARN_CFLAGS@
 
207
XGETTEXT = @XGETTEXT@
 
208
abs_builddir = @abs_builddir@
 
209
abs_srcdir = @abs_srcdir@
 
210
abs_top_builddir = @abs_top_builddir@
 
211
abs_top_srcdir = @abs_top_srcdir@
 
212
ac_ct_CC = @ac_ct_CC@
 
213
ac_ct_CXX = @ac_ct_CXX@
 
214
ac_ct_F77 = @ac_ct_F77@
 
215
am__include = @am__include@
 
216
am__leading_dot = @am__leading_dot@
 
217
am__quote = @am__quote@
 
218
am__tar = @am__tar@
 
219
am__untar = @am__untar@
 
220
bindir = @bindir@
 
221
build = @build@
 
222
build_alias = @build_alias@
 
223
build_cpu = @build_cpu@
 
224
build_os = @build_os@
 
225
build_vendor = @build_vendor@
 
226
builddir = @builddir@
 
227
datadir = @datadir@
 
228
datarootdir = @datarootdir@
 
229
docdir = @docdir@
 
230
dvidir = @dvidir@
 
231
exec_prefix = @exec_prefix@
 
232
host = @host@
 
233
host_alias = @host_alias@
 
234
host_cpu = @host_cpu@
 
235
host_os = @host_os@
 
236
host_vendor = @host_vendor@
 
237
htmldir = @htmldir@
 
238
includedir = @includedir@
 
239
infodir = @infodir@
 
240
install_sh = @install_sh@
 
241
libdir = @libdir@
 
242
libexecdir = @libexecdir@
 
243
localedir = @localedir@
 
244
localstatedir = @localstatedir@
 
245
mandir = @mandir@
 
246
mkdir_p = @mkdir_p@
 
247
oldincludedir = @oldincludedir@
 
248
pdfdir = @pdfdir@
 
249
pkgpyexecdir = @pkgpyexecdir@
 
250
pkgpythondir = @pkgpythondir@
 
251
prefix = @prefix@
 
252
program_transform_name = @program_transform_name@
 
253
psdir = @psdir@
 
254
pyexecdir = @pyexecdir@
 
255
pythondir = @pythondir@
 
256
sbindir = @sbindir@
 
257
sharedstatedir = @sharedstatedir@
 
258
srcdir = @srcdir@
 
259
sysconfdir = @sysconfdir@
 
260
target_alias = @target_alias@
 
261
top_builddir = @top_builddir@
 
262
top_srcdir = @top_srcdir@
 
263
SUBDIRS = $(am__append_1)
 
264
all: all-recursive
 
265
 
 
266
.SUFFIXES:
 
267
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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
                && exit 0; \
 
273
              exit 1;; \
 
274
          esac; \
 
275
        done; \
 
276
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  bindings/Makefile'; \
 
277
        cd $(top_srcdir) && \
 
278
          $(AUTOMAKE) --foreign  bindings/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
294
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
295
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
296
 
 
297
mostlyclean-libtool:
 
298
        -rm -f *.lo
 
299
 
 
300
clean-libtool:
 
301
        -rm -rf .libs _libs
 
302
 
 
303
# This directory's subdirectories are mostly independent; you can cd
 
304
# into them and run `make' without going through this Makefile.
 
305
# To change the values of `make' variables: instead of editing Makefiles,
 
306
# (1) if the variable is set in `config.status', edit `config.status'
 
307
#     (which will cause the Makefiles to be regenerated when you run `make');
 
308
# (2) otherwise, pass the desired values on the `make' command line.
 
309
$(RECURSIVE_TARGETS):
 
310
        @failcom='exit 1'; \
 
311
        for f in x $$MAKEFLAGS; do \
 
312
          case $$f in \
 
313
            *=* | --[!k]*);; \
 
314
            *k*) failcom='fail=yes';; \
 
315
          esac; \
 
316
        done; \
 
317
        dot_seen=no; \
 
318
        target=`echo $@ | sed s/-recursive//`; \
 
319
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
320
          echo "Making $$target in $$subdir"; \
 
321
          if test "$$subdir" = "."; then \
 
322
            dot_seen=yes; \
 
323
            local_target="$$target-am"; \
 
324
          else \
 
325
            local_target="$$target"; \
 
326
          fi; \
 
327
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
328
          || eval $$failcom; \
 
329
        done; \
 
330
        if test "$$dot_seen" = "no"; then \
 
331
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
332
        fi; test -z "$$fail"
 
333
 
 
334
$(RECURSIVE_CLEAN_TARGETS):
 
335
        @failcom='exit 1'; \
 
336
        for f in x $$MAKEFLAGS; do \
 
337
          case $$f in \
 
338
            *=* | --[!k]*);; \
 
339
            *k*) failcom='fail=yes';; \
 
340
          esac; \
 
341
        done; \
 
342
        dot_seen=no; \
 
343
        case "$@" in \
 
344
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
345
          *) list='$(SUBDIRS)' ;; \
 
346
        esac; \
 
347
        rev=''; for subdir in $$list; do \
 
348
          if test "$$subdir" = "."; then :; else \
 
349
            rev="$$subdir $$rev"; \
 
350
          fi; \
 
351
        done; \
 
352
        rev="$$rev ."; \
 
353
        target=`echo $@ | sed s/-recursive//`; \
 
354
        for subdir in $$rev; do \
 
355
          echo "Making $$target in $$subdir"; \
 
356
          if test "$$subdir" = "."; then \
 
357
            local_target="$$target-am"; \
 
358
          else \
 
359
            local_target="$$target"; \
 
360
          fi; \
 
361
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
362
          || eval $$failcom; \
 
363
        done && test -z "$$fail"
 
364
tags-recursive:
 
365
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
366
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
367
        done
 
368
ctags-recursive:
 
369
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
370
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
371
        done
 
372
 
 
373
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
374
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
375
        unique=`for i in $$list; do \
 
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
377
          done | \
 
378
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
379
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
380
        mkid -fID $$unique
 
381
tags: TAGS
 
382
 
 
383
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
384
                $(TAGS_FILES) $(LISP)
 
385
        tags=; \
 
386
        here=`pwd`; \
 
387
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
388
          include_option=--etags-include; \
 
389
          empty_fix=.; \
 
390
        else \
 
391
          include_option=--include; \
 
392
          empty_fix=; \
 
393
        fi; \
 
394
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
395
          if test "$$subdir" = .; then :; else \
 
396
            test ! -f $$subdir/TAGS || \
 
397
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
398
          fi; \
 
399
        done; \
 
400
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
401
        unique=`for i in $$list; do \
 
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
403
          done | \
 
404
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
406
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
407
          test -n "$$unique" || unique=$$empty_fix; \
 
408
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
409
            $$tags $$unique; \
 
410
        fi
 
411
ctags: CTAGS
 
412
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
413
                $(TAGS_FILES) $(LISP)
 
414
        tags=; \
 
415
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
416
        unique=`for i in $$list; do \
 
417
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
418
          done | \
 
419
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
420
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
421
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
422
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
423
             $$tags $$unique
 
424
 
 
425
GTAGS:
 
426
        here=`$(am__cd) $(top_builddir) && pwd` \
 
427
          && cd $(top_srcdir) \
 
428
          && gtags -i $(GTAGS_ARGS) $$here
 
429
 
 
430
distclean-tags:
 
431
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
432
 
 
433
distdir: $(DISTFILES)
 
434
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
435
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
436
        list='$(DISTFILES)'; \
 
437
          dist_files=`for file in $$list; do echo $$file; done | \
 
438
          sed -e "s|^$$srcdirstrip/||;t" \
 
439
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
440
        case $$dist_files in \
 
441
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
442
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
443
                           sort -u` ;; \
 
444
        esac; \
 
445
        for file in $$dist_files; do \
 
446
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
447
          if test -d $$d/$$file; then \
 
448
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
449
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
450
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
451
            fi; \
 
452
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
453
          else \
 
454
            test -f $(distdir)/$$file \
 
455
            || cp -p $$d/$$file $(distdir)/$$file \
 
456
            || exit 1; \
 
457
          fi; \
 
458
        done
 
459
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
460
          if test "$$subdir" = .; then :; else \
 
461
            test -d "$(distdir)/$$subdir" \
 
462
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
463
            || exit 1; \
 
464
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
465
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
466
            (cd $$subdir && \
 
467
              $(MAKE) $(AM_MAKEFLAGS) \
 
468
                top_distdir="$$top_distdir" \
 
469
                distdir="$$distdir/$$subdir" \
 
470
                am__remove_distdir=: \
 
471
                am__skip_length_check=: \
 
472
                distdir) \
 
473
              || exit 1; \
 
474
          fi; \
 
475
        done
 
476
check-am: all-am
 
477
check: check-recursive
 
478
all-am: Makefile
 
479
installdirs: installdirs-recursive
 
480
installdirs-am:
 
481
install: install-recursive
 
482
install-exec: install-exec-recursive
 
483
install-data: install-data-recursive
 
484
uninstall: uninstall-recursive
 
485
 
 
486
install-am: all-am
 
487
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
488
 
 
489
installcheck: installcheck-recursive
 
490
install-strip:
 
491
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
492
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
493
          `test -z '$(STRIP)' || \
 
494
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
495
mostlyclean-generic:
 
496
 
 
497
clean-generic:
 
498
 
 
499
distclean-generic:
 
500
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
501
 
 
502
maintainer-clean-generic:
 
503
        @echo "This command is intended for maintainers to use"
 
504
        @echo "it deletes files that may require special tools to rebuild."
 
505
clean: clean-recursive
 
506
 
 
507
clean-am: clean-generic clean-libtool mostlyclean-am
 
508
 
 
509
distclean: distclean-recursive
 
510
        -rm -f Makefile
 
511
distclean-am: clean-am distclean-generic distclean-tags
 
512
 
 
513
dvi: dvi-recursive
 
514
 
 
515
dvi-am:
 
516
 
 
517
html: html-recursive
 
518
 
 
519
info: info-recursive
 
520
 
 
521
info-am:
 
522
 
 
523
install-data-am:
 
524
 
 
525
install-dvi: install-dvi-recursive
 
526
 
 
527
install-exec-am:
 
528
 
 
529
install-html: install-html-recursive
 
530
 
 
531
install-info: install-info-recursive
 
532
 
 
533
install-man:
 
534
 
 
535
install-pdf: install-pdf-recursive
 
536
 
 
537
install-ps: install-ps-recursive
 
538
 
 
539
installcheck-am:
 
540
 
 
541
maintainer-clean: maintainer-clean-recursive
 
542
        -rm -f Makefile
 
543
maintainer-clean-am: distclean-am maintainer-clean-generic
 
544
 
 
545
mostlyclean: mostlyclean-recursive
 
546
 
 
547
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
548
 
 
549
pdf: pdf-recursive
 
550
 
 
551
pdf-am:
 
552
 
 
553
ps: ps-recursive
 
554
 
 
555
ps-am:
 
556
 
 
557
uninstall-am:
 
558
 
 
559
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
560
        install-strip
 
561
 
 
562
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
563
        all all-am check check-am clean clean-generic clean-libtool \
 
564
        ctags ctags-recursive distclean distclean-generic \
 
565
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
566
        html-am info info-am install install-am install-data \
 
567
        install-data-am install-dvi install-dvi-am install-exec \
 
568
        install-exec-am install-html install-html-am install-info \
 
569
        install-info-am install-man install-pdf install-pdf-am \
 
570
        install-ps install-ps-am install-strip installcheck \
 
571
        installcheck-am installdirs installdirs-am maintainer-clean \
 
572
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
573
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
574
        uninstall uninstall-am
 
575
 
 
576
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
577
# Otherwise a system limit (for SysV at least) may be exceeded.
 
578
.NOEXPORT: