~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/config/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,
37
37
subdir = src/config
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
 
41
        $(top_srcdir)/m4/ac_python_devel.m4 $(top_srcdir)/configure.ac
41
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
43
        $(ACLOCAL_M4)
43
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97
98
PACKAGE_TARNAME = @PACKAGE_TARNAME@
98
99
PACKAGE_VERSION = @PACKAGE_VERSION@
99
100
PATH_SEPARATOR = @PATH_SEPARATOR@
 
101
PYTHON = @PYTHON@
 
102
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
103
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
104
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
105
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
106
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
107
PYTHON_PREFIX = @PYTHON_PREFIX@
 
108
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
109
PYTHON_VERSION = @PYTHON_VERSION@
100
110
RANLIB = @RANLIB@
101
111
SET_MAKE = @SET_MAKE@
102
112
SHELL = @SHELL@
103
113
STRIP = @STRIP@
 
114
SWIG = @SWIG@
 
115
SWIG_LIB = @SWIG_LIB@
 
116
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
 
117
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
104
118
VERSION = @VERSION@
105
119
ac_ct_CC = @ac_ct_CC@
106
120
ac_ct_CXX = @ac_ct_CXX@
132
146
mpi_found = @mpi_found@
133
147
oldincludedir = @oldincludedir@
134
148
petsc_found = @petsc_found@
 
149
pkgpyexecdir = @pkgpyexecdir@
 
150
pkgpythondir = @pkgpythondir@
135
151
prefix = @prefix@
136
152
program_transform_name = @program_transform_name@
 
153
pyexecdir = @pyexecdir@
 
154
pythondir = @pythondir@
137
155
sbindir = @sbindir@
138
156
sharedstatedir = @sharedstatedir@
139
157
sysconfdir = @sysconfdir@