~ubuntu-branches/ubuntu/quantal/glom/quantal

« back to all changes in this revision

Viewing changes to glom/utility_widgets/egg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-01-11 17:12:01 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090111171201-0ov9zh1fxfueshxc
Tags: 1.8.5-0ubuntu1
* New upstream release (LP: #256701), fixes LP bugs: 
  + Clear the text in property dialogs for text items (LP: #309147)
  + Don't crash when showing and then hiding the grid (LP: #303453)
  + Temporarily remember the sort order so it is the same when navigating 
    away and back (LP: #303422)
  + Use the list's sort order for the top-level records in the report 
    (LP: #303425)
  + Users/Groups: Disable drag-and-drop for the treeview, because it is
    useless and confusing (LP: #299573)
  + Import: Sort the fields list alphabetically (LP: #306593)
  + delete primary key make unusuable the database (LP: #299549)
  + Spanish translate incomplete (LP: #299556)
  + import date format error (LP: #299591)
  + can't delete data from table list view (LP: #299853)
  + Field definition: default value not saved (LP: #299896)
  + reports crashing (LP: #300054)
  + Year error with date fields (LP: #300057)
  + list view: 2 records added instead of 1 (LP: #300819)
* debian/control: Refreshed dependencies for libglom-dev.
* debian/control: Updated build-deps to match configure checks. goocavnasmm
  build-dep bumped to version without .la files.
* debian/rules: Don't delete the directory containing the templates.
* debian/control, debian/rules, debian/glom-doc.*: Split out
  arch-independent manual and examples into separate package glom-doc, which
  is now recommended by glom (glom will still work if they're not available)
* debian/copyright: Rewritten to new machine-readable format. 

Show diffs side-by-side

added added

removed removed

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