1
# Makefile.in generated automatically by automake 1.4-p5 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
17
top_srcdir = @top_srcdir@
20
exec_prefix = @exec_prefix@
24
libexecdir = @libexecdir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
46
AUTOHEADER = @AUTOHEADER@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
63
DOLFIN_LFLAGS = @DOLFIN_LFLAGS@
65
MAIN_INCLUDES = @MAIN_INCLUDES@
67
MODULE_INCLUDES = @MODULE_INCLUDES@
72
SUBDIRS = common io grid la fem modules main config problems utils test
73
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75
DIST_COMMON = Makefile.am Makefile.in
78
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
85
cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
87
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
89
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
92
# This directory's subdirectories are mostly independent; you can cd
93
# into them and run `make' without going through this Makefile.
94
# To change the values of `make' variables: instead of editing Makefiles,
95
# (1) if the variable is set in `config.status', edit `config.status'
96
# (which will cause the Makefiles to be regenerated when you run `make');
97
# (2) otherwise, pass the desired values on the `make' command line.
101
all-recursive install-data-recursive install-exec-recursive \
102
installdirs-recursive install-recursive uninstall-recursive \
103
check-recursive installcheck-recursive info-recursive dvi-recursive:
104
@set fnord $(MAKEFLAGS); amf=$$2; \
106
target=`echo $@ | sed s/-recursive//`; \
107
list='$(SUBDIRS)'; for subdir in $$list; do \
108
echo "Making $$target in $$subdir"; \
109
if test "$$subdir" = "."; then \
111
local_target="$$target-am"; \
113
local_target="$$target"; \
115
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
116
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
118
if test "$$dot_seen" = "no"; then \
119
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
122
mostlyclean-recursive clean-recursive distclean-recursive \
123
maintainer-clean-recursive:
124
@set fnord $(MAKEFLAGS); amf=$$2; \
126
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
127
rev="$$subdir $$rev"; \
128
test "$$subdir" != "." || dot_seen=yes; \
130
test "$$dot_seen" = "no" && rev=". $$rev"; \
131
target=`echo $@ | sed s/-recursive//`; \
132
for subdir in $$rev; do \
133
echo "Making $$target in $$subdir"; \
134
if test "$$subdir" = "."; then \
135
local_target="$$target-am"; \
137
local_target="$$target"; \
139
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
140
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
141
done && test -z "$$fail"
143
list='$(SUBDIRS)'; for subdir in $$list; do \
144
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
149
ID: $(HEADERS) $(SOURCES) $(LISP)
150
list='$(SOURCES) $(HEADERS)'; \
151
unique=`for i in $$list; do echo $$i; done | \
152
awk ' { files[$$0] = 1; } \
153
END { for (i in files) print i; }'`; \
154
here=`pwd` && cd $(srcdir) \
155
&& mkid -f$$here/ID $$unique $(LISP)
157
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
160
list='$(SUBDIRS)'; for subdir in $$list; do \
161
if test "$$subdir" = .; then :; else \
162
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
165
list='$(SOURCES) $(HEADERS)'; \
166
unique=`for i in $$list; do echo $$i; done | \
167
awk ' { files[$$0] = 1; } \
168
END { for (i in files) print i; }'`; \
169
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
170
|| (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
179
maintainer-clean-tags:
181
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
185
distdir: $(DISTFILES)
186
here=`cd $(top_builddir) && pwd`; \
187
top_distdir=`cd $(top_distdir) && pwd`; \
188
distdir=`cd $(distdir) && pwd`; \
190
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
191
@for file in $(DISTFILES); do \
193
if test -d $$d/$$file; then \
194
cp -pr $$d/$$file $(distdir)/$$file; \
196
test -f $(distdir)/$$file \
197
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
198
|| cp -p $$d/$$file $(distdir)/$$file || :; \
201
for subdir in $(SUBDIRS); do \
202
if test "$$subdir" = .; then :; else \
203
test -d $(distdir)/$$subdir \
204
|| mkdir $(distdir)/$$subdir \
206
chmod 777 $(distdir)/$$subdir; \
207
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
216
check: check-recursive
218
installcheck: installcheck-recursive
220
install-exec: install-exec-recursive
223
install-data: install-data-recursive
226
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
227
install: install-recursive
229
uninstall: uninstall-recursive
231
all-redirect: all-recursive
233
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
234
installdirs: installdirs-recursive
243
-rm -f Makefile $(CONFIG_CLEAN_FILES)
244
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
246
maintainer-clean-generic:
247
mostlyclean-am: mostlyclean-tags mostlyclean-generic
249
mostlyclean: mostlyclean-recursive
251
clean-am: clean-tags clean-generic mostlyclean-am
253
clean: clean-recursive
255
distclean-am: distclean-tags distclean-generic clean-am
257
distclean: distclean-recursive
259
maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
261
@echo "This command is intended for maintainers to use;"
262
@echo "it deletes files that may require special tools to rebuild."
264
maintainer-clean: maintainer-clean-recursive
266
.PHONY: install-data-recursive uninstall-data-recursive \
267
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
268
uninstalldirs-recursive all-recursive check-recursive \
269
installcheck-recursive info-recursive dvi-recursive \
270
mostlyclean-recursive distclean-recursive clean-recursive \
271
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
272
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
273
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
274
install-exec install-data-am install-data install-am install \
275
uninstall-am uninstall all-redirect all-am all installdirs-am \
276
installdirs mostlyclean-generic distclean-generic clean-generic \
277
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
280
# Tell versions [3.59,3.63) of GNU make to not export all variables.
281
# Otherwise a system limit (for SysV at least) may be exceeded.