~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/modules/stokes/Makefile.in

  • Committer: johanjan
  • Date: 2005-10-24 20:08:10 UTC
  • Revision ID: devnull@localhost-20051024200810-7hz1hz3kyotnvi1s
Tailorized "2005-10-24 15:08:07 by johanjan"
Build:

Python and SWIG are now detected using autoconf using the macros in
"m4". Note that autoreconf doesn't seem to work properly with this
setup, since there doesn't seem to be a way for it to include the
directory m4. Instead, run "aclocal -I m4", then "autoconf",
"automake".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
SOURCES = $(libdolfin_stokes_a_SOURCES)
19
 
 
20
18
srcdir = @srcdir@
21
19
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
41
39
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
42
40
        $(srcdir)/Makefile.in
43
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
 
43
        $(top_srcdir)/m4/ac_python_devel.m4 $(top_srcdir)/configure.ac
45
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
45
        $(ACLOCAL_M4)
47
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132
131
PACKAGE_TARNAME = @PACKAGE_TARNAME@
133
132
PACKAGE_VERSION = @PACKAGE_VERSION@
134
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
PYTHON = @PYTHON@
 
135
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
136
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
137
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
138
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
139
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
140
PYTHON_PREFIX = @PYTHON_PREFIX@
 
141
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
142
PYTHON_VERSION = @PYTHON_VERSION@
135
143
RANLIB = @RANLIB@
136
144
SET_MAKE = @SET_MAKE@
137
145
SHELL = @SHELL@
138
146
STRIP = @STRIP@
 
147
SWIG = @SWIG@
 
148
SWIG_LIB = @SWIG_LIB@
 
149
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
 
150
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
139
151
VERSION = @VERSION@
140
152
ac_ct_CC = @ac_ct_CC@
141
153
ac_ct_CXX = @ac_ct_CXX@
167
179
mpi_found = @mpi_found@
168
180
oldincludedir = @oldincludedir@
169
181
petsc_found = @petsc_found@
 
182
pkgpyexecdir = @pkgpyexecdir@
 
183
pkgpythondir = @pkgpythondir@
170
184
prefix = @prefix@
171
185
program_transform_name = @program_transform_name@
 
186
pyexecdir = @pyexecdir@
 
187
pythondir = @pythondir@
172
188
sbindir = @sbindir@
173
189
sharedstatedir = @sharedstatedir@
174
190
sysconfdir = @sysconfdir@