1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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# UNIX makefile for MIME++ library and example programs
14
15# Choose a version to compile.  I recommend compiling development version,
16# which includes numerous assert macros to catch bad function arguments
17# and other safeguards.  The production version is designed to avoid
18# program aborts, such as will occur if an assertion fails.  The production
19# version tries to recover as best it can in the case of exceptional
20# conditions.  The debug version is designed to help you find bugs once
21# you know they exist.  The development version helps you out here just
22# a little, because it will dump core so you can examine the program
23# state with a debugger.
24#
25# Make sure you type 'make clean' after compiling one version before
26# compiling a different version.
27
28
29SHELL = @SHELL@
30
31srcdir = @srcdir@
32top_srcdir = @top_srcdir@
33VPATH = @srcdir@
34prefix = @prefix@
35exec_prefix = @exec_prefix@
36
37bindir = @bindir@
38sbindir = @sbindir@
39libexecdir = @libexecdir@
40datadir = @datadir@
41sysconfdir = @sysconfdir@
42sharedstatedir = @sharedstatedir@
43localstatedir = @localstatedir@
44libdir = @libdir@
45infodir = @infodir@
46mandir = @mandir@
47includedir = @includedir@
48oldincludedir = /usr/include
49
50DESTDIR =
51
52pkgdatadir = $(datadir)/@PACKAGE@
53pkglibdir = $(libdir)/@PACKAGE@
54pkgincludedir = $(includedir)/@PACKAGE@
55
56top_builddir = ..
57
58ACLOCAL = @ACLOCAL@
59AUTOCONF = @AUTOCONF@
60AUTOMAKE = @AUTOMAKE@
61AUTOHEADER = @AUTOHEADER@
62
63INSTALL = @INSTALL@
64INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
65INSTALL_DATA = @INSTALL_DATA@
66INSTALL_SCRIPT = @INSTALL_SCRIPT@
67transform = @program_transform_name@
68
69NORMAL_INSTALL = :
70PRE_INSTALL = :
71POST_INSTALL = :
72NORMAL_UNINSTALL = :
73PRE_UNINSTALL = :
74POST_UNINSTALL = :
75build_alias = @build_alias@
76build_triplet = @build@
77host_alias = @host_alias@
78host_triplet = @host@
79target_alias = @target_alias@
80target_triplet = @target@
81ALLOCA = @ALLOCA@
82AS = @AS@
83CC = @CC@
84CPP = @CPP@
85CXX = @CXX@
86CXXCPP = @CXXCPP@
87DLLTOOL = @DLLTOOL@
88EXTENSIONS = @EXTENSIONS@
89EXTENSIONS_LIBS = @EXTENSIONS_LIBS@
90GLINC = @GLINC@
91GLLIB = @GLLIB@
92GMSGFMT = @GMSGFMT@
93IDL = @IDL@
94INTERPRETER_FEATURES = @INTERPRETER_FEATURES@
95KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
96KDE_INCLUDES = @KDE_INCLUDES@
97KDE_LDFLAGS = @KDE_LDFLAGS@
98KDE_RPATH = @KDE_RPATH@
99LD = @LD@
100LIBCOMPAT = @LIBCOMPAT@
101LIBCRYPT = @LIBCRYPT@
102LIBDL = @LIBDL@
103LIBJPEG = @LIBJPEG@
104LIBMICO = @LIBMICO@
105LIBOBJS = @LIBOBJS@
106LIBPNG = @LIBPNG@
107LIBPTHREAD = @LIBPTHREAD@
108LIBPYTHON = @LIBPYTHON@
109LIBQIMGIO = @LIBQIMGIO@
110LIBSOCKET = @LIBSOCKET@
111LIBTIFF = @LIBTIFF@
112LIBTOOL = @LIBTOOL@
113LIBUCB = @LIBUCB@
114LIBZ = @LIBZ@
115LIB_KAB = @LIB_KAB@
116LIB_KDECORE = @LIB_KDECORE@
117LIB_KDEUI = @LIB_KDEUI@
118LIB_KDEUTIL = @LIB_KDEUTIL@
119LIB_KFILE = @LIB_KFILE@
120LIB_KFM = @LIB_KFM@
121LIB_KHTML = @LIB_KHTML@
122LIB_KHTMLW = @LIB_KHTMLW@
123LIB_KIMGIO = @LIB_KIMGIO@
124LIB_KIO = @LIB_KIO@
125LIB_MEDIATOOL = @LIB_MEDIATOOL@
126LIB_QT = @LIB_QT@
127LIB_X11 = @LIB_X11@
128LN_S = @LN_S@
129MAKEINFO = @MAKEINFO@
130MICO_INCLUDES = @MICO_INCLUDES@
131MICO_LDFLAGS = @MICO_LDFLAGS@
132MOC = @MOC@
133MSGFMT = @MSGFMT@
134NM = @NM@
135PACKAGE = @PACKAGE@
136PAMINC = @PAMINC@
137PAMLIBPATHS = @PAMLIBPATHS@
138PAMLIBS = @PAMLIBS@
139PYTHONINC = @PYTHONINC@
140PYTHONLIB = @PYTHONLIB@
141QT_INCLUDES = @QT_INCLUDES@
142QT_LDFLAGS = @QT_LDFLAGS@
143RANLIB = @RANLIB@
144TOPSUBDIRS = @TOPSUBDIRS@
145U = @U@
146USE_NLS = @USE_NLS@
147VERSION = @VERSION@
148XGETTEXT = @XGETTEXT@
149XPMINC = @XPMINC@
150XPMLIB = @XPMLIB@
151X_EXTRA_LIBS = @X_EXTRA_LIBS@
152X_INCLUDES = @X_INCLUDES@
153X_LDFLAGS = @X_LDFLAGS@
154all_includes = @all_includes@
155all_libraries = @all_libraries@
156install_root = @install_root@
157kde_appsdir = @kde_appsdir@
158kde_bindir = @kde_bindir@
159kde_cgidir = @kde_cgidir@
160kde_confdir = @kde_confdir@
161kde_datadir = @kde_datadir@
162kde_htmldir = @kde_htmldir@
163kde_icondir = @kde_icondir@
164kde_includes = @kde_includes@
165kde_libraries = @kde_libraries@
166kde_locale = @kde_locale@
167kde_mimedir = @kde_mimedir@
168kde_minidir = @kde_minidir@
169kde_partsdir = @kde_partsdir@
170kde_sounddir = @kde_sounddir@
171kde_toolbardir = @kde_toolbardir@
172kde_wallpaperdir = @kde_wallpaperdir@
173qt_includes = @qt_includes@
174qt_libraries = @qt_libraries@
175topdir = @topdir@
176x_includes = @x_includes@
177x_libraries = @x_libraries@
178
179SUBDIRS = mimelib
180
181LIBVERSION = DW_DEVELOPMENT_VERSION
182# LIBVERSION = DW_PRODUCTION_VERSION
183# LIBVERSION = DW_DEBUG_VERSION
184
185lib_LTLIBRARIES = libmimelib.la
186
187INCLUDES = -I. -I$(srcdir)
188
189libmimelib_la_SOURCES =      protocol.cpp     address.cpp     addrlist.cpp     body.cpp     bodypart.cpp     boyermor.cpp     datetime.cpp     disptype.cpp     dw_cte.cpp     dw_date.cpp     dw_mime.cpp     entity.cpp     field.cpp     fieldbdy.cpp     group.cpp     headers.cpp     mailbox.cpp     mboxlist.cpp     mechansm.cpp     mediatyp.cpp     message.cpp     msgcmp.cpp     msgid.cpp     nntp.cpp     param.cpp     pop.cpp     smtp.cpp     string.cpp     text.cpp     token.cpp     uuencode.cpp     binhex.cpp
190
191
192DEFS = -D$(LIBVERSION) @DEFS@
193
194libmimelib_la_LDFLAGS = -version-info 1:0
195mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
196CONFIG_HEADER = ../config.h
197CONFIG_CLEAN_FILES =
198LTLIBRARIES =  $(lib_LTLIBRARIES)
199
200CPPFLAGS = @CPPFLAGS@
201LDFLAGS = @LDFLAGS@
202LIBS = @LIBS@
203libmimelib_la_LIBADD =
204libmimelib_la_OBJECTS =  protocol.lo address.lo addrlist.lo body.lo \
205bodypart.lo boyermor.lo datetime.lo disptype.lo dw_cte.lo dw_date.lo \
206dw_mime.lo entity.lo field.lo fieldbdy.lo group.lo headers.lo \
207mailbox.lo mboxlist.lo mechansm.lo mediatyp.lo message.lo msgcmp.lo \
208msgid.lo nntp.lo param.lo pop.lo smtp.lo string.lo text.lo token.lo \
209uuencode.lo binhex.lo
210CXXFLAGS = @CXXFLAGS@
211CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
212LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
213CXXLD = $(CXX)
214CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
215DIST_COMMON =  README Makefile.am Makefile.in
216
217
218DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
219
220TAR = tar
221GZIP_ENV = --best
222SOURCES = $(libmimelib_la_SOURCES)
223OBJECTS = $(libmimelib_la_OBJECTS)
224
225all: all-redirect
226.SUFFIXES:
227.SUFFIXES: .S .c .cpp .lo .o .s
228$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
229	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps mimelib/Makefile
230
231Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
232	cd $(top_builddir) \
233	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
234
235
236mostlyclean-libLTLIBRARIES:
237
238clean-libLTLIBRARIES:
239	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
240
241distclean-libLTLIBRARIES:
242
243maintainer-clean-libLTLIBRARIES:
244
245install-libLTLIBRARIES: $(lib_LTLIBRARIES)
246	@$(NORMAL_INSTALL)
247	$(mkinstalldirs) $(DESTDIR)$(libdir)
248	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
249	  if test -f $$p; then \
250	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
251	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
252	  else :; fi; \
253	done
254
255uninstall-libLTLIBRARIES:
256	@$(NORMAL_UNINSTALL)
257	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
258	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
259	done
260
261.c.o:
262	$(COMPILE) -c $<
263
264.s.o:
265	$(COMPILE) -c $<
266
267.S.o:
268	$(COMPILE) -c $<
269
270mostlyclean-compile:
271	-rm -f *.o core *.core
272
273clean-compile:
274
275distclean-compile:
276	-rm -f *.tab.c
277
278maintainer-clean-compile:
279
280.c.lo:
281	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
282
283.s.lo:
284	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
285
286.S.lo:
287	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
288
289mostlyclean-libtool:
290	-rm -f *.lo
291
292clean-libtool:
293	-rm -rf .libs _libs
294
295distclean-libtool:
296
297maintainer-clean-libtool:
298
299libmimelib.la: $(libmimelib_la_OBJECTS) $(libmimelib_la_DEPENDENCIES)
300	$(CXXLINK) -rpath $(libdir) $(libmimelib_la_LDFLAGS) $(libmimelib_la_OBJECTS) $(libmimelib_la_LIBADD) $(LIBS)
301.cpp.o:
302	$(CXXCOMPILE) -c $<
303.cpp.lo:
304	$(LTCXXCOMPILE) -c $<
305
306# This directory's subdirectories are mostly independent; you can cd
307# into them and run `make' without going through this Makefile.
308# To change the values of `make' variables: instead of editing Makefiles,
309# (1) if the variable is set in `config.status', edit `config.status'
310#     (which will cause the Makefiles to be regenerated when you run `make');
311# (2) otherwise, pass the desired values on the `make' command line.
312
313@SET_MAKE@
314
315all-recursive install-data-recursive install-exec-recursive \
316installdirs-recursive install-recursive uninstall-recursive  \
317check-recursive installcheck-recursive info-recursive dvi-recursive:
318	@set fnord $(MAKEFLAGS); amf=$$2; \
319	dot_seen=no; \
320	target=`echo $@ | sed s/-recursive//`; \
321	list='$(SUBDIRS)'; for subdir in $$list; do \
322	  echo "Making $$target in $$subdir"; \
323	  if test "$$subdir" = "."; then \
324	    dot_seen=yes; \
325	    local_target="$$target-am"; \
326	  else \
327	    local_target="$$target"; \
328	  fi; \
329	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
331	done; \
332	if test "$$dot_seen" = "no"; then \
333	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
334	fi; test -z "$$fail"
335
336mostlyclean-recursive clean-recursive distclean-recursive \
337maintainer-clean-recursive:
338	@set fnord $(MAKEFLAGS); amf=$$2; \
339	dot_seen=no; \
340	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
341	  rev="$$subdir $$rev"; \
342	  test "$$subdir" = "." && dot_seen=yes; \
343	done; \
344	test "$$dot_seen" = "no" && rev=". $$rev"; \
345	target=`echo $@ | sed s/-recursive//`; \
346	for subdir in $$rev; do \
347	  echo "Making $$target in $$subdir"; \
348	  if test "$$subdir" = "."; then \
349	    local_target="$$target-am"; \
350	  else \
351	    local_target="$$target"; \
352	  fi; \
353	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
355	done && test -z "$$fail"
356tags-recursive:
357	list='$(SUBDIRS)'; for subdir in $$list; do \
358	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359	done
360
361tags: TAGS
362
363ID: $(HEADERS) $(SOURCES) $(LISP)
364	list='$(SOURCES) $(HEADERS)'; \
365	unique=`for i in $$list; do echo $$i; done | \
366	  awk '    { files[$$0] = 1; } \
367	       END { for (i in files) print i; }'`; \
368	here=`pwd` && cd $(srcdir) \
369	  && mkid -f$$here/ID $$unique $(LISP)
370
371TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
372	tags=; \
373	here=`pwd`; \
374	list='$(SUBDIRS)'; for subdir in $$list; do \
375   if test "$$subdir" = .; then :; else \
376	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
377   fi; \
378	done; \
379	list='$(SOURCES) $(HEADERS)'; \
380	unique=`for i in $$list; do echo $$i; done | \
381	  awk '    { files[$$0] = 1; } \
382	       END { for (i in files) print i; }'`; \
383	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
384	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
385
386mostlyclean-tags:
387
388clean-tags:
389
390distclean-tags:
391	-rm -f TAGS ID
392
393maintainer-clean-tags:
394
395distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
396
397subdir = mimelib
398
399distdir: $(DISTFILES)
400	@for file in $(DISTFILES); do \
401	  d=$(srcdir); \
402	  if test -d $$d/$$file; then \
403	    cp -pr $$/$$file $(distdir)/$$file; \
404	  else \
405	    test -f $(distdir)/$$file \
406	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
407	    || cp -p $$d/$$file $(distdir)/$$file || :; \
408	  fi; \
409	done
410	for subdir in $(SUBDIRS); do \
411	  if test "$$subdir" = .; then :; else \
412	    test -d $(distdir)/$$subdir \
413	    || mkdir $(distdir)/$$subdir \
414	    || exit 1; \
415	    chmod 777 $(distdir)/$$subdir; \
416	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
417	      || exit 1; \
418	  fi; \
419	done
420info-am:
421info: info-recursive
422dvi-am:
423dvi: dvi-recursive
424check-am: all-am
425check: check-recursive
426installcheck-am:
427installcheck: installcheck-recursive
428install-exec-am: install-libLTLIBRARIES
429install-exec: install-exec-recursive
430
431install-data-am:
432install-data: install-data-recursive
433
434install-am: all-am
435	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436install: install-recursive
437uninstall-am: uninstall-libLTLIBRARIES
438uninstall: uninstall-recursive
439all-am: Makefile $(LTLIBRARIES)
440all-redirect: all-recursive
441install-strip:
442	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
443installdirs: installdirs-recursive
444installdirs-am:
445	$(mkinstalldirs)  $(DESTDIR)$(libdir)
446
447
448mostlyclean-generic:
449
450clean-generic:
451
452distclean-generic:
453	-rm -f Makefile $(CONFIG_CLEAN_FILES)
454	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
455
456maintainer-clean-generic:
457mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
458		mostlyclean-libtool mostlyclean-tags \
459		mostlyclean-generic
460
461mostlyclean: mostlyclean-recursive
462
463clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
464		clean-generic mostlyclean-am
465
466clean: clean-recursive
467
468distclean-am:  distclean-libLTLIBRARIES distclean-compile \
469		distclean-libtool distclean-tags distclean-generic \
470		clean-am
471	-rm -f libtool
472
473distclean: distclean-recursive
474
475maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
476		maintainer-clean-compile maintainer-clean-libtool \
477		maintainer-clean-tags maintainer-clean-generic \
478		distclean-am
479	@echo "This command is intended for maintainers to use;"
480	@echo "it deletes files that may require special tools to rebuild."
481
482maintainer-clean: maintainer-clean-recursive
483
484.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
485clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
486uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
487distclean-compile clean-compile maintainer-clean-compile \
488mostlyclean-libtool distclean-libtool clean-libtool \
489maintainer-clean-libtool install-data-recursive \
490uninstall-data-recursive install-exec-recursive \
491uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
492all-recursive check-recursive installcheck-recursive info-recursive \
493dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
494maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
495distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
496dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
497install-exec install-data-am install-data install-am install \
498uninstall-am uninstall all-redirect all-am all installdirs-am \
499installdirs mostlyclean-generic distclean-generic clean-generic \
500maintainer-clean-generic clean mostlyclean distclean maintainer-clean
501
502
503# Tell versions [3.59,3.63) of GNU make to not export all variables.
504# Otherwise a system limit (for SysV at least) may be exceeded.
505.NOEXPORT:
506