~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: logg
  • Date: 2002-09-13 12:55:37 UTC
  • Revision ID: devnull@localhost-20020913125537-gz6ry1id9xsvu6np
Tailorized "2002-09-13 07:55:37 by logg"
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
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
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
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
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
AWK = @AWK@
 
61
CC = @CC@
 
62
CXX = @CXX@
 
63
DOLFIN_LFLAGS = @DOLFIN_LFLAGS@
 
64
LN_S = @LN_S@
 
65
MAIN_INCLUDES = @MAIN_INCLUDES@
 
66
MAKEINFO = @MAKEINFO@
 
67
MODULE_INCLUDES = @MODULE_INCLUDES@
 
68
PACKAGE = @PACKAGE@
 
69
RANLIB = @RANLIB@
 
70
VERSION = @VERSION@
 
71
 
 
72
SUBDIRS = common io grid la fem modules main config problems utils test
 
73
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
74
CONFIG_CLEAN_FILES = 
 
75
DIST_COMMON =  Makefile.am Makefile.in
 
76
 
 
77
 
 
78
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
79
 
 
80
TAR = tar
 
81
GZIP_ENV = --best
 
82
all: all-redirect
 
83
.SUFFIXES:
 
84
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
85
        cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
 
86
 
 
87
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
 
88
        cd $(top_builddir) \
 
89
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
90
 
 
91
 
 
92
# This directory's subdirectories are mostly independent; you can cd
 
93
# into them and run `make' without going through this Makefile.
 
94
# To change the values of `make' variables: instead of editing Makefiles,
 
95
# (1) if the variable is set in `config.status', edit `config.status'
 
96
#     (which will cause the Makefiles to be regenerated when you run `make');
 
97
# (2) otherwise, pass the desired values on the `make' command line.
 
98
 
 
99
@SET_MAKE@
 
100
 
 
101
all-recursive install-data-recursive install-exec-recursive \
 
102
installdirs-recursive install-recursive uninstall-recursive  \
 
103
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
104
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
105
        dot_seen=no; \
 
106
        target=`echo $@ | sed s/-recursive//`; \
 
107
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
108
          echo "Making $$target in $$subdir"; \
 
109
          if test "$$subdir" = "."; then \
 
110
            dot_seen=yes; \
 
111
            local_target="$$target-am"; \
 
112
          else \
 
113
            local_target="$$target"; \
 
114
          fi; \
 
115
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
116
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
117
        done; \
 
118
        if test "$$dot_seen" = "no"; then \
 
119
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
120
        fi; test -z "$$fail"
 
121
 
 
122
mostlyclean-recursive clean-recursive distclean-recursive \
 
123
maintainer-clean-recursive:
 
124
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
125
        dot_seen=no; \
 
126
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
127
          rev="$$subdir $$rev"; \
 
128
          test "$$subdir" != "." || dot_seen=yes; \
 
129
        done; \
 
130
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
131
        target=`echo $@ | sed s/-recursive//`; \
 
132
        for subdir in $$rev; do \
 
133
          echo "Making $$target in $$subdir"; \
 
134
          if test "$$subdir" = "."; then \
 
135
            local_target="$$target-am"; \
 
136
          else \
 
137
            local_target="$$target"; \
 
138
          fi; \
 
139
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
140
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
141
        done && test -z "$$fail"
 
142
tags-recursive:
 
143
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
144
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
145
        done
 
146
 
 
147
tags: TAGS
 
148
 
 
149
ID: $(HEADERS) $(SOURCES) $(LISP)
 
150
        list='$(SOURCES) $(HEADERS)'; \
 
151
        unique=`for i in $$list; do echo $$i; done | \
 
152
          awk '    { files[$$0] = 1; } \
 
153
               END { for (i in files) print i; }'`; \
 
154
        here=`pwd` && cd $(srcdir) \
 
155
          && mkid -f$$here/ID $$unique $(LISP)
 
156
 
 
157
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
158
        tags=; \
 
159
        here=`pwd`; \
 
160
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
161
   if test "$$subdir" = .; then :; else \
 
162
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
163
   fi; \
 
164
        done; \
 
165
        list='$(SOURCES) $(HEADERS)'; \
 
166
        unique=`for i in $$list; do echo $$i; done | \
 
167
          awk '    { files[$$0] = 1; } \
 
168
               END { for (i in files) print i; }'`; \
 
169
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
170
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
171
 
 
172
mostlyclean-tags:
 
173
 
 
174
clean-tags:
 
175
 
 
176
distclean-tags:
 
177
        -rm -f TAGS ID
 
178
 
 
179
maintainer-clean-tags:
 
180
 
 
181
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
182
 
 
183
subdir = src
 
184
 
 
185
distdir: $(DISTFILES)
 
186
        here=`cd $(top_builddir) && pwd`; \
 
187
        top_distdir=`cd $(top_distdir) && pwd`; \
 
188
        distdir=`cd $(distdir) && pwd`; \
 
189
        cd $(top_srcdir) \
 
190
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
 
191
        @for file in $(DISTFILES); do \
 
192
          d=$(srcdir); \
 
193
          if test -d $$d/$$file; then \
 
194
            cp -pr $$d/$$file $(distdir)/$$file; \
 
195
          else \
 
196
            test -f $(distdir)/$$file \
 
197
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
198
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
199
          fi; \
 
200
        done
 
201
        for subdir in $(SUBDIRS); do \
 
202
          if test "$$subdir" = .; then :; else \
 
203
            test -d $(distdir)/$$subdir \
 
204
            || mkdir $(distdir)/$$subdir \
 
205
            || exit 1; \
 
206
            chmod 777 $(distdir)/$$subdir; \
 
207
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
208
              || exit 1; \
 
209
          fi; \
 
210
        done
 
211
info-am:
 
212
info: info-recursive
 
213
dvi-am:
 
214
dvi: dvi-recursive
 
215
check-am: all-am
 
216
check: check-recursive
 
217
installcheck-am:
 
218
installcheck: installcheck-recursive
 
219
install-exec-am:
 
220
install-exec: install-exec-recursive
 
221
 
 
222
install-data-am:
 
223
install-data: install-data-recursive
 
224
 
 
225
install-am: all-am
 
226
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
227
install: install-recursive
 
228
uninstall-am:
 
229
uninstall: uninstall-recursive
 
230
all-am: Makefile
 
231
all-redirect: all-recursive
 
232
install-strip:
 
233
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
234
installdirs: installdirs-recursive
 
235
installdirs-am:
 
236
 
 
237
 
 
238
mostlyclean-generic:
 
239
 
 
240
clean-generic:
 
241
 
 
242
distclean-generic:
 
243
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
244
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
245
 
 
246
maintainer-clean-generic:
 
247
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
248
 
 
249
mostlyclean: mostlyclean-recursive
 
250
 
 
251
clean-am:  clean-tags clean-generic mostlyclean-am
 
252
 
 
253
clean: clean-recursive
 
254
 
 
255
distclean-am:  distclean-tags distclean-generic clean-am
 
256
 
 
257
distclean: distclean-recursive
 
258
 
 
259
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
260
                distclean-am
 
261
        @echo "This command is intended for maintainers to use;"
 
262
        @echo "it deletes files that may require special tools to rebuild."
 
263
 
 
264
maintainer-clean: maintainer-clean-recursive
 
265
 
 
266
.PHONY: install-data-recursive uninstall-data-recursive \
 
267
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
268
uninstalldirs-recursive all-recursive check-recursive \
 
269
installcheck-recursive info-recursive dvi-recursive \
 
270
mostlyclean-recursive distclean-recursive clean-recursive \
 
271
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
272
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
273
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
274
install-exec install-data-am install-data install-am install \
 
275
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
276
installdirs mostlyclean-generic distclean-generic clean-generic \
 
277
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
278
 
 
279
 
 
280
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
281
# Otherwise a system limit (for SysV at least) may be exceeded.
 
282
.NOEXPORT: