~ubuntu-branches/ubuntu/trusty/swish-e/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2008-09-25 21:52:31 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080925215231-vk46pq42o533syg2
Tags: 2.4.5-5
swish.cgi was not working. Fixed with a 1 char patch. Closes: #500154

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
 
 
18
 
 
19
 
17
20
srcdir = @srcdir@
18
21
top_srcdir = @top_srcdir@
19
22
VPATH = @srcdir@
21
24
pkglibdir = $(libdir)/@PACKAGE@
22
25
pkgincludedir = $(includedir)/@PACKAGE@
23
26
top_builddir = ..
24
 
 
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
INSTALL = @INSTALL@
27
29
install_sh_DATA = $(install_sh) -c -m 644
35
37
NORMAL_UNINSTALL = :
36
38
PRE_UNINSTALL = :
37
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
38
41
host_triplet = @host@
 
42
bin_PROGRAMS = swish-e$(EXEEXT)
 
43
EXTRA_PROGRAMS = libtest$(EXEEXT)
 
44
subdir = src
 
45
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 
46
        $(srcdir)/Makefile.in $(srcdir)/acconfig.h.in
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
 
49
        $(top_srcdir)/configure.in
 
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
51
        $(ACLOCAL_M4)
 
52
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
53
CONFIG_HEADER = acconfig.h
 
54
CONFIG_CLEAN_FILES =
 
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
56
am__vpath_adj = case $$p in \
 
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
58
    *) f=$$p;; \
 
59
  esac;
 
60
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
 
62
        "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(includedir)"
 
63
libLTLIBRARIES_INSTALL = $(INSTALL)
 
64
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
 
65
am__DEPENDENCIES_1 =
 
66
am_libswish_e_la_OBJECTS = search.lo swish2.lo swish_words.lo \
 
67
        proplimit.lo rank.lo db_read.lo result_sort.lo hash.lo \
 
68
        compress.lo db_native.lo ramdisk.lo check.lo error.lo list.lo \
 
69
        mem.lo swstring.lo docprop.lo metanames.lo headers.lo \
 
70
        swish_qsort.lo date_time.lo double_metaphone.lo stemmer.lo \
 
71
        soundex.lo
 
72
libswish_e_la_OBJECTS = $(am_libswish_e_la_OBJECTS)
 
73
am_libswishindex_la_OBJECTS = fs.lo http.lo httpserver.lo extprog.lo \
 
74
        bash.lo methods.lo html.lo txt.lo xml.lo entities.lo index.lo \
 
75
        merge.lo pre_sort.lo file.lo filter.lo parse_conffile.lo \
 
76
        swregex.lo db_write.lo docprop_write.lo getruntime.lo
 
77
libswishindex_la_OBJECTS = $(am_libswishindex_la_OBJECTS)
 
78
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
79
PROGRAMS = $(bin_PROGRAMS)
 
80
am_libtest_OBJECTS = libtest.$(OBJEXT)
 
81
libtest_OBJECTS = $(am_libtest_OBJECTS)
 
82
libtest_DEPENDENCIES = libswish-e.la
 
83
am_swish_e_OBJECTS = swish.$(OBJEXT) keychar_out.$(OBJEXT) \
 
84
        dump.$(OBJEXT) result_output.$(OBJEXT)
 
85
swish_e_OBJECTS = $(am_swish_e_OBJECTS)
 
86
swish_e_DEPENDENCIES = libswishindex.la libswish-e.la
 
87
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
88
SCRIPTS = $(libexec_SCRIPTS)
 
89
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
90
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
91
am__depfiles_maybe = depfiles
 
92
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
93
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
94
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
95
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
96
        $(AM_CFLAGS) $(CFLAGS)
 
97
CCLD = $(CC)
 
98
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
99
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
100
SOURCES = $(libswish_e_la_SOURCES) $(EXTRA_libswish_e_la_SOURCES) \
 
101
        $(libswishindex_la_SOURCES) $(EXTRA_libswishindex_la_SOURCES) \
 
102
        $(libtest_SOURCES) $(swish_e_SOURCES)
 
103
DIST_SOURCES = $(libswish_e_la_SOURCES) $(EXTRA_libswish_e_la_SOURCES) \
 
104
        $(libswishindex_la_SOURCES) $(EXTRA_libswishindex_la_SOURCES) \
 
105
        $(libtest_SOURCES) $(swish_e_SOURCES)
 
106
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
107
        html-recursive info-recursive install-data-recursive \
 
108
        install-exec-recursive install-info-recursive \
 
109
        install-recursive installcheck-recursive installdirs-recursive \
 
110
        pdf-recursive ps-recursive uninstall-info-recursive \
 
111
        uninstall-recursive
 
112
includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
113
HEADERS = $(include_HEADERS)
 
114
ETAGS = etags
 
115
CTAGS = ctags
 
116
DIST_SUBDIRS = $(SUBDIRS)
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
118
ACLOCAL = @ACLOCAL@
40
119
ALLOCA = @ALLOCA@
41
120
AMDEP_FALSE = @AMDEP_FALSE@
42
121
AMDEP_TRUE = @AMDEP_TRUE@
43
122
AMTAR = @AMTAR@
44
123
AR = @AR@
 
124
AS = @AS@
45
125
AUTOCONF = @AUTOCONF@
46
126
AUTOHEADER = @AUTOHEADER@
47
127
AUTOMAKE = @AUTOMAKE@
61
141
CYGPATH_W = @CYGPATH_W@
62
142
DEFS = @DEFS@
63
143
DEPDIR = @DEPDIR@
 
144
DLLTOOL = @DLLTOOL@
64
145
ECHO = @ECHO@
65
146
ECHO_C = @ECHO_C@
66
147
ECHO_N = @ECHO_N@
69
150
EXEEXT = @EXEEXT@
70
151
F77 = @F77@
71
152
FFLAGS = @FFLAGS@
 
153
GREP = @GREP@
 
154
INSTALLDOCS_FALSE = @INSTALLDOCS_FALSE@
 
155
INSTALLDOCS_TRUE = @INSTALLDOCS_TRUE@
72
156
INSTALL_DATA = @INSTALL_DATA@
73
157
INSTALL_PROGRAM = @INSTALL_PROGRAM@
74
158
INSTALL_SCRIPT = @INSTALL_SCRIPT@
87
171
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
88
172
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
89
173
MAKEINFO = @MAKEINFO@
 
174
OBJDUMP = @OBJDUMP@
90
175
OBJEXT = @OBJEXT@
91
176
PACKAGE = @PACKAGE@
92
177
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
105
190
SET_MAKE = @SET_MAKE@
106
191
SHELL = @SHELL@
107
192
STRIP = @STRIP@
 
193
SWISH_WEB = @SWISH_WEB@
108
194
VERSION = @VERSION@
109
195
XML2_CONFIG = @XML2_CONFIG@
110
196
Z_CFLAGS = @Z_CFLAGS@
111
197
Z_LIBS = @Z_LIBS@
112
 
ac_ct_AR = @ac_ct_AR@
113
198
ac_ct_CC = @ac_ct_CC@
114
199
ac_ct_CXX = @ac_ct_CXX@
115
200
ac_ct_F77 = @ac_ct_F77@
116
 
ac_ct_RANLIB = @ac_ct_RANLIB@
117
 
ac_ct_STRIP = @ac_ct_STRIP@
118
201
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
119
202
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
120
203
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
122
205
am__include = @am__include@
123
206
am__leading_dot = @am__leading_dot@
124
207
am__quote = @am__quote@
 
208
am__tar = @am__tar@
 
209
am__untar = @am__untar@
125
210
bindir = @bindir@
126
211
build = @build@
127
212
build_alias = @build_alias@
129
214
build_os = @build_os@
130
215
build_vendor = @build_vendor@
131
216
datadir = @datadir@
 
217
datarootdir = @datarootdir@
 
218
docdir = @docdir@
 
219
dvidir = @dvidir@
132
220
exec_prefix = @exec_prefix@
133
221
host = @host@
134
222
host_alias = @host_alias@
135
223
host_cpu = @host_cpu@
136
224
host_os = @host_os@
137
225
host_vendor = @host_vendor@
 
226
htmldir = @htmldir@
138
227
includedir = @includedir@
139
228
infodir = @infodir@
140
229
install_sh = @install_sh@
141
230
libdir = @libdir@
142
231
libexecdir = @libexecdir@
 
232
localedir = @localedir@
143
233
localstatedir = @localstatedir@
144
234
mandir = @mandir@
 
235
mkdir_p = @mkdir_p@
145
236
oldincludedir = @oldincludedir@
 
237
pdfdir = @pdfdir@
146
238
prefix = @prefix@
147
239
program_transform_name = @program_transform_name@
 
240
psdir = @psdir@
148
241
sbindir = @sbindir@
149
242
sharedstatedir = @sharedstatedir@
150
243
sysconfdir = @sysconfdir@
151
244
target_alias = @target_alias@
152
245
SUBDIRS = expat replace snowball
153
246
 
154
 
 
155
247
# Using AM_CPPFLAGS instead of per-target flags means object names
156
248
# don't get renamed.  If using per-target _CPPFLAGS then would need
157
249
# to update configure.in to use the prefix names on all optional objects
163
255
 
164
256
# Until can figure out how to use AM_AUTOMAKE_INIT([-Wall])
165
257
AM_CFLAGS = -Wall
166
 
 
167
 
bin_PROGRAMS = swish-e
168
258
swish_e_SOURCES = swish.c swish.h  keychar_out.c keychar_out.h dump.c dump.h result_output.c result_output.h
169
259
swish_e_LDADD = libswishindex.la libswish-e.la
170
 
 
171
 
EXTRA_PROGRAMS = libtest
172
260
libtest_SOURCES = libtest.c 
173
261
libtest_LDADD = libswish-e.la
174
262
libtest_LDFLAGS = -static
175
 
 
176
263
lib_LTLIBRARIES = libswish-e.la
177
 
libswish_e_la_LDFLAGS = -version-info 2:0:0 $(Z_LIBS) $(PCRE_LIBS)
 
264
libswish_e_la_LDFLAGS = -no-undefined -version-info 2:0:0 $(Z_LIBS) $(PCRE_LIBS)
178
265
libswish_e_la_LIBADD = $(BTREE_OBJS) replace/libreplace.la snowball/libsnowball.la
179
 
 
180
266
libswish_e_la_DEPENDENCIES = $(libswish_e_la_LIBADD)
181
 
 
182
267
libswish_e_la_SOURCES = \
183
268
        config.h \
184
269
        search.c search.h \
206
291
        stemmer.c stemmer.h \
207
292
        soundex.c soundex.h
208
293
 
209
 
 
210
294
EXTRA_libswish_e_la_SOURCES = \
211
295
        btree.c btree.h \
212
296
        array.c array.h \
213
297
        worddata.c worddata.h \
214
298
        fhash.c fhash.h
215
299
 
216
 
 
217
300
noinst_LTLIBRARIES = libswishindex.la
218
301
libswishindex_la_LIBADD = expat/libswexpat.la $(LIBXML2_OBJS) snowball/libsnowball.la
219
302
libswishindex_la_LDFLAGS = $(LIBXML2_LIB) $(Z_LIBS) $(PCRE_LIBS) 
220
 
 
221
303
libswishindex_la_DEPENDENCIES = $(libswishindex_la_LIBADD)
222
 
 
223
304
EXTRA_libswishindex_la_SOURCES = parser.c parser.h
224
 
 
225
305
libswishindex_la_SOURCES = \
226
306
        fs.c fs.h \
227
307
        http.c http.h \
244
324
        docprop_write.c \
245
325
        getruntime.c getruntime.h
246
326
 
247
 
 
248
327
include_HEADERS = swish-e.h
249
 
 
250
328
libexec_SCRIPTS = swishspider
251
 
 
252
329
EXTRA_DIST = swishspider
253
 
subdir = src
254
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
255
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
256
 
CONFIG_HEADER = acconfig.h
257
 
CONFIG_CLEAN_FILES =
258
 
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
259
 
 
260
 
am_libswish_e_la_OBJECTS = search.lo swish2.lo swish_words.lo \
261
 
        proplimit.lo rank.lo db_read.lo result_sort.lo hash.lo \
262
 
        compress.lo db_native.lo ramdisk.lo check.lo error.lo list.lo \
263
 
        mem.lo swstring.lo docprop.lo metanames.lo headers.lo \
264
 
        swish_qsort.lo date_time.lo double_metaphone.lo stemmer.lo \
265
 
        soundex.lo
266
 
libswish_e_la_OBJECTS = $(am_libswish_e_la_OBJECTS)
267
 
am_libswishindex_la_OBJECTS = fs.lo http.lo httpserver.lo extprog.lo \
268
 
        bash.lo methods.lo html.lo txt.lo xml.lo entities.lo index.lo \
269
 
        merge.lo pre_sort.lo file.lo filter.lo parse_conffile.lo \
270
 
        swregex.lo db_write.lo docprop_write.lo getruntime.lo
271
 
libswishindex_la_OBJECTS = $(am_libswishindex_la_OBJECTS)
272
 
EXTRA_PROGRAMS = libtest$(EXEEXT)
273
 
bin_PROGRAMS = swish-e$(EXEEXT)
274
 
PROGRAMS = $(bin_PROGRAMS)
275
 
 
276
 
am_libtest_OBJECTS = libtest.$(OBJEXT)
277
 
libtest_OBJECTS = $(am_libtest_OBJECTS)
278
 
libtest_DEPENDENCIES = libswish-e.la
279
 
am_swish_e_OBJECTS = swish.$(OBJEXT) keychar_out.$(OBJEXT) \
280
 
        dump.$(OBJEXT) result_output.$(OBJEXT)
281
 
swish_e_OBJECTS = $(am_swish_e_OBJECTS)
282
 
swish_e_DEPENDENCIES = libswishindex.la libswish-e.la
283
 
swish_e_LDFLAGS =
284
 
SCRIPTS = $(libexec_SCRIPTS)
285
 
 
286
 
 
287
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
288
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
289
 
am__depfiles_maybe = depfiles
290
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array.Plo ./$(DEPDIR)/bash.Plo \
291
 
@AMDEP_TRUE@    ./$(DEPDIR)/btree.Plo ./$(DEPDIR)/check.Plo \
292
 
@AMDEP_TRUE@    ./$(DEPDIR)/compress.Plo ./$(DEPDIR)/date_time.Plo \
293
 
@AMDEP_TRUE@    ./$(DEPDIR)/db_native.Plo ./$(DEPDIR)/db_read.Plo \
294
 
@AMDEP_TRUE@    ./$(DEPDIR)/db_write.Plo ./$(DEPDIR)/docprop.Plo \
295
 
@AMDEP_TRUE@    ./$(DEPDIR)/docprop_write.Plo \
296
 
@AMDEP_TRUE@    ./$(DEPDIR)/double_metaphone.Plo \
297
 
@AMDEP_TRUE@    ./$(DEPDIR)/dump.Po ./$(DEPDIR)/entities.Plo \
298
 
@AMDEP_TRUE@    ./$(DEPDIR)/error.Plo ./$(DEPDIR)/extprog.Plo \
299
 
@AMDEP_TRUE@    ./$(DEPDIR)/fhash.Plo ./$(DEPDIR)/file.Plo \
300
 
@AMDEP_TRUE@    ./$(DEPDIR)/filter.Plo ./$(DEPDIR)/fs.Plo \
301
 
@AMDEP_TRUE@    ./$(DEPDIR)/getruntime.Plo ./$(DEPDIR)/hash.Plo \
302
 
@AMDEP_TRUE@    ./$(DEPDIR)/headers.Plo ./$(DEPDIR)/html.Plo \
303
 
@AMDEP_TRUE@    ./$(DEPDIR)/http.Plo ./$(DEPDIR)/httpserver.Plo \
304
 
@AMDEP_TRUE@    ./$(DEPDIR)/index.Plo ./$(DEPDIR)/keychar_out.Po \
305
 
@AMDEP_TRUE@    ./$(DEPDIR)/libtest.Po ./$(DEPDIR)/list.Plo \
306
 
@AMDEP_TRUE@    ./$(DEPDIR)/mem.Plo ./$(DEPDIR)/merge.Plo \
307
 
@AMDEP_TRUE@    ./$(DEPDIR)/metanames.Plo ./$(DEPDIR)/methods.Plo \
308
 
@AMDEP_TRUE@    ./$(DEPDIR)/parse_conffile.Plo \
309
 
@AMDEP_TRUE@    ./$(DEPDIR)/parser.Plo ./$(DEPDIR)/pre_sort.Plo \
310
 
@AMDEP_TRUE@    ./$(DEPDIR)/proplimit.Plo ./$(DEPDIR)/ramdisk.Plo \
311
 
@AMDEP_TRUE@    ./$(DEPDIR)/rank.Plo ./$(DEPDIR)/result_output.Po \
312
 
@AMDEP_TRUE@    ./$(DEPDIR)/result_sort.Plo ./$(DEPDIR)/search.Plo \
313
 
@AMDEP_TRUE@    ./$(DEPDIR)/soundex.Plo ./$(DEPDIR)/stemmer.Plo \
314
 
@AMDEP_TRUE@    ./$(DEPDIR)/swish.Po ./$(DEPDIR)/swish2.Plo \
315
 
@AMDEP_TRUE@    ./$(DEPDIR)/swish_qsort.Plo \
316
 
@AMDEP_TRUE@    ./$(DEPDIR)/swish_words.Plo ./$(DEPDIR)/swregex.Plo \
317
 
@AMDEP_TRUE@    ./$(DEPDIR)/swstring.Plo ./$(DEPDIR)/txt.Plo \
318
 
@AMDEP_TRUE@    ./$(DEPDIR)/worddata.Plo ./$(DEPDIR)/xml.Plo
319
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
320
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
321
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
322
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
323
 
CCLD = $(CC)
324
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
325
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
326
 
DIST_SOURCES = $(libswish_e_la_SOURCES) $(EXTRA_libswish_e_la_SOURCES) \
327
 
        $(libswishindex_la_SOURCES) $(EXTRA_libswishindex_la_SOURCES) \
328
 
        $(libtest_SOURCES) $(swish_e_SOURCES)
329
 
HEADERS = $(include_HEADERS)
330
 
 
331
 
 
332
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
333
 
        ps-recursive install-info-recursive uninstall-info-recursive \
334
 
        all-recursive install-data-recursive install-exec-recursive \
335
 
        installdirs-recursive install-recursive uninstall-recursive \
336
 
        check-recursive installcheck-recursive
337
 
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.in Makefile.am \
338
 
        acconfig.h.in
339
 
DIST_SUBDIRS = $(SUBDIRS)
340
 
SOURCES = $(libswish_e_la_SOURCES) $(EXTRA_libswish_e_la_SOURCES) $(libswishindex_la_SOURCES) $(EXTRA_libswishindex_la_SOURCES) $(libtest_SOURCES) $(swish_e_SOURCES)
341
 
 
342
330
all: acconfig.h
343
331
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
344
332
 
345
333
.SUFFIXES:
346
334
.SUFFIXES: .c .lo .o .obj
347
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
335
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
336
        @for dep in $?; do \
 
337
          case '$(am__configure_deps)' in \
 
338
            *$$dep*) \
 
339
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
340
                && exit 0; \
 
341
              exit 1;; \
 
342
          esac; \
 
343
        done; \
 
344
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
348
345
        cd $(top_srcdir) && \
349
346
          $(AUTOMAKE) --foreign  src/Makefile
350
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
351
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
347
.PRECIOUS: Makefile
 
348
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
349
        @case '$?' in \
 
350
          *config.status*) \
 
351
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
352
          *) \
 
353
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
354
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
355
        esac;
 
356
 
 
357
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
358
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
359
 
 
360
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
363
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
364
 
353
365
acconfig.h: stamp-h1
354
366
        @if test ! -f $@; then \
359
371
stamp-h1: $(srcdir)/acconfig.h.in $(top_builddir)/config.status
360
372
        @rm -f stamp-h1
361
373
        cd $(top_builddir) && $(SHELL) ./config.status src/acconfig.h
362
 
 
363
 
$(srcdir)/acconfig.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
374
$(srcdir)/acconfig.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
364
375
        cd $(top_srcdir) && $(AUTOHEADER)
365
 
        touch $(srcdir)/acconfig.h.in
 
376
        rm -f stamp-h1
 
377
        touch $@
366
378
 
367
379
distclean-hdr:
368
380
        -rm -f acconfig.h stamp-h1
369
 
libLTLIBRARIES_INSTALL = $(INSTALL)
370
381
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
371
382
        @$(NORMAL_INSTALL)
372
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
383
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
373
384
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
374
385
          if test -f $$p; then \
375
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
376
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
377
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
 
386
            f=$(am__strip_dir) \
 
387
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
388
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
378
389
          else :; fi; \
379
390
        done
380
391
 
381
392
uninstall-libLTLIBRARIES:
382
393
        @$(NORMAL_UNINSTALL)
383
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
384
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
385
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
386
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
394
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
395
          p=$(am__strip_dir) \
 
396
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
397
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
387
398
        done
388
399
 
389
400
clean-libLTLIBRARIES:
390
401
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
391
402
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
392
403
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
393
 
          test "$$dir" = "$$p" && dir=.; \
 
404
          test "$$dir" != "$$p" || dir=.; \
394
405
          echo "rm -f \"$${dir}/so_locations\""; \
395
406
          rm -f "$${dir}/so_locations"; \
396
407
        done
399
410
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
400
411
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
401
412
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
402
 
          test "$$dir" = "$$p" && dir=.; \
 
413
          test "$$dir" != "$$p" || dir=.; \
403
414
          echo "rm -f \"$${dir}/so_locations\""; \
404
415
          rm -f "$${dir}/so_locations"; \
405
416
        done
407
418
        $(LINK) -rpath $(libdir) $(libswish_e_la_LDFLAGS) $(libswish_e_la_OBJECTS) $(libswish_e_la_LIBADD) $(LIBS)
408
419
libswishindex.la: $(libswishindex_la_OBJECTS) $(libswishindex_la_DEPENDENCIES) 
409
420
        $(LINK)  $(libswishindex_la_LDFLAGS) $(libswishindex_la_OBJECTS) $(libswishindex_la_LIBADD) $(LIBS)
410
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
411
421
install-binPROGRAMS: $(bin_PROGRAMS)
412
422
        @$(NORMAL_INSTALL)
413
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
423
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
414
424
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
415
425
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
416
426
          if test -f $$p \
417
427
             || test -f $$p1 \
418
428
          ; then \
419
429
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
420
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
421
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
 
430
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
431
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
422
432
          else :; fi; \
423
433
        done
424
434
 
426
436
        @$(NORMAL_UNINSTALL)
427
437
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
428
438
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
429
 
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
430
 
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
439
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
440
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
431
441
        done
432
442
 
433
443
clean-binPROGRAMS:
442
452
swish-e$(EXEEXT): $(swish_e_OBJECTS) $(swish_e_DEPENDENCIES) 
443
453
        @rm -f swish-e$(EXEEXT)
444
454
        $(LINK) $(swish_e_LDFLAGS) $(swish_e_OBJECTS) $(swish_e_LDADD) $(LIBS)
445
 
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
446
455
install-libexecSCRIPTS: $(libexec_SCRIPTS)
447
456
        @$(NORMAL_INSTALL)
448
 
        $(mkinstalldirs) $(DESTDIR)$(libexecdir)
 
457
        test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)"
449
458
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
450
459
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
451
460
          if test -f $$d$$p; then \
452
461
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
453
 
            echo " $(libexecSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(libexecdir)/$$f"; \
454
 
            $(libexecSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(libexecdir)/$$f; \
 
462
            echo " $(libexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
 
463
            $(libexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(libexecdir)/$$f"; \
455
464
          else :; fi; \
456
465
        done
457
466
 
459
468
        @$(NORMAL_UNINSTALL)
460
469
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
461
470
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
462
 
          echo " rm -f $(DESTDIR)$(libexecdir)/$$f"; \
463
 
          rm -f $(DESTDIR)$(libexecdir)/$$f; \
 
471
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
 
472
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
464
473
        done
465
474
 
466
475
mostlyclean-compile:
467
 
        -rm -f *.$(OBJEXT) core *.core
 
476
        -rm -f *.$(OBJEXT)
468
477
 
469
478
distclean-compile:
470
479
        -rm -f *.tab.c
525
534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Plo@am__quote@
526
535
 
527
536
.c.o:
528
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
529
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
530
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
531
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
532
 
@am__fastdepCC_TRUE@    fi
 
537
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
538
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
533
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
535
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
541
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
537
542
 
538
543
.c.obj:
539
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
540
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
541
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
542
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
543
 
@am__fastdepCC_TRUE@    fi
 
544
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
545
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
544
546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
546
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
548
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
548
549
 
549
550
.c.lo:
550
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
551
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
552
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
553
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
554
 
@am__fastdepCC_TRUE@    fi
 
551
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
552
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
555
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
556
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
557
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
555
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
559
556
 
560
557
mostlyclean-libtool:
561
558
        -rm -f *.lo
566
563
distclean-libtool:
567
564
        -rm -f libtool
568
565
uninstall-info-am:
569
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
570
566
install-includeHEADERS: $(include_HEADERS)
571
567
        @$(NORMAL_INSTALL)
572
 
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
568
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
573
569
        @list='$(include_HEADERS)'; for p in $$list; do \
574
570
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
575
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
576
 
          echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
577
 
          $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
 
571
          f=$(am__strip_dir) \
 
572
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
 
573
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
578
574
        done
579
575
 
580
576
uninstall-includeHEADERS:
581
577
        @$(NORMAL_UNINSTALL)
582
578
        @list='$(include_HEADERS)'; for p in $$list; do \
583
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
584
 
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
585
 
          rm -f $(DESTDIR)$(includedir)/$$f; \
 
579
          f=$(am__strip_dir) \
 
580
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
 
581
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
586
582
        done
587
583
 
588
584
# This directory's subdirectories are mostly independent; you can cd
592
588
#     (which will cause the Makefiles to be regenerated when you run `make');
593
589
# (2) otherwise, pass the desired values on the `make' command line.
594
590
$(RECURSIVE_TARGETS):
595
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
591
        @failcom='exit 1'; \
 
592
        for f in x $$MAKEFLAGS; do \
 
593
          case $$f in \
 
594
            *=* | --[!k]*);; \
 
595
            *k*) failcom='fail=yes';; \
 
596
          esac; \
 
597
        done; \
596
598
        dot_seen=no; \
597
599
        target=`echo $@ | sed s/-recursive//`; \
598
600
        list='$(SUBDIRS)'; for subdir in $$list; do \
604
606
            local_target="$$target"; \
605
607
          fi; \
606
608
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
607
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
609
          || eval $$failcom; \
608
610
        done; \
609
611
        if test "$$dot_seen" = "no"; then \
610
612
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
612
614
 
613
615
mostlyclean-recursive clean-recursive distclean-recursive \
614
616
maintainer-clean-recursive:
615
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
617
        @failcom='exit 1'; \
 
618
        for f in x $$MAKEFLAGS; do \
 
619
          case $$f in \
 
620
            *=* | --[!k]*);; \
 
621
            *k*) failcom='fail=yes';; \
 
622
          esac; \
 
623
        done; \
616
624
        dot_seen=no; \
617
625
        case "$@" in \
618
626
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
633
641
            local_target="$$target"; \
634
642
          fi; \
635
643
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
636
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
644
          || eval $$failcom; \
637
645
        done && test -z "$$fail"
638
646
tags-recursive:
639
647
        list='$(SUBDIRS)'; for subdir in $$list; do \
644
652
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
645
653
        done
646
654
 
647
 
ETAGS = etags
648
 
ETAGSFLAGS =
649
 
 
650
 
CTAGS = ctags
651
 
CTAGSFLAGS =
652
 
 
653
 
tags: TAGS
654
 
 
655
655
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
656
656
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
657
657
        unique=`for i in $$list; do \
660
660
          $(AWK) '    { files[$$0] = 1; } \
661
661
               END { for (i in files) print i; }'`; \
662
662
        mkid -fID $$unique
 
663
tags: TAGS
663
664
 
664
665
TAGS: tags-recursive $(HEADERS) $(SOURCES) acconfig.h.in $(TAGS_DEPENDENCIES) \
665
666
                $(TAGS_FILES) $(LISP)
666
667
        tags=; \
667
668
        here=`pwd`; \
668
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
669
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
669
670
          include_option=--etags-include; \
 
671
          empty_fix=.; \
670
672
        else \
671
673
          include_option=--include; \
 
674
          empty_fix=; \
672
675
        fi; \
673
676
        list='$(SUBDIRS)'; for subdir in $$list; do \
674
677
          if test "$$subdir" = .; then :; else \
675
 
            test -f $$subdir/TAGS && \
 
678
            test ! -f $$subdir/TAGS || \
676
679
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
677
680
          fi; \
678
681
        done; \
682
685
          done | \
683
686
          $(AWK) '    { files[$$0] = 1; } \
684
687
               END { for (i in files) print i; }'`; \
685
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
686
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
687
 
             $$tags $$unique
688
 
 
 
688
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
689
          test -n "$$unique" || unique=$$empty_fix; \
 
690
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
691
            $$tags $$unique; \
 
692
        fi
689
693
ctags: CTAGS
690
694
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) acconfig.h.in $(TAGS_DEPENDENCIES) \
691
695
                $(TAGS_FILES) $(LISP)
708
712
 
709
713
distclean-tags:
710
714
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
711
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
712
 
 
713
 
top_distdir = ..
714
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
715
715
 
716
716
distdir: $(DISTFILES)
717
717
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
725
725
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
726
726
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
727
727
            dir="/$$dir"; \
728
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
728
            $(mkdir_p) "$(distdir)$$dir"; \
729
729
          else \
730
730
            dir=''; \
731
731
          fi; \
740
740
            || exit 1; \
741
741
          fi; \
742
742
        done
743
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
743
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
744
744
          if test "$$subdir" = .; then :; else \
745
 
            test -d $(distdir)/$$subdir \
746
 
            || mkdir $(distdir)/$$subdir \
 
745
            test -d "$(distdir)/$$subdir" \
 
746
            || $(mkdir_p) "$(distdir)/$$subdir" \
747
747
            || exit 1; \
 
748
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
749
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
748
750
            (cd $$subdir && \
749
751
              $(MAKE) $(AM_MAKEFLAGS) \
750
 
                top_distdir="$(top_distdir)" \
751
 
                distdir=../$(distdir)/$$subdir \
 
752
                top_distdir="$$top_distdir" \
 
753
                distdir="$$distdir/$$subdir" \
752
754
                distdir) \
753
755
              || exit 1; \
754
756
          fi; \
761
763
 
762
764
installdirs: installdirs-recursive
763
765
installdirs-am:
764
 
        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) $(DESTDIR)$(includedir)
765
 
 
 
766
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(includedir)"; do \
 
767
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
768
        done
766
769
install: install-recursive
767
770
install-exec: install-exec-recursive
768
771
install-data: install-data-recursive
782
785
clean-generic:
783
786
 
784
787
distclean-generic:
785
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
788
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
786
789
 
787
790
maintainer-clean-generic:
788
791
        @echo "This command is intended for maintainers to use"
795
798
distclean: distclean-recursive
796
799
        -rm -rf ./$(DEPDIR)
797
800
        -rm -f Makefile
798
 
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
799
 
        distclean-libtool distclean-tags
 
801
distclean-am: clean-am distclean-compile distclean-generic \
 
802
        distclean-hdr distclean-libtool distclean-tags
800
803
 
801
804
dvi: dvi-recursive
802
805
 
803
806
dvi-am:
804
807
 
 
808
html: html-recursive
 
809
 
805
810
info: info-recursive
806
811
 
807
812
info-am:
841
846
 
842
847
uninstall-info: uninstall-info-recursive
843
848
 
844
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
845
 
        clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
 
849
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
850
        clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
846
851
        clean-libtool clean-noinstLTLIBRARIES clean-recursive ctags \
847
852
        ctags-recursive distclean distclean-compile distclean-generic \
848
853
        distclean-hdr distclean-libtool distclean-recursive \
849
 
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
850
 
        info-recursive install install-am install-binPROGRAMS \
851
 
        install-data install-data-am install-data-recursive \
852
 
        install-exec install-exec-am install-exec-recursive \
 
854
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
855
        install install-am install-binPROGRAMS install-data \
 
856
        install-data-am install-exec install-exec-am \
853
857
        install-includeHEADERS install-info install-info-am \
854
 
        install-info-recursive install-libLTLIBRARIES \
855
 
        install-libexecSCRIPTS install-man install-recursive \
 
858
        install-libLTLIBRARIES install-libexecSCRIPTS install-man \
856
859
        install-strip installcheck installcheck-am installdirs \
857
 
        installdirs-am installdirs-recursive maintainer-clean \
858
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
859
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
860
 
        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
861
 
        ps-recursive tags tags-recursive uninstall uninstall-am \
 
860
        installdirs-am maintainer-clean maintainer-clean-generic \
 
861
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
862
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
863
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
862
864
        uninstall-binPROGRAMS uninstall-includeHEADERS \
863
 
        uninstall-info-am uninstall-info-recursive \
864
 
        uninstall-libLTLIBRARIES uninstall-libexecSCRIPTS \
865
 
        uninstall-recursive
 
865
        uninstall-info-am uninstall-libLTLIBRARIES \
 
866
        uninstall-libexecSCRIPTS
866
867
 
867
868
# Tell versions [3.59,3.63) of GNU make to not export all variables.
868
869
# Otherwise a system limit (for SysV at least) may be exceeded.