~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to mimetic/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-06-16 13:16:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060616131607-245mqjypkjuahq6b
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
oldincludedir = /usr/include
 
33
 
 
34
DESTDIR =
 
35
 
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
 
 
40
top_builddir = ..
 
41
 
 
42
ACLOCAL = @ACLOCAL@
 
43
AUTOCONF = @AUTOCONF@
 
44
AUTOMAKE = @AUTOMAKE@
 
45
AUTOHEADER = @AUTOHEADER@
 
46
 
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
51
transform = @program_transform_name@
 
52
 
 
53
NORMAL_INSTALL = :
 
54
PRE_INSTALL = :
 
55
POST_INSTALL = :
 
56
NORMAL_UNINSTALL = :
 
57
PRE_UNINSTALL = :
 
58
POST_UNINSTALL = :
 
59
build_alias = @build_alias@
 
60
build_triplet = @build@
 
61
host_alias = @host_alias@
 
62
host_triplet = @host@
 
63
target_alias = @target_alias@
 
64
target_triplet = @target@
 
65
AR = @AR@
 
66
AS = @AS@
 
67
CC = @CC@
 
68
CXX = @CXX@
 
69
CXXCPP = @CXXCPP@
 
70
DLLTOOL = @DLLTOOL@
 
71
ECHO = @ECHO@
 
72
EGREP = @EGREP@
 
73
EXEEXT = @EXEEXT@
 
74
F77 = @F77@
 
75
GCJ = @GCJ@
 
76
GCJFLAGS = @GCJFLAGS@
 
77
HAVE_LIB = @HAVE_LIB@
 
78
INCLUDEDIR = @INCLUDEDIR@
 
79
LIB = @LIB@
 
80
LIBTOOL = @LIBTOOL@
 
81
LN_S = @LN_S@
 
82
LTLIB = @LTLIB@
 
83
MAKEINFO = @MAKEINFO@
 
84
OBJDUMP = @OBJDUMP@
 
85
OBJEXT = @OBJEXT@
 
86
PACKAGE = @PACKAGE@
 
87
RANLIB = @RANLIB@
 
88
RC = @RC@
 
89
STRIP = @STRIP@
 
90
VERSION = @VERSION@
 
91
 
 
92
SUBDIRS = codec os rfc822 parser
 
93
EXTRA_DIST = config_win32.h config_win32.h.in
 
94
lib_LTLIBRARIES = libmimetic.la
 
95
 
 
96
INCLUDES = -I$(top_srcdir)
 
97
#CPPFLAGS=-Winline
 
98
includedir = @INCLUDEDIR@
 
99
 
 
100
include_HEADERS =   body.h contenttransferencoding.h mimeentity.h tokenizer.h  circular_buffer.h contenttype.h mimeentitylist.h tree.h  fieldparam.h mimetic.h utils.h config.h  contentdescription.h header.h mimeversion.h version.h  contentdisposition.h libconfig.h streambufs.h  contentid.h message.h strutils.h 
 
101
 
 
102
 
 
103
libmimetic_la_SOURCES = body.cxx contenttransferencoding.cxx message.cxx  utils.cxx contentdescription.cxx contenttype.cxx mimeentity.cxx version.cxx  contentdisposition.cxx fieldparam.cxx mimeversion.cxx  contentid.cxx header.cxx strutils.cxx
 
104
 
 
105
 
 
106
libmimetic_la_LIBADD = codec/libmimeticcodec.la os/libmimeticos.la rfc822/libmimeticrfc822.la 
 
107
 
 
108
# ver: interface:revision:age
 
109
libmimetic_la_LDFLAGS = -version-info 0:0:0
 
110
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
111
CONFIG_HEADER = config.h
 
112
CONFIG_CLEAN_FILES = 
 
113
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
114
 
 
115
 
 
116
DEFS = @DEFS@ -I. -I$(srcdir) -I.
 
117
CPPFLAGS = @CPPFLAGS@
 
118
LDFLAGS = @LDFLAGS@
 
119
LIBS = @LIBS@
 
120
libmimetic_la_DEPENDENCIES =  codec/libmimeticcodec.la \
 
121
os/libmimeticos.la rfc822/libmimeticrfc822.la
 
122
libmimetic_la_OBJECTS =  body.lo contenttransferencoding.lo message.lo \
 
123
utils.lo contentdescription.lo contenttype.lo mimeentity.lo version.lo \
 
124
contentdisposition.lo fieldparam.lo mimeversion.lo contentid.lo \
 
125
header.lo strutils.lo
 
126
CXXFLAGS = @CXXFLAGS@
 
127
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
128
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
129
CXXLD = $(CXX)
 
130
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
 
131
HEADERS =  $(include_HEADERS)
 
132
 
 
133
DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in
 
134
 
 
135
 
 
136
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
137
 
 
138
TAR = tar
 
139
GZIP_ENV = --best
 
140
SOURCES = $(libmimetic_la_SOURCES)
 
141
OBJECTS = $(libmimetic_la_OBJECTS)
 
142
 
 
143
all: all-redirect
 
144
.SUFFIXES:
 
145
.SUFFIXES: .S .c .cxx .lo .o .obj .s
 
146
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
147
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mimetic/Makefile
 
148
 
 
149
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
150
        cd $(top_builddir) \
 
151
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
152
 
 
153
 
 
154
config.h: stamp-h
 
155
        @if test ! -f $@; then \
 
156
                rm -f stamp-h; \
 
157
                $(MAKE) stamp-h; \
 
158
        else :; fi
 
159
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
160
        cd $(top_builddir) \
 
161
          && CONFIG_FILES= CONFIG_HEADERS=mimetic/config.h \
 
162
             $(SHELL) ./config.status
 
163
        @echo timestamp > stamp-h 2> /dev/null
 
164
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 
165
        @if test ! -f $@; then \
 
166
                rm -f $(srcdir)/stamp-h.in; \
 
167
                $(MAKE) $(srcdir)/stamp-h.in; \
 
168
        else :; fi
 
169
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
170
        cd $(top_srcdir) && $(AUTOHEADER)
 
171
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
172
 
 
173
mostlyclean-hdr:
 
174
 
 
175
clean-hdr:
 
176
 
 
177
distclean-hdr:
 
178
        -rm -f config.h
 
179
 
 
180
maintainer-clean-hdr:
 
181
 
 
182
mostlyclean-libLTLIBRARIES:
 
183
 
 
184
clean-libLTLIBRARIES:
 
185
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
186
 
 
187
distclean-libLTLIBRARIES:
 
188
 
 
189
maintainer-clean-libLTLIBRARIES:
 
190
 
 
191
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
192
        @$(NORMAL_INSTALL)
 
193
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
194
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
195
          if test -f $$p; then \
 
196
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
197
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
 
198
          else :; fi; \
 
199
        done
 
200
 
 
201
uninstall-libLTLIBRARIES:
 
202
        @$(NORMAL_UNINSTALL)
 
203
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
204
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
205
        done
 
206
 
 
207
.c.o:
 
208
        $(COMPILE) -c $<
 
209
 
 
210
# FIXME: We should only use cygpath when building on Windows,
 
211
# and only if it is available.
 
212
.c.obj:
 
213
        $(COMPILE) -c `cygpath -w $<`
 
214
 
 
215
.s.o:
 
216
        $(COMPILE) -c $<
 
217
 
 
218
.S.o:
 
219
        $(COMPILE) -c $<
 
220
 
 
221
mostlyclean-compile:
 
222
        -rm -f *.o core *.core
 
223
        -rm -f *.$(OBJEXT)
 
224
 
 
225
clean-compile:
 
226
 
 
227
distclean-compile:
 
228
        -rm -f *.tab.c
 
229
 
 
230
maintainer-clean-compile:
 
231
 
 
232
.c.lo:
 
233
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
234
 
 
235
.s.lo:
 
236
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
237
 
 
238
.S.lo:
 
239
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
240
 
 
241
mostlyclean-libtool:
 
242
        -rm -f *.lo
 
243
 
 
244
clean-libtool:
 
245
        -rm -rf .libs _libs
 
246
 
 
247
distclean-libtool:
 
248
 
 
249
maintainer-clean-libtool:
 
250
 
 
251
libmimetic.la: $(libmimetic_la_OBJECTS) $(libmimetic_la_DEPENDENCIES)
 
252
        $(CXXLINK) -rpath $(libdir) $(libmimetic_la_LDFLAGS) $(libmimetic_la_OBJECTS) $(libmimetic_la_LIBADD) $(LIBS)
 
253
.cxx.o:
 
254
        $(CXXCOMPILE) -c $<
 
255
.cxx.obj:
 
256
        $(CXXCOMPILE) -c `cygpath -w $<`
 
257
.cxx.lo:
 
258
        $(LTCXXCOMPILE) -c $<
 
259
 
 
260
install-includeHEADERS: $(include_HEADERS)
 
261
        @$(NORMAL_INSTALL)
 
262
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
263
        @list='$(include_HEADERS)'; for p in $$list; do \
 
264
          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
 
265
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
 
266
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
 
267
        done
 
268
 
 
269
uninstall-includeHEADERS:
 
270
        @$(NORMAL_UNINSTALL)
 
271
        list='$(include_HEADERS)'; for p in $$list; do \
 
272
          rm -f $(DESTDIR)$(includedir)/$$p; \
 
273
        done
 
274
 
 
275
# This directory's subdirectories are mostly independent; you can cd
 
276
# into them and run `make' without going through this Makefile.
 
277
# To change the values of `make' variables: instead of editing Makefiles,
 
278
# (1) if the variable is set in `config.status', edit `config.status'
 
279
#     (which will cause the Makefiles to be regenerated when you run `make');
 
280
# (2) otherwise, pass the desired values on the `make' command line.
 
281
 
 
282
@SET_MAKE@
 
283
 
 
284
all-recursive install-data-recursive install-exec-recursive \
 
285
installdirs-recursive install-recursive uninstall-recursive  \
 
286
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
287
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
288
        dot_seen=no; \
 
289
        target=`echo $@ | sed s/-recursive//`; \
 
290
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
291
          echo "Making $$target in $$subdir"; \
 
292
          if test "$$subdir" = "."; then \
 
293
            dot_seen=yes; \
 
294
            local_target="$$target-am"; \
 
295
          else \
 
296
            local_target="$$target"; \
 
297
          fi; \
 
298
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
299
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
300
        done; \
 
301
        if test "$$dot_seen" = "no"; then \
 
302
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
303
        fi; test -z "$$fail"
 
304
 
 
305
mostlyclean-recursive clean-recursive distclean-recursive \
 
306
maintainer-clean-recursive:
 
307
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
308
        dot_seen=no; \
 
309
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
310
          rev="$$subdir $$rev"; \
 
311
          test "$$subdir" != "." || dot_seen=yes; \
 
312
        done; \
 
313
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
314
        target=`echo $@ | sed s/-recursive//`; \
 
315
        for subdir in $$rev; do \
 
316
          echo "Making $$target in $$subdir"; \
 
317
          if test "$$subdir" = "."; then \
 
318
            local_target="$$target-am"; \
 
319
          else \
 
320
            local_target="$$target"; \
 
321
          fi; \
 
322
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
323
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
324
        done && test -z "$$fail"
 
325
tags-recursive:
 
326
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
327
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
328
        done
 
329
 
 
330
tags: TAGS
 
331
 
 
332
ID: $(HEADERS) $(SOURCES) $(LISP)
 
333
        list='$(SOURCES) $(HEADERS)'; \
 
334
        unique=`for i in $$list; do echo $$i; done | \
 
335
          awk '    { files[$$0] = 1; } \
 
336
               END { for (i in files) print i; }'`; \
 
337
        here=`pwd` && cd $(srcdir) \
 
338
          && mkid -f$$here/ID $$unique $(LISP)
 
339
 
 
340
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
341
        tags=; \
 
342
        here=`pwd`; \
 
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
344
   if test "$$subdir" = .; then :; else \
 
345
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
346
   fi; \
 
347
        done; \
 
348
        list='$(SOURCES) $(HEADERS)'; \
 
349
        unique=`for i in $$list; do echo $$i; done | \
 
350
          awk '    { files[$$0] = 1; } \
 
351
               END { for (i in files) print i; }'`; \
 
352
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
353
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
 
354
 
 
355
mostlyclean-tags:
 
356
 
 
357
clean-tags:
 
358
 
 
359
distclean-tags:
 
360
        -rm -f TAGS ID
 
361
 
 
362
maintainer-clean-tags:
 
363
 
 
364
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
365
 
 
366
subdir = mimetic
 
367
 
 
368
distdir: $(DISTFILES)
 
369
        @for file in $(DISTFILES); do \
 
370
          d=$(srcdir); \
 
371
          if test -d $$d/$$file; then \
 
372
            cp -pr $$d/$$file $(distdir)/$$file; \
 
373
          else \
 
374
            test -f $(distdir)/$$file \
 
375
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
376
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
377
          fi; \
 
378
        done
 
379
        for subdir in $(SUBDIRS); do \
 
380
          if test "$$subdir" = .; then :; else \
 
381
            test -d $(distdir)/$$subdir \
 
382
            || mkdir $(distdir)/$$subdir \
 
383
            || exit 1; \
 
384
            chmod 777 $(distdir)/$$subdir; \
 
385
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
386
              || exit 1; \
 
387
          fi; \
 
388
        done
 
389
body.lo body.o : body.cxx mimeentity.h strutils.h utils.h libconfig.h \
 
390
        config.h contenttype.h rfc822/fieldvalue.h fieldparam.h \
 
391
        contenttransferencoding.h contentdisposition.h mimeversion.h \
 
392
        version.h mimeentitylist.h codec/codec.h codec/codec_base.h \
 
393
        codec/codec_chain.h codec/base64.h circular_buffer.h codec/qp.h \
 
394
        codec/code.h codec/other_codecs.h os/file.h os/stdfile.h \
 
395
        os/fileop.h os/file_iterator.h os/mmfile.h header.h \
 
396
        rfc822/header.h rfc822/field.h rfc822/mailbox.h \
 
397
        rfc822/messageid.h config.h os/utils.h rfc822/mailboxlist.h \
 
398
        rfc822/addresslist.h rfc822/address.h rfc822/group.h \
 
399
        contentid.h contentdescription.h body.h rfc822/body.h \
 
400
        parser/itparserdecl.h streambufs.h
 
401
contentdescription.lo contentdescription.o : contentdescription.cxx \
 
402
        contentdescription.h rfc822/fieldvalue.h strutils.h
 
403
contentdisposition.lo contentdisposition.o : contentdisposition.cxx \
 
404
        contentdisposition.h fieldparam.h strutils.h \
 
405
        rfc822/fieldvalue.h tokenizer.h utils.h libconfig.h config.h
 
406
contentid.lo contentid.o : contentid.cxx contentid.h utils.h libconfig.h \
 
407
        config.h strutils.h os/utils.h rfc822/fieldvalue.h
 
408
contenttransferencoding.lo contenttransferencoding.o : \
 
409
        contenttransferencoding.cxx contenttransferencoding.h \
 
410
        strutils.h rfc822/fieldvalue.h
 
411
contenttype.lo contenttype.o : contenttype.cxx contenttype.h strutils.h \
 
412
        rfc822/fieldvalue.h fieldparam.h tokenizer.h utils.h \
 
413
        libconfig.h config.h
 
414
fieldparam.lo fieldparam.o : fieldparam.cxx fieldparam.h strutils.h \
 
415
        utils.h libconfig.h config.h
 
416
header.lo header.o : header.cxx header.h rfc822/header.h strutils.h \
 
417
        utils.h libconfig.h config.h rfc822/field.h rfc822/fieldvalue.h \
 
418
        rfc822/mailbox.h rfc822/messageid.h config.h os/utils.h \
 
419
        rfc822/mailboxlist.h rfc822/addresslist.h rfc822/address.h \
 
420
        rfc822/group.h mimeversion.h version.h contenttype.h \
 
421
        fieldparam.h contentid.h contenttransferencoding.h \
 
422
        contentdisposition.h contentdescription.h
 
423
message.lo message.o : message.cxx message.h libconfig.h config.h \
 
424
        mimeentity.h strutils.h utils.h contenttype.h \
 
425
        rfc822/fieldvalue.h fieldparam.h contenttransferencoding.h \
 
426
        contentdisposition.h mimeversion.h version.h mimeentitylist.h \
 
427
        codec/codec.h codec/codec_base.h codec/codec_chain.h \
 
428
        codec/base64.h circular_buffer.h codec/qp.h codec/code.h \
 
429
        codec/other_codecs.h os/file.h os/stdfile.h os/fileop.h \
 
430
        os/file_iterator.h os/mmfile.h header.h rfc822/header.h \
 
431
        rfc822/field.h rfc822/mailbox.h rfc822/messageid.h config.h \
 
432
        os/utils.h rfc822/mailboxlist.h rfc822/addresslist.h \
 
433
        rfc822/address.h rfc822/group.h contentid.h \
 
434
        contentdescription.h body.h rfc822/body.h parser/itparserdecl.h \
 
435
        streambufs.h
 
436
mimeentity.lo mimeentity.o : mimeentity.cxx mimeentity.h strutils.h \
 
437
        utils.h libconfig.h config.h contenttype.h rfc822/fieldvalue.h \
 
438
        fieldparam.h contenttransferencoding.h contentdisposition.h \
 
439
        mimeversion.h version.h mimeentitylist.h codec/codec.h \
 
440
        codec/codec_base.h codec/codec_chain.h codec/base64.h \
 
441
        circular_buffer.h codec/qp.h codec/code.h codec/other_codecs.h \
 
442
        os/file.h os/stdfile.h os/fileop.h os/file_iterator.h \
 
443
        os/mmfile.h header.h rfc822/header.h rfc822/field.h \
 
444
        rfc822/mailbox.h rfc822/messageid.h config.h os/utils.h \
 
445
        rfc822/mailboxlist.h rfc822/addresslist.h rfc822/address.h \
 
446
        rfc822/group.h contentid.h contentdescription.h body.h \
 
447
        rfc822/body.h parser/itparserdecl.h streambufs.h tokenizer.h \
 
448
        parser/itparser.h tree.h
 
449
mimeversion.lo mimeversion.o : mimeversion.cxx mimeversion.h \
 
450
        rfc822/fieldvalue.h strutils.h version.h utils.h libconfig.h \
 
451
        config.h
 
452
strutils.lo strutils.o : strutils.cxx strutils.h
 
453
utils.lo utils.o : utils.cxx utils.h libconfig.h config.h strutils.h
 
454
version.lo version.o : version.cxx version.h utils.h libconfig.h \
 
455
        config.h strutils.h tokenizer.h
 
456
 
 
457
info-am:
 
458
info: info-recursive
 
459
dvi-am:
 
460
dvi: dvi-recursive
 
461
check-am: all-am
 
462
check: check-recursive
 
463
installcheck-am:
 
464
installcheck: installcheck-recursive
 
465
all-recursive-am: config.h
 
466
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
467
 
 
468
install-exec-am: install-libLTLIBRARIES
 
469
install-exec: install-exec-recursive
 
470
 
 
471
install-data-am: install-includeHEADERS
 
472
install-data: install-data-recursive
 
473
 
 
474
install-am: all-am
 
475
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
476
install: install-recursive
 
477
uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
 
478
uninstall: uninstall-recursive
 
479
all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
 
480
all-redirect: all-recursive-am
 
481
install-strip:
 
482
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
483
installdirs: installdirs-recursive
 
484
installdirs-am:
 
485
        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
 
486
 
 
487
 
 
488
mostlyclean-generic:
 
489
 
 
490
clean-generic:
 
491
 
 
492
distclean-generic:
 
493
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
494
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
495
 
 
496
maintainer-clean-generic:
 
497
mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
 
498
                mostlyclean-compile mostlyclean-libtool \
 
499
                mostlyclean-tags mostlyclean-generic
 
500
 
 
501
mostlyclean: mostlyclean-recursive
 
502
 
 
503
clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
 
504
                clean-tags clean-generic mostlyclean-am
 
505
 
 
506
clean: clean-recursive
 
507
 
 
508
distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
 
509
                distclean-libtool distclean-tags distclean-generic \
 
510
                clean-am
 
511
        -rm -f libtool
 
512
 
 
513
distclean: distclean-recursive
 
514
 
 
515
maintainer-clean-am:  maintainer-clean-hdr \
 
516
                maintainer-clean-libLTLIBRARIES \
 
517
                maintainer-clean-compile maintainer-clean-libtool \
 
518
                maintainer-clean-tags maintainer-clean-generic \
 
519
                distclean-am
 
520
        @echo "This command is intended for maintainers to use;"
 
521
        @echo "it deletes files that may require special tools to rebuild."
 
522
 
 
523
maintainer-clean: maintainer-clean-recursive
 
524
 
 
525
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
526
mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
527
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
528
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
529
distclean-compile clean-compile maintainer-clean-compile \
 
530
mostlyclean-libtool distclean-libtool clean-libtool \
 
531
maintainer-clean-libtool uninstall-includeHEADERS \
 
532
install-includeHEADERS install-data-recursive uninstall-data-recursive \
 
533
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
534
uninstalldirs-recursive all-recursive check-recursive \
 
535
installcheck-recursive info-recursive dvi-recursive \
 
536
mostlyclean-recursive distclean-recursive clean-recursive \
 
537
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
538
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
539
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
540
install-exec-am install-exec install-data-am install-data install-am \
 
541
install uninstall-am uninstall all-redirect all-am all installdirs-am \
 
542
installdirs mostlyclean-generic distclean-generic clean-generic \
 
543
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
544
 
 
545
 
 
546
config_win32.h: config_win32.h.in
 
547
        CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) $(top_builddir)/config.status
 
548
 
 
549
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
550
# Otherwise a system limit (for SysV at least) may be exceeded.
 
551
.NOEXPORT: