1
# Makefile.in generated by automake 1.10 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkgincludedir = $(includedir)/@PACKAGE@
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
34
build_triplet = @build@
36
subdir = src/kernel/log
37
DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
41
$(top_srcdir)/m4/ac_python_devel.m4 \
42
$(top_srcdir)/m4/ax_boost_base.m4 \
43
$(top_srcdir)/m4/ax_compiler_vendor.m4 \
44
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \
45
$(top_srcdir)/configure.ac
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
am__vpath_adj = case $$p in \
52
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
57
libLTLIBRARIES_INSTALL = $(INSTALL)
58
LTLIBRARIES = $(lib_LTLIBRARIES)
59
libdolfin_log_la_LIBADD =
60
am_libdolfin_log_la_OBJECTS = log.lo Event.lo Logger.lo LogManager.lo \
61
LogStream.lo Progress.lo
62
libdolfin_log_la_OBJECTS = $(am_libdolfin_log_la_OBJECTS)
63
libdolfin_log_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
64
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
65
$(CXXFLAGS) $(libdolfin_log_la_LDFLAGS) $(LDFLAGS) -o $@
66
DEFAULT_INCLUDES = -I.@am__isrc@
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
am__depfiles_maybe = depfiles
69
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
71
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
73
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
75
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
78
SOURCES = $(libdolfin_log_la_SOURCES)
79
DIST_SOURCES = $(libdolfin_log_la_SOURCES)
80
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81
html-recursive info-recursive install-data-recursive \
82
install-dvi-recursive install-exec-recursive \
83
install-html-recursive install-info-recursive \
84
install-pdf-recursive install-ps-recursive install-recursive \
85
installcheck-recursive installdirs-recursive pdf-recursive \
86
ps-recursive uninstall-recursive
87
nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
88
HEADERS = $(nobase_include_HEADERS)
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90
distclean-recursive maintainer-clean-recursive
93
DIST_SUBDIRS = $(SUBDIRS)
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99
AUTOHEADER = @AUTOHEADER@
100
AUTOMAKE = @AUTOMAKE@
102
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
103
BOOST_LDFLAGS = @BOOST_LDFLAGS@
105
CCDEPMODE = @CCDEPMODE@
108
CPPFLAGS = @CPPFLAGS@
111
CXXDEPMODE = @CXXDEPMODE@
112
CXXFLAGS = @CXXFLAGS@
113
CYGPATH_W = @CYGPATH_W@
116
DOLFIN_CFLAGS = @DOLFIN_CFLAGS@
117
DOLFIN_DEFINITIONS = @DOLFIN_DEFINITIONS@
118
DOLFIN_EXT_LIBS = @DOLFIN_EXT_LIBS@
119
DOLFIN_LIBS = @DOLFIN_LIBS@
126
EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
129
GLIB_CFLAGS = @GLIB_CFLAGS@
130
GLIB_LIBS = @GLIB_LIBS@
132
GTS_CFLAGS = @GTS_CFLAGS@
133
GTS_LIBS = @GTS_LIBS@
135
INSTALL_DATA = @INSTALL_DATA@
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139
KERNEL_CFLAGS = @KERNEL_CFLAGS@
140
KERNEL_INCLUDE = @KERNEL_INCLUDE@
141
KERNEL_LIBOBJS = @KERNEL_LIBOBJS@
147
LTLIBOBJS = @LTLIBOBJS@
149
MAKEINFO = @MAKEINFO@
153
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154
PACKAGE_NAME = @PACKAGE_NAME@
155
PACKAGE_STRING = @PACKAGE_STRING@
156
PACKAGE_TARNAME = @PACKAGE_TARNAME@
157
PACKAGE_VERSION = @PACKAGE_VERSION@
158
PATH_SEPARATOR = @PATH_SEPARATOR@
159
PKG_CONFIG = @PKG_CONFIG@
161
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
162
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
163
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
164
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
165
PYTHON_PLATFORM = @PYTHON_PLATFORM@
166
PYTHON_PREFIX = @PYTHON_PREFIX@
167
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
168
PYTHON_VERSION = @PYTHON_VERSION@
170
SET_MAKE = @SET_MAKE@
174
SWIG_LIB = @SWIG_LIB@
175
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
176
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
177
UFC_CFLAGS = @UFC_CFLAGS@
178
UFC_LIBS = @UFC_LIBS@
180
XML2_CONFIG = @XML2_CONFIG@
181
XML_CPPFLAGS = @XML_CPPFLAGS@
182
XML_LIBS = @XML_LIBS@
183
abs_builddir = @abs_builddir@
184
abs_srcdir = @abs_srcdir@
185
abs_top_builddir = @abs_top_builddir@
186
abs_top_srcdir = @abs_top_srcdir@
187
ac_ct_CC = @ac_ct_CC@
188
ac_ct_CXX = @ac_ct_CXX@
189
ac_ct_F77 = @ac_ct_F77@
190
am__include = @am__include@
191
am__leading_dot = @am__leading_dot@
192
am__quote = @am__quote@
194
am__untar = @am__untar@
197
build_alias = @build_alias@
198
build_cpu = @build_cpu@
199
build_os = @build_os@
200
build_vendor = @build_vendor@
201
builddir = @builddir@
203
datarootdir = @datarootdir@
206
exec_prefix = @exec_prefix@
208
host_alias = @host_alias@
209
host_cpu = @host_cpu@
211
host_vendor = @host_vendor@
213
includedir = @includedir@
215
install_sh = @install_sh@
217
libexecdir = @libexecdir@
218
libtool_found = @libtool_found@
219
localedir = @localedir@
220
localstatedir = @localstatedir@
223
mpi_found = @mpi_found@
224
oldincludedir = @oldincludedir@
226
pkgpyexecdir = @pkgpyexecdir@
227
pkgpythondir = @pkgpythondir@
229
program_transform_name = @program_transform_name@
231
pyexecdir = @pyexecdir@
232
pythondir = @pythondir@
234
sharedstatedir = @sharedstatedir@
236
swig_found = @swig_found@
237
sysconfdir = @sysconfdir@
238
target_alias = @target_alias@
239
top_builddir = @top_builddir@
240
top_srcdir = @top_srcdir@
242
nobase_include_HEADERS = dolfin/dolfin_log.h \
246
dolfin/LogManager.h \
250
INCLUDES = @KERNEL_CFLAGS@
251
lib_LTLIBRARIES = libdolfin-log.la
252
libdolfin_log_la_SOURCES = log.cpp \
259
libdolfin_log_la_LDFLAGS = -static
263
.SUFFIXES: .cpp .lo .o .obj
264
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
266
case '$(am__configure_deps)' in \
268
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
273
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/kernel/log/Makefile'; \
274
cd $(top_srcdir) && \
275
$(AUTOMAKE) --gnu src/kernel/log/Makefile
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
282
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
286
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
295
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
296
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
297
if test -f $$p; then \
299
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
300
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
304
uninstall-libLTLIBRARIES:
306
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
308
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
309
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
312
clean-libLTLIBRARIES:
313
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
314
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
315
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
316
test "$$dir" != "$$p" || dir=.; \
317
echo "rm -f \"$${dir}/so_locations\""; \
318
rm -f "$${dir}/so_locations"; \
320
libdolfin-log.la: $(libdolfin_log_la_OBJECTS) $(libdolfin_log_la_DEPENDENCIES)
321
$(libdolfin_log_la_LINK) -rpath $(libdir) $(libdolfin_log_la_OBJECTS) $(libdolfin_log_la_LIBADD) $(LIBS)
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Event.Plo@am__quote@
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LogManager.Plo@am__quote@
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LogStream.Plo@am__quote@
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logger.Plo@am__quote@
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Progress.Plo@am__quote@
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
337
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
344
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
351
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
353
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
362
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
364
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
365
@$(am__vpath_adj_setup) \
366
list='$(nobase_include_HEADERS)'; for p in $$list; do \
367
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369
echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
370
$(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
373
uninstall-nobase_includeHEADERS:
375
@$(am__vpath_adj_setup) \
376
list='$(nobase_include_HEADERS)'; for p in $$list; do \
378
echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
379
rm -f "$(DESTDIR)$(includedir)/$$f"; \
382
# This directory's subdirectories are mostly independent; you can cd
383
# into them and run `make' without going through this Makefile.
384
# To change the values of `make' variables: instead of editing Makefiles,
385
# (1) if the variable is set in `config.status', edit `config.status'
386
# (which will cause the Makefiles to be regenerated when you run `make');
387
# (2) otherwise, pass the desired values on the `make' command line.
388
$(RECURSIVE_TARGETS):
390
for f in x $$MAKEFLAGS; do \
393
*k*) failcom='fail=yes';; \
397
target=`echo $@ | sed s/-recursive//`; \
398
list='$(SUBDIRS)'; for subdir in $$list; do \
399
echo "Making $$target in $$subdir"; \
400
if test "$$subdir" = "."; then \
402
local_target="$$target-am"; \
404
local_target="$$target"; \
406
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409
if test "$$dot_seen" = "no"; then \
410
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
413
$(RECURSIVE_CLEAN_TARGETS):
415
for f in x $$MAKEFLAGS; do \
418
*k*) failcom='fail=yes';; \
423
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
424
*) list='$(SUBDIRS)' ;; \
426
rev=''; for subdir in $$list; do \
427
if test "$$subdir" = "."; then :; else \
428
rev="$$subdir $$rev"; \
432
target=`echo $@ | sed s/-recursive//`; \
433
for subdir in $$rev; do \
434
echo "Making $$target in $$subdir"; \
435
if test "$$subdir" = "."; then \
436
local_target="$$target-am"; \
438
local_target="$$target"; \
440
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442
done && test -z "$$fail"
444
list='$(SUBDIRS)'; for subdir in $$list; do \
445
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
448
list='$(SUBDIRS)'; for subdir in $$list; do \
449
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
452
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
453
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454
unique=`for i in $$list; do \
455
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
$(AWK) ' { files[$$0] = 1; } \
458
END { for (i in files) print i; }'`; \
462
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
463
$(TAGS_FILES) $(LISP)
466
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
467
include_option=--etags-include; \
470
include_option=--include; \
473
list='$(SUBDIRS)'; for subdir in $$list; do \
474
if test "$$subdir" = .; then :; else \
475
test ! -f $$subdir/TAGS || \
476
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
479
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
480
unique=`for i in $$list; do \
481
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
$(AWK) ' { files[$$0] = 1; } \
484
END { for (i in files) print i; }'`; \
485
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
486
test -n "$$unique" || unique=$$empty_fix; \
487
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
492
$(TAGS_FILES) $(LISP)
495
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
496
unique=`for i in $$list; do \
497
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499
$(AWK) ' { files[$$0] = 1; } \
500
END { for (i in files) print i; }'`; \
501
test -z "$(CTAGS_ARGS)$$tags$$unique" \
502
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506
here=`$(am__cd) $(top_builddir) && pwd` \
507
&& cd $(top_srcdir) \
508
&& gtags -i $(GTAGS_ARGS) $$here
511
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
distdir: $(DISTFILES)
514
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516
list='$(DISTFILES)'; \
517
dist_files=`for file in $$list; do echo $$file; done | \
518
sed -e "s|^$$srcdirstrip/||;t" \
519
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
520
case $$dist_files in \
521
*/*) $(MKDIR_P) `echo "$$dist_files" | \
522
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525
for file in $$dist_files; do \
526
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
527
if test -d $$d/$$file; then \
528
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
529
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
532
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
534
test -f $(distdir)/$$file \
535
|| cp -p $$d/$$file $(distdir)/$$file \
539
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
540
if test "$$subdir" = .; then :; else \
541
test -d "$(distdir)/$$subdir" \
542
|| $(MKDIR_P) "$(distdir)/$$subdir" \
544
distdir=`$(am__cd) $(distdir) && pwd`; \
545
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
547
$(MAKE) $(AM_MAKEFLAGS) \
548
top_distdir="$$top_distdir" \
549
distdir="$$distdir/$$subdir" \
550
am__remove_distdir=: \
551
am__skip_length_check=: \
557
check: check-recursive
558
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
559
installdirs: installdirs-recursive
561
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
562
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
564
install: install-recursive
565
install-exec: install-exec-recursive
566
install-data: install-data-recursive
567
uninstall: uninstall-recursive
570
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
572
installcheck: installcheck-recursive
574
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576
`test -z '$(STRIP)' || \
577
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
583
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
585
maintainer-clean-generic:
586
@echo "This command is intended for maintainers to use"
587
@echo "it deletes files that may require special tools to rebuild."
588
clean: clean-recursive
590
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
593
distclean: distclean-recursive
596
distclean-am: clean-am distclean-compile distclean-generic \
609
install-data-am: install-nobase_includeHEADERS
611
install-dvi: install-dvi-recursive
613
install-exec-am: install-libLTLIBRARIES
615
install-html: install-html-recursive
617
install-info: install-info-recursive
621
install-pdf: install-pdf-recursive
623
install-ps: install-ps-recursive
627
maintainer-clean: maintainer-clean-recursive
630
maintainer-clean-am: distclean-am maintainer-clean-generic
632
mostlyclean: mostlyclean-recursive
634
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
645
uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
647
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
650
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
651
all all-am check check-am clean clean-generic \
652
clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
653
distclean distclean-compile distclean-generic \
654
distclean-libtool distclean-tags distdir dvi dvi-am html \
655
html-am info info-am install install-am install-data \
656
install-data-am install-dvi install-dvi-am install-exec \
657
install-exec-am install-html install-html-am install-info \
658
install-info-am install-libLTLIBRARIES install-man \
659
install-nobase_includeHEADERS install-pdf install-pdf-am \
660
install-ps install-ps-am install-strip installcheck \
661
installcheck-am installdirs installdirs-am maintainer-clean \
662
maintainer-clean-generic mostlyclean mostlyclean-compile \
663
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
664
tags tags-recursive uninstall uninstall-am \
665
uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
667
# Tell versions [3.59,3.63) of GNU make to not export all variables.
668
# Otherwise a system limit (for SysV at least) may be exceeded.