~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/demo/solvers/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,
36
36
subdir = src/demo/solvers
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
 
40
        $(top_srcdir)/m4/ac_python_devel.m4 $(top_srcdir)/configure.ac
40
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
42
        $(ACLOCAL_M4)
42
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102
103
PACKAGE_TARNAME = @PACKAGE_TARNAME@
103
104
PACKAGE_VERSION = @PACKAGE_VERSION@
104
105
PATH_SEPARATOR = @PATH_SEPARATOR@
 
106
PYTHON = @PYTHON@
 
107
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
108
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
109
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
110
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
111
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
112
PYTHON_PREFIX = @PYTHON_PREFIX@
 
113
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
114
PYTHON_VERSION = @PYTHON_VERSION@
105
115
RANLIB = @RANLIB@
106
116
SET_MAKE = @SET_MAKE@
107
117
SHELL = @SHELL@
108
118
STRIP = @STRIP@
 
119
SWIG = @SWIG@
 
120
SWIG_LIB = @SWIG_LIB@
 
121
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
 
122
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
109
123
VERSION = @VERSION@
110
124
ac_ct_CC = @ac_ct_CC@
111
125
ac_ct_CXX = @ac_ct_CXX@
137
151
mpi_found = @mpi_found@
138
152
oldincludedir = @oldincludedir@
139
153
petsc_found = @petsc_found@
 
154
pkgpyexecdir = @pkgpyexecdir@
 
155
pkgpythondir = @pkgpythondir@
140
156
prefix = @prefix@
141
157
program_transform_name = @program_transform_name@
 
158
pyexecdir = @pyexecdir@
 
159
pythondir = @pythondir@
142
160
sbindir = @sbindir@
143
161
sharedstatedir = @sharedstatedir@
144
162
sysconfdir = @sysconfdir@