~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/mesh/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_mesh_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
142
141
PACKAGE_TARNAME = @PACKAGE_TARNAME@
143
142
PACKAGE_VERSION = @PACKAGE_VERSION@
144
143
PATH_SEPARATOR = @PATH_SEPARATOR@
 
144
PYTHON = @PYTHON@
 
145
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
146
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
147
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
148
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
149
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
150
PYTHON_PREFIX = @PYTHON_PREFIX@
 
151
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
152
PYTHON_VERSION = @PYTHON_VERSION@
145
153
RANLIB = @RANLIB@
146
154
SET_MAKE = @SET_MAKE@
147
155
SHELL = @SHELL@
148
156
STRIP = @STRIP@
 
157
SWIG = @SWIG@
 
158
SWIG_LIB = @SWIG_LIB@
 
159
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
 
160
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
149
161
VERSION = @VERSION@
150
162
ac_ct_CC = @ac_ct_CC@
151
163
ac_ct_CXX = @ac_ct_CXX@
177
189
mpi_found = @mpi_found@
178
190
oldincludedir = @oldincludedir@
179
191
petsc_found = @petsc_found@
 
192
pkgpyexecdir = @pkgpyexecdir@
 
193
pkgpythondir = @pkgpythondir@
180
194
prefix = @prefix@
181
195
program_transform_name = @program_transform_name@
 
196
pyexecdir = @pyexecdir@
 
197
pythondir = @pythondir@
182
198
sbindir = @sbindir@
183
199
sharedstatedir = @sharedstatedir@
184
200
sysconfdir = @sysconfdir@