~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/utils/Makefile.in

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
VPATH = @srcdir@
17
 
pkgdatadir = $(datadir)/@PACKAGE@
18
 
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
 
install_sh_DATA = $(install_sh) -c -m 644
22
 
install_sh_PROGRAM = $(install_sh) -c
23
 
install_sh_SCRIPT = $(install_sh) -c
24
 
INSTALL_HEADER = $(INSTALL_DATA)
25
 
transform = $(program_transform_name)
26
 
NORMAL_INSTALL = :
27
 
PRE_INSTALL = :
28
 
POST_INSTALL = :
29
 
NORMAL_UNINSTALL = :
30
 
PRE_UNINSTALL = :
31
 
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
 
subdir = src/utils
35
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
38
 
        $(top_srcdir)/m4/ac_python_devel.m4 \
39
 
        $(top_srcdir)/m4/ax_boost_base.m4 \
40
 
        $(top_srcdir)/m4/ax_compiler_vendor.m4 \
41
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml.m4 \
42
 
        $(top_srcdir)/configure.ac
43
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
 
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
 
CONFIG_CLEAN_FILES =
47
 
SOURCES =
48
 
DIST_SOURCES =
49
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50
 
        html-recursive info-recursive install-data-recursive \
51
 
        install-dvi-recursive install-exec-recursive \
52
 
        install-html-recursive install-info-recursive \
53
 
        install-pdf-recursive install-ps-recursive install-recursive \
54
 
        installcheck-recursive installdirs-recursive pdf-recursive \
55
 
        ps-recursive uninstall-recursive
56
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
 
  distclean-recursive maintainer-clean-recursive
58
 
ETAGS = etags
59
 
CTAGS = ctags
60
 
DIST_SUBDIRS = $(SUBDIRS)
61
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
 
ACLOCAL = @ACLOCAL@
63
 
AMTAR = @AMTAR@
64
 
AR = @AR@
65
 
AUTOCONF = @AUTOCONF@
66
 
AUTOHEADER = @AUTOHEADER@
67
 
AUTOMAKE = @AUTOMAKE@
68
 
AWK = @AWK@
69
 
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
70
 
BOOST_LDFLAGS = @BOOST_LDFLAGS@
71
 
CC = @CC@
72
 
CCDEPMODE = @CCDEPMODE@
73
 
CFLAGS = @CFLAGS@
74
 
CPP = @CPP@
75
 
CPPFLAGS = @CPPFLAGS@
76
 
CXX = @CXX@
77
 
CXXCPP = @CXXCPP@
78
 
CXXDEPMODE = @CXXDEPMODE@
79
 
CXXFLAGS = @CXXFLAGS@
80
 
CYGPATH_W = @CYGPATH_W@
81
 
DEFS = @DEFS@
82
 
DEPDIR = @DEPDIR@
83
 
DOLFIN_CFLAGS = @DOLFIN_CFLAGS@
84
 
DOLFIN_DEFINITIONS = @DOLFIN_DEFINITIONS@
85
 
DOLFIN_EXT_LIBS = @DOLFIN_EXT_LIBS@
86
 
DOLFIN_LIBS = @DOLFIN_LIBS@
87
 
ECHO = @ECHO@
88
 
ECHO_C = @ECHO_C@
89
 
ECHO_N = @ECHO_N@
90
 
ECHO_T = @ECHO_T@
91
 
EGREP = @EGREP@
92
 
EXEEXT = @EXEEXT@
93
 
EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
94
 
F77 = @F77@
95
 
FFLAGS = @FFLAGS@
96
 
GLIB_CFLAGS = @GLIB_CFLAGS@
97
 
GLIB_LIBS = @GLIB_LIBS@
98
 
GREP = @GREP@
99
 
GTS_CFLAGS = @GTS_CFLAGS@
100
 
GTS_LIBS = @GTS_LIBS@
101
 
INSTALL = @INSTALL@
102
 
INSTALL_DATA = @INSTALL_DATA@
103
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
104
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
105
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106
 
KERNEL_CFLAGS = @KERNEL_CFLAGS@
107
 
KERNEL_INCLUDE = @KERNEL_INCLUDE@
108
 
KERNEL_LIBOBJS = @KERNEL_LIBOBJS@
109
 
LDFLAGS = @LDFLAGS@
110
 
LIBOBJS = @LIBOBJS@
111
 
LIBS = @LIBS@
112
 
LIBTOOL = @LIBTOOL@
113
 
LN_S = @LN_S@
114
 
LTLIBOBJS = @LTLIBOBJS@
115
 
MAINT = @MAINT@
116
 
MAKEINFO = @MAKEINFO@
117
 
MKDIR_P = @MKDIR_P@
118
 
OBJEXT = @OBJEXT@
119
 
PACKAGE = @PACKAGE@
120
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
 
PACKAGE_NAME = @PACKAGE_NAME@
122
 
PACKAGE_STRING = @PACKAGE_STRING@
123
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
124
 
PACKAGE_VERSION = @PACKAGE_VERSION@
125
 
PATH_SEPARATOR = @PATH_SEPARATOR@
126
 
PKG_CONFIG = @PKG_CONFIG@
127
 
PYTHON = @PYTHON@
128
 
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
129
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
130
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
131
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
132
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
133
 
PYTHON_PREFIX = @PYTHON_PREFIX@
134
 
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
135
 
PYTHON_VERSION = @PYTHON_VERSION@
136
 
RANLIB = @RANLIB@
137
 
SET_MAKE = @SET_MAKE@
138
 
SHELL = @SHELL@
139
 
STRIP = @STRIP@
140
 
SWIG = @SWIG@
141
 
SWIG_LIB = @SWIG_LIB@
142
 
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
143
 
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
144
 
UFC_CFLAGS = @UFC_CFLAGS@
145
 
UFC_LIBS = @UFC_LIBS@
146
 
VERSION = @VERSION@
147
 
XML2_CONFIG = @XML2_CONFIG@
148
 
XML_CPPFLAGS = @XML_CPPFLAGS@
149
 
XML_LIBS = @XML_LIBS@
150
 
abs_builddir = @abs_builddir@
151
 
abs_srcdir = @abs_srcdir@
152
 
abs_top_builddir = @abs_top_builddir@
153
 
abs_top_srcdir = @abs_top_srcdir@
154
 
ac_ct_CC = @ac_ct_CC@
155
 
ac_ct_CXX = @ac_ct_CXX@
156
 
ac_ct_F77 = @ac_ct_F77@
157
 
am__include = @am__include@
158
 
am__leading_dot = @am__leading_dot@
159
 
am__quote = @am__quote@
160
 
am__tar = @am__tar@
161
 
am__untar = @am__untar@
162
 
bindir = @bindir@
163
 
build = @build@
164
 
build_alias = @build_alias@
165
 
build_cpu = @build_cpu@
166
 
build_os = @build_os@
167
 
build_vendor = @build_vendor@
168
 
builddir = @builddir@
169
 
datadir = @datadir@
170
 
datarootdir = @datarootdir@
171
 
docdir = @docdir@
172
 
dvidir = @dvidir@
173
 
exec_prefix = @exec_prefix@
174
 
host = @host@
175
 
host_alias = @host_alias@
176
 
host_cpu = @host_cpu@
177
 
host_os = @host_os@
178
 
host_vendor = @host_vendor@
179
 
htmldir = @htmldir@
180
 
includedir = @includedir@
181
 
infodir = @infodir@
182
 
install_sh = @install_sh@
183
 
libdir = @libdir@
184
 
libexecdir = @libexecdir@
185
 
libtool_found = @libtool_found@
186
 
localedir = @localedir@
187
 
localstatedir = @localstatedir@
188
 
mandir = @mandir@
189
 
mkdir_p = @mkdir_p@
190
 
mpi_found = @mpi_found@
191
 
oldincludedir = @oldincludedir@
192
 
pdfdir = @pdfdir@
193
 
pkgpyexecdir = @pkgpyexecdir@
194
 
pkgpythondir = @pkgpythondir@
195
 
prefix = @prefix@
196
 
program_transform_name = @program_transform_name@
197
 
psdir = @psdir@
198
 
pyexecdir = @pyexecdir@
199
 
pythondir = @pythondir@
200
 
sbindir = @sbindir@
201
 
sharedstatedir = @sharedstatedir@
202
 
srcdir = @srcdir@
203
 
swig_found = @swig_found@
204
 
sysconfdir = @sysconfdir@
205
 
target_alias = @target_alias@
206
 
top_builddir = @top_builddir@
207
 
top_srcdir = @top_srcdir@
208
 
SUBDIRS = inp2dx convert swig
209
 
all: all-recursive
210
 
 
211
 
.SUFFIXES:
212
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
213
 
        @for dep in $?; do \
214
 
          case '$(am__configure_deps)' in \
215
 
            *$$dep*) \
216
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
217
 
                && exit 0; \
218
 
              exit 1;; \
219
 
          esac; \
220
 
        done; \
221
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/utils/Makefile'; \
222
 
        cd $(top_srcdir) && \
223
 
          $(AUTOMAKE) --gnu  src/utils/Makefile
224
 
.PRECIOUS: Makefile
225
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226
 
        @case '$?' in \
227
 
          *config.status*) \
228
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
229
 
          *) \
230
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
231
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
232
 
        esac;
233
 
 
234
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
 
 
237
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
238
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
240
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
 
 
242
 
mostlyclean-libtool:
243
 
        -rm -f *.lo
244
 
 
245
 
clean-libtool:
246
 
        -rm -rf .libs _libs
247
 
 
248
 
# This directory's subdirectories are mostly independent; you can cd
249
 
# into them and run `make' without going through this Makefile.
250
 
# To change the values of `make' variables: instead of editing Makefiles,
251
 
# (1) if the variable is set in `config.status', edit `config.status'
252
 
#     (which will cause the Makefiles to be regenerated when you run `make');
253
 
# (2) otherwise, pass the desired values on the `make' command line.
254
 
$(RECURSIVE_TARGETS):
255
 
        @failcom='exit 1'; \
256
 
        for f in x $$MAKEFLAGS; do \
257
 
          case $$f in \
258
 
            *=* | --[!k]*);; \
259
 
            *k*) failcom='fail=yes';; \
260
 
          esac; \
261
 
        done; \
262
 
        dot_seen=no; \
263
 
        target=`echo $@ | sed s/-recursive//`; \
264
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
265
 
          echo "Making $$target in $$subdir"; \
266
 
          if test "$$subdir" = "."; then \
267
 
            dot_seen=yes; \
268
 
            local_target="$$target-am"; \
269
 
          else \
270
 
            local_target="$$target"; \
271
 
          fi; \
272
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
273
 
          || eval $$failcom; \
274
 
        done; \
275
 
        if test "$$dot_seen" = "no"; then \
276
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
277
 
        fi; test -z "$$fail"
278
 
 
279
 
$(RECURSIVE_CLEAN_TARGETS):
280
 
        @failcom='exit 1'; \
281
 
        for f in x $$MAKEFLAGS; do \
282
 
          case $$f in \
283
 
            *=* | --[!k]*);; \
284
 
            *k*) failcom='fail=yes';; \
285
 
          esac; \
286
 
        done; \
287
 
        dot_seen=no; \
288
 
        case "$@" in \
289
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
290
 
          *) list='$(SUBDIRS)' ;; \
291
 
        esac; \
292
 
        rev=''; for subdir in $$list; do \
293
 
          if test "$$subdir" = "."; then :; else \
294
 
            rev="$$subdir $$rev"; \
295
 
          fi; \
296
 
        done; \
297
 
        rev="$$rev ."; \
298
 
        target=`echo $@ | sed s/-recursive//`; \
299
 
        for subdir in $$rev; do \
300
 
          echo "Making $$target in $$subdir"; \
301
 
          if test "$$subdir" = "."; then \
302
 
            local_target="$$target-am"; \
303
 
          else \
304
 
            local_target="$$target"; \
305
 
          fi; \
306
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307
 
          || eval $$failcom; \
308
 
        done && test -z "$$fail"
309
 
tags-recursive:
310
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
311
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
312
 
        done
313
 
ctags-recursive:
314
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
315
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
316
 
        done
317
 
 
318
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320
 
        unique=`for i in $$list; do \
321
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322
 
          done | \
323
 
          $(AWK) '    { files[$$0] = 1; } \
324
 
               END { for (i in files) print i; }'`; \
325
 
        mkid -fID $$unique
326
 
tags: TAGS
327
 
 
328
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329
 
                $(TAGS_FILES) $(LISP)
330
 
        tags=; \
331
 
        here=`pwd`; \
332
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
333
 
          include_option=--etags-include; \
334
 
          empty_fix=.; \
335
 
        else \
336
 
          include_option=--include; \
337
 
          empty_fix=; \
338
 
        fi; \
339
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
340
 
          if test "$$subdir" = .; then :; else \
341
 
            test ! -f $$subdir/TAGS || \
342
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
343
 
          fi; \
344
 
        done; \
345
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346
 
        unique=`for i in $$list; do \
347
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
 
          done | \
349
 
          $(AWK) '    { files[$$0] = 1; } \
350
 
               END { for (i in files) print i; }'`; \
351
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352
 
          test -n "$$unique" || unique=$$empty_fix; \
353
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354
 
            $$tags $$unique; \
355
 
        fi
356
 
ctags: CTAGS
357
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
358
 
                $(TAGS_FILES) $(LISP)
359
 
        tags=; \
360
 
        here=`pwd`; \
361
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
362
 
        unique=`for i in $$list; do \
363
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364
 
          done | \
365
 
          $(AWK) '    { files[$$0] = 1; } \
366
 
               END { for (i in files) print i; }'`; \
367
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
368
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
369
 
             $$tags $$unique
370
 
 
371
 
GTAGS:
372
 
        here=`$(am__cd) $(top_builddir) && pwd` \
373
 
          && cd $(top_srcdir) \
374
 
          && gtags -i $(GTAGS_ARGS) $$here
375
 
 
376
 
distclean-tags:
377
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
378
 
 
379
 
distdir: $(DISTFILES)
380
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382
 
        list='$(DISTFILES)'; \
383
 
          dist_files=`for file in $$list; do echo $$file; done | \
384
 
          sed -e "s|^$$srcdirstrip/||;t" \
385
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
386
 
        case $$dist_files in \
387
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
388
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
389
 
                           sort -u` ;; \
390
 
        esac; \
391
 
        for file in $$dist_files; do \
392
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393
 
          if test -d $$d/$$file; then \
394
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
395
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397
 
            fi; \
398
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
399
 
          else \
400
 
            test -f $(distdir)/$$file \
401
 
            || cp -p $$d/$$file $(distdir)/$$file \
402
 
            || exit 1; \
403
 
          fi; \
404
 
        done
405
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
406
 
          if test "$$subdir" = .; then :; else \
407
 
            test -d "$(distdir)/$$subdir" \
408
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
409
 
            || exit 1; \
410
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
411
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
412
 
            (cd $$subdir && \
413
 
              $(MAKE) $(AM_MAKEFLAGS) \
414
 
                top_distdir="$$top_distdir" \
415
 
                distdir="$$distdir/$$subdir" \
416
 
                am__remove_distdir=: \
417
 
                am__skip_length_check=: \
418
 
                distdir) \
419
 
              || exit 1; \
420
 
          fi; \
421
 
        done
422
 
check-am: all-am
423
 
check: check-recursive
424
 
all-am: Makefile
425
 
installdirs: installdirs-recursive
426
 
installdirs-am:
427
 
install: install-recursive
428
 
install-exec: install-exec-recursive
429
 
install-data: install-data-recursive
430
 
uninstall: uninstall-recursive
431
 
 
432
 
install-am: all-am
433
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
 
 
435
 
installcheck: installcheck-recursive
436
 
install-strip:
437
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439
 
          `test -z '$(STRIP)' || \
440
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441
 
mostlyclean-generic:
442
 
 
443
 
clean-generic:
444
 
 
445
 
distclean-generic:
446
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447
 
 
448
 
maintainer-clean-generic:
449
 
        @echo "This command is intended for maintainers to use"
450
 
        @echo "it deletes files that may require special tools to rebuild."
451
 
clean: clean-recursive
452
 
 
453
 
clean-am: clean-generic clean-libtool mostlyclean-am
454
 
 
455
 
distclean: distclean-recursive
456
 
        -rm -f Makefile
457
 
distclean-am: clean-am distclean-generic distclean-tags
458
 
 
459
 
dvi: dvi-recursive
460
 
 
461
 
dvi-am:
462
 
 
463
 
html: html-recursive
464
 
 
465
 
info: info-recursive
466
 
 
467
 
info-am:
468
 
 
469
 
install-data-am:
470
 
 
471
 
install-dvi: install-dvi-recursive
472
 
 
473
 
install-exec-am:
474
 
 
475
 
install-html: install-html-recursive
476
 
 
477
 
install-info: install-info-recursive
478
 
 
479
 
install-man:
480
 
 
481
 
install-pdf: install-pdf-recursive
482
 
 
483
 
install-ps: install-ps-recursive
484
 
 
485
 
installcheck-am:
486
 
 
487
 
maintainer-clean: maintainer-clean-recursive
488
 
        -rm -f Makefile
489
 
maintainer-clean-am: distclean-am maintainer-clean-generic
490
 
 
491
 
mostlyclean: mostlyclean-recursive
492
 
 
493
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
494
 
 
495
 
pdf: pdf-recursive
496
 
 
497
 
pdf-am:
498
 
 
499
 
ps: ps-recursive
500
 
 
501
 
ps-am:
502
 
 
503
 
uninstall-am:
504
 
 
505
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
506
 
        install-strip
507
 
 
508
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
509
 
        all all-am check check-am clean clean-generic clean-libtool \
510
 
        ctags ctags-recursive distclean distclean-generic \
511
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
512
 
        html-am info info-am install install-am install-data \
513
 
        install-data-am install-dvi install-dvi-am install-exec \
514
 
        install-exec-am install-html install-html-am install-info \
515
 
        install-info-am install-man install-pdf install-pdf-am \
516
 
        install-ps install-ps-am install-strip installcheck \
517
 
        installcheck-am installdirs installdirs-am maintainer-clean \
518
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
519
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
520
 
        uninstall uninstall-am
521
 
 
522
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
523
 
# Otherwise a system limit (for SysV at least) may be exceeded.
524
 
.NOEXPORT: