~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/math/Makefile.in

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
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.
9
 
 
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
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
 
18
 
VPATH = @srcdir@
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)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
subdir = src/kernel/math
37
 
DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in
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) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
 
CONFIG_CLEAN_FILES =
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/||"`;; \
53
 
    *) f=$$p;; \
54
 
  esac;
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_math_la_LIBADD =
60
 
am_libdolfin_math_la_OBJECTS = basic.lo Lagrange.lo Legendre.lo
61
 
libdolfin_math_la_OBJECTS = $(am_libdolfin_math_la_OBJECTS)
62
 
libdolfin_math_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
63
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
64
 
        $(CXXFLAGS) $(libdolfin_math_la_LDFLAGS) $(LDFLAGS) -o $@
65
 
DEFAULT_INCLUDES = -I.@am__isrc@
66
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
 
am__depfiles_maybe = depfiles
68
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
73
 
CXXLD = $(CXX)
74
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
76
 
        $(LDFLAGS) -o $@
77
 
SOURCES = $(libdolfin_math_la_SOURCES)
78
 
DIST_SOURCES = $(libdolfin_math_la_SOURCES)
79
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
 
        html-recursive info-recursive install-data-recursive \
81
 
        install-dvi-recursive install-exec-recursive \
82
 
        install-html-recursive install-info-recursive \
83
 
        install-pdf-recursive install-ps-recursive install-recursive \
84
 
        installcheck-recursive installdirs-recursive pdf-recursive \
85
 
        ps-recursive uninstall-recursive
86
 
nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
87
 
HEADERS = $(nobase_include_HEADERS)
88
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89
 
  distclean-recursive maintainer-clean-recursive
90
 
ETAGS = etags
91
 
CTAGS = ctags
92
 
DIST_SUBDIRS = $(SUBDIRS)
93
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
 
ACLOCAL = @ACLOCAL@
95
 
AMTAR = @AMTAR@
96
 
AR = @AR@
97
 
AUTOCONF = @AUTOCONF@
98
 
AUTOHEADER = @AUTOHEADER@
99
 
AUTOMAKE = @AUTOMAKE@
100
 
AWK = @AWK@
101
 
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
102
 
BOOST_LDFLAGS = @BOOST_LDFLAGS@
103
 
CC = @CC@
104
 
CCDEPMODE = @CCDEPMODE@
105
 
CFLAGS = @CFLAGS@
106
 
CPP = @CPP@
107
 
CPPFLAGS = @CPPFLAGS@
108
 
CXX = @CXX@
109
 
CXXCPP = @CXXCPP@
110
 
CXXDEPMODE = @CXXDEPMODE@
111
 
CXXFLAGS = @CXXFLAGS@
112
 
CYGPATH_W = @CYGPATH_W@
113
 
DEFS = @DEFS@
114
 
DEPDIR = @DEPDIR@
115
 
DOLFIN_CFLAGS = @DOLFIN_CFLAGS@
116
 
DOLFIN_DEFINITIONS = @DOLFIN_DEFINITIONS@
117
 
DOLFIN_EXT_LIBS = @DOLFIN_EXT_LIBS@
118
 
DOLFIN_LIBS = @DOLFIN_LIBS@
119
 
ECHO = @ECHO@
120
 
ECHO_C = @ECHO_C@
121
 
ECHO_N = @ECHO_N@
122
 
ECHO_T = @ECHO_T@
123
 
EGREP = @EGREP@
124
 
EXEEXT = @EXEEXT@
125
 
EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
126
 
F77 = @F77@
127
 
FFLAGS = @FFLAGS@
128
 
GLIB_CFLAGS = @GLIB_CFLAGS@
129
 
GLIB_LIBS = @GLIB_LIBS@
130
 
GREP = @GREP@
131
 
GTS_CFLAGS = @GTS_CFLAGS@
132
 
GTS_LIBS = @GTS_LIBS@
133
 
INSTALL = @INSTALL@
134
 
INSTALL_DATA = @INSTALL_DATA@
135
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
136
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
137
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138
 
KERNEL_CFLAGS = @KERNEL_CFLAGS@
139
 
KERNEL_INCLUDE = @KERNEL_INCLUDE@
140
 
KERNEL_LIBOBJS = @KERNEL_LIBOBJS@
141
 
LDFLAGS = @LDFLAGS@
142
 
LIBOBJS = @LIBOBJS@
143
 
LIBS = @LIBS@
144
 
LIBTOOL = @LIBTOOL@
145
 
LN_S = @LN_S@
146
 
LTLIBOBJS = @LTLIBOBJS@
147
 
MAINT = @MAINT@
148
 
MAKEINFO = @MAKEINFO@
149
 
MKDIR_P = @MKDIR_P@
150
 
OBJEXT = @OBJEXT@
151
 
PACKAGE = @PACKAGE@
152
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153
 
PACKAGE_NAME = @PACKAGE_NAME@
154
 
PACKAGE_STRING = @PACKAGE_STRING@
155
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
156
 
PACKAGE_VERSION = @PACKAGE_VERSION@
157
 
PATH_SEPARATOR = @PATH_SEPARATOR@
158
 
PKG_CONFIG = @PKG_CONFIG@
159
 
PYTHON = @PYTHON@
160
 
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
161
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
162
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
163
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
164
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
165
 
PYTHON_PREFIX = @PYTHON_PREFIX@
166
 
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
167
 
PYTHON_VERSION = @PYTHON_VERSION@
168
 
RANLIB = @RANLIB@
169
 
SET_MAKE = @SET_MAKE@
170
 
SHELL = @SHELL@
171
 
STRIP = @STRIP@
172
 
SWIG = @SWIG@
173
 
SWIG_LIB = @SWIG_LIB@
174
 
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
175
 
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
176
 
UFC_CFLAGS = @UFC_CFLAGS@
177
 
UFC_LIBS = @UFC_LIBS@
178
 
VERSION = @VERSION@
179
 
XML2_CONFIG = @XML2_CONFIG@
180
 
XML_CPPFLAGS = @XML_CPPFLAGS@
181
 
XML_LIBS = @XML_LIBS@
182
 
abs_builddir = @abs_builddir@
183
 
abs_srcdir = @abs_srcdir@
184
 
abs_top_builddir = @abs_top_builddir@
185
 
abs_top_srcdir = @abs_top_srcdir@
186
 
ac_ct_CC = @ac_ct_CC@
187
 
ac_ct_CXX = @ac_ct_CXX@
188
 
ac_ct_F77 = @ac_ct_F77@
189
 
am__include = @am__include@
190
 
am__leading_dot = @am__leading_dot@
191
 
am__quote = @am__quote@
192
 
am__tar = @am__tar@
193
 
am__untar = @am__untar@
194
 
bindir = @bindir@
195
 
build = @build@
196
 
build_alias = @build_alias@
197
 
build_cpu = @build_cpu@
198
 
build_os = @build_os@
199
 
build_vendor = @build_vendor@
200
 
builddir = @builddir@
201
 
datadir = @datadir@
202
 
datarootdir = @datarootdir@
203
 
docdir = @docdir@
204
 
dvidir = @dvidir@
205
 
exec_prefix = @exec_prefix@
206
 
host = @host@
207
 
host_alias = @host_alias@
208
 
host_cpu = @host_cpu@
209
 
host_os = @host_os@
210
 
host_vendor = @host_vendor@
211
 
htmldir = @htmldir@
212
 
includedir = @includedir@
213
 
infodir = @infodir@
214
 
install_sh = @install_sh@
215
 
libdir = @libdir@
216
 
libexecdir = @libexecdir@
217
 
libtool_found = @libtool_found@
218
 
localedir = @localedir@
219
 
localstatedir = @localstatedir@
220
 
mandir = @mandir@
221
 
mkdir_p = @mkdir_p@
222
 
mpi_found = @mpi_found@
223
 
oldincludedir = @oldincludedir@
224
 
pdfdir = @pdfdir@
225
 
pkgpyexecdir = @pkgpyexecdir@
226
 
pkgpythondir = @pkgpythondir@
227
 
prefix = @prefix@
228
 
program_transform_name = @program_transform_name@
229
 
psdir = @psdir@
230
 
pyexecdir = @pyexecdir@
231
 
pythondir = @pythondir@
232
 
sbindir = @sbindir@
233
 
sharedstatedir = @sharedstatedir@
234
 
srcdir = @srcdir@
235
 
swig_found = @swig_found@
236
 
sysconfdir = @sysconfdir@
237
 
target_alias = @target_alias@
238
 
top_builddir = @top_builddir@
239
 
top_srcdir = @top_srcdir@
240
 
SUBDIRS = dolfin
241
 
nobase_include_HEADERS = dolfin/dolfin_math.h \
242
 
                           dolfin/basic.h \
243
 
                           dolfin/Lagrange.h \
244
 
                           dolfin/Legendre.h
245
 
 
246
 
INCLUDES = @KERNEL_CFLAGS@
247
 
lib_LTLIBRARIES = libdolfin-math.la
248
 
libdolfin_math_la_SOURCES = basic.cpp \
249
 
                           Lagrange.cpp \
250
 
                           Legendre.cpp
251
 
 
252
 
libdolfin_math_la_LDFLAGS = -static
253
 
all: all-recursive
254
 
 
255
 
.SUFFIXES:
256
 
.SUFFIXES: .cpp .lo .o .obj
257
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
258
 
        @for dep in $?; do \
259
 
          case '$(am__configure_deps)' in \
260
 
            *$$dep*) \
261
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
262
 
                && exit 0; \
263
 
              exit 1;; \
264
 
          esac; \
265
 
        done; \
266
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/kernel/math/Makefile'; \
267
 
        cd $(top_srcdir) && \
268
 
          $(AUTOMAKE) --gnu  src/kernel/math/Makefile
269
 
.PRECIOUS: Makefile
270
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271
 
        @case '$?' in \
272
 
          *config.status*) \
273
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274
 
          *) \
275
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277
 
        esac;
278
 
 
279
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
 
 
282
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
283
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
285
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
287
 
        @$(NORMAL_INSTALL)
288
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
289
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
290
 
          if test -f $$p; then \
291
 
            f=$(am__strip_dir) \
292
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
293
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
294
 
          else :; fi; \
295
 
        done
296
 
 
297
 
uninstall-libLTLIBRARIES:
298
 
        @$(NORMAL_UNINSTALL)
299
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
300
 
          p=$(am__strip_dir) \
301
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
302
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
303
 
        done
304
 
 
305
 
clean-libLTLIBRARIES:
306
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
307
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
308
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
309
 
          test "$$dir" != "$$p" || dir=.; \
310
 
          echo "rm -f \"$${dir}/so_locations\""; \
311
 
          rm -f "$${dir}/so_locations"; \
312
 
        done
313
 
libdolfin-math.la: $(libdolfin_math_la_OBJECTS) $(libdolfin_math_la_DEPENDENCIES) 
314
 
        $(libdolfin_math_la_LINK) -rpath $(libdir) $(libdolfin_math_la_OBJECTS) $(libdolfin_math_la_LIBADD) $(LIBS)
315
 
 
316
 
mostlyclean-compile:
317
 
        -rm -f *.$(OBJEXT)
318
 
 
319
 
distclean-compile:
320
 
        -rm -f *.tab.c
321
 
 
322
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Lagrange.Plo@am__quote@
323
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Legendre.Plo@am__quote@
324
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic.Plo@am__quote@
325
 
 
326
 
.cpp.o:
327
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
332
 
 
333
 
.cpp.obj:
334
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
339
 
 
340
 
.cpp.lo:
341
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
343
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
344
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
346
 
 
347
 
mostlyclean-libtool:
348
 
        -rm -f *.lo
349
 
 
350
 
clean-libtool:
351
 
        -rm -rf .libs _libs
352
 
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
353
 
        @$(NORMAL_INSTALL)
354
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
355
 
        @$(am__vpath_adj_setup) \
356
 
        list='$(nobase_include_HEADERS)'; for p in $$list; do \
357
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
358
 
          $(am__vpath_adj) \
359
 
          echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
360
 
          $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
361
 
        done
362
 
 
363
 
uninstall-nobase_includeHEADERS:
364
 
        @$(NORMAL_UNINSTALL)
365
 
        @$(am__vpath_adj_setup) \
366
 
        list='$(nobase_include_HEADERS)'; for p in $$list; do \
367
 
          $(am__vpath_adj) \
368
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
369
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
370
 
        done
371
 
 
372
 
# This directory's subdirectories are mostly independent; you can cd
373
 
# into them and run `make' without going through this Makefile.
374
 
# To change the values of `make' variables: instead of editing Makefiles,
375
 
# (1) if the variable is set in `config.status', edit `config.status'
376
 
#     (which will cause the Makefiles to be regenerated when you run `make');
377
 
# (2) otherwise, pass the desired values on the `make' command line.
378
 
$(RECURSIVE_TARGETS):
379
 
        @failcom='exit 1'; \
380
 
        for f in x $$MAKEFLAGS; do \
381
 
          case $$f in \
382
 
            *=* | --[!k]*);; \
383
 
            *k*) failcom='fail=yes';; \
384
 
          esac; \
385
 
        done; \
386
 
        dot_seen=no; \
387
 
        target=`echo $@ | sed s/-recursive//`; \
388
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
389
 
          echo "Making $$target in $$subdir"; \
390
 
          if test "$$subdir" = "."; then \
391
 
            dot_seen=yes; \
392
 
            local_target="$$target-am"; \
393
 
          else \
394
 
            local_target="$$target"; \
395
 
          fi; \
396
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
397
 
          || eval $$failcom; \
398
 
        done; \
399
 
        if test "$$dot_seen" = "no"; then \
400
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
401
 
        fi; test -z "$$fail"
402
 
 
403
 
$(RECURSIVE_CLEAN_TARGETS):
404
 
        @failcom='exit 1'; \
405
 
        for f in x $$MAKEFLAGS; do \
406
 
          case $$f in \
407
 
            *=* | --[!k]*);; \
408
 
            *k*) failcom='fail=yes';; \
409
 
          esac; \
410
 
        done; \
411
 
        dot_seen=no; \
412
 
        case "$@" in \
413
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
414
 
          *) list='$(SUBDIRS)' ;; \
415
 
        esac; \
416
 
        rev=''; for subdir in $$list; do \
417
 
          if test "$$subdir" = "."; then :; else \
418
 
            rev="$$subdir $$rev"; \
419
 
          fi; \
420
 
        done; \
421
 
        rev="$$rev ."; \
422
 
        target=`echo $@ | sed s/-recursive//`; \
423
 
        for subdir in $$rev; do \
424
 
          echo "Making $$target in $$subdir"; \
425
 
          if test "$$subdir" = "."; then \
426
 
            local_target="$$target-am"; \
427
 
          else \
428
 
            local_target="$$target"; \
429
 
          fi; \
430
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
431
 
          || eval $$failcom; \
432
 
        done && test -z "$$fail"
433
 
tags-recursive:
434
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
435
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
436
 
        done
437
 
ctags-recursive:
438
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
439
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
440
 
        done
441
 
 
442
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444
 
        unique=`for i in $$list; do \
445
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
 
          done | \
447
 
          $(AWK) '    { files[$$0] = 1; } \
448
 
               END { for (i in files) print i; }'`; \
449
 
        mkid -fID $$unique
450
 
tags: TAGS
451
 
 
452
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453
 
                $(TAGS_FILES) $(LISP)
454
 
        tags=; \
455
 
        here=`pwd`; \
456
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
457
 
          include_option=--etags-include; \
458
 
          empty_fix=.; \
459
 
        else \
460
 
          include_option=--include; \
461
 
          empty_fix=; \
462
 
        fi; \
463
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
464
 
          if test "$$subdir" = .; then :; else \
465
 
            test ! -f $$subdir/TAGS || \
466
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
467
 
          fi; \
468
 
        done; \
469
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
470
 
        unique=`for i in $$list; do \
471
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472
 
          done | \
473
 
          $(AWK) '    { files[$$0] = 1; } \
474
 
               END { for (i in files) print i; }'`; \
475
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
476
 
          test -n "$$unique" || unique=$$empty_fix; \
477
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478
 
            $$tags $$unique; \
479
 
        fi
480
 
ctags: CTAGS
481
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
482
 
                $(TAGS_FILES) $(LISP)
483
 
        tags=; \
484
 
        here=`pwd`; \
485
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
486
 
        unique=`for i in $$list; do \
487
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488
 
          done | \
489
 
          $(AWK) '    { files[$$0] = 1; } \
490
 
               END { for (i in files) print i; }'`; \
491
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
492
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493
 
             $$tags $$unique
494
 
 
495
 
GTAGS:
496
 
        here=`$(am__cd) $(top_builddir) && pwd` \
497
 
          && cd $(top_srcdir) \
498
 
          && gtags -i $(GTAGS_ARGS) $$here
499
 
 
500
 
distclean-tags:
501
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502
 
 
503
 
distdir: $(DISTFILES)
504
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506
 
        list='$(DISTFILES)'; \
507
 
          dist_files=`for file in $$list; do echo $$file; done | \
508
 
          sed -e "s|^$$srcdirstrip/||;t" \
509
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
510
 
        case $$dist_files in \
511
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
512
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513
 
                           sort -u` ;; \
514
 
        esac; \
515
 
        for file in $$dist_files; do \
516
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517
 
          if test -d $$d/$$file; then \
518
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
519
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
521
 
            fi; \
522
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
523
 
          else \
524
 
            test -f $(distdir)/$$file \
525
 
            || cp -p $$d/$$file $(distdir)/$$file \
526
 
            || exit 1; \
527
 
          fi; \
528
 
        done
529
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
530
 
          if test "$$subdir" = .; then :; else \
531
 
            test -d "$(distdir)/$$subdir" \
532
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
533
 
            || exit 1; \
534
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
535
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
536
 
            (cd $$subdir && \
537
 
              $(MAKE) $(AM_MAKEFLAGS) \
538
 
                top_distdir="$$top_distdir" \
539
 
                distdir="$$distdir/$$subdir" \
540
 
                am__remove_distdir=: \
541
 
                am__skip_length_check=: \
542
 
                distdir) \
543
 
              || exit 1; \
544
 
          fi; \
545
 
        done
546
 
check-am: all-am
547
 
check: check-recursive
548
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
549
 
installdirs: installdirs-recursive
550
 
installdirs-am:
551
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
552
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
553
 
        done
554
 
install: install-recursive
555
 
install-exec: install-exec-recursive
556
 
install-data: install-data-recursive
557
 
uninstall: uninstall-recursive
558
 
 
559
 
install-am: all-am
560
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
 
 
562
 
installcheck: installcheck-recursive
563
 
install-strip:
564
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566
 
          `test -z '$(STRIP)' || \
567
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
568
 
mostlyclean-generic:
569
 
 
570
 
clean-generic:
571
 
 
572
 
distclean-generic:
573
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574
 
 
575
 
maintainer-clean-generic:
576
 
        @echo "This command is intended for maintainers to use"
577
 
        @echo "it deletes files that may require special tools to rebuild."
578
 
clean: clean-recursive
579
 
 
580
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
581
 
        mostlyclean-am
582
 
 
583
 
distclean: distclean-recursive
584
 
        -rm -rf ./$(DEPDIR)
585
 
        -rm -f Makefile
586
 
distclean-am: clean-am distclean-compile distclean-generic \
587
 
        distclean-tags
588
 
 
589
 
dvi: dvi-recursive
590
 
 
591
 
dvi-am:
592
 
 
593
 
html: html-recursive
594
 
 
595
 
info: info-recursive
596
 
 
597
 
info-am:
598
 
 
599
 
install-data-am: install-nobase_includeHEADERS
600
 
 
601
 
install-dvi: install-dvi-recursive
602
 
 
603
 
install-exec-am: install-libLTLIBRARIES
604
 
 
605
 
install-html: install-html-recursive
606
 
 
607
 
install-info: install-info-recursive
608
 
 
609
 
install-man:
610
 
 
611
 
install-pdf: install-pdf-recursive
612
 
 
613
 
install-ps: install-ps-recursive
614
 
 
615
 
installcheck-am:
616
 
 
617
 
maintainer-clean: maintainer-clean-recursive
618
 
        -rm -rf ./$(DEPDIR)
619
 
        -rm -f Makefile
620
 
maintainer-clean-am: distclean-am maintainer-clean-generic
621
 
 
622
 
mostlyclean: mostlyclean-recursive
623
 
 
624
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
625
 
        mostlyclean-libtool
626
 
 
627
 
pdf: pdf-recursive
628
 
 
629
 
pdf-am:
630
 
 
631
 
ps: ps-recursive
632
 
 
633
 
ps-am:
634
 
 
635
 
uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
636
 
 
637
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
638
 
        install-strip
639
 
 
640
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
641
 
        all all-am check check-am clean clean-generic \
642
 
        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
643
 
        distclean distclean-compile distclean-generic \
644
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
645
 
        html-am info info-am install install-am install-data \
646
 
        install-data-am install-dvi install-dvi-am install-exec \
647
 
        install-exec-am install-html install-html-am install-info \
648
 
        install-info-am install-libLTLIBRARIES install-man \
649
 
        install-nobase_includeHEADERS install-pdf install-pdf-am \
650
 
        install-ps install-ps-am install-strip installcheck \
651
 
        installcheck-am installdirs installdirs-am maintainer-clean \
652
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
653
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
654
 
        tags tags-recursive uninstall uninstall-am \
655
 
        uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
656
 
 
657
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
658
 
# Otherwise a system limit (for SysV at least) may be exceeded.
659
 
.NOEXPORT: