~ubuntu-branches/ubuntu/utopic/libesmtp/utopic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2002-03-06 08:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020306083748-ihmt32mddsslvg5i
Tags: upstream-0.8.11
ImportĀ upstreamĀ versionĀ 0.8.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = .
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = @program_transform_name@
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
host_alias = @host_alias@
 
59
host_triplet = @host@
 
60
AMTAR = @AMTAR@
 
61
AS = @AS@
 
62
AWK = @AWK@
 
63
CC = @CC@
 
64
CRAMMD5_LIBS = @CRAMMD5_LIBS@
 
65
CRAMMD5_LTLIBOBJS = @CRAMMD5_LTLIBOBJS@
 
66
DEPDIR = @DEPDIR@
 
67
DLLTOOL = @DLLTOOL@
 
68
ECHO = @ECHO@
 
69
EXEEXT = @EXEEXT@
 
70
EXTRA_CFLAGS = @EXTRA_CFLAGS@
 
71
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
72
LIBESMTP_VERSION = @LIBESMTP_VERSION@
 
73
LIBS = @LIBS@
 
74
LIBTOOL = @LIBTOOL@
 
75
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
76
LIB_AGE = @LIB_AGE@
 
77
LIB_CURRENT = @LIB_CURRENT@
 
78
LIB_REVISION = @LIB_REVISION@
 
79
LN_S = @LN_S@
 
80
LTALLOCA = @LTALLOCA@
 
81
LTLIBOBJS = @LTLIBOBJS@
 
82
NTLM_LIBS = @NTLM_LIBS@
 
83
OBJDUMP = @OBJDUMP@
 
84
OBJEXT = @OBJEXT@
 
85
PACKAGE = @PACKAGE@
 
86
PTHREAD_CC = @PTHREAD_CC@
 
87
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
88
PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
 
89
PTHREAD_LIBS = @PTHREAD_LIBS@
 
90
RANLIB = @RANLIB@
 
91
RPM_BUILDREQUIRES = @RPM_BUILDREQUIRES@
 
92
RPM_OPENSSL = @RPM_OPENSSL@
 
93
RPM_OPENSSLDEVEL = @RPM_OPENSSLDEVEL@
 
94
RPM_REQUIRES = @RPM_REQUIRES@
 
95
SASL_PLUGINS = @SASL_PLUGINS@
 
96
STRIP = @STRIP@
 
97
VERSION = @VERSION@
 
98
am__include = @am__include@
 
99
am__quote = @am__quote@
 
100
install_sh = @install_sh@
 
101
plugindir = @plugindir@
 
102
subdirs = @subdirs@
 
103
CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
 
104
 
 
105
AUTOMAKE_OPTIONS = gnu dist-bzip2
 
106
 
 
107
INCLUDES = -I$(srcdir) $(VERSION_FLAGS)
 
108
SUBDIRS = @subdirs@ @SASL_PLUGINS@
 
109
 
 
110
lib_LTLIBRARIES = libesmtp.la
 
111
 
 
112
libesmtp_la_SOURCES = auth-client.c base64.c concatenate.c errors.c \
 
113
                      headers.c htable.c message-source.c protocol.c \
 
114
                      rfc2822date.c siobuf.c smtp-api.c smtp-auth.c \
 
115
                      smtp-tls.c smtp-etrn.c tokens.c \
 
116
                      api.h base64.h message-callbacks.c \
 
117
                      concatenate.h headers.h htable.h \
 
118
                      libesmtp-private.h message-source.h protocol-states.h \
 
119
                      protocol.h rfc2822date.h siobuf.h tokens.h \
 
120
                      getaddrinfo.h gethostbyname.h missing.h
 
121
 
 
122
libesmtp_la_LIBADD = @LTLIBOBJS@
 
123
 
 
124
libesmtp_la_LDFLAGS = -export-dynamic \
 
125
                      -version-info $(LIBESMTP_VERSION)
 
126
 
 
127
 
 
128
include_HEADERS = libesmtp.h auth-client.h auth-plugin.h 
 
129
 
 
130
bin_SCRIPTS = libesmtp-config
 
131
 
 
132
EXTRA_DIST = libesmtp.spec libesmtp.spec.in COPYING.GPL Notes doc/api.xml \
 
133
             examples/Makefile examples/mail-file.c examples/test-mail
 
134
 
 
135
subdir = .
 
136
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
137
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
138
CONFIG_HEADER = config.h
 
139
CONFIG_CLEAN_FILES = libesmtp-config libesmtp.spec
 
140
LTLIBRARIES = $(lib_LTLIBRARIES)
 
141
 
 
142
libesmtp_la_DEPENDENCIES = @LTLIBOBJS@
 
143
am_libesmtp_la_OBJECTS = auth-client.lo base64.lo concatenate.lo \
 
144
        errors.lo headers.lo htable.lo message-source.lo protocol.lo \
 
145
        rfc2822date.lo siobuf.lo smtp-api.lo smtp-auth.lo smtp-tls.lo \
 
146
        smtp-etrn.lo tokens.lo message-callbacks.lo
 
147
libesmtp_la_OBJECTS = $(am_libesmtp_la_OBJECTS)
 
148
SCRIPTS = $(bin_SCRIPTS)
 
149
 
 
150
 
 
151
DEFS = @DEFS@
 
152
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
 
153
CPPFLAGS = @CPPFLAGS@
 
154
LDFLAGS = @LDFLAGS@
 
155
LIBS = @LIBS@
 
156
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
157
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/auth-client.Plo $(DEPDIR)/base64.Plo \
 
158
@AMDEP_TRUE@    $(DEPDIR)/concatenate.Plo $(DEPDIR)/errors.Plo \
 
159
@AMDEP_TRUE@    $(DEPDIR)/getaddrinfo.Plo \
 
160
@AMDEP_TRUE@    $(DEPDIR)/gethostbyname.Plo $(DEPDIR)/headers.Plo \
 
161
@AMDEP_TRUE@    $(DEPDIR)/htable.Plo \
 
162
@AMDEP_TRUE@    $(DEPDIR)/message-callbacks.Plo \
 
163
@AMDEP_TRUE@    $(DEPDIR)/message-source.Plo $(DEPDIR)/protocol.Plo \
 
164
@AMDEP_TRUE@    $(DEPDIR)/rfc2822date.Plo $(DEPDIR)/siobuf.Plo \
 
165
@AMDEP_TRUE@    $(DEPDIR)/smtp-api.Plo $(DEPDIR)/smtp-auth.Plo \
 
166
@AMDEP_TRUE@    $(DEPDIR)/smtp-etrn.Plo $(DEPDIR)/smtp-tls.Plo \
 
167
@AMDEP_TRUE@    $(DEPDIR)/snprintf.Plo $(DEPDIR)/strcasecmp.Plo \
 
168
@AMDEP_TRUE@    $(DEPDIR)/strdup.Plo $(DEPDIR)/strncasecmp.Plo \
 
169
@AMDEP_TRUE@    $(DEPDIR)/tokens.Plo
 
170
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
171
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
172
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
173
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
174
CCLD = $(CC)
 
175
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
176
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
177
DIST_SOURCES = $(libesmtp_la_SOURCES)
 
178
HEADERS = $(include_HEADERS)
 
179
 
 
180
 
 
181
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
182
        uninstall-info-recursive all-recursive install-data-recursive \
 
183
        install-exec-recursive installdirs-recursive install-recursive \
 
184
        uninstall-recursive check-recursive installcheck-recursive
 
185
DIST_COMMON = README $(include_HEADERS) ./stamp-h.in AUTHORS COPYING \
 
186
        ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h \
 
187
        acinclude.m4 aclocal.m4 config.guess config.h.in config.sub \
 
188
        configure configure.in depcomp getaddrinfo.c gethostbyname.c \
 
189
        install-sh libesmtp-config.in libesmtp.spec.in ltmain.sh \
 
190
        missing mkinstalldirs snprintf.c strcasecmp.c strdup.c \
 
191
        strncasecmp.c
 
192
DIST_SUBDIRS = $(SUBDIRS)
 
193
SOURCES = $(libesmtp_la_SOURCES)
 
194
 
 
195
all: config.h
 
196
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
197
 
 
198
.SUFFIXES:
 
199
.SUFFIXES: .c .lo .o .obj
 
200
 
 
201
mostlyclean-libtool:
 
202
        -rm -f *.lo
 
203
 
 
204
clean-libtool:
 
205
        -rm -rf .libs _libs
 
206
 
 
207
distclean-libtool:
 
208
        -rm -f libtool
 
209
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
210
        cd $(top_srcdir) && \
 
211
          $(AUTOMAKE) --gnu  Makefile
 
212
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
213
        cd $(top_builddir) && \
 
214
          CONFIG_HEADERS= CONFIG_LINKS= \
 
215
          CONFIG_FILES=$@ $(SHELL) ./config.status
 
216
 
 
217
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
218
        $(SHELL) ./config.status --recheck
 
219
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
220
        cd $(srcdir) && $(AUTOCONF)
 
221
 
 
222
$(ACLOCAL_M4):  configure.in acinclude.m4
 
223
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
224
config.h: stamp-h
 
225
        @if test ! -f $@; then \
 
226
                rm -f stamp-h; \
 
227
                $(MAKE) stamp-h; \
 
228
        else :; fi
 
229
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
230
        @rm -f stamp-h stamp-hT
 
231
        @echo timestamp > stamp-hT 2> /dev/null
 
232
        cd $(top_builddir) \
 
233
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
234
             $(SHELL) ./config.status
 
235
        @mv stamp-hT stamp-h
 
236
$(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
 
237
        @if test ! -f $@; then \
 
238
                rm -f $(srcdir)/./stamp-h.in; \
 
239
                $(MAKE) $(srcdir)/./stamp-h.in; \
 
240
        else :; fi
 
241
$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
 
242
        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
 
243
        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
 
244
        cd $(top_srcdir) && $(AUTOHEADER)
 
245
        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
 
246
 
 
247
distclean-hdr:
 
248
        -rm -f config.h
 
249
libesmtp-config: $(top_builddir)/config.status libesmtp-config.in
 
250
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 
251
libesmtp.spec: $(top_builddir)/config.status libesmtp.spec.in
 
252
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 
253
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
254
        @$(NORMAL_INSTALL)
 
255
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
256
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
257
          if test -f $$p; then \
 
258
            echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
 
259
            $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
 
260
          else :; fi; \
 
261
        done
 
262
 
 
263
uninstall-libLTLIBRARIES:
 
264
        @$(NORMAL_UNINSTALL)
 
265
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
266
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
 
267
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
268
        done
 
269
 
 
270
clean-libLTLIBRARIES:
 
271
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
272
libesmtp.la: $(libesmtp_la_OBJECTS) $(libesmtp_la_DEPENDENCIES) 
 
273
        $(LINK) -rpath $(libdir) $(libesmtp_la_LDFLAGS) $(libesmtp_la_OBJECTS) $(libesmtp_la_LIBADD) $(LIBS)
 
274
install-binSCRIPTS: $(bin_SCRIPTS)
 
275
        @$(NORMAL_INSTALL)
 
276
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
277
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
278
          f="`echo $$p|sed '$(transform)'`"; \
 
279
          if test -f $$p; then \
 
280
            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
 
281
            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
 
282
          elif test -f $(srcdir)/$$p; then \
 
283
            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
 
284
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
 
285
          else :; fi; \
 
286
        done
 
287
 
 
288
uninstall-binSCRIPTS:
 
289
        @$(NORMAL_UNINSTALL)
 
290
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
291
          f="`echo $$p|sed '$(transform)'`"; \
 
292
          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
 
293
          rm -f $(DESTDIR)$(bindir)/$$f; \
 
294
        done
 
295
 
 
296
mostlyclean-compile:
 
297
        -rm -f *.$(OBJEXT) core *.core
 
298
 
 
299
distclean-compile:
 
300
        -rm -f *.tab.c
 
301
 
 
302
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/auth-client.Plo@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/base64.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/concatenate.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/errors.Plo@am__quote@
 
306
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Plo@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gethostbyname.Plo@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/headers.Plo@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/htable.Plo@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/message-callbacks.Plo@am__quote@
 
311
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/message-source.Plo@am__quote@
 
312
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/protocol.Plo@am__quote@
 
313
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rfc2822date.Plo@am__quote@
 
314
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/siobuf.Plo@am__quote@
 
315
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/smtp-api.Plo@am__quote@
 
316
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/smtp-auth.Plo@am__quote@
 
317
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/smtp-etrn.Plo@am__quote@
 
318
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/smtp-tls.Plo@am__quote@
 
319
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
 
320
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
 
321
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strdup.Plo@am__quote@
 
322
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strncasecmp.Plo@am__quote@
 
323
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tokens.Plo@am__quote@
 
324
 
 
325
distclean-depend:
 
326
        -rm -rf $(DEPDIR)
 
327
 
 
328
.c.o:
 
329
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
331
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
332
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
 
333
 
 
334
.c.obj:
 
335
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
336
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
337
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
338
        $(COMPILE) -c `cygpath -w $<`
 
339
 
 
340
.c.lo:
 
341
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
342
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
343
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
344
        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
345
CCDEPMODE = @CCDEPMODE@
 
346
uninstall-info-am:
 
347
install-includeHEADERS: $(include_HEADERS)
 
348
        @$(NORMAL_INSTALL)
 
349
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
350
        @list='$(include_HEADERS)'; for p in $$list; do \
 
351
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
352
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
353
          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
 
354
          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
 
355
        done
 
356
 
 
357
uninstall-includeHEADERS:
 
358
        @$(NORMAL_UNINSTALL)
 
359
        @list='$(include_HEADERS)'; for p in $$list; do \
 
360
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
361
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
 
362
          rm -f $(DESTDIR)$(includedir)/$$f; \
 
363
        done
 
364
 
 
365
# This directory's subdirectories are mostly independent; you can cd
 
366
# into them and run `make' without going through this Makefile.
 
367
# To change the values of `make' variables: instead of editing Makefiles,
 
368
# (1) if the variable is set in `config.status', edit `config.status'
 
369
#     (which will cause the Makefiles to be regenerated when you run `make');
 
370
# (2) otherwise, pass the desired values on the `make' command line.
 
371
$(RECURSIVE_TARGETS):
 
372
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
373
        dot_seen=no; \
 
374
        target=`echo $@ | sed s/-recursive//`; \
 
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
376
          echo "Making $$target in $$subdir"; \
 
377
          if test "$$subdir" = "."; then \
 
378
            dot_seen=yes; \
 
379
            local_target="$$target-am"; \
 
380
          else \
 
381
            local_target="$$target"; \
 
382
          fi; \
 
383
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
384
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
385
        done; \
 
386
        if test "$$dot_seen" = "no"; then \
 
387
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
388
        fi; test -z "$$fail"
 
389
 
 
390
mostlyclean-recursive clean-recursive distclean-recursive \
 
391
maintainer-clean-recursive:
 
392
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
393
        dot_seen=no; \
 
394
        case "$@" in \
 
395
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
396
          *) list='$(SUBDIRS)' ;; \
 
397
        esac; \
 
398
        rev=''; for subdir in $$list; do \
 
399
          if test "$$subdir" = "."; then :; else \
 
400
            rev="$$subdir $$rev"; \
 
401
          fi; \
 
402
        done; \
 
403
        rev="$$rev ."; \
 
404
        target=`echo $@ | sed s/-recursive//`; \
 
405
        for subdir in $$rev; do \
 
406
          echo "Making $$target in $$subdir"; \
 
407
          if test "$$subdir" = "."; then \
 
408
            local_target="$$target-am"; \
 
409
          else \
 
410
            local_target="$$target"; \
 
411
          fi; \
 
412
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
413
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
414
        done && test -z "$$fail"
 
415
tags-recursive:
 
416
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
417
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
418
        done
 
419
 
 
420
tags: TAGS
 
421
 
 
422
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
423
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
424
        unique=`for i in $$list; do \
 
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
426
          done | \
 
427
          $(AWK) '    { files[$$0] = 1; } \
 
428
               END { for (i in files) print i; }'`; \
 
429
        mkid -fID $$unique $(LISP)
 
430
 
 
431
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
432
                $(TAGS_FILES) $(LISP)
 
433
        tags=; \
 
434
        here=`pwd`; \
 
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
436
          if test "$$subdir" = .; then :; else \
 
437
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
438
          fi; \
 
439
        done; \
 
440
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
441
        unique=`for i in $$list; do \
 
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
443
          done | \
 
444
          $(AWK) '    { files[$$0] = 1; } \
 
445
               END { for (i in files) print i; }'`; \
 
446
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
447
          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
 
448
 
 
449
GTAGS:
 
450
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
451
          && cd $(top_srcdir) \
 
452
          && gtags -i $(GTAGS_ARGS) $$here
 
453
 
 
454
distclean-tags:
 
455
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
456
 
 
457
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
458
 
 
459
top_distdir = .
 
460
# Avoid unsightly `./'.
 
461
distdir = $(PACKAGE)-$(VERSION)
 
462
 
 
463
GZIP_ENV = --best
 
464
 
 
465
distdir: $(DISTFILES)
 
466
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
467
        mkdir $(distdir)
 
468
        $(mkinstalldirs) $(distdir)/. $(distdir)/doc $(distdir)/examples
 
469
        @for file in $(DISTFILES); do \
 
470
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
471
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
472
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
473
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
474
          fi; \
 
475
          if test -d $$d/$$file; then \
 
476
            cp -pR $$d/$$file $(distdir) \
 
477
            || exit 1; \
 
478
          else \
 
479
            test -f $(distdir)/$$file \
 
480
            || cp -p $$d/$$file $(distdir)/$$file \
 
481
            || exit 1; \
 
482
          fi; \
 
483
        done
 
484
        for subdir in $(SUBDIRS); do \
 
485
          if test "$$subdir" = .; then :; else \
 
486
            test -d $(distdir)/$$subdir \
 
487
            || mkdir $(distdir)/$$subdir \
 
488
            || exit 1; \
 
489
            (cd $$subdir && \
 
490
              $(MAKE) $(AM_MAKEFLAGS) \
 
491
                top_distdir="$(top_distdir)" \
 
492
                distdir=../$(distdir)/$$subdir \
 
493
                distdir) \
 
494
              || exit 1; \
 
495
          fi; \
 
496
        done
 
497
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
498
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
499
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
500
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
501
        || chmod -R a+r $(distdir)
 
502
dist: distdir
 
503
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
504
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
505
 
 
506
dist-bzip2: distdir
 
507
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
508
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
509
 
 
510
# This target untars the dist file and tries a VPATH configuration.  Then
 
511
# it guarantees that the distribution is self-contained by making another
 
512
# tarfile.
 
513
distcheck: dist
 
514
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
515
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
516
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
517
        mkdir $(distdir)/=build
 
518
        mkdir $(distdir)/=inst
 
519
        chmod a-w $(distdir)
 
520
        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
 
521
          && cd $(distdir)/=build \
 
522
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
523
          && $(MAKE) $(AM_MAKEFLAGS) \
 
524
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
525
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
526
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
527
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
528
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
529
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
 
530
             || (echo "Error: files left after uninstall" 1>&2; \
 
531
                 exit 1) ) \
 
532
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
533
          && $(MAKE) $(AM_MAKEFLAGS) distclean \
 
534
          && rm -f $(distdir).tar.gz \
 
535
          && (test `find . -type f -print | wc -l` -eq 0 \
 
536
             || (echo "Error: files left after distclean" 1>&2; \
 
537
                 exit 1) )
 
538
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
 
539
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
540
          sed 'h;s/./=/g;p;x;p;x'
 
541
check-am: all-am
 
542
check: check-recursive
 
543
all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(HEADERS) config.h
 
544
installdirs: installdirs-recursive
 
545
installdirs-am:
 
546
        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)
 
547
 
 
548
install: install-recursive
 
549
install-exec: install-exec-recursive
 
550
install-data: install-data-recursive
 
551
uninstall: uninstall-recursive
 
552
 
 
553
install-am: all-am
 
554
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
555
 
 
556
installcheck: installcheck-recursive
 
557
install-strip:
 
558
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
559
          `test -z '$(STRIP)' || \
 
560
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
561
mostlyclean-generic:
 
562
 
 
563
clean-generic:
 
564
 
 
565
distclean-generic:
 
566
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
567
 
 
568
maintainer-clean-generic:
 
569
        @echo "This command is intended for maintainers to use"
 
570
        @echo "it deletes files that may require special tools to rebuild."
 
571
clean: clean-recursive
 
572
 
 
573
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
574
        mostlyclean-am
 
575
 
 
576
dist-all: distdir
 
577
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
578
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
579
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
580
distclean: distclean-recursive
 
581
        -rm -f config.status config.cache config.log
 
582
distclean-am: clean-am distclean-compile distclean-depend \
 
583
        distclean-generic distclean-hdr distclean-libtool \
 
584
        distclean-tags
 
585
 
 
586
dvi: dvi-recursive
 
587
 
 
588
dvi-am:
 
589
 
 
590
info: info-recursive
 
591
 
 
592
info-am:
 
593
 
 
594
install-data-am: install-includeHEADERS
 
595
 
 
596
install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
 
597
 
 
598
install-info: install-info-recursive
 
599
 
 
600
install-man:
 
601
 
 
602
installcheck-am:
 
603
 
 
604
maintainer-clean: maintainer-clean-recursive
 
605
 
 
606
maintainer-clean-am: distclean-am maintainer-clean-generic
 
607
 
 
608
mostlyclean: mostlyclean-recursive
 
609
 
 
610
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
611
        mostlyclean-libtool
 
612
 
 
613
uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \
 
614
        uninstall-info-am uninstall-libLTLIBRARIES
 
615
 
 
616
uninstall-info: uninstall-info-recursive
 
617
 
 
618
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
619
        clean-generic clean-libLTLIBRARIES clean-libtool \
 
620
        clean-recursive dist dist-all dist-bzip2 distcheck distclean \
 
621
        distclean-compile distclean-depend distclean-generic \
 
622
        distclean-hdr distclean-libtool distclean-recursive \
 
623
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
 
624
        info-recursive install install-am install-binSCRIPTS \
 
625
        install-data install-data-am install-data-recursive \
 
626
        install-exec install-exec-am install-exec-recursive \
 
627
        install-includeHEADERS install-info install-info-am \
 
628
        install-info-recursive install-libLTLIBRARIES install-man \
 
629
        install-recursive install-strip installcheck installcheck-am \
 
630
        installdirs installdirs-am installdirs-recursive \
 
631
        maintainer-clean maintainer-clean-generic \
 
632
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
633
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
634
        tags tags-recursive uninstall uninstall-am uninstall-binSCRIPTS \
 
635
        uninstall-includeHEADERS uninstall-info-am \
 
636
        uninstall-info-recursive uninstall-libLTLIBRARIES \
 
637
        uninstall-recursive
 
638
 
 
639
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
640
# Otherwise a system limit (for SysV at least) may be exceeded.
 
641
.NOEXPORT: