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

« back to all changes in this revision

Viewing changes to mimetic/rfc822/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
INCLUDES = -I$(top_srcdir) 
 
93
includedir = @INCLUDEDIR@/rfc822
 
94
 
 
95
noinst_LTLIBRARIES = libmimeticrfc822.la
 
96
 
 
97
include_HEADERS = address.h datetime.h group.h mailboxlist.h rfc822.h  addresslist.h field.h header.h message.h body.h fieldvalue.h mailbox.h  messageid.h
 
98
 
 
99
 
 
100
libmimeticrfc822_la_SOURCES = address.cxx field.cxx header.cxx message.cxx  addresslist.cxx fieldvalue.cxx mailbox.cxx messageid.cxx datetime.cxx  group.cxx mailboxlist.cxx
 
101
 
 
102
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
103
CONFIG_HEADER = ../../mimetic/config.h
 
104
CONFIG_CLEAN_FILES = 
 
105
LTLIBRARIES =  $(noinst_LTLIBRARIES)
 
106
 
 
107
 
 
108
DEFS = @DEFS@ -I. -I$(srcdir) -I../../mimetic
 
109
CPPFLAGS = @CPPFLAGS@
 
110
LDFLAGS = @LDFLAGS@
 
111
LIBS = @LIBS@
 
112
libmimeticrfc822_la_LDFLAGS = 
 
113
libmimeticrfc822_la_LIBADD = 
 
114
libmimeticrfc822_la_OBJECTS =  address.lo field.lo header.lo message.lo \
 
115
addresslist.lo fieldvalue.lo mailbox.lo messageid.lo datetime.lo \
 
116
group.lo mailboxlist.lo
 
117
CXXFLAGS = @CXXFLAGS@
 
118
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
119
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
120
CXXLD = $(CXX)
 
121
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
 
122
HEADERS =  $(include_HEADERS)
 
123
 
 
124
DIST_COMMON =  Makefile.am Makefile.in
 
125
 
 
126
 
 
127
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
128
 
 
129
TAR = tar
 
130
GZIP_ENV = --best
 
131
SOURCES = $(libmimeticrfc822_la_SOURCES)
 
132
OBJECTS = $(libmimeticrfc822_la_OBJECTS)
 
133
 
 
134
all: all-redirect
 
135
.SUFFIXES:
 
136
.SUFFIXES: .S .c .cxx .lo .o .obj .s
 
137
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
138
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mimetic/rfc822/Makefile
 
139
 
 
140
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
141
        cd $(top_builddir) \
 
142
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
143
 
 
144
 
 
145
mostlyclean-noinstLTLIBRARIES:
 
146
 
 
147
clean-noinstLTLIBRARIES:
 
148
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
149
 
 
150
distclean-noinstLTLIBRARIES:
 
151
 
 
152
maintainer-clean-noinstLTLIBRARIES:
 
153
 
 
154
.c.o:
 
155
        $(COMPILE) -c $<
 
156
 
 
157
# FIXME: We should only use cygpath when building on Windows,
 
158
# and only if it is available.
 
159
.c.obj:
 
160
        $(COMPILE) -c `cygpath -w $<`
 
161
 
 
162
.s.o:
 
163
        $(COMPILE) -c $<
 
164
 
 
165
.S.o:
 
166
        $(COMPILE) -c $<
 
167
 
 
168
mostlyclean-compile:
 
169
        -rm -f *.o core *.core
 
170
        -rm -f *.$(OBJEXT)
 
171
 
 
172
clean-compile:
 
173
 
 
174
distclean-compile:
 
175
        -rm -f *.tab.c
 
176
 
 
177
maintainer-clean-compile:
 
178
 
 
179
.c.lo:
 
180
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
181
 
 
182
.s.lo:
 
183
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
184
 
 
185
.S.lo:
 
186
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
187
 
 
188
mostlyclean-libtool:
 
189
        -rm -f *.lo
 
190
 
 
191
clean-libtool:
 
192
        -rm -rf .libs _libs
 
193
 
 
194
distclean-libtool:
 
195
 
 
196
maintainer-clean-libtool:
 
197
 
 
198
libmimeticrfc822.la: $(libmimeticrfc822_la_OBJECTS) $(libmimeticrfc822_la_DEPENDENCIES)
 
199
        $(CXXLINK)  $(libmimeticrfc822_la_LDFLAGS) $(libmimeticrfc822_la_OBJECTS) $(libmimeticrfc822_la_LIBADD) $(LIBS)
 
200
.cxx.o:
 
201
        $(CXXCOMPILE) -c $<
 
202
.cxx.obj:
 
203
        $(CXXCOMPILE) -c `cygpath -w $<`
 
204
.cxx.lo:
 
205
        $(LTCXXCOMPILE) -c $<
 
206
 
 
207
install-includeHEADERS: $(include_HEADERS)
 
208
        @$(NORMAL_INSTALL)
 
209
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
210
        @list='$(include_HEADERS)'; for p in $$list; do \
 
211
          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
 
212
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
 
213
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
 
214
        done
 
215
 
 
216
uninstall-includeHEADERS:
 
217
        @$(NORMAL_UNINSTALL)
 
218
        list='$(include_HEADERS)'; for p in $$list; do \
 
219
          rm -f $(DESTDIR)$(includedir)/$$p; \
 
220
        done
 
221
 
 
222
tags: TAGS
 
223
 
 
224
ID: $(HEADERS) $(SOURCES) $(LISP)
 
225
        list='$(SOURCES) $(HEADERS)'; \
 
226
        unique=`for i in $$list; do echo $$i; done | \
 
227
          awk '    { files[$$0] = 1; } \
 
228
               END { for (i in files) print i; }'`; \
 
229
        here=`pwd` && cd $(srcdir) \
 
230
          && mkid -f$$here/ID $$unique $(LISP)
 
231
 
 
232
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
233
        tags=; \
 
234
        here=`pwd`; \
 
235
        list='$(SOURCES) $(HEADERS)'; \
 
236
        unique=`for i in $$list; do echo $$i; done | \
 
237
          awk '    { files[$$0] = 1; } \
 
238
               END { for (i in files) print i; }'`; \
 
239
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
240
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
241
 
 
242
mostlyclean-tags:
 
243
 
 
244
clean-tags:
 
245
 
 
246
distclean-tags:
 
247
        -rm -f TAGS ID
 
248
 
 
249
maintainer-clean-tags:
 
250
 
 
251
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
252
 
 
253
subdir = mimetic/rfc822
 
254
 
 
255
distdir: $(DISTFILES)
 
256
        @for file in $(DISTFILES); do \
 
257
          d=$(srcdir); \
 
258
          if test -d $$d/$$file; then \
 
259
            cp -pr $$d/$$file $(distdir)/$$file; \
 
260
          else \
 
261
            test -f $(distdir)/$$file \
 
262
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
263
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
264
          fi; \
 
265
        done
 
266
address.lo address.o : address.cxx address.h mailbox.h fieldvalue.h \
 
267
        ../../mimetic/strutils.h group.h
 
268
addresslist.lo addresslist.o : addresslist.cxx addresslist.h address.h \
 
269
        mailbox.h fieldvalue.h ../../mimetic/strutils.h group.h
 
270
datetime.lo datetime.o : datetime.cxx datetime.h \
 
271
        ../../mimetic/strutils.h fieldvalue.h ../../mimetic/tokenizer.h \
 
272
        ../../mimetic/utils.h ../../mimetic/libconfig.h \
 
273
        ../../mimetic/config.h
 
274
field.lo field.o : field.cxx field.h ../../mimetic/strutils.h \
 
275
        fieldvalue.h ../../mimetic/utils.h ../../mimetic/libconfig.h \
 
276
        ../../mimetic/config.h ../../mimetic/contenttype.h \
 
277
        ../../mimetic/fieldparam.h mailboxlist.h mailbox.h
 
278
fieldvalue.lo fieldvalue.o : fieldvalue.cxx fieldvalue.h \
 
279
        ../../mimetic/strutils.h
 
280
group.lo group.o : group.cxx group.h mailbox.h fieldvalue.h \
 
281
        ../../mimetic/strutils.h
 
282
header.lo header.o : header.cxx header.h ../../mimetic/strutils.h \
 
283
        ../../mimetic/utils.h ../../mimetic/libconfig.h \
 
284
        ../../mimetic/config.h field.h fieldvalue.h mailbox.h \
 
285
        messageid.h ../../mimetic/config.h ../../mimetic/os/utils.h \
 
286
        mailboxlist.h addresslist.h address.h group.h
 
287
mailbox.lo mailbox.o : mailbox.cxx mailbox.h fieldvalue.h \
 
288
        ../../mimetic/strutils.h
 
289
mailboxlist.lo mailboxlist.o : mailboxlist.cxx mailboxlist.h \
 
290
        ../../mimetic/utils.h ../../mimetic/libconfig.h \
 
291
        ../../mimetic/config.h ../../mimetic/strutils.h mailbox.h \
 
292
        fieldvalue.h
 
293
message.lo message.o : message.cxx message.h header.h \
 
294
        ../../mimetic/strutils.h ../../mimetic/utils.h \
 
295
        ../../mimetic/libconfig.h ../../mimetic/config.h field.h \
 
296
        fieldvalue.h mailbox.h messageid.h ../../mimetic/config.h \
 
297
        ../../mimetic/os/utils.h mailboxlist.h addresslist.h address.h \
 
298
        group.h body.h
 
299
messageid.lo messageid.o : messageid.cxx messageid.h \
 
300
        ../../mimetic/config.h ../../mimetic/utils.h \
 
301
        ../../mimetic/libconfig.h ../../mimetic/config.h \
 
302
        ../../mimetic/strutils.h ../../mimetic/os/utils.h fieldvalue.h
 
303
 
 
304
info-am:
 
305
info: info-am
 
306
dvi-am:
 
307
dvi: dvi-am
 
308
check-am: all-am
 
309
check: check-am
 
310
installcheck-am:
 
311
installcheck: installcheck-am
 
312
install-exec-am:
 
313
install-exec: install-exec-am
 
314
 
 
315
install-data-am: install-includeHEADERS
 
316
install-data: install-data-am
 
317
 
 
318
install-am: all-am
 
319
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
320
install: install-am
 
321
uninstall-am: uninstall-includeHEADERS
 
322
uninstall: uninstall-am
 
323
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
324
all-redirect: all-am
 
325
install-strip:
 
326
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
327
installdirs:
 
328
        $(mkinstalldirs)  $(DESTDIR)$(includedir)
 
329
 
 
330
 
 
331
mostlyclean-generic:
 
332
 
 
333
clean-generic:
 
334
 
 
335
distclean-generic:
 
336
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
337
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
338
 
 
339
maintainer-clean-generic:
 
340
mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
 
341
                mostlyclean-libtool mostlyclean-tags \
 
342
                mostlyclean-generic
 
343
 
 
344
mostlyclean: mostlyclean-am
 
345
 
 
346
clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
 
347
                clean-tags clean-generic mostlyclean-am
 
348
 
 
349
clean: clean-am
 
350
 
 
351
distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
 
352
                distclean-libtool distclean-tags distclean-generic \
 
353
                clean-am
 
354
        -rm -f libtool
 
355
 
 
356
distclean: distclean-am
 
357
 
 
358
maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
 
359
                maintainer-clean-compile maintainer-clean-libtool \
 
360
                maintainer-clean-tags maintainer-clean-generic \
 
361
                distclean-am
 
362
        @echo "This command is intended for maintainers to use;"
 
363
        @echo "it deletes files that may require special tools to rebuild."
 
364
 
 
365
maintainer-clean: maintainer-clean-am
 
366
 
 
367
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
 
368
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
 
369
mostlyclean-compile distclean-compile clean-compile \
 
370
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
371
clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
 
372
install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
 
373
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
 
374
installcheck-am installcheck install-exec-am install-exec \
 
375
install-data-am install-data install-am install uninstall-am uninstall \
 
376
all-redirect all-am all installdirs mostlyclean-generic \
 
377
distclean-generic clean-generic maintainer-clean-generic clean \
 
378
mostlyclean distclean maintainer-clean
 
379
 
 
380
 
 
381
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
382
# Otherwise a system limit (for SysV at least) may be exceeded.
 
383
.NOEXPORT: