12
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
11
# PARTICULAR PURPOSE.
17
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
19
37
pkgdatadir = $(datadir)/@PACKAGE@
20
38
pkglibdir = $(libdir)/@PACKAGE@
21
39
pkgincludedir = $(includedir)/@PACKAGE@
22
41
top_builddir = ../../../..
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
AUTOHEADER = @AUTOHEADER@
24
48
INSTALL = @INSTALL@
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)
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
33
57
NORMAL_UNINSTALL = :
36
subdir = src/kernel/io/dolfin
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
40
$(top_srcdir)/m4/ac_python_devel.m4 $(top_srcdir)/configure.ac
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
49
AMDEP_FALSE = @AMDEP_FALSE@
50
AMDEP_TRUE = @AMDEP_TRUE@
60
host_alias = @host_alias@
62
AMDEPBACKSLASH = @AMDEPBACKSLASH@
53
AUTOHEADER = @AUTOHEADER@
57
CCDEPMODE = @CCDEPMODE@
59
COMPILE_PYDOLFIN_FALSE = @COMPILE_PYDOLFIN_FALSE@
60
COMPILE_PYDOLFIN_TRUE = @COMPILE_PYDOLFIN_TRUE@
64
CXXDEPMODE = @CXXDEPMODE@
66
67
CYGPATH_W = @CYGPATH_W@
69
69
DOLFIN_CFLAGS = @DOLFIN_CFLAGS@
70
70
DOLFIN_LIBS = @DOLFIN_LIBS@
76
INSTALL_DATA = @INSTALL_DATA@
77
INSTALL_PROGRAM = @INSTALL_PROGRAM@
78
INSTALL_SCRIPT = @INSTALL_SCRIPT@
79
71
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
72
KERNEL_CFLAGS = @KERNEL_CFLAGS@
85
LTLIBOBJS = @LTLIBOBJS@
87
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
88
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
89
75
MAKEINFO = @MAKEINFO@
90
76
MODULE_CFLAGS = @MODULE_CFLAGS@
92
77
PACKAGE = @PACKAGE@
93
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
94
78
PACKAGE_NAME = @PACKAGE_NAME@
95
PACKAGE_STRING = @PACKAGE_STRING@
96
PACKAGE_TARNAME = @PACKAGE_TARNAME@
97
79
PACKAGE_VERSION = @PACKAGE_VERSION@
98
PATH_SEPARATOR = @PATH_SEPARATOR@
100
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
101
81
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
102
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
103
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
104
82
PYTHON_PLATFORM = @PYTHON_PLATFORM@
105
83
PYTHON_PREFIX = @PYTHON_PREFIX@
106
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
107
84
PYTHON_VERSION = @PYTHON_VERSION@
109
SET_MAKE = @SET_MAKE@
113
SWIG_LIB = @SWIG_LIB@
114
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
115
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
116
87
VERSION = @VERSION@
117
ac_ct_CC = @ac_ct_CC@
118
ac_ct_CXX = @ac_ct_CXX@
119
ac_ct_RANLIB = @ac_ct_RANLIB@
120
ac_ct_STRIP = @ac_ct_STRIP@
121
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
123
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
124
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
125
88
am__include = @am__include@
126
89
am__leading_dot = @am__leading_dot@
127
90
am__quote = @am__quote@
128
91
am__tar = @am__tar@
129
92
am__untar = @am__untar@
131
build_alias = @build_alias@
133
exec_prefix = @exec_prefix@
134
host_alias = @host_alias@
135
includedir = @includedir@
137
93
install_sh = @install_sh@
139
libexecdir = @libexecdir@
140
94
libxml2_found = @libxml2_found@
141
localstatedir = @localstatedir@
143
95
mkdir_p = @mkdir_p@
144
96
mpi_found = @mpi_found@
145
oldincludedir = @oldincludedir@
146
97
petsc_found = @petsc_found@
147
98
pkgpyexecdir = @pkgpyexecdir@
148
99
pkgpythondir = @pkgpythondir@
150
program_transform_name = @program_transform_name@
151
100
pyexecdir = @pyexecdir@
152
101
pythondir = @pythondir@
154
sharedstatedir = @sharedstatedir@
155
sysconfdir = @sysconfdir@
156
target_alias = @target_alias@
157
EXTRA_DIST = dolfin_io.h \
103
EXTRA_DIST = dolfin_io.h File.h GenericFile.h GiDFile.h MFile.h OpenDXFile.h MatlabFile.h MTXFile.h OctaveFile.h TecplotFile.h VTKFile.h XMLBLASFormData.h XMLFile.h XMLMatrix.h XMLMesh.h XMLObject.h XMLParameterList.h XMLVector.h
105
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107
DIST_COMMON = Makefile.am Makefile.in
110
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
179
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
181
case '$(am__configure_deps)' in \
183
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
188
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/kernel/io/dolfin/Makefile'; \
189
cd $(top_srcdir) && \
190
$(AUTOMAKE) --gnu src/kernel/io/dolfin/Makefile
192
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
197
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
198
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
201
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
202
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
204
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
205
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
207
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
116
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
117
cd $(top_srcdir) && $(AUTOMAKE) --gnu src/kernel/io/dolfin/Makefile
119
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
121
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
129
subdir = src/kernel/io/dolfin
216
131
distdir: $(DISTFILES)
217
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
218
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
219
list='$(DISTFILES)'; for file in $$list; do \
221
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
222
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
224
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
225
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
226
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
228
$(mkdir_p) "$(distdir)$$dir"; \
132
here=`cd $(top_builddir) && pwd`; \
133
top_distdir=`cd $(top_distdir) && pwd`; \
134
distdir=`cd $(distdir) && pwd`; \
136
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/kernel/io/dolfin/Makefile
137
@for file in $(DISTFILES); do \
232
139
if test -d $$d/$$file; then \
233
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
234
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
236
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
140
cp -pr $$d/$$file $(distdir)/$$file; \
238
142
test -f $(distdir)/$$file \
239
|| cp -p $$d/$$file $(distdir)/$$file \
143
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
144
|| cp -p $$d/$$file $(distdir)/$$file || :; \
154
installcheck: installcheck-am
248
156
install-exec: install-exec-am
249
159
install-data: install-data-am
250
uninstall: uninstall-am
252
161
install-am: all-am
253
162
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
255
installcheck: installcheck-am
165
uninstall: uninstall-am
257
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
258
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
259
`test -z '$(STRIP)' || \
260
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
169
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
261
173
mostlyclean-generic:
265
177
distclean-generic:
266
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
178
-rm -f Makefile $(CONFIG_CLEAN_FILES)
179
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
268
181
maintainer-clean-generic:
269
@echo "This command is intended for maintainers to use"
270
@echo "it deletes files that may require special tools to rebuild."
182
mostlyclean-am: mostlyclean-generic
184
mostlyclean: mostlyclean-am
186
clean-am: clean-generic mostlyclean-am
273
clean-am: clean-generic mostlyclean-am
190
distclean-am: distclean-generic clean-am
275
192
distclean: distclean-am
277
distclean-am: clean-am distclean-generic
293
install-info: install-info-am
194
maintainer-clean-am: maintainer-clean-generic distclean-am
195
@echo "This command is intended for maintainers to use;"
196
@echo "it deletes files that may require special tools to rebuild."
299
198
maintainer-clean: maintainer-clean-am
301
maintainer-clean-am: distclean-am maintainer-clean-generic
303
mostlyclean: mostlyclean-am
305
mostlyclean-am: mostlyclean-generic
315
uninstall-am: uninstall-info-am
317
.PHONY: all all-am check check-am clean clean-generic distclean \
318
distclean-generic distdir dvi dvi-am html html-am info info-am \
319
install install-am install-data install-data-am install-exec \
320
install-exec-am install-info install-info-am install-man \
321
install-strip installcheck installcheck-am installdirs \
322
maintainer-clean maintainer-clean-generic mostlyclean \
323
mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
200
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
201
installcheck-am installcheck install-exec-am install-exec \
202
install-data-am install-data install-am install uninstall-am uninstall \
203
all-redirect all-am all installdirs mostlyclean-generic \
204
distclean-generic clean-generic maintainer-clean-generic clean \
205
mostlyclean distclean maintainer-clean
326
208
# Tell versions [3.59,3.63) of GNU make to not export all variables.
327
209
# Otherwise a system limit (for SysV at least) may be exceeded.