1
# Makefile.in generated by automake 1.11 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18
# Makefile.am -- process this file with automake to produce Makefile.in
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkgincludedir = $(includedir)/@PACKAGE@
22
pkglibdir = $(libdir)/@PACKAGE@
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
install_sh_DATA = $(install_sh) -c -m 644
26
install_sh_PROGRAM = $(install_sh) -c
27
install_sh_SCRIPT = $(install_sh) -c
28
INSTALL_HEADER = $(INSTALL_DATA)
29
transform = $(program_transform_name)
36
build_triplet = @build@
38
check_PROGRAMS = test-main$(EXEEXT)
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
$(top_srcdir)/configure.ac
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
mkinstalldirs = $(install_sh) -d
49
CONFIG_HEADER = $(top_builddir)/config.h
51
CONFIG_CLEAN_VPATH_FILES =
52
am_test_main_OBJECTS = test-main.$(OBJEXT)
53
test_main_OBJECTS = $(am_test_main_OBJECTS)
54
test_main_LDADD = $(LDADD)
55
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
57
am__depfiles_maybe = depfiles
59
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
68
SOURCES = $(test_main_SOURCES)
69
DIST_SOURCES = $(test_main_SOURCES)
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
AUTOHEADER = @AUTOHEADER@
81
CCDEPMODE = @CCDEPMODE@
87
CXXDEPMODE = @CXXDEPMODE@
89
CYGPATH_W = @CYGPATH_W@
102
INSTALL_DATA = @INSTALL_DATA@
103
INSTALL_PROGRAM = @INSTALL_PROGRAM@
104
INSTALL_SCRIPT = @INSTALL_SCRIPT@
105
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113
LTLIBOBJS = @LTLIBOBJS@
114
MAKEINFO = @MAKEINFO@
123
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124
PACKAGE_NAME = @PACKAGE_NAME@
125
PACKAGE_STRING = @PACKAGE_STRING@
126
PACKAGE_TARNAME = @PACKAGE_TARNAME@
127
PACKAGE_URL = @PACKAGE_URL@
128
PACKAGE_VERSION = @PACKAGE_VERSION@
129
PATH_SEPARATOR = @PATH_SEPARATOR@
132
SET_MAKE = @SET_MAKE@
136
abs_builddir = @abs_builddir@
137
abs_srcdir = @abs_srcdir@
138
abs_top_builddir = @abs_top_builddir@
139
abs_top_srcdir = @abs_top_srcdir@
140
ac_ct_CC = @ac_ct_CC@
141
ac_ct_CXX = @ac_ct_CXX@
142
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
143
am__include = @am__include@
144
am__leading_dot = @am__leading_dot@
145
am__quote = @am__quote@
147
am__untar = @am__untar@
150
build_alias = @build_alias@
151
build_cpu = @build_cpu@
152
build_os = @build_os@
153
build_vendor = @build_vendor@
154
builddir = @builddir@
156
datarootdir = @datarootdir@
159
exec_prefix = @exec_prefix@
161
host_alias = @host_alias@
162
host_cpu = @host_cpu@
164
host_vendor = @host_vendor@
166
includedir = @includedir@
168
install_sh = @install_sh@
170
libexecdir = @libexecdir@
171
localedir = @localedir@
172
localstatedir = @localstatedir@
176
oldincludedir = @oldincludedir@
179
program_transform_name = @program_transform_name@
182
sharedstatedir = @sharedstatedir@
184
sysconfdir = @sysconfdir@
185
target_alias = @target_alias@
186
top_build_prefix = @top_build_prefix@
187
top_builddir = @top_builddir@
188
top_srcdir = @top_srcdir@
189
test_main_SOURCES = test-main.cc
193
.SUFFIXES: .cc .lo .o .obj
194
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
196
case '$(am__configure_deps)' in \
198
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
199
&& { if test -f $@; then exit 0; else break; fi; }; \
203
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
204
$(am__cd) $(top_srcdir) && \
205
$(AUTOMAKE) --foreign test/Makefile
207
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
212
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
213
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
216
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219
$(top_srcdir)/configure: $(am__configure_deps)
220
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
222
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
$(am__aclocal_m4_deps):
226
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
227
echo " rm -f" $$list; \
228
rm -f $$list || exit $$?; \
229
test -n "$(EXEEXT)" || exit 0; \
230
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
231
echo " rm -f" $$list; \
233
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES)
234
@rm -f test-main$(EXEEXT)
235
$(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
243
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@
246
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
247
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
248
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
253
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
254
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
255
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
260
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
261
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
262
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
263
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
272
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
273
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
274
unique=`for i in $$list; do \
275
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
278
END { if (nonempty) { for (i in files) print i; }; }'`; \
282
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
283
$(TAGS_FILES) $(LISP)
286
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
287
unique=`for i in $$list; do \
288
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291
END { if (nonempty) { for (i in files) print i; }; }'`; \
293
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
294
test -n "$$unique" || unique=$$empty_fix; \
295
if test $$# -gt 0; then \
296
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
299
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
304
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
305
$(TAGS_FILES) $(LISP)
306
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307
unique=`for i in $$list; do \
308
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311
END { if (nonempty) { for (i in files) print i; }; }'`; \
312
test -z "$(CTAGS_ARGS)$$unique" \
313
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
317
here=`$(am__cd) $(top_builddir) && pwd` \
318
&& $(am__cd) $(top_srcdir) \
319
&& gtags -i $(GTAGS_ARGS) "$$here"
322
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
324
distdir: $(DISTFILES)
325
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
327
list='$(DISTFILES)'; \
328
dist_files=`for file in $$list; do echo $$file; done | \
329
sed -e "s|^$$srcdirstrip/||;t" \
330
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
331
case $$dist_files in \
332
*/*) $(MKDIR_P) `echo "$$dist_files" | \
333
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
336
for file in $$dist_files; do \
337
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
338
if test -d $$d/$$file; then \
339
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
340
if test -d "$(distdir)/$$file"; then \
341
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
343
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
344
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
345
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
347
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
349
test -f "$(distdir)/$$file" \
350
|| cp -p $$d/$$file "$(distdir)/$$file" \
355
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
360
install-exec: install-exec-am
361
install-data: install-data-am
362
uninstall: uninstall-am
365
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367
installcheck: installcheck-am
369
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
371
`test -z '$(STRIP)' || \
372
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
378
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
381
maintainer-clean-generic:
382
@echo "This command is intended for maintainers to use"
383
@echo "it deletes files that may require special tools to rebuild."
386
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
389
distclean: distclean-am
392
distclean-am: clean-am distclean-compile distclean-generic \
409
install-dvi: install-dvi-am
415
install-html: install-html-am
419
install-info: install-info-am
425
install-pdf: install-pdf-am
429
install-ps: install-ps-am
435
maintainer-clean: maintainer-clean-am
438
maintainer-clean-am: distclean-am maintainer-clean-generic
440
mostlyclean: mostlyclean-am
442
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
455
.MAKE: check-am install-am install-strip
457
.PHONY: CTAGS GTAGS all all-am check check-am clean \
458
clean-checkPROGRAMS clean-generic clean-libtool ctags \
459
distclean distclean-compile distclean-generic \
460
distclean-libtool distclean-tags distdir dvi dvi-am html \
461
html-am info info-am install install-am install-data \
462
install-data-am install-dvi install-dvi-am install-exec \
463
install-exec-am install-html install-html-am install-info \
464
install-info-am install-man install-pdf install-pdf-am \
465
install-ps install-ps-am install-strip installcheck \
466
installcheck-am installdirs maintainer-clean \
467
maintainer-clean-generic mostlyclean mostlyclean-compile \
468
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
469
tags uninstall uninstall-am
472
# Tell versions [3.59,3.63) of GNU make to not export all variables.
473
# Otherwise a system limit (for SysV at least) may be exceeded.