~ubuntu-branches/ubuntu/oneiric/jabberd2/oneiric-security

« back to all changes in this revision

Viewing changes to sx/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Nicolai Spohrer
  • Date: 2008-08-12 16:13:43 UTC
  • mfrom: (1.1.3 upstream) (0.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080812161343-6trz3r97dtevxd17
Tags: 2.2.1-1ubuntu1
* Merge with Debian unstable (LP: #257130), remaining changes:
  - debian/control:
    + Modify Maintainer field as per spec
    + Depend on libdb4.6-dev instead of libdb4.4-dev
    + Added Conflicts and Replaces: ..., jabber for jabberd2
  - debian/rules: Added libtoolize call (jabberd2 ships with
     an older ltmain.sh version that conflicts with the
     current libtool version)
  - debian/init: create /var/run/jabber directory with correct
     permissions
* Dropped changes:
  - Debian already depends on libpq-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
37
33
POST_UNINSTALL = :
38
34
build_triplet = @build@
39
35
host_triplet = @host@
 
36
@SASL_GSASL_TRUE@am__append_1 = sasl_gsasl.c
 
37
@SASL_CYRUS_TRUE@am__append_2 = sasl_cyrus.c
 
38
@SASL_SCOD_TRUE@am__append_3 = scod
 
39
@SASL_SCOD_TRUE@am__append_4 = sasl_scod.c
 
40
@SASL_SCOD_TRUE@am__append_5 = scod/libscod.la
 
41
@HAVE_SSL_TRUE@am__append_6 = ssl.c
 
42
@HAVE_LIBZ_TRUE@am__append_7 = compress.c
 
43
@ENABLE_EXPERIMENTAL_TRUE@am__append_8 = ack.c
40
44
subdir = sx
41
45
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42
46
        $(srcdir)/Makefile.in
43
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
48
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
 
        $(top_srcdir)/configure.in
 
49
        $(top_srcdir)/configure.ac
46
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
51
        $(ACLOCAL_M4)
48
52
mkinstalldirs = $(install_sh) -d
49
53
CONFIG_HEADER = $(top_builddir)/config.h
50
54
CONFIG_CLEAN_FILES =
51
55
LTLIBRARIES = $(noinst_LTLIBRARIES)
52
 
libsx_la_DEPENDENCIES =
 
56
libsx_la_DEPENDENCIES = $(am__append_5)
 
57
am__libsx_la_SOURCES_DIST = callback.c chain.c client.c env.c error.c \
 
58
        io.c server.c sx.c sasl_gsasl.c sasl_cyrus.c sasl_scod.c ssl.c \
 
59
        compress.c ack.c
 
60
@SASL_GSASL_TRUE@am__objects_1 = sasl_gsasl.lo
 
61
@SASL_CYRUS_TRUE@am__objects_2 = sasl_cyrus.lo
 
62
@SASL_SCOD_TRUE@am__objects_3 = sasl_scod.lo
 
63
@HAVE_SSL_TRUE@am__objects_4 = ssl.lo
 
64
@HAVE_LIBZ_TRUE@am__objects_5 = compress.lo
 
65
@ENABLE_EXPERIMENTAL_TRUE@am__objects_6 = ack.lo
53
66
am_libsx_la_OBJECTS = callback.lo chain.lo client.lo env.lo error.lo \
54
 
        io.lo sasl.lo server.lo sasl.lo ssl.lo sx.lo
 
67
        io.lo server.lo sx.lo $(am__objects_1) $(am__objects_2) \
 
68
        $(am__objects_3) $(am__objects_4) $(am__objects_5) \
 
69
        $(am__objects_6)
55
70
libsx_la_OBJECTS = $(am_libsx_la_OBJECTS)
56
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
71
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
57
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
58
73
am__depfiles_maybe = depfiles
59
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
62
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
63
 
        $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
79
CCLD = $(CC)
65
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
82
        $(LDFLAGS) -o $@
67
83
SOURCES = $(libsx_la_SOURCES)
68
 
DIST_SOURCES = $(libsx_la_SOURCES)
 
84
DIST_SOURCES = $(am__libsx_la_SOURCES_DIST)
 
85
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
86
        html-recursive info-recursive install-data-recursive \
 
87
        install-dvi-recursive install-exec-recursive \
 
88
        install-html-recursive install-info-recursive \
 
89
        install-pdf-recursive install-ps-recursive install-recursive \
 
90
        installcheck-recursive installdirs-recursive pdf-recursive \
 
91
        ps-recursive uninstall-recursive
69
92
HEADERS = $(noinst_HEADERS)
 
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
94
  distclean-recursive maintainer-clean-recursive
70
95
ETAGS = etags
71
96
CTAGS = ctags
 
97
DIST_SUBDIRS = scod
72
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
99
ACLOCAL = @ACLOCAL@
74
 
AMDEP_FALSE = @AMDEP_FALSE@
75
 
AMDEP_TRUE = @AMDEP_TRUE@
 
100
ALLOCA = @ALLOCA@
76
101
AMTAR = @AMTAR@
77
102
AR = @AR@
78
103
AUTOCONF = @AUTOCONF@
89
114
CXXDEPMODE = @CXXDEPMODE@
90
115
CXXFLAGS = @CXXFLAGS@
91
116
CYGPATH_W = @CYGPATH_W@
 
117
DB_LIBS = @DB_LIBS@
92
118
DEFS = @DEFS@
93
119
DEPDIR = @DEPDIR@
94
120
ECHO = @ECHO@
99
125
EXEEXT = @EXEEXT@
100
126
F77 = @F77@
101
127
FFLAGS = @FFLAGS@
 
128
GREP = @GREP@
 
129
HAVE_LIBZ = @HAVE_LIBZ@
 
130
INSTALL = @INSTALL@
102
131
INSTALL_DATA = @INSTALL_DATA@
103
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
104
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
105
134
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
135
LDAP_LIBS = @LDAP_LIBS@
106
136
LDFLAGS = @LDFLAGS@
107
137
LIBOBJS = @LIBOBJS@
108
138
LIBS = @LIBS@
110
140
LN_S = @LN_S@
111
141
LTLIBOBJS = @LTLIBOBJS@
112
142
MAKEINFO = @MAKEINFO@
 
143
MKDIR_P = @MKDIR_P@
 
144
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
145
MYSQL_LIBS = @MYSQL_LIBS@
113
146
OBJEXT = @OBJEXT@
 
147
ORACLE_CPPFLAGS = @ORACLE_CPPFLAGS@
 
148
ORACLE_LDFLAGS = @ORACLE_LDFLAGS@
 
149
ORACLE_LIBS = @ORACLE_LIBS@
114
150
PACKAGE = @PACKAGE@
115
151
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116
152
PACKAGE_NAME = @PACKAGE_NAME@
117
153
PACKAGE_STRING = @PACKAGE_STRING@
118
154
PACKAGE_TARNAME = @PACKAGE_TARNAME@
119
155
PACKAGE_VERSION = @PACKAGE_VERSION@
 
156
PAM_LIBS = @PAM_LIBS@
120
157
PATH_SEPARATOR = @PATH_SEPARATOR@
 
158
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
159
PGSQL_LIBS = @PGSQL_LIBS@
121
160
RANLIB = @RANLIB@
 
161
SED = @SED@
122
162
SET_MAKE = @SET_MAKE@
123
163
SHELL = @SHELL@
 
164
SQLITE_LIBS = @SQLITE_LIBS@
124
165
STRIP = @STRIP@
 
166
USE_LIBSUBST = @USE_LIBSUBST@
125
167
VERSION = @VERSION@
126
 
ac_ct_AR = @ac_ct_AR@
 
168
abs_builddir = @abs_builddir@
 
169
abs_srcdir = @abs_srcdir@
 
170
abs_top_builddir = @abs_top_builddir@
 
171
abs_top_srcdir = @abs_top_srcdir@
127
172
ac_ct_CC = @ac_ct_CC@
128
173
ac_ct_CXX = @ac_ct_CXX@
129
174
ac_ct_F77 = @ac_ct_F77@
130
 
ac_ct_RANLIB = @ac_ct_RANLIB@
131
 
ac_ct_STRIP = @ac_ct_STRIP@
132
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
133
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
134
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
135
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
136
175
am__include = @am__include@
137
176
am__leading_dot = @am__leading_dot@
138
177
am__quote = @am__quote@
144
183
build_cpu = @build_cpu@
145
184
build_os = @build_os@
146
185
build_vendor = @build_vendor@
 
186
builddir = @builddir@
147
187
datadir = @datadir@
 
188
datarootdir = @datarootdir@
 
189
docdir = @docdir@
 
190
dvidir = @dvidir@
148
191
exec_prefix = @exec_prefix@
149
192
host = @host@
150
193
host_alias = @host_alias@
151
194
host_cpu = @host_cpu@
152
195
host_os = @host_os@
153
196
host_vendor = @host_vendor@
 
197
htmldir = @htmldir@
154
198
includedir = @includedir@
155
199
infodir = @infodir@
156
200
install_sh = @install_sh@
157
201
libdir = @libdir@
158
202
libexecdir = @libexecdir@
 
203
localedir = @localedir@
159
204
localstatedir = @localstatedir@
160
205
mandir = @mandir@
161
206
mkdir_p = @mkdir_p@
 
207
mysqlconfig = @mysqlconfig@
162
208
oldincludedir = @oldincludedir@
 
209
pdfdir = @pdfdir@
 
210
pgconfig = @pgconfig@
163
211
prefix = @prefix@
164
212
program_transform_name = @program_transform_name@
 
213
psdir = @psdir@
165
214
sbindir = @sbindir@
166
215
sharedstatedir = @sharedstatedir@
 
216
srcdir = @srcdir@
167
217
sysconfdir = @sysconfdir@
168
218
target_alias = @target_alias@
 
219
top_builddir = @top_builddir@
 
220
top_srcdir = @top_srcdir@
169
221
noinst_LTLIBRARIES = libsx.la
170
 
noinst_HEADERS = sasl.h ssl.h sx.h
171
 
libsx_la_SOURCES = callback.c chain.c client.c env.c error.c io.c sasl.c server.c sasl.c ssl.c sx.c
172
 
libsx_la_LIBADD = @LDFLAGS@
173
 
all: all-am
 
222
noinst_HEADERS = plugins.h sasl.h sx.h
 
223
SUBDIRS = $(am__append_3)
 
224
libsx_la_SOURCES = callback.c chain.c client.c env.c error.c io.c \
 
225
        server.c sx.c $(am__append_1) $(am__append_2) $(am__append_4) \
 
226
        $(am__append_6) $(am__append_7) $(am__append_8)
 
227
libsx_la_LIBADD = @LDFLAGS@ $(am__append_5)
 
228
all: all-recursive
174
229
 
175
230
.SUFFIXES:
176
231
.SUFFIXES: .c .lo .o .obj
213
268
          rm -f "$${dir}/so_locations"; \
214
269
        done
215
270
libsx.la: $(libsx_la_OBJECTS) $(libsx_la_DEPENDENCIES) 
216
 
        $(LINK)  $(libsx_la_LDFLAGS) $(libsx_la_OBJECTS) $(libsx_la_LIBADD) $(LIBS)
 
271
        $(LINK)  $(libsx_la_OBJECTS) $(libsx_la_LIBADD) $(LIBS)
217
272
 
218
273
mostlyclean-compile:
219
274
        -rm -f *.$(OBJEXT)
221
276
distclean-compile:
222
277
        -rm -f *.tab.c
223
278
 
 
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ack.Plo@am__quote@
224
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callback.Plo@am__quote@
225
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chain.Plo@am__quote@
226
282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@
 
283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
227
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env.Plo@am__quote@
228
285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
229
286
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Plo@am__quote@
230
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sasl.Plo@am__quote@
 
287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sasl_cyrus.Plo@am__quote@
 
288
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sasl_gsasl.Plo@am__quote@
 
289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sasl_scod.Plo@am__quote@
231
290
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
232
291
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Plo@am__quote@
233
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sx.Plo@am__quote@
234
293
 
235
294
.c.o:
236
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
237
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
295
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
296
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
238
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
239
298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240
299
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
241
300
 
242
301
.c.obj:
243
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
244
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
302
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
303
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
245
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
246
305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247
306
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
248
307
 
249
308
.c.lo:
250
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
251
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
309
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
310
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
252
311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
253
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254
313
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
259
318
clean-libtool:
260
319
        -rm -rf .libs _libs
261
320
 
262
 
distclean-libtool:
263
 
        -rm -f libtool
264
 
uninstall-info-am:
 
321
# This directory's subdirectories are mostly independent; you can cd
 
322
# into them and run `make' without going through this Makefile.
 
323
# To change the values of `make' variables: instead of editing Makefiles,
 
324
# (1) if the variable is set in `config.status', edit `config.status'
 
325
#     (which will cause the Makefiles to be regenerated when you run `make');
 
326
# (2) otherwise, pass the desired values on the `make' command line.
 
327
$(RECURSIVE_TARGETS):
 
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
        target=`echo $@ | sed s/-recursive//`; \
 
337
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
338
          echo "Making $$target in $$subdir"; \
 
339
          if test "$$subdir" = "."; then \
 
340
            dot_seen=yes; \
 
341
            local_target="$$target-am"; \
 
342
          else \
 
343
            local_target="$$target"; \
 
344
          fi; \
 
345
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
346
          || eval $$failcom; \
 
347
        done; \
 
348
        if test "$$dot_seen" = "no"; then \
 
349
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
350
        fi; test -z "$$fail"
 
351
 
 
352
$(RECURSIVE_CLEAN_TARGETS):
 
353
        @failcom='exit 1'; \
 
354
        for f in x $$MAKEFLAGS; do \
 
355
          case $$f in \
 
356
            *=* | --[!k]*);; \
 
357
            *k*) failcom='fail=yes';; \
 
358
          esac; \
 
359
        done; \
 
360
        dot_seen=no; \
 
361
        case "$@" in \
 
362
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
363
          *) list='$(SUBDIRS)' ;; \
 
364
        esac; \
 
365
        rev=''; for subdir in $$list; do \
 
366
          if test "$$subdir" = "."; then :; else \
 
367
            rev="$$subdir $$rev"; \
 
368
          fi; \
 
369
        done; \
 
370
        rev="$$rev ."; \
 
371
        target=`echo $@ | sed s/-recursive//`; \
 
372
        for subdir in $$rev; do \
 
373
          echo "Making $$target in $$subdir"; \
 
374
          if test "$$subdir" = "."; then \
 
375
            local_target="$$target-am"; \
 
376
          else \
 
377
            local_target="$$target"; \
 
378
          fi; \
 
379
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
380
          || eval $$failcom; \
 
381
        done && test -z "$$fail"
 
382
tags-recursive:
 
383
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
384
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
385
        done
 
386
ctags-recursive:
 
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
388
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
389
        done
265
390
 
266
391
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
267
392
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
268
393
        unique=`for i in $$list; do \
269
394
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270
395
          done | \
271
 
          $(AWK) '    { files[$$0] = 1; } \
272
 
               END { for (i in files) print i; }'`; \
 
396
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
397
              END { if (nonempty) { for (i in files) print i; }; }'`; \
273
398
        mkid -fID $$unique
274
399
tags: TAGS
275
400
 
276
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
401
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
277
402
                $(TAGS_FILES) $(LISP)
278
403
        tags=; \
279
404
        here=`pwd`; \
 
405
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
406
          include_option=--etags-include; \
 
407
          empty_fix=.; \
 
408
        else \
 
409
          include_option=--include; \
 
410
          empty_fix=; \
 
411
        fi; \
 
412
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
413
          if test "$$subdir" = .; then :; else \
 
414
            test ! -f $$subdir/TAGS || \
 
415
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
416
          fi; \
 
417
        done; \
280
418
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
281
419
        unique=`for i in $$list; do \
282
420
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
283
421
          done | \
284
 
          $(AWK) '    { files[$$0] = 1; } \
285
 
               END { for (i in files) print i; }'`; \
 
422
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
423
              END { if (nonempty) { for (i in files) print i; }; }'`; \
286
424
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
287
425
          test -n "$$unique" || unique=$$empty_fix; \
288
426
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
289
427
            $$tags $$unique; \
290
428
        fi
291
429
ctags: CTAGS
292
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
430
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
293
431
                $(TAGS_FILES) $(LISP)
294
432
        tags=; \
295
 
        here=`pwd`; \
296
433
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
297
434
        unique=`for i in $$list; do \
298
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
436
          done | \
300
 
          $(AWK) '    { files[$$0] = 1; } \
301
 
               END { for (i in files) print i; }'`; \
 
437
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
438
              END { if (nonempty) { for (i in files) print i; }; }'`; \
302
439
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
303
440
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
304
441
             $$tags $$unique
312
449
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
313
450
 
314
451
distdir: $(DISTFILES)
315
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
316
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
317
 
        list='$(DISTFILES)'; for file in $$list; do \
318
 
          case $$file in \
319
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
320
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
321
 
          esac; \
 
452
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
453
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
454
        list='$(DISTFILES)'; \
 
455
          dist_files=`for file in $$list; do echo $$file; done | \
 
456
          sed -e "s|^$$srcdirstrip/||;t" \
 
457
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
458
        case $$dist_files in \
 
459
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
460
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
461
                           sort -u` ;; \
 
462
        esac; \
 
463
        for file in $$dist_files; do \
322
464
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
323
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
324
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
325
 
            dir="/$$dir"; \
326
 
            $(mkdir_p) "$(distdir)$$dir"; \
327
 
          else \
328
 
            dir=''; \
329
 
          fi; \
330
465
          if test -d $$d/$$file; then \
 
466
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
331
467
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
332
468
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
333
469
            fi; \
338
474
            || exit 1; \
339
475
          fi; \
340
476
        done
 
477
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
478
          if test "$$subdir" = .; then :; else \
 
479
            test -d "$(distdir)/$$subdir" \
 
480
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
481
            || exit 1; \
 
482
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
483
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
484
            (cd $$subdir && \
 
485
              $(MAKE) $(AM_MAKEFLAGS) \
 
486
                top_distdir="$$top_distdir" \
 
487
                distdir="$$distdir/$$subdir" \
 
488
                am__remove_distdir=: \
 
489
                am__skip_length_check=: \
 
490
                distdir) \
 
491
              || exit 1; \
 
492
          fi; \
 
493
        done
341
494
check-am: all-am
342
 
check: check-am
 
495
check: check-recursive
343
496
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
344
 
installdirs:
345
 
install: install-am
346
 
install-exec: install-exec-am
347
 
install-data: install-data-am
348
 
uninstall: uninstall-am
 
497
installdirs: installdirs-recursive
 
498
installdirs-am:
 
499
install: install-recursive
 
500
install-exec: install-exec-recursive
 
501
install-data: install-data-recursive
 
502
uninstall: uninstall-recursive
349
503
 
350
504
install-am: all-am
351
505
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352
506
 
353
 
installcheck: installcheck-am
 
507
installcheck: installcheck-recursive
354
508
install-strip:
355
509
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356
510
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
366
520
maintainer-clean-generic:
367
521
        @echo "This command is intended for maintainers to use"
368
522
        @echo "it deletes files that may require special tools to rebuild."
369
 
clean: clean-am
 
523
clean: clean-recursive
370
524
 
371
525
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
372
526
        mostlyclean-am
373
527
 
374
 
distclean: distclean-am
 
528
distclean: distclean-recursive
375
529
        -rm -rf ./$(DEPDIR)
376
530
        -rm -f Makefile
377
531
distclean-am: clean-am distclean-compile distclean-generic \
378
 
        distclean-libtool distclean-tags
 
532
        distclean-tags
379
533
 
380
 
dvi: dvi-am
 
534
dvi: dvi-recursive
381
535
 
382
536
dvi-am:
383
537
 
384
 
html: html-am
 
538
html: html-recursive
385
539
 
386
 
info: info-am
 
540
info: info-recursive
387
541
 
388
542
info-am:
389
543
 
390
544
install-data-am:
391
545
 
 
546
install-dvi: install-dvi-recursive
 
547
 
392
548
install-exec-am:
393
549
 
394
 
install-info: install-info-am
 
550
install-html: install-html-recursive
 
551
 
 
552
install-info: install-info-recursive
395
553
 
396
554
install-man:
397
555
 
 
556
install-pdf: install-pdf-recursive
 
557
 
 
558
install-ps: install-ps-recursive
 
559
 
398
560
installcheck-am:
399
561
 
400
 
maintainer-clean: maintainer-clean-am
 
562
maintainer-clean: maintainer-clean-recursive
401
563
        -rm -rf ./$(DEPDIR)
402
564
        -rm -f Makefile
403
565
maintainer-clean-am: distclean-am maintainer-clean-generic
404
566
 
405
 
mostlyclean: mostlyclean-am
 
567
mostlyclean: mostlyclean-recursive
406
568
 
407
569
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
408
570
        mostlyclean-libtool
409
571
 
410
 
pdf: pdf-am
 
572
pdf: pdf-recursive
411
573
 
412
574
pdf-am:
413
575
 
414
 
ps: ps-am
 
576
ps: ps-recursive
415
577
 
416
578
ps-am:
417
579
 
418
 
uninstall-am: uninstall-info-am
419
 
 
420
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
421
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
580
uninstall-am:
 
581
 
 
582
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
583
        install-strip
 
584
 
 
585
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
586
        all all-am check check-am clean clean-generic clean-libtool \
 
587
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
422
588
        distclean-compile distclean-generic distclean-libtool \
423
589
        distclean-tags distdir dvi dvi-am html html-am info info-am \
424
 
        install install-am install-data install-data-am install-exec \
425
 
        install-exec-am install-info install-info-am install-man \
 
590
        install install-am install-data install-data-am install-dvi \
 
591
        install-dvi-am install-exec install-exec-am install-html \
 
592
        install-html-am install-info install-info-am install-man \
 
593
        install-pdf install-pdf-am install-ps install-ps-am \
426
594
        install-strip installcheck installcheck-am installdirs \
427
 
        maintainer-clean maintainer-clean-generic mostlyclean \
428
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
429
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
430
 
        uninstall-info-am
 
595
        installdirs-am maintainer-clean maintainer-clean-generic \
 
596
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
597
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
598
        uninstall uninstall-am
431
599
 
432
600
# Tell versions [3.59,3.63) of GNU make to not export all variables.
433
601
# Otherwise a system limit (for SysV at least) may be exceeded.