~ubuntu-branches/debian/experimental/homebank/experimental

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-04-07 16:20:53 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20080407162053-uyoaw9ba5u6swbps
Tags: 3.8-1
* New upstream release.
* debian-copyright: updated copyright information. 
* debian/changelog: applied patch to sync with ubuntu's changelog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
15
 
 
 
15
@SET_MAKE@
16
16
srcdir = @srcdir@
17
17
top_srcdir = @top_srcdir@
18
18
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
19
pkgdatadir = $(datadir)/@PACKAGE@
38
20
pkglibdir = $(libdir)/@PACKAGE@
39
21
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
22
top_builddir = .
42
 
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
24
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
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)
54
30
NORMAL_INSTALL = :
55
31
PRE_INSTALL = :
56
32
POST_INSTALL = :
57
33
NORMAL_UNINSTALL = :
58
34
PRE_UNINSTALL = :
59
35
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
61
 
host_triplet = @host@
 
36
subdir = .
 
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
39
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
40
        config.guess config.sub depcomp install-sh missing \
 
41
        mkinstalldirs
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
47
 configure.lineno configure.status.lineno
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = config.h
 
50
CONFIG_CLEAN_FILES =
 
51
SOURCES =
 
52
DIST_SOURCES =
 
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
54
        html-recursive info-recursive install-data-recursive \
 
55
        install-exec-recursive install-info-recursive \
 
56
        install-recursive installcheck-recursive installdirs-recursive \
 
57
        pdf-recursive ps-recursive uninstall-info-recursive \
 
58
        uninstall-recursive
 
59
ETAGS = etags
 
60
CTAGS = ctags
 
61
DIST_SUBDIRS = $(SUBDIRS)
 
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
distdir = $(PACKAGE)-$(VERSION)
 
64
top_distdir = $(distdir)
 
65
am__remove_distdir = \
 
66
  { test ! -d $(distdir) \
 
67
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
68
         && rm -fr $(distdir); }; }
 
69
DIST_ARCHIVES = $(distdir).tar.gz
 
70
GZIP_ENV = --best
 
71
distuninstallcheck_listfiles = find . -type f -print
 
72
distcleancheck_listfiles = find . -type f -print
 
73
ACLOCAL = @ACLOCAL@
 
74
ALL_LINGUAS = @ALL_LINGUAS@
 
75
AMDEP_FALSE = @AMDEP_FALSE@
 
76
AMDEP_TRUE = @AMDEP_TRUE@
 
77
AMTAR = @AMTAR@
 
78
AUTOCONF = @AUTOCONF@
 
79
AUTOHEADER = @AUTOHEADER@
 
80
AUTOMAKE = @AUTOMAKE@
 
81
AWK = @AWK@
62
82
CATALOGS = @CATALOGS@
63
83
CATOBJEXT = @CATOBJEXT@
64
84
CC = @CC@
 
85
CCDEPMODE = @CCDEPMODE@
 
86
CFLAGS = @CFLAGS@
 
87
CPP = @CPP@
 
88
CPPFLAGS = @CPPFLAGS@
 
89
CYGPATH_W = @CYGPATH_W@
65
90
DATADIRNAME = @DATADIRNAME@
 
91
DEFS = @DEFS@
 
92
DEPDIR = @DEPDIR@
66
93
DEPS_CFLAGS = @DEPS_CFLAGS@
67
94
DEPS_LIBS = @DEPS_LIBS@
 
95
ECHO_C = @ECHO_C@
 
96
ECHO_N = @ECHO_N@
 
97
ECHO_T = @ECHO_T@
 
98
EGREP = @EGREP@
 
99
EXEEXT = @EXEEXT@
68
100
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
69
101
GMOFILES = @GMOFILES@
70
102
GMSGFMT = @GMSGFMT@
71
 
HAVE_LIB = @HAVE_LIB@
 
103
GREP = @GREP@
 
104
INSTALL_DATA = @INSTALL_DATA@
 
105
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
106
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
107
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72
108
INSTOBJEXT = @INSTOBJEXT@
73
109
INTLLIBS = @INTLLIBS@
74
 
LIB = @LIB@
75
 
LTLIB = @LTLIB@
 
110
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
111
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
112
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
113
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
114
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
115
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
116
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
117
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
118
INTLTOOL_PERL = @INTLTOOL_PERL@
 
119
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
120
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
121
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
122
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
123
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
124
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
125
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
126
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
127
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
128
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
129
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
130
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
131
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
132
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
133
LDFLAGS = @LDFLAGS@
 
134
LIBOBJS = @LIBOBJS@
 
135
LIBS = @LIBS@
 
136
LTLIBOBJS = @LTLIBOBJS@
76
137
MAKEINFO = @MAKEINFO@
77
138
MKINSTALLDIRS = @MKINSTALLDIRS@
 
139
MSGFMT = @MSGFMT@
 
140
MSGFMT_OPTS = @MSGFMT_OPTS@
 
141
MSGMERGE = @MSGMERGE@
 
142
NOOFX_FALSE = @NOOFX_FALSE@
 
143
NOOFX_TRUE = @NOOFX_TRUE@
 
144
OBJEXT = @OBJEXT@
78
145
PACKAGE = @PACKAGE@
 
146
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
147
PACKAGE_NAME = @PACKAGE_NAME@
 
148
PACKAGE_STRING = @PACKAGE_STRING@
 
149
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
150
PACKAGE_VERSION = @PACKAGE_VERSION@
 
151
PATH_SEPARATOR = @PATH_SEPARATOR@
79
152
PKG_CONFIG = @PKG_CONFIG@
80
153
POFILES = @POFILES@
81
154
POSUB = @POSUB@
82
155
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
83
156
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
157
SET_MAKE = @SET_MAKE@
 
158
SHELL = @SHELL@
 
159
STRIP = @STRIP@
84
160
USE_NLS = @USE_NLS@
85
161
VERSION = @VERSION@
86
 
 
87
 
SUBDIRS = src           po           images
88
 
 
89
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91
 
CONFIG_HEADER = config.h
92
 
CONFIG_CLEAN_FILES = 
93
 
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
94
 
Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
95
 
config.sub configure configure.ac install-sh missing mkinstalldirs
96
 
 
97
 
 
98
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99
 
 
100
 
TAR = tar
101
 
GZIP_ENV = --best
102
 
all: all-redirect
 
162
XGETTEXT = @XGETTEXT@
 
163
ac_ct_CC = @ac_ct_CC@
 
164
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
165
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
166
am__include = @am__include@
 
167
am__leading_dot = @am__leading_dot@
 
168
am__quote = @am__quote@
 
169
am__tar = @am__tar@
 
170
am__untar = @am__untar@
 
171
bindir = @bindir@
 
172
build_alias = @build_alias@
 
173
datadir = @datadir@
 
174
datarootdir = @datarootdir@
 
175
docdir = @docdir@
 
176
dvidir = @dvidir@
 
177
exec_prefix = @exec_prefix@
 
178
host_alias = @host_alias@
 
179
htmldir = @htmldir@
 
180
includedir = @includedir@
 
181
infodir = @infodir@
 
182
install_sh = @install_sh@
 
183
libdir = @libdir@
 
184
libexecdir = @libexecdir@
 
185
localedir = @localedir@
 
186
localstatedir = @localstatedir@
 
187
mandir = @mandir@
 
188
mkdir_p = @mkdir_p@
 
189
oldincludedir = @oldincludedir@
 
190
pdfdir = @pdfdir@
 
191
prefix = @prefix@
 
192
program_transform_name = @program_transform_name@
 
193
psdir = @psdir@
 
194
sbindir = @sbindir@
 
195
sharedstatedir = @sharedstatedir@
 
196
sysconfdir = @sysconfdir@
 
197
target_alias = @target_alias@
 
198
SUBDIRS = src po data images mime doc
 
199
#SUBDIRS = src
 
200
 
 
201
#pot: Makefile
 
202
#${MAKE} -C po $(PACKAGE).pot
 
203
EXTRA_DIST = \
 
204
        intltool-extract.in \
 
205
        intltool-merge.in \
 
206
        intltool-update.in 
 
207
 
 
208
#       po/$(PACKAGE).pot
 
209
DISTCLEANFILES = \
 
210
        intltool-extract \
 
211
        intltool-merge \
 
212
        intltool-update
 
213
 
 
214
all: config.h
 
215
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
216
 
103
217
.SUFFIXES:
104
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
105
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
106
 
 
107
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
108
 
        cd $(top_builddir) \
109
 
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
 
 
111
 
$(ACLOCAL_M4):  configure.ac 
112
 
        cd $(srcdir) && $(ACLOCAL)
113
 
 
114
 
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
218
am--refresh:
 
219
        @:
 
220
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
221
        @for dep in $?; do \
 
222
          case '$(am__configure_deps)' in \
 
223
            *$$dep*) \
 
224
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
225
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
226
                && exit 0; \
 
227
              exit 1;; \
 
228
          esac; \
 
229
        done; \
 
230
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
231
        cd $(top_srcdir) && \
 
232
          $(AUTOMAKE) --foreign  Makefile
 
233
.PRECIOUS: Makefile
 
234
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
235
        @case '$?' in \
 
236
          *config.status*) \
 
237
            echo ' $(SHELL) ./config.status'; \
 
238
            $(SHELL) ./config.status;; \
 
239
          *) \
 
240
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
241
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
242
        esac;
 
243
 
 
244
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
115
245
        $(SHELL) ./config.status --recheck
116
 
$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
246
 
 
247
$(top_srcdir)/configure:  $(am__configure_deps)
117
248
        cd $(srcdir) && $(AUTOCONF)
118
 
 
119
 
config.h: stamp-h
120
 
        @if test ! -f $@; then \
121
 
                rm -f stamp-h; \
122
 
                $(MAKE) stamp-h; \
123
 
        else :; fi
124
 
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
125
 
        cd $(top_builddir) \
126
 
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
127
 
             $(SHELL) ./config.status
128
 
        @echo timestamp > stamp-h 2> /dev/null
129
 
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
130
 
        @if test ! -f $@; then \
131
 
                rm -f $(srcdir)/stamp-h.in; \
132
 
                $(MAKE) $(srcdir)/stamp-h.in; \
133
 
        else :; fi
134
 
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
249
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
250
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
251
 
 
252
config.h: stamp-h1
 
253
        @if test ! -f $@; then \
 
254
          rm -f stamp-h1; \
 
255
          $(MAKE) stamp-h1; \
 
256
        else :; fi
 
257
 
 
258
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
259
        @rm -f stamp-h1
 
260
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
261
$(srcdir)/config.h.in:  $(am__configure_deps) 
135
262
        cd $(top_srcdir) && $(AUTOHEADER)
136
 
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
137
 
 
138
 
mostlyclean-hdr:
139
 
 
140
 
clean-hdr:
 
263
        rm -f stamp-h1
 
264
        touch $@
141
265
 
142
266
distclean-hdr:
143
 
        -rm -f config.h
144
 
 
145
 
maintainer-clean-hdr:
 
267
        -rm -f config.h stamp-h1
 
268
uninstall-info-am:
146
269
 
147
270
# This directory's subdirectories are mostly independent; you can cd
148
271
# into them and run `make' without going through this Makefile.
150
273
# (1) if the variable is set in `config.status', edit `config.status'
151
274
#     (which will cause the Makefiles to be regenerated when you run `make');
152
275
# (2) otherwise, pass the desired values on the `make' command line.
153
 
 
154
 
@SET_MAKE@
155
 
 
156
 
all-recursive install-data-recursive install-exec-recursive \
157
 
installdirs-recursive install-recursive uninstall-recursive  \
158
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
159
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
276
$(RECURSIVE_TARGETS):
 
277
        @failcom='exit 1'; \
 
278
        for f in x $$MAKEFLAGS; do \
 
279
          case $$f in \
 
280
            *=* | --[!k]*);; \
 
281
            *k*) failcom='fail=yes';; \
 
282
          esac; \
 
283
        done; \
160
284
        dot_seen=no; \
161
285
        target=`echo $@ | sed s/-recursive//`; \
162
286
        list='$(SUBDIRS)'; for subdir in $$list; do \
168
292
            local_target="$$target"; \
169
293
          fi; \
170
294
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
171
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
295
          || eval $$failcom; \
172
296
        done; \
173
297
        if test "$$dot_seen" = "no"; then \
174
298
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
176
300
 
177
301
mostlyclean-recursive clean-recursive distclean-recursive \
178
302
maintainer-clean-recursive:
179
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
303
        @failcom='exit 1'; \
 
304
        for f in x $$MAKEFLAGS; do \
 
305
          case $$f in \
 
306
            *=* | --[!k]*);; \
 
307
            *k*) failcom='fail=yes';; \
 
308
          esac; \
 
309
        done; \
180
310
        dot_seen=no; \
181
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
182
 
          rev="$$subdir $$rev"; \
183
 
          test "$$subdir" != "." || dot_seen=yes; \
 
311
        case "$@" in \
 
312
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
313
          *) list='$(SUBDIRS)' ;; \
 
314
        esac; \
 
315
        rev=''; for subdir in $$list; do \
 
316
          if test "$$subdir" = "."; then :; else \
 
317
            rev="$$subdir $$rev"; \
 
318
          fi; \
184
319
        done; \
185
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
320
        rev="$$rev ."; \
186
321
        target=`echo $@ | sed s/-recursive//`; \
187
322
        for subdir in $$rev; do \
188
323
          echo "Making $$target in $$subdir"; \
192
327
            local_target="$$target"; \
193
328
          fi; \
194
329
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
195
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
330
          || eval $$failcom; \
196
331
        done && test -z "$$fail"
197
332
tags-recursive:
198
333
        list='$(SUBDIRS)'; for subdir in $$list; do \
199
334
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
200
335
        done
 
336
ctags-recursive:
 
337
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
338
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
339
        done
201
340
 
 
341
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
342
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
343
        unique=`for i in $$list; do \
 
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
345
          done | \
 
346
          $(AWK) '    { files[$$0] = 1; } \
 
347
               END { for (i in files) print i; }'`; \
 
348
        mkid -fID $$unique
202
349
tags: TAGS
203
350
 
204
 
ID: $(HEADERS) $(SOURCES) $(LISP)
205
 
        list='$(SOURCES) $(HEADERS)'; \
206
 
        unique=`for i in $$list; do echo $$i; done | \
207
 
          awk '    { files[$$0] = 1; } \
208
 
               END { for (i in files) print i; }'`; \
209
 
        here=`pwd` && cd $(srcdir) \
210
 
          && mkid -f$$here/ID $$unique $(LISP)
211
 
 
212
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
351
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
352
                $(TAGS_FILES) $(LISP)
213
353
        tags=; \
214
354
        here=`pwd`; \
 
355
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
356
          include_option=--etags-include; \
 
357
          empty_fix=.; \
 
358
        else \
 
359
          include_option=--include; \
 
360
          empty_fix=; \
 
361
        fi; \
215
362
        list='$(SUBDIRS)'; for subdir in $$list; do \
216
 
   if test "$$subdir" = .; then :; else \
217
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
218
 
   fi; \
 
363
          if test "$$subdir" = .; then :; else \
 
364
            test ! -f $$subdir/TAGS || \
 
365
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
366
          fi; \
219
367
        done; \
220
 
        list='$(SOURCES) $(HEADERS)'; \
221
 
        unique=`for i in $$list; do echo $$i; done | \
222
 
          awk '    { files[$$0] = 1; } \
223
 
               END { for (i in files) print i; }'`; \
224
 
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
225
 
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
226
 
 
227
 
mostlyclean-tags:
228
 
 
229
 
clean-tags:
 
368
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
369
        unique=`for i in $$list; do \
 
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
371
          done | \
 
372
          $(AWK) '    { files[$$0] = 1; } \
 
373
               END { for (i in files) print i; }'`; \
 
374
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
375
          test -n "$$unique" || unique=$$empty_fix; \
 
376
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
377
            $$tags $$unique; \
 
378
        fi
 
379
ctags: CTAGS
 
380
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
381
                $(TAGS_FILES) $(LISP)
 
382
        tags=; \
 
383
        here=`pwd`; \
 
384
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
385
        unique=`for i in $$list; do \
 
386
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
387
          done | \
 
388
          $(AWK) '    { files[$$0] = 1; } \
 
389
               END { for (i in files) print i; }'`; \
 
390
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
391
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
392
             $$tags $$unique
 
393
 
 
394
GTAGS:
 
395
        here=`$(am__cd) $(top_builddir) && pwd` \
 
396
          && cd $(top_srcdir) \
 
397
          && gtags -i $(GTAGS_ARGS) $$here
230
398
 
231
399
distclean-tags:
232
 
        -rm -f TAGS ID
233
 
 
234
 
maintainer-clean-tags:
235
 
 
236
 
distdir = $(PACKAGE)-$(VERSION)
237
 
top_distdir = $(distdir)
 
400
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
401
 
 
402
distdir: $(DISTFILES)
 
403
        $(am__remove_distdir)
 
404
        mkdir $(distdir)
 
405
        $(mkdir_p) $(distdir)/data $(distdir)/po
 
406
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
407
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
408
        list='$(DISTFILES)'; for file in $$list; do \
 
409
          case $$file in \
 
410
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
411
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
412
          esac; \
 
413
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
414
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
415
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
416
            dir="/$$dir"; \
 
417
            $(mkdir_p) "$(distdir)$$dir"; \
 
418
          else \
 
419
            dir=''; \
 
420
          fi; \
 
421
          if test -d $$d/$$file; then \
 
422
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
423
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
424
            fi; \
 
425
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
426
          else \
 
427
            test -f $(distdir)/$$file \
 
428
            || cp -p $$d/$$file $(distdir)/$$file \
 
429
            || exit 1; \
 
430
          fi; \
 
431
        done
 
432
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
433
          if test "$$subdir" = .; then :; else \
 
434
            test -d "$(distdir)/$$subdir" \
 
435
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
436
            || exit 1; \
 
437
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
438
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
439
            (cd $$subdir && \
 
440
              $(MAKE) $(AM_MAKEFLAGS) \
 
441
                top_distdir="$$top_distdir" \
 
442
                distdir="$$distdir/$$subdir" \
 
443
                distdir) \
 
444
              || exit 1; \
 
445
          fi; \
 
446
        done
 
447
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
448
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
449
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
450
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
451
        || chmod -R a+r $(distdir)
 
452
dist-gzip: distdir
 
453
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
454
        $(am__remove_distdir)
 
455
 
 
456
dist-bzip2: distdir
 
457
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
458
        $(am__remove_distdir)
 
459
 
 
460
dist-tarZ: distdir
 
461
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
462
        $(am__remove_distdir)
 
463
 
 
464
dist-shar: distdir
 
465
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
466
        $(am__remove_distdir)
 
467
 
 
468
dist-zip: distdir
 
469
        -rm -f $(distdir).zip
 
470
        zip -rq $(distdir).zip $(distdir)
 
471
        $(am__remove_distdir)
 
472
 
 
473
dist dist-all: distdir
 
474
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
475
        $(am__remove_distdir)
238
476
 
239
477
# This target untars the dist file and tries a VPATH configuration.  Then
240
478
# it guarantees that the distribution is self-contained by making another
241
479
# tarfile.
242
480
distcheck: dist
243
 
        -rm -rf $(distdir)
244
 
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
245
 
        mkdir $(distdir)/=build
246
 
        mkdir $(distdir)/=inst
247
 
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
248
 
        cd $(distdir)/=build \
249
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
481
        case '$(DIST_ARCHIVES)' in \
 
482
        *.tar.gz*) \
 
483
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
484
        *.tar.bz2*) \
 
485
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
486
        *.tar.Z*) \
 
487
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
488
        *.shar.gz*) \
 
489
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
490
        *.zip*) \
 
491
          unzip $(distdir).zip ;;\
 
492
        esac
 
493
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
494
        mkdir $(distdir)/_build
 
495
        mkdir $(distdir)/_inst
 
496
        chmod a-w $(distdir)
 
497
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
498
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
499
          && cd $(distdir)/_build \
 
500
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
501
            $(DISTCHECK_CONFIGURE_FLAGS) \
250
502
          && $(MAKE) $(AM_MAKEFLAGS) \
251
503
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
252
504
          && $(MAKE) $(AM_MAKEFLAGS) check \
253
505
          && $(MAKE) $(AM_MAKEFLAGS) install \
254
506
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
255
 
          && $(MAKE) $(AM_MAKEFLAGS) dist
256
 
        -rm -rf $(distdir)
257
 
        @banner="$(distdir).tar.gz is ready for distribution"; \
258
 
        dashes=`echo "$$banner" | sed s/./=/g`; \
259
 
        echo "$$dashes"; \
260
 
        echo "$$banner"; \
261
 
        echo "$$dashes"
262
 
dist: distdir
263
 
        -chmod -R a+r $(distdir)
264
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
265
 
        -rm -rf $(distdir)
266
 
dist-all: distdir
267
 
        -chmod -R a+r $(distdir)
268
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
269
 
        -rm -rf $(distdir)
270
 
distdir: $(DISTFILES)
271
 
        -rm -rf $(distdir)
272
 
        mkdir $(distdir)
273
 
        -chmod 777 $(distdir)
274
 
        @for file in $(DISTFILES); do \
275
 
          d=$(srcdir); \
276
 
          if test -d $$d/$$file; then \
277
 
            cp -pr $$d/$$file $(distdir)/$$file; \
278
 
          else \
279
 
            test -f $(distdir)/$$file \
280
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
281
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
282
 
          fi; \
283
 
        done
284
 
        for subdir in $(SUBDIRS); do \
285
 
          if test "$$subdir" = .; then :; else \
286
 
            test -d $(distdir)/$$subdir \
287
 
            || mkdir $(distdir)/$$subdir \
288
 
            || exit 1; \
289
 
            chmod 777 $(distdir)/$$subdir; \
290
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
291
 
              || exit 1; \
292
 
          fi; \
293
 
        done
294
 
info-am:
295
 
info: info-recursive
296
 
dvi-am:
297
 
dvi: dvi-recursive
 
507
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
508
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
509
                distuninstallcheck \
 
510
          && chmod -R a-w "$$dc_install_base" \
 
511
          && ({ \
 
512
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
513
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
514
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
515
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
516
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
517
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
518
          && rm -rf "$$dc_destdir" \
 
519
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
520
          && rm -rf $(DIST_ARCHIVES) \
 
521
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
522
        $(am__remove_distdir)
 
523
        @(echo "$(distdir) archives ready for distribution: "; \
 
524
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
525
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
526
distuninstallcheck:
 
527
        @cd $(distuninstallcheck_dir) \
 
528
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
529
           || { echo "ERROR: files left after uninstall:" ; \
 
530
                if test -n "$(DESTDIR)"; then \
 
531
                  echo "  (check DESTDIR support)"; \
 
532
                fi ; \
 
533
                $(distuninstallcheck_listfiles) ; \
 
534
                exit 1; } >&2
 
535
distcleancheck: distclean
 
536
        @if test '$(srcdir)' = . ; then \
 
537
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
538
          exit 1 ; \
 
539
        fi
 
540
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
541
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
542
               $(distcleancheck_listfiles) ; \
 
543
               exit 1; } >&2
298
544
check-am: all-am
299
545
check: check-recursive
300
 
installcheck-am:
301
 
installcheck: installcheck-recursive
302
 
all-recursive-am: config.h
303
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
304
 
 
305
 
install-exec-am:
 
546
all-am: Makefile config.h
 
547
installdirs: installdirs-recursive
 
548
installdirs-am:
 
549
install: install-recursive
306
550
install-exec: install-exec-recursive
307
 
 
308
 
install-data-am:
309
551
install-data: install-data-recursive
 
552
uninstall: uninstall-recursive
310
553
 
311
554
install-am: all-am
312
555
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
313
 
install: install-recursive
314
 
uninstall-am:
315
 
uninstall: uninstall-recursive
316
 
all-am: Makefile config.h
317
 
all-redirect: all-recursive-am
 
556
 
 
557
installcheck: installcheck-recursive
318
558
install-strip:
319
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
320
 
installdirs: installdirs-recursive
321
 
installdirs-am:
322
 
 
323
 
 
 
559
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
560
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
561
          `test -z '$(STRIP)' || \
 
562
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
324
563
mostlyclean-generic:
325
564
 
326
565
clean-generic:
327
566
 
328
567
distclean-generic:
329
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
330
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
568
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
569
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
331
570
 
332
571
maintainer-clean-generic:
333
 
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
334
 
 
335
 
mostlyclean: mostlyclean-recursive
336
 
 
337
 
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
338
 
 
 
572
        @echo "This command is intended for maintainers to use"
 
573
        @echo "it deletes files that may require special tools to rebuild."
339
574
clean: clean-recursive
340
575
 
341
 
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
576
clean-am: clean-generic mostlyclean-am
342
577
 
343
578
distclean: distclean-recursive
344
 
        -rm -f config.status
345
 
 
346
 
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
347
 
                maintainer-clean-generic distclean-am
348
 
        @echo "This command is intended for maintainers to use;"
349
 
        @echo "it deletes files that may require special tools to rebuild."
 
579
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
580
        -rm -f Makefile
 
581
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
582
 
 
583
dvi: dvi-recursive
 
584
 
 
585
dvi-am:
 
586
 
 
587
html: html-recursive
 
588
 
 
589
info: info-recursive
 
590
 
 
591
info-am:
 
592
 
 
593
install-data-am:
 
594
 
 
595
install-exec-am:
 
596
 
 
597
install-info: install-info-recursive
 
598
 
 
599
install-man:
 
600
 
 
601
installcheck-am:
350
602
 
351
603
maintainer-clean: maintainer-clean-recursive
352
 
        -rm -f config.status
353
 
 
354
 
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
355
 
install-data-recursive uninstall-data-recursive install-exec-recursive \
356
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
357
 
all-recursive check-recursive installcheck-recursive info-recursive \
358
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
359
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
360
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
361
 
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
362
 
install-exec-am install-exec install-data-am install-data install-am \
363
 
install uninstall-am uninstall all-redirect all-am all installdirs-am \
364
 
installdirs mostlyclean-generic distclean-generic clean-generic \
365
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
366
 
 
 
604
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
605
        -rm -rf $(top_srcdir)/autom4te.cache
 
606
        -rm -f Makefile
 
607
maintainer-clean-am: distclean-am maintainer-clean-generic
 
608
 
 
609
mostlyclean: mostlyclean-recursive
 
610
 
 
611
mostlyclean-am: mostlyclean-generic
 
612
 
 
613
pdf: pdf-recursive
 
614
 
 
615
pdf-am:
 
616
 
 
617
ps: ps-recursive
 
618
 
 
619
ps-am:
 
620
 
 
621
uninstall-am: uninstall-info-am
 
622
 
 
623
uninstall-info: uninstall-info-recursive
 
624
 
 
625
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
626
        check-am clean clean-generic clean-recursive ctags \
 
627
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
 
628
        dist-tarZ dist-zip distcheck distclean distclean-generic \
 
629
        distclean-hdr distclean-recursive distclean-tags \
 
630
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
631
        html-am info info-am install install-am install-data \
 
632
        install-data-am install-exec install-exec-am install-info \
 
633
        install-info-am install-man install-strip installcheck \
 
634
        installcheck-am installdirs installdirs-am maintainer-clean \
 
635
        maintainer-clean-generic maintainer-clean-recursive \
 
636
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
 
637
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
638
        uninstall-info-am
367
639
 
368
640
# Tell versions [3.59,3.63) of GNU make to not export all variables.
369
641
# Otherwise a system limit (for SysV at least) may be exceeded.