1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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
14 # cutee autogen: begin
20 top_srcdir = @top_srcdir@
23 exec_prefix = @exec_prefix@
27 libexecdir = @libexecdir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
49 AUTOHEADER = @AUTOHEADER@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
63 build_alias = @build_alias@
64 build_triplet = @build@
65 host_alias = @host_alias@
67 target_alias = @target_alias@
68 target_triplet = @target@
82 INCLUDEDIR = @INCLUDEDIR@
96 EXTRA_DIST = file.bin small.bin test.msg test3.msg
97 INCLUDES = -I$(top_srcdir)
98 LDADD = ../mimetic/libmimetic.la
100 test_files = t.version.h t.tokenizer.h t.base64.h t.qp.h t.circular_buffer.h t.file.h t.mimemessage.h t.composite.h t.tokenizer.cxx t.base64.cxx t.qp.cxx t.circular_buffer.cxx t.composite.cxx t.directory.h t.fieldparam.h t.fieldparam.cxx t.strutils.h t.rfc822.h t.rfc822.cxx t.tree.h t.parser.h t.contenttype.h t.contenttype.cxx t.utils.h t.codec.h t.codec.cxx t.find_bm.h t.find_bm.cxx
102 noinst_PROGRAMS = cutee
103 cutee_SOURCES = cutee.cxx cutee.h
107 t_runners = t.version.cutee.cxx t.tokenizer.cutee.cxx t.base64.cutee.cxx t.qp.cutee.cxx t.circular_buffer.cutee.cxx t.file.cutee.cxx t.mimemessage.cutee.cxx t.composite.cutee.cxx t.directory.cutee.cxx t.fieldparam.cutee.cxx t.strutils.cutee.cxx t.rfc822.cutee.cxx t.tree.cutee.cxx t.parser.cutee.cxx t.contenttype.cutee.cxx t.utils.cutee.cxx t.codec.cutee.cxx t.find_bm.cutee.cxx
109 EXTRA_PROGRAMS = runtest
110 runtest_SOURCES = runtest.cxx $(test_files) $(t_runners)
111 runtest_DEPENDENCIES = cutee autocutee.mk
112 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
113 CONFIG_HEADER = ../mimetic/config.h
115 noinst_PROGRAMS = cutee$(EXEEXT)
116 PROGRAMS = $(noinst_PROGRAMS)
119 DEFS = @DEFS@ -I. -I$(srcdir) -I../mimetic
120 CPPFLAGS = @CPPFLAGS@
123 runtest_OBJECTS = runtest.$(OBJEXT) t.tokenizer.$(OBJEXT) \
124 t.base64.$(OBJEXT) t.qp.$(OBJEXT) t.circular_buffer.$(OBJEXT) \
125 t.composite.$(OBJEXT) t.fieldparam.$(OBJEXT) t.rfc822.$(OBJEXT) \
126 t.contenttype.$(OBJEXT) t.codec.$(OBJEXT) t.find_bm.$(OBJEXT) \
127 t.version.cutee.$(OBJEXT) t.tokenizer.cutee.$(OBJEXT) \
128 t.base64.cutee.$(OBJEXT) t.qp.cutee.$(OBJEXT) \
129 t.circular_buffer.cutee.$(OBJEXT) t.file.cutee.$(OBJEXT) \
130 t.mimemessage.cutee.$(OBJEXT) t.composite.cutee.$(OBJEXT) \
131 t.directory.cutee.$(OBJEXT) t.fieldparam.cutee.$(OBJEXT) \
132 t.strutils.cutee.$(OBJEXT) t.rfc822.cutee.$(OBJEXT) \
133 t.tree.cutee.$(OBJEXT) t.parser.cutee.$(OBJEXT) \
134 t.contenttype.cutee.$(OBJEXT) t.utils.cutee.$(OBJEXT) \
135 t.codec.cutee.$(OBJEXT) t.find_bm.cutee.$(OBJEXT)
136 runtest_LDADD = $(LDADD)
138 cutee_OBJECTS = cutee.$(OBJEXT)
141 CXXFLAGS = @CXXFLAGS@
142 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
143 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
145 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
147 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
151 DIST_COMMON = Makefile.am Makefile.in
154 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
158 SOURCES = $(runtest_SOURCES) $(cutee_SOURCES)
159 OBJECTS = $(runtest_OBJECTS) $(cutee_OBJECTS)
163 .SUFFIXES: .S .c .cxx .lo .o .obj .s
164 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/autocutee.mk
165 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/Makefile
167 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
169 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
172 mostlyclean-noinstPROGRAMS:
174 clean-noinstPROGRAMS:
175 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
177 distclean-noinstPROGRAMS:
179 maintainer-clean-noinstPROGRAMS:
184 # FIXME: We should only use cygpath when building on Windows,
185 # and only if it is available.
187 $(COMPILE) -c `cygpath -w $<`
196 -rm -f *.o core *.core
204 maintainer-clean-compile:
207 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
210 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
213 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
223 maintainer-clean-libtool:
225 runtest$(EXEEXT): $(runtest_OBJECTS) $(runtest_DEPENDENCIES)
226 @rm -f runtest$(EXEEXT)
227 $(CXXLINK) $(runtest_LDFLAGS) $(runtest_OBJECTS) $(runtest_LDADD) $(LIBS)
229 cutee$(EXEEXT): $(cutee_OBJECTS) $(cutee_DEPENDENCIES)
230 @rm -f cutee$(EXEEXT)
231 $(CXXLINK) $(cutee_LDFLAGS) $(cutee_OBJECTS) $(cutee_LDADD) $(LIBS)
235 $(CXXCOMPILE) -c `cygpath -w $<`
237 $(LTCXXCOMPILE) -c $<
241 ID: $(HEADERS) $(SOURCES) $(LISP)
242 list='$(SOURCES) $(HEADERS)'; \
243 unique=`for i in $$list; do echo $$i; done | \
244 awk ' { files[$$0] = 1; } \
245 END { for (i in files) print i; }'`; \
246 here=`pwd` && cd $(srcdir) \
247 && mkid -f$$here/ID $$unique $(LISP)
249 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
252 list='$(SOURCES) $(HEADERS)'; \
253 unique=`for i in $$list; do echo $$i; done | \
254 awk ' { files[$$0] = 1; } \
255 END { for (i in files) print i; }'`; \
256 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
257 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
266 maintainer-clean-tags:
268 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
272 distdir: $(DISTFILES)
273 @for file in $(DISTFILES); do \
275 if test -d $$d/$$file; then \
276 cp -pr $$d/$$file $(distdir)/$$file; \
278 test -f $(distdir)/$$file \
279 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
280 || cp -p $$d/$$file $(distdir)/$$file || :; \
290 installcheck: installcheck-am
292 install-exec: install-exec-am
295 install-data: install-data-am
298 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
301 uninstall: uninstall-am
302 all-am: Makefile $(PROGRAMS) all-local
305 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
314 -rm -f Makefile $(CONFIG_CLEAN_FILES)
315 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
317 maintainer-clean-generic:
318 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
319 mostlyclean-libtool mostlyclean-tags \
322 mostlyclean: mostlyclean-am
324 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
325 clean-generic mostlyclean-am clean-local
329 distclean-am: distclean-noinstPROGRAMS distclean-compile \
330 distclean-libtool distclean-tags distclean-generic \
334 distclean: distclean-am
336 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
337 maintainer-clean-compile maintainer-clean-libtool \
338 maintainer-clean-tags maintainer-clean-generic \
340 @echo "This command is intended for maintainers to use;"
341 @echo "it deletes files that may require special tools to rebuild."
343 maintainer-clean: maintainer-clean-am
345 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
346 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
347 mostlyclean-compile distclean-compile clean-compile \
348 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
349 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
350 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
351 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
352 install-exec install-data-am install-data install-am install \
353 uninstall-am uninstall all-local all-redirect all-am all installdirs \
354 mostlyclean-generic distclean-generic clean-generic \
355 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
358 all-local: cutee runtest
359 @for f in $(EXTRA_DIST); do \
360 if [ ! -e $$f ]; then \
361 ln -s $(srcdir)/$$f ; \
366 clean-local: touch-autocutee.mk runtest-clean
372 autocutee.mk: cutee Makefile.am $(test_files)
373 ./cutee -k -o autocutee.mk $(addprefix $(srcdir)/, $(test_files))
375 %.cutee.cxx: $(srcdir)/%.h
382 rm -f autocutee.mk cutee *.o *.cutee.cxx runtest runtest.cxx
386 # Tell versions [3.59,3.63) of GNU make to not export all variables.
387 # Otherwise a system limit (for SysV at least) may be exceeded.