~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/pre/Makefile.in

  • Committer: logg
  • Date: 2005-10-28 20:07:21 UTC
  • Revision ID: devnull@localhost-20051028200721-qqgdkx80u2b9cyl6
Tailorized "2005-10-28 15:07:18 by logg"
Build fixes, should work now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
 
# @configure_input@
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3
2
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
6
4
# This Makefile.in is free software; the Free Software Foundation
7
5
# gives unlimited permission to copy and/or distribute it,
8
6
# with or without modifications, as long as this notice is preserved.
12
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
11
# PARTICULAR PURPOSE.
14
12
 
15
 
@SET_MAKE@
 
13
 
 
14
SHELL = @SHELL@
 
15
 
16
16
srcdir = @srcdir@
17
17
top_srcdir = @top_srcdir@
18
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
19
37
pkgdatadir = $(datadir)/@PACKAGE@
20
38
pkglibdir = $(libdir)/@PACKAGE@
21
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
22
41
top_builddir = ../..
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
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@
 
53
 
30
54
NORMAL_INSTALL = :
31
55
PRE_INSTALL = :
32
56
POST_INSTALL = :
33
57
NORMAL_UNINSTALL = :
34
58
PRE_UNINSTALL = :
35
59
POST_UNINSTALL = :
36
 
subdir = src/pre
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) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
 
CONFIG_CLEAN_FILES =
45
 
SOURCES =
46
 
DIST_SOURCES =
47
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
 
ACLOCAL = @ACLOCAL@
49
 
AMDEP_FALSE = @AMDEP_FALSE@
50
 
AMDEP_TRUE = @AMDEP_TRUE@
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AMDEPBACKSLASH = @AMDEPBACKSLASH@
51
63
AMTAR = @AMTAR@
52
 
AUTOCONF = @AUTOCONF@
53
 
AUTOHEADER = @AUTOHEADER@
54
 
AUTOMAKE = @AUTOMAKE@
55
64
AWK = @AWK@
56
65
CC = @CC@
57
 
CCDEPMODE = @CCDEPMODE@
58
 
CFLAGS = @CFLAGS@
59
 
COMPILE_PYDOLFIN_FALSE = @COMPILE_PYDOLFIN_FALSE@
60
 
COMPILE_PYDOLFIN_TRUE = @COMPILE_PYDOLFIN_TRUE@
61
 
CPP = @CPP@
62
 
CPPFLAGS = @CPPFLAGS@
63
66
CXX = @CXX@
64
 
CXXDEPMODE = @CXXDEPMODE@
65
 
CXXFLAGS = @CXXFLAGS@
66
67
CYGPATH_W = @CYGPATH_W@
67
 
DEFS = @DEFS@
68
68
DEPDIR = @DEPDIR@
69
69
DOLFIN_CFLAGS = @DOLFIN_CFLAGS@
70
70
DOLFIN_LIBS = @DOLFIN_LIBS@
71
 
ECHO_C = @ECHO_C@
72
 
ECHO_N = @ECHO_N@
73
 
ECHO_T = @ECHO_T@
74
 
EGREP = @EGREP@
75
 
EXEEXT = @EXEEXT@
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@
81
 
LDFLAGS = @LDFLAGS@
82
 
LIBOBJS = @LIBOBJS@
83
 
LIBS = @LIBS@
84
73
LN_S = @LN_S@
85
 
LTLIBOBJS = @LTLIBOBJS@
86
74
MAINT = @MAINT@
87
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
88
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
89
75
MAKEINFO = @MAKEINFO@
90
76
MODULE_CFLAGS = @MODULE_CFLAGS@
91
 
OBJEXT = @OBJEXT@
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@
99
80
PYTHON = @PYTHON@
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@
108
85
RANLIB = @RANLIB@
109
 
SET_MAKE = @SET_MAKE@
110
 
SHELL = @SHELL@
111
86
STRIP = @STRIP@
112
 
SWIG = @SWIG@
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@
130
 
bindir = @bindir@
131
 
build_alias = @build_alias@
132
 
datadir = @datadir@
133
 
exec_prefix = @exec_prefix@
134
 
host_alias = @host_alias@
135
 
includedir = @includedir@
136
 
infodir = @infodir@
137
93
install_sh = @install_sh@
138
 
libdir = @libdir@
139
 
libexecdir = @libexecdir@
140
94
libxml2_found = @libxml2_found@
141
 
localstatedir = @localstatedir@
142
 
mandir = @mandir@
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@
149
 
prefix = @prefix@
150
 
program_transform_name = @program_transform_name@
151
100
pyexecdir = @pyexecdir@
152
101
pythondir = @pythondir@
153
 
sbindir = @sbindir@
154
 
sharedstatedir = @sharedstatedir@
155
 
sysconfdir = @sysconfdir@
156
 
target_alias = @target_alias@
157
 
all: all-am
158
 
 
 
102
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
103
CONFIG_CLEAN_FILES = 
 
104
DIST_COMMON =  Makefile.am Makefile.in
 
105
 
 
106
 
 
107
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
108
 
 
109
TAR = tar
 
110
GZIP_ENV = --best
 
111
all: all-redirect
159
112
.SUFFIXES:
160
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
161
 
        @for dep in $?; do \
162
 
          case '$(am__configure_deps)' in \
163
 
            *$$dep*) \
164
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
165
 
                && exit 0; \
166
 
              exit 1;; \
167
 
          esac; \
168
 
        done; \
169
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/pre/Makefile'; \
170
 
        cd $(top_srcdir) && \
171
 
          $(AUTOMAKE) --gnu  src/pre/Makefile
172
 
.PRECIOUS: Makefile
173
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
174
 
        @case '$?' in \
175
 
          *config.status*) \
176
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
177
 
          *) \
178
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
179
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
180
 
        esac;
181
 
 
182
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
183
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
184
 
 
185
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
186
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
187
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
188
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
189
 
uninstall-info-am:
 
113
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
114
        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pre/Makefile
 
115
 
 
116
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
117
        cd $(top_builddir) \
 
118
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
119
 
190
120
tags: TAGS
191
121
TAGS:
192
122
 
193
 
ctags: CTAGS
194
 
CTAGS:
195
 
 
 
123
 
 
124
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
125
 
 
126
subdir = src/pre
196
127
 
197
128
distdir: $(DISTFILES)
198
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
199
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
200
 
        list='$(DISTFILES)'; for file in $$list; do \
201
 
          case $$file in \
202
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
203
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
204
 
          esac; \
205
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
206
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
207
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
208
 
            dir="/$$dir"; \
209
 
            $(mkdir_p) "$(distdir)$$dir"; \
210
 
          else \
211
 
            dir=''; \
212
 
          fi; \
 
129
        here=`cd $(top_builddir) && pwd`; \
 
130
        top_distdir=`cd $(top_distdir) && pwd`; \
 
131
        distdir=`cd $(distdir) && pwd`; \
 
132
        cd $(top_srcdir) \
 
133
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/pre/Makefile
 
134
        @for file in $(DISTFILES); do \
 
135
          d=$(srcdir); \
213
136
          if test -d $$d/$$file; then \
214
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
215
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
216
 
            fi; \
217
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
137
            cp -pr $$d/$$file $(distdir)/$$file; \
218
138
          else \
219
139
            test -f $(distdir)/$$file \
220
 
            || cp -p $$d/$$file $(distdir)/$$file \
221
 
            || exit 1; \
 
140
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
141
            || cp -p $$d/$$file $(distdir)/$$file || :; \
222
142
          fi; \
223
143
        done
 
144
info-am:
 
145
info: info-am
 
146
dvi-am:
 
147
dvi: dvi-am
224
148
check-am: all-am
225
149
check: check-am
226
 
all-am: Makefile
227
 
installdirs:
 
150
installcheck-am:
 
151
installcheck: installcheck-am
 
152
install-exec-am:
228
153
install-exec: install-exec-am
 
154
 
 
155
install-data-am:
229
156
install-data: install-data-am
230
 
uninstall: uninstall-am
231
157
 
232
158
install-am: all-am
233
159
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
234
 
 
235
 
installcheck: installcheck-am
 
160
install: install-am
 
161
uninstall-am:
 
162
uninstall: uninstall-am
 
163
all-am: Makefile
 
164
all-redirect: all-am
236
165
install-strip:
237
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
238
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
239
 
          `test -z '$(STRIP)' || \
240
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
166
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
167
installdirs:
 
168
 
 
169
 
241
170
mostlyclean-generic:
242
171
 
243
172
clean-generic:
244
173
 
245
174
distclean-generic:
246
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
175
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
176
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
247
177
 
248
178
maintainer-clean-generic:
249
 
        @echo "This command is intended for maintainers to use"
250
 
        @echo "it deletes files that may require special tools to rebuild."
 
179
mostlyclean-am:  mostlyclean-generic
 
180
 
 
181
mostlyclean: mostlyclean-am
 
182
 
 
183
clean-am:  clean-generic mostlyclean-am
 
184
 
251
185
clean: clean-am
252
186
 
253
 
clean-am: clean-generic mostlyclean-am
 
187
distclean-am:  distclean-generic clean-am
254
188
 
255
189
distclean: distclean-am
256
 
        -rm -f Makefile
257
 
distclean-am: clean-am distclean-generic
258
 
 
259
 
dvi: dvi-am
260
 
 
261
 
dvi-am:
262
 
 
263
 
html: html-am
264
 
 
265
 
info: info-am
266
 
 
267
 
info-am:
268
 
 
269
 
install-data-am:
270
 
 
271
 
install-exec-am:
272
 
 
273
 
install-info: install-info-am
274
 
 
275
 
install-man:
276
 
 
277
 
installcheck-am:
 
190
 
 
191
maintainer-clean-am:  maintainer-clean-generic distclean-am
 
192
        @echo "This command is intended for maintainers to use;"
 
193
        @echo "it deletes files that may require special tools to rebuild."
278
194
 
279
195
maintainer-clean: maintainer-clean-am
280
 
        -rm -f Makefile
281
 
maintainer-clean-am: distclean-am maintainer-clean-generic
282
 
 
283
 
mostlyclean: mostlyclean-am
284
 
 
285
 
mostlyclean-am: mostlyclean-generic
286
 
 
287
 
pdf: pdf-am
288
 
 
289
 
pdf-am:
290
 
 
291
 
ps: ps-am
292
 
 
293
 
ps-am:
294
 
 
295
 
uninstall-am: uninstall-info-am
296
 
 
297
 
.PHONY: all all-am check check-am clean clean-generic distclean \
298
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
299
 
        install install-am install-data install-data-am install-exec \
300
 
        install-exec-am install-info install-info-am install-man \
301
 
        install-strip installcheck installcheck-am installdirs \
302
 
        maintainer-clean maintainer-clean-generic mostlyclean \
303
 
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
304
 
        uninstall-info-am
 
196
 
 
197
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
 
198
installcheck-am installcheck install-exec-am install-exec \
 
199
install-data-am install-data install-am install uninstall-am uninstall \
 
200
all-redirect all-am all installdirs mostlyclean-generic \
 
201
distclean-generic clean-generic maintainer-clean-generic clean \
 
202
mostlyclean distclean maintainer-clean
 
203
 
305
204
 
306
205
all:
307
206
        rm -f ../config/dolfin-config
308
207
 
309
208
install:
310
209
        mkdir -p $(prefix)/include/dolfin       
 
210
 
311
211
# Tell versions [3.59,3.63) of GNU make to not export all variables.
312
212
# Otherwise a system limit (for SysV at least) may be exceeded.
313
213
.NOEXPORT: