~ubuntu-branches/ubuntu/trusty/nwchem/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tools/ga-5-2/tascel/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Banck, Daniel Leidert, Andreas Tille, Michael Banck
  • Date: 2013-07-04 12:14:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130704121455-5tvsx2qabor3nrui
Tags: 6.3-1
* New upstream release.
* Fixes anisotropic properties (Closes: #696361).
* New features include:
  + Multi-reference coupled cluster (MRCC) approaches
  + Hybrid DFT calculations with short-range HF 
  + New density-functionals including Minnesota (M08, M11) and HSE hybrid
    functionals
  + X-ray absorption spectroscopy (XAS) with TDDFT
  + Analytical gradients for the COSMO solvation model
  + Transition densities from TDDFT 
  + DFT+U and Electron-Transfer (ET) methods for plane wave calculations
  + Exploitation of space group symmetry in plane wave geometry optimizations
  + Local density of states (LDOS) collective variable added to Metadynamics
  + Various new XC functionals added for plane wave calculations, including
    hybrid and range-corrected ones
  + Electric field gradients with relativistic corrections 
  + Nudged Elastic Band optimization method
  + Updated basis sets and ECPs 

[ Daniel Leidert ]
* debian/watch: Fixed.

[ Andreas Tille ]
* debian/upstream: References

[ Michael Banck ]
* debian/upstream (Name): New field.
* debian/patches/02_makefile_flags.patch: Refreshed.
* debian/patches/06_statfs_kfreebsd.patch: Likewise.
* debian/patches/07_ga_target_force_linux.patch: Likewise.
* debian/patches/05_avoid_inline_assembler.patch: Removed, no longer needed.
* debian/patches/09_backported_6.1.1_fixes.patch: Likewise.
* debian/control (Build-Depends): Added gfortran-4.7 and gcc-4.7.
* debian/patches/10_force_gcc-4.7.patch: New patch, explicitly sets
  gfortran-4.7 and gcc-4.7, fixes test suite hang with gcc-4.8 (Closes:
  #701328, #713262).
* debian/testsuite: Added tests for COSMO analytical gradients and MRCC.
* debian/rules (MRCC_METHODS): New variable, required to enable MRCC methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibdir = $(libdir)/@PACKAGE@
 
40
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
install_sh_DATA = $(install_sh) -c -m 644
 
43
install_sh_PROGRAM = $(install_sh) -c
 
44
install_sh_SCRIPT = $(install_sh) -c
 
45
INSTALL_HEADER = $(INSTALL_DATA)
 
46
transform = $(program_transform_name)
 
47
NORMAL_INSTALL = :
 
48
PRE_INSTALL = :
 
49
POST_INSTALL = :
 
50
NORMAL_UNINSTALL = :
 
51
PRE_UNINSTALL = :
 
52
POST_UNINSTALL = :
 
53
build_triplet = @build@
 
54
host_triplet = @host@
 
55
check_PROGRAMS = test/TestSharedQueue$(EXEEXT) \
 
56
        test/TestSplitQueue$(EXEEXT) $(am__EXEEXT_1)
 
57
@HAVE_BLAS_TRUE@am__append_1 = examples/scf/scf
 
58
TESTS = $(am__EXEEXT_2) $(PARALLEL_TESTS)
 
59
@HAVE_BLAS_TRUE@am__append_2 = examples/scf/scf$(EXEEXT)
 
60
subdir = .
 
61
DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
 
62
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
63
        $(srcdir)/config.h.in $(top_srcdir)/configure NEWS \
 
64
        build-aux/config.guess build-aux/config.sub build-aux/depcomp \
 
65
        build-aux/install-sh build-aux/ltmain.sh build-aux/missing
 
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
67
am__aclocal_m4_deps = $(top_srcdir)/../m4/ga.m4 \
 
68
        $(top_srcdir)/../m4/ga_ar.m4 \
 
69
        $(top_srcdir)/../m4/ga_arg_parse.m4 \
 
70
        $(top_srcdir)/../m4/ga_blas.m4 \
 
71
        $(top_srcdir)/../m4/ga_check_package.m4 \
 
72
        $(top_srcdir)/../m4/ga_cross_compiling.m4 \
 
73
        $(top_srcdir)/../m4/ga_f2c_cmdargs.m4 \
 
74
        $(top_srcdir)/../m4/ga_f2c_match_types.m4 \
 
75
        $(top_srcdir)/../m4/ga_f2c_nomain.m4 \
 
76
        $(top_srcdir)/../m4/ga_f2c_string.m4 \
 
77
        $(top_srcdir)/../m4/ga_f77_check_sizeof.m4 \
 
78
        $(top_srcdir)/../m4/ga_f77_cpp_symbols.m4 \
 
79
        $(top_srcdir)/../m4/ga_f77_disable.m4 \
 
80
        $(top_srcdir)/../m4/ga_f77_fixed.m4 \
 
81
        $(top_srcdir)/../m4/ga_f77_integer_size.m4 \
 
82
        $(top_srcdir)/../m4/ga_f77_library_ldflags.m4 \
 
83
        $(top_srcdir)/../m4/ga_f77_mismatch_type.m4 \
 
84
        $(top_srcdir)/../m4/ga_f77_underscore.m4 \
 
85
        $(top_srcdir)/../m4/ga_lapack.m4 \
 
86
        $(top_srcdir)/../m4/ga_mpi_test_disable.m4 \
 
87
        $(top_srcdir)/../m4/ga_mpi_unwrap.m4 \
 
88
        $(top_srcdir)/../m4/ga_mpicc.m4 \
 
89
        $(top_srcdir)/../m4/ga_mpicc_test.m4 \
 
90
        $(top_srcdir)/../m4/ga_mpicxx.m4 \
 
91
        $(top_srcdir)/../m4/ga_mpicxx_test.m4 \
 
92
        $(top_srcdir)/../m4/ga_mpif77.m4 \
 
93
        $(top_srcdir)/../m4/ga_mpif77_test.m4 \
 
94
        $(top_srcdir)/../m4/ga_msg_comms.m4 \
 
95
        $(top_srcdir)/../m4/ga_scalapack.m4 \
 
96
        $(top_srcdir)/../m4/ga_suppress_msg.m4 \
 
97
        $(top_srcdir)/../m4/ga_target.m4 \
 
98
        $(top_srcdir)/../m4/ga_with_help.m4 \
 
99
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/lt_obsolete.m4 \
 
100
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
101
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/configure.ac
 
102
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
103
        $(ACLOCAL_M4)
 
104
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
105
 configure.lineno config.status.lineno
 
106
mkinstalldirs = $(install_sh) -d
 
107
CONFIG_HEADER = config.h
 
108
CONFIG_CLEAN_FILES =
 
109
CONFIG_CLEAN_VPATH_FILES =
 
110
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
111
am__vpath_adj = case $$p in \
 
112
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
113
    *) f=$$p;; \
 
114
  esac;
 
115
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
116
am__install_max = 40
 
117
am__nobase_strip_setup = \
 
118
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
119
am__nobase_strip = \
 
120
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
121
am__nobase_list = $(am__nobase_strip_setup); \
 
122
  for p in $$list; do echo "$$p $$p"; done | \
 
123
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
124
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
125
    if (++n[$$2] == $(am__install_max)) \
 
126
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
127
    END { for (dir in files) print dir, files[dir] }'
 
128
am__base_list = \
 
129
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
130
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
131
am__uninstall_files_from_dir = { \
 
132
  test -z "$$files" \
 
133
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
134
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
135
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
136
  }
 
137
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
 
138
LTLIBRARIES = $(lib_LTLIBRARIES)
 
139
libtascel_la_LIBADD =
 
140
am__dirstamp = $(am__leading_dot)dirstamp
 
141
am_libtascel_la_OBJECTS = src/Comm.lo src/DenseArray.lo src/FuncReg.lo \
 
142
        src/SharedQueue.lo src/Sleep.lo src/SplitQueue.lo \
 
143
        src/SplitQueueOpt.lo src/StealingStats.lo src/TaskCollProps.lo \
 
144
        src/TerminationDetector.lo src/UniformTaskCollection.lo \
 
145
        src/UniformTaskCollectionShared.lo \
 
146
        src/UniformTaskCollectionSplit.lo \
 
147
        src/UniformTaskCollSplitData.lo
 
148
nodist_libtascel_la_OBJECTS =
 
149
libtascel_la_OBJECTS = $(am_libtascel_la_OBJECTS) \
 
150
        $(nodist_libtascel_la_OBJECTS)
 
151
AM_V_lt = $(am__v_lt_@AM_V@)
 
152
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
153
am__v_lt_0 = --silent
 
154
@HAVE_BLAS_TRUE@am__EXEEXT_1 = examples/scf/scf$(EXEEXT)
 
155
am_examples_scf_scf_OBJECTS = examples/scf/input.$(OBJEXT) \
 
156
        examples/scf/integ.$(OBJEXT) examples/scf/main.$(OBJEXT) \
 
157
        examples/scf/output.$(OBJEXT) examples/scf/scf.$(OBJEXT) \
 
158
        examples/scf/timer.$(OBJEXT) examples/scf/twoelcpp.$(OBJEXT)
 
159
examples_scf_scf_OBJECTS = $(am_examples_scf_scf_OBJECTS)
 
160
examples_scf_scf_LDADD = $(LDADD)
 
161
am__DEPENDENCIES_1 =
 
162
examples_scf_scf_DEPENDENCIES = libtascel.la $(am__DEPENDENCIES_1) \
 
163
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
164
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
165
am_test_TestSharedQueue_OBJECTS =  \
 
166
        test/test_TestSharedQueue-TestQueue.$(OBJEXT)
 
167
test_TestSharedQueue_OBJECTS = $(am_test_TestSharedQueue_OBJECTS)
 
168
test_TestSharedQueue_LDADD = $(LDADD)
 
169
test_TestSharedQueue_DEPENDENCIES = libtascel.la $(am__DEPENDENCIES_1) \
 
170
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
171
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
172
am_test_TestSplitQueue_OBJECTS =  \
 
173
        test/test_TestSplitQueue-TestQueue.$(OBJEXT)
 
174
test_TestSplitQueue_OBJECTS = $(am_test_TestSplitQueue_OBJECTS)
 
175
test_TestSplitQueue_LDADD = $(LDADD)
 
176
test_TestSplitQueue_DEPENDENCIES = libtascel.la $(am__DEPENDENCIES_1) \
 
177
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
178
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
179
DEFAULT_INCLUDES = -I.@am__isrc@
 
180
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
181
am__depfiles_maybe = depfiles
 
182
am__mv = mv -f
 
183
PPF77COMPILE = $(F77) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
184
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_FFLAGS) $(FFLAGS)
 
185
LTPPF77COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
 
186
        $(LIBTOOLFLAGS) --mode=compile $(F77) $(DEFS) \
 
187
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
188
        $(AM_FFLAGS) $(FFLAGS)
 
189
AM_V_PPF77 = $(am__v_PPF77_@AM_V@)
 
190
am__v_PPF77_ = $(am__v_PPF77_@AM_DEFAULT_V@)
 
191
am__v_PPF77_0 = @echo "  PPF77 " $@;
 
192
AM_V_at = $(am__v_at_@AM_V@)
 
193
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
194
am__v_at_0 = @
 
195
F77LD = $(F77)
 
196
F77LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
 
197
        $(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \
 
198
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
199
AM_V_F77LD = $(am__v_F77LD_@AM_V@)
 
200
am__v_F77LD_ = $(am__v_F77LD_@AM_DEFAULT_V@)
 
201
am__v_F77LD_0 = @echo "  F77LD " $@;
 
202
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
203
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
204
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
205
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
206
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
207
        $(AM_CFLAGS) $(CFLAGS)
 
208
AM_V_CC = $(am__v_CC_@AM_V@)
 
209
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
210
am__v_CC_0 = @echo "  CC    " $@;
 
211
CCLD = $(CC)
 
212
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
213
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
214
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
215
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
216
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
217
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
218
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
219
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
220
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
221
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
222
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
223
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
224
AM_V_CXX = $(am__v_CXX_@AM_V@)
 
225
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
226
am__v_CXX_0 = @echo "  CXX   " $@;
 
227
CXXLD = $(CXX)
 
228
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
229
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
230
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
231
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
232
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
233
am__v_CXXLD_0 = @echo "  CXXLD " $@;
 
234
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
235
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
236
am__v_GEN_0 = @echo "  GEN   " $@;
 
237
SOURCES = $(libtascel_la_SOURCES) $(nodist_libtascel_la_SOURCES) \
 
238
        $(examples_scf_scf_SOURCES) $(test_TestSharedQueue_SOURCES) \
 
239
        $(test_TestSplitQueue_SOURCES)
 
240
DIST_SOURCES = $(libtascel_la_SOURCES) $(examples_scf_scf_SOURCES) \
 
241
        $(test_TestSharedQueue_SOURCES) $(test_TestSplitQueue_SOURCES)
 
242
am__can_run_installinfo = \
 
243
  case $$AM_UPDATE_INFO_DIR in \
 
244
    n|no|NO) false;; \
 
245
    *) (install-info --version) >/dev/null 2>&1;; \
 
246
  esac
 
247
HEADERS = $(include_HEADERS)
 
248
ETAGS = etags
 
249
CTAGS = ctags
 
250
# If stdout is a non-dumb tty, use colors.  If test -t is not supported,
 
251
# then this fails; a conservative approach.  Of course do not redirect
 
252
# stdout here, just stderr.
 
253
am__tty_colors = \
 
254
red=; grn=; lgn=; blu=; std=; \
 
255
test "X$(AM_COLOR_TESTS)" != Xno \
 
256
&& test "X$$TERM" != Xdumb \
 
257
&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
 
258
&& { \
 
259
  red=''; \
 
260
  grn=''; \
 
261
  lgn=''; \
 
262
  blu=''; \
 
263
  std=''; \
 
264
}
 
265
# Restructured Text title and section.
 
266
am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
 
267
am__rst_section = sed 'p;s/./=/g;p;g'
 
268
# Put stdin (possibly several lines separated by ".  ") in a box.
 
269
# Prefix each line by 'col' and terminate each with 'std', for coloring.
 
270
# Multi line coloring is problematic with "less -R", so we really need
 
271
# to color each line individually.
 
272
am__text_box = $(AWK) '{                        \
 
273
  n = split($$0, lines, "\\.  "); max = 0;      \
 
274
  for (i = 1; i <= n; ++i)                      \
 
275
    if (max < length(lines[i]))                 \
 
276
      max = length(lines[i]);                   \
 
277
  for (i = 0; i < max; ++i)                     \
 
278
    line = line "=";                            \
 
279
  print col line std;                           \
 
280
  for (i = 1; i <= n; ++i)                      \
 
281
    if (lines[i])                               \
 
282
      print col lines[i] std;                   \
 
283
  print col line std;                           \
 
284
}'
 
285
# Solaris 10 'make', and several other traditional 'make' implementations,
 
286
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 
287
# by disabling -e (using the XSI extension "set +e") if it's set.
 
288
am__sh_e_setup = case $$- in *e*) set +e;; esac
 
289
# To be inserted before the command running the test.  Creates the
 
290
# directory for the log if needed.  Stores in $dir the directory
 
291
# containing $f, in $tst the test, in $log the log, and passes
 
292
# TESTS_ENVIRONMENT.  Save and restore TERM around use of
 
293
# TESTS_ENVIRONMENT, in case that unsets it.
 
294
am__check_pre = \
 
295
$(am__sh_e_setup);                                      \
 
296
$(am__vpath_adj_setup) $(am__vpath_adj)                 \
 
297
srcdir=$(srcdir); export srcdir;                        \
 
298
rm -f $@-t;                                             \
 
299
am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
 
300
trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;       \
 
301
trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
 
302
am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;            \
 
303
test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \
 
304
if test -f "./$$f"; then dir=./;                        \
 
305
elif test -f "$$f"; then dir=;                          \
 
306
else dir="$(srcdir)/"; fi;                              \
 
307
tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;            \
 
308
$(TESTS_ENVIRONMENT)
 
309
# To be appended to the command running the test.  Handle the stdout
 
310
# and stderr redirection, and catch the exit status.
 
311
am__check_post = \
 
312
>$@-t 2>&1;                                             \
 
313
estatus=$$?;                                            \
 
314
if test -n '$(DISABLE_HARD_ERRORS)'                     \
 
315
   && test $$estatus -eq 99; then                       \
 
316
  estatus=1;                                            \
 
317
fi;                                                     \
 
318
TERM=$$__SAVED_TERM; export TERM;                       \
 
319
$(am__tty_colors);                                      \
 
320
xfailed=PASS;                                           \
 
321
case " $(XFAIL_TESTS) " in                              \
 
322
  *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
 
323
    xfailed=XFAIL;;                                     \
 
324
esac;                                                   \
 
325
case $$estatus.$$xfailed in                             \
 
326
    0.XFAIL) col=$$red; res=XPASS;;                     \
 
327
    0.*)     col=$$grn; res=PASS ;;                     \
 
328
    77.*)    col=$$blu; res=SKIP ;;                     \
 
329
    99.*)    col=$$red; res=FAIL ;;                     \
 
330
    *.XFAIL) col=$$lgn; res=XFAIL;;                     \
 
331
    *.*)     col=$$red; res=FAIL ;;                     \
 
332
esac;                                                   \
 
333
echo "$${col}$$res$${std}: $$f";                        \
 
334
echo "$$res: $$f (exit: $$estatus)" |                   \
 
335
  $(am__rst_section) >$@;                               \
 
336
cat $@-t >>$@;                                          \
 
337
rm -f $@-t
 
338
RECHECK_LOGS = $(TEST_LOGS)
 
339
AM_RECURSIVE_TARGETS = check recheck check-html recheck-html
 
340
TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
 
341
am__EXEEXT_2 =
 
342
TEST_SUITE_LOG = test-suite.log
 
343
TEST_EXTENSIONS = @EXEEXT@ .test
 
344
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
 
345
am__test_logs1 = $(TESTS:=.log)
 
346
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
 
347
TEST_LOGS = $(am__test_logs2:.test.log=.log)
 
348
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
 
349
        $(TEST_LOG_FLAGS)
 
350
TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
 
351
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
352
distdir = $(PACKAGE)-$(VERSION)
 
353
top_distdir = $(distdir)
 
354
am__remove_distdir = \
 
355
  if test -d "$(distdir)"; then \
 
356
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
357
      && rm -rf "$(distdir)" \
 
358
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
359
  else :; fi
 
360
DIST_ARCHIVES = $(distdir).tar.gz
 
361
GZIP_ENV = --best
 
362
distuninstallcheck_listfiles = find . -type f -print
 
363
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
364
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
365
distcleancheck_listfiles = find . -type f -print
 
366
ACLOCAL = @ACLOCAL@
 
367
AMTAR = @AMTAR@
 
368
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
369
AR = @AR@
 
370
AR_FLAGS = @AR_FLAGS@
 
371
AUTOCONF = @AUTOCONF@
 
372
AUTOHEADER = @AUTOHEADER@
 
373
AUTOMAKE = @AUTOMAKE@
 
374
AWK = @AWK@
 
375
BLAS_CPPFLAGS = @BLAS_CPPFLAGS@
 
376
BLAS_LDFLAGS = @BLAS_LDFLAGS@
 
377
BLAS_LIBS = @BLAS_LIBS@
 
378
CC = @CC@
 
379
CCDEPMODE = @CCDEPMODE@
 
380
CFLAGS = @CFLAGS@
 
381
CPP = @CPP@
 
382
CPPFLAGS = @CPPFLAGS@
 
383
CXX = @CXX@
 
384
CXXCPP = @CXXCPP@
 
385
CXXDEPMODE = @CXXDEPMODE@
 
386
CXXFLAGS = @CXXFLAGS@
 
387
CYGPATH_W = @CYGPATH_W@
 
388
DEFS = @DEFS@
 
389
DEPDIR = @DEPDIR@
 
390
DLLTOOL = @DLLTOOL@
 
391
DSYMUTIL = @DSYMUTIL@
 
392
DUMPBIN = @DUMPBIN@
 
393
ECHO_C = @ECHO_C@
 
394
ECHO_N = @ECHO_N@
 
395
ECHO_T = @ECHO_T@
 
396
EGREP = @EGREP@
 
397
EXEEXT = @EXEEXT@
 
398
F2C_DOUBLE_PRECISION_C_TYPE = @F2C_DOUBLE_PRECISION_C_TYPE@
 
399
F2C_GETARG = @F2C_GETARG@
 
400
F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS = @F2C_HIDDEN_STRING_LENGTH_AFTER_ARGS@
 
401
F2C_IARGC = @F2C_IARGC@
 
402
F2C_INTEGER_C_TYPE = @F2C_INTEGER_C_TYPE@
 
403
F2C_REAL_C_TYPE = @F2C_REAL_C_TYPE@
 
404
F77 = @F77@
 
405
FFLAGS = @FFLAGS@
 
406
FFLAG_INT = @FFLAG_INT@
 
407
FGREP = @FGREP@
 
408
FLD_NOMAIN = @FLD_NOMAIN@
 
409
FLIBS = @FLIBS@
 
410
GA_CONFIG = @GA_CONFIG@
 
411
GA_CPPFLAGS = @GA_CPPFLAGS@
 
412
GA_FLIBS = @GA_FLIBS@
 
413
GA_LDFLAGS = @GA_LDFLAGS@
 
414
GA_LIBS = @GA_LIBS@
 
415
GA_MP_CPPFLAGS = @GA_MP_CPPFLAGS@
 
416
GA_MP_LDFLAGS = @GA_MP_LDFLAGS@
 
417
GA_MP_LIBS = @GA_MP_LIBS@
 
418
GREP = @GREP@
 
419
INSTALL = @INSTALL@
 
420
INSTALL_DATA = @INSTALL_DATA@
 
421
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
422
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
423
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
424
LAPACK_CPPFLAGS = @LAPACK_CPPFLAGS@
 
425
LAPACK_LDFLAGS = @LAPACK_LDFLAGS@
 
426
LAPACK_LIBS = @LAPACK_LIBS@
 
427
LD = @LD@
 
428
LDFLAGS = @LDFLAGS@
 
429
LIBOBJS = @LIBOBJS@
 
430
LIBS = @LIBS@
 
431
LIBTOOL = @LIBTOOL@
 
432
LIPO = @LIPO@
 
433
LN_S = @LN_S@
 
434
LTLIBOBJS = @LTLIBOBJS@
 
435
MAINT = @MAINT@
 
436
MAKEINFO = @MAKEINFO@
 
437
MANIFEST_TOOL = @MANIFEST_TOOL@
 
438
MKDIR_P = @MKDIR_P@
 
439
MPICC = @MPICC@
 
440
MPICXX = @MPICXX@
 
441
MPIF77 = @MPIF77@
 
442
NM = @NM@
 
443
NMEDIT = @NMEDIT@
 
444
OBJDUMP = @OBJDUMP@
 
445
OBJEXT = @OBJEXT@
 
446
OTOOL = @OTOOL@
 
447
OTOOL64 = @OTOOL64@
 
448
PACKAGE = @PACKAGE@
 
449
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
450
PACKAGE_NAME = @PACKAGE_NAME@
 
451
PACKAGE_STRING = @PACKAGE_STRING@
 
452
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
453
PACKAGE_URL = @PACKAGE_URL@
 
454
PACKAGE_VERSION = @PACKAGE_VERSION@
 
455
PATH_SEPARATOR = @PATH_SEPARATOR@
 
456
PERL = @PERL@
 
457
RANLIB = @RANLIB@
 
458
SCALAPACK_CPPFLAGS = @SCALAPACK_CPPFLAGS@
 
459
SCALAPACK_LDFLAGS = @SCALAPACK_LDFLAGS@
 
460
SCALAPACK_LIBS = @SCALAPACK_LIBS@
 
461
SED = @SED@
 
462
SET_MAKE = @SET_MAKE@
 
463
SHELL = @SHELL@
 
464
STRIP = @STRIP@
 
465
VERSION = @VERSION@
 
466
abs_builddir = @abs_builddir@
 
467
abs_srcdir = @abs_srcdir@
 
468
abs_top_builddir = @abs_top_builddir@
 
469
abs_top_srcdir = @abs_top_srcdir@
 
470
ac_ct_AR = @ac_ct_AR@
 
471
ac_ct_CC = @ac_ct_CC@
 
472
ac_ct_CXX = @ac_ct_CXX@
 
473
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
474
ac_ct_F77 = @ac_ct_F77@
 
475
am__include = @am__include@
 
476
am__leading_dot = @am__leading_dot@
 
477
am__quote = @am__quote@
 
478
am__tar = @am__tar@
 
479
am__untar = @am__untar@
 
480
bindir = @bindir@
 
481
build = @build@
 
482
build_alias = @build_alias@
 
483
build_cpu = @build_cpu@
 
484
build_os = @build_os@
 
485
build_vendor = @build_vendor@
 
486
builddir = @builddir@
 
487
datadir = @datadir@
 
488
datarootdir = @datarootdir@
 
489
docdir = @docdir@
 
490
dvidir = @dvidir@
 
491
exec_prefix = @exec_prefix@
 
492
host = @host@
 
493
host_alias = @host_alias@
 
494
host_cpu = @host_cpu@
 
495
host_os = @host_os@
 
496
host_vendor = @host_vendor@
 
497
htmldir = @htmldir@
 
498
includedir = @includedir@
 
499
infodir = @infodir@
 
500
install_sh = @install_sh@
 
501
libdir = @libdir@
 
502
libexecdir = @libexecdir@
 
503
localedir = @localedir@
 
504
localstatedir = @localstatedir@
 
505
mandir = @mandir@
 
506
mkdir_p = @mkdir_p@
 
507
oldincludedir = @oldincludedir@
 
508
pdfdir = @pdfdir@
 
509
prefix = @prefix@
 
510
program_transform_name = @program_transform_name@
 
511
psdir = @psdir@
 
512
sbindir = @sbindir@
 
513
sharedstatedir = @sharedstatedir@
 
514
srcdir = @srcdir@
 
515
sysconfdir = @sysconfdir@
 
516
target_alias = @target_alias@
 
517
top_build_prefix = @top_build_prefix@
 
518
top_builddir = @top_builddir@
 
519
top_srcdir = @top_srcdir@
 
520
ACLOCAL_AMFLAGS = -I m4 -I ../m4
 
521
BUILT_SOURCES = config.fh
 
522
EXTRA_DIST = examples/scf/README examples/scf/be.inpt \
 
523
        examples/scf/be16.inpt
 
524
AM_FFLAGS = $(FFLAG_INT)
 
525
AM_CFLAGS = 
 
526
AM_CXXFLAGS = 
 
527
AM_CPPFLAGS = -I$(top_srcdir)/src $(GA_CPPFLAGS) $(LAPACK_CPPFLAGS) \
 
528
        $(BLAS_CPPFLAGS) $(GA_MP_CPPFLAGS)
 
529
LDADD = libtascel.la $(GA_LIBS) $(LAPACK_LIBS) $(BLAS_LIBS) \
 
530
        $(GA_MP_LIBS) $(FLIBS)
 
531
AM_LDFLAGS = $(GA_LDFLAGS) $(LAPACK_LDFLAGS) $(BLAS_LDFLAGS) \
 
532
        $(GA_MP_LDFLAGS)
 
533
include_HEADERS = src/AccessMode.h src/Comm.h src/Counter.h \
 
534
        src/DataColl.h src/DenseArray.h src/FuncReg.h src/massert.h \
 
535
        src/SharedQueue.h src/Sleep.h src/SplitQueue.h \
 
536
        src/SplitQueueOpt.h src/StealingStats.h src/TaskCollProps.h \
 
537
        src/Timer.h src/TerminationDetector.h \
 
538
        src/UniformTaskCollection.h src/UniformTaskCollectionShared.h \
 
539
        src/UniformTaskCollectionSplit.h \
 
540
        src/UniformTaskCollSplitData.h
 
541
lib_LTLIBRARIES = libtascel.la
 
542
nodist_libtascel_la_SOURCES = config.fh
 
543
libtascel_la_SOURCES = src/Comm.cc src/DenseArray.cc src/FuncReg.cc \
 
544
        src/SharedQueue.cc src/Sleep.cc src/SplitQueue.cc \
 
545
        src/SplitQueueOpt.cc src/StealingStats.cc src/TaskCollProps.cc \
 
546
        src/TerminationDetector.cc src/UniformTaskCollection.cc \
 
547
        src/UniformTaskCollectionShared.cc \
 
548
        src/UniformTaskCollectionSplit.cc \
 
549
        src/UniformTaskCollSplitData.cc
 
550
test_TestSharedQueue_SOURCES = test/TestQueue.cc
 
551
test_TestSharedQueue_CPPFLAGS = $(AM_CPPFLAGS) -DSHARED_QUEUE
 
552
test_TestSplitQueue_SOURCES = test/TestQueue.cc
 
553
test_TestSplitQueue_CPPFLAGS = $(AM_CPPFLAGS) -DSPLIT_QUEUE
 
554
examples_scf_scf_SOURCES = examples/scf/cscf.h examples/scf/input.F \
 
555
        examples/scf/integ.F examples/scf/main.c examples/scf/output.F \
 
556
        examples/scf/scf.F examples/scf/timer.F \
 
557
        examples/scf/twoelcpp.cc
 
558
SERIAL_TESTS = 
 
559
PARALLEL_TESTS = test/TestSharedQueue$(EXEEXT) \
 
560
        test/TestSplitQueue$(EXEEXT) $(am__append_2)
 
561
@CROSS_COMPILING_FALSE@LOG_COMPILER = \
 
562
@CROSS_COMPILING_FALSE@maybe_mpiexec=`if echo "$(SERIAL_TESTS)" | $(GREP) "$$p" > /dev/null; then echo ""; else if echo "$(MPIEXEC)" | $(GREP) "%NP%" > /dev/null; then echo "$(MPIEXEC)" | $(SED) 's/%NP%/$(NPROCS)/'; else echo "$(MPIEXEC)"; fi; fi`; $$maybe_mpiexec
 
563
 
 
564
@CROSS_COMPILING_TRUE@LOG_COMPILER = \
 
565
@CROSS_COMPILING_TRUE@maybe_mpiexec=`if echo "$(SERIAL_TESTS)" | $(GREP) "$$p" > /dev/null; then echo "$(MPIEXEC)" | $(SED) 's/%NP%/1/'; else echo "$(MPIEXEC)" | $(SED) 's/%NP%/$(NPROCS)/'; fi`; $$maybe_mpiexec
 
566
 
 
567
 
 
568
# support verbose/silent make rules for additional programs
 
569
# sed
 
570
AM_V_SED = $(am__v_SED_$(V))
 
571
am__v_SED_ = $(am__v_SED_$(AM_DEFAULT_VERBOSITY))
 
572
am__v_SED_0 = @echo "  SED   " $@;
 
573
all: $(BUILT_SOURCES) config.h
 
574
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
575
 
 
576
.SUFFIXES:
 
577
.SUFFIXES: .F .c .cc .f .html .lo .log .o .obj .test .test$(EXEEXT)
 
578
am--refresh: Makefile
 
579
        @:
 
580
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
581
        @for dep in $?; do \
 
582
          case '$(am__configure_deps)' in \
 
583
            *$$dep*) \
 
584
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
585
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
586
                && exit 0; \
 
587
              exit 1;; \
 
588
          esac; \
 
589
        done; \
 
590
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
591
        $(am__cd) $(top_srcdir) && \
 
592
          $(AUTOMAKE) --foreign Makefile
 
593
.PRECIOUS: Makefile
 
594
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
595
        @case '$?' in \
 
596
          *config.status*) \
 
597
            echo ' $(SHELL) ./config.status'; \
 
598
            $(SHELL) ./config.status;; \
 
599
          *) \
 
600
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
601
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
602
        esac;
 
603
 
 
604
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
605
        $(SHELL) ./config.status --recheck
 
606
 
 
607
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
608
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
609
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
610
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
611
$(am__aclocal_m4_deps):
 
612
 
 
613
config.h: stamp-h1
 
614
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
615
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
616
 
 
617
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
618
        @rm -f stamp-h1
 
619
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
620
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
621
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
622
        rm -f stamp-h1
 
623
        touch $@
 
624
 
 
625
distclean-hdr:
 
626
        -rm -f config.h stamp-h1
 
627
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
628
        @$(NORMAL_INSTALL)
 
629
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
630
        list2=; for p in $$list; do \
 
631
          if test -f $$p; then \
 
632
            list2="$$list2 $$p"; \
 
633
          else :; fi; \
 
634
        done; \
 
635
        test -z "$$list2" || { \
 
636
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
637
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
 
638
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
639
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
640
        }
 
641
 
 
642
uninstall-libLTLIBRARIES:
 
643
        @$(NORMAL_UNINSTALL)
 
644
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
645
        for p in $$list; do \
 
646
          $(am__strip_dir) \
 
647
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
648
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
649
        done
 
650
 
 
651
clean-libLTLIBRARIES:
 
652
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
653
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
654
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
655
          test "$$dir" != "$$p" || dir=.; \
 
656
          echo "rm -f \"$${dir}/so_locations\""; \
 
657
          rm -f "$${dir}/so_locations"; \
 
658
        done
 
659
src/$(am__dirstamp):
 
660
        @$(MKDIR_P) src
 
661
        @: > src/$(am__dirstamp)
 
662
src/$(DEPDIR)/$(am__dirstamp):
 
663
        @$(MKDIR_P) src/$(DEPDIR)
 
664
        @: > src/$(DEPDIR)/$(am__dirstamp)
 
665
src/Comm.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
666
src/DenseArray.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
667
src/FuncReg.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
668
src/SharedQueue.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
669
src/Sleep.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
670
src/SplitQueue.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
671
src/SplitQueueOpt.lo: src/$(am__dirstamp) \
 
672
        src/$(DEPDIR)/$(am__dirstamp)
 
673
src/StealingStats.lo: src/$(am__dirstamp) \
 
674
        src/$(DEPDIR)/$(am__dirstamp)
 
675
src/TaskCollProps.lo: src/$(am__dirstamp) \
 
676
        src/$(DEPDIR)/$(am__dirstamp)
 
677
src/TerminationDetector.lo: src/$(am__dirstamp) \
 
678
        src/$(DEPDIR)/$(am__dirstamp)
 
679
src/UniformTaskCollection.lo: src/$(am__dirstamp) \
 
680
        src/$(DEPDIR)/$(am__dirstamp)
 
681
src/UniformTaskCollectionShared.lo: src/$(am__dirstamp) \
 
682
        src/$(DEPDIR)/$(am__dirstamp)
 
683
src/UniformTaskCollectionSplit.lo: src/$(am__dirstamp) \
 
684
        src/$(DEPDIR)/$(am__dirstamp)
 
685
src/UniformTaskCollSplitData.lo: src/$(am__dirstamp) \
 
686
        src/$(DEPDIR)/$(am__dirstamp)
 
687
libtascel.la: $(libtascel_la_OBJECTS) $(libtascel_la_DEPENDENCIES) $(EXTRA_libtascel_la_DEPENDENCIES) 
 
688
        $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libtascel_la_OBJECTS) $(libtascel_la_LIBADD) $(LIBS)
 
689
 
 
690
clean-checkPROGRAMS:
 
691
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
692
        echo " rm -f" $$list; \
 
693
        rm -f $$list || exit $$?; \
 
694
        test -n "$(EXEEXT)" || exit 0; \
 
695
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
696
        echo " rm -f" $$list; \
 
697
        rm -f $$list
 
698
examples/scf/$(am__dirstamp):
 
699
        @$(MKDIR_P) examples/scf
 
700
        @: > examples/scf/$(am__dirstamp)
 
701
examples/scf/$(DEPDIR)/$(am__dirstamp):
 
702
        @$(MKDIR_P) examples/scf/$(DEPDIR)
 
703
        @: > examples/scf/$(DEPDIR)/$(am__dirstamp)
 
704
examples/scf/input.$(OBJEXT): examples/scf/$(am__dirstamp) \
 
705
        examples/scf/$(DEPDIR)/$(am__dirstamp)
 
706
examples/scf/integ.$(OBJEXT): examples/scf/$(am__dirstamp) \
 
707
        examples/scf/$(DEPDIR)/$(am__dirstamp)
 
708
examples/scf/main.$(OBJEXT): examples/scf/$(am__dirstamp) \
 
709
        examples/scf/$(DEPDIR)/$(am__dirstamp)
 
710
examples/scf/output.$(OBJEXT): examples/scf/$(am__dirstamp) \
 
711
        examples/scf/$(DEPDIR)/$(am__dirstamp)
 
712
examples/scf/scf.$(OBJEXT): examples/scf/$(am__dirstamp) \
 
713
        examples/scf/$(DEPDIR)/$(am__dirstamp)
 
714
examples/scf/timer.$(OBJEXT): examples/scf/$(am__dirstamp) \
 
715
        examples/scf/$(DEPDIR)/$(am__dirstamp)
 
716
examples/scf/twoelcpp.$(OBJEXT): examples/scf/$(am__dirstamp) \
 
717
        examples/scf/$(DEPDIR)/$(am__dirstamp)
 
718
examples/scf/scf$(EXEEXT): $(examples_scf_scf_OBJECTS) $(examples_scf_scf_DEPENDENCIES) $(EXTRA_examples_scf_scf_DEPENDENCIES) examples/scf/$(am__dirstamp)
 
719
        @rm -f examples/scf/scf$(EXEEXT)
 
720
        $(AM_V_CXXLD)$(CXXLINK) $(examples_scf_scf_OBJECTS) $(examples_scf_scf_LDADD) $(LIBS)
 
721
test/$(am__dirstamp):
 
722
        @$(MKDIR_P) test
 
723
        @: > test/$(am__dirstamp)
 
724
test/$(DEPDIR)/$(am__dirstamp):
 
725
        @$(MKDIR_P) test/$(DEPDIR)
 
726
        @: > test/$(DEPDIR)/$(am__dirstamp)
 
727
test/test_TestSharedQueue-TestQueue.$(OBJEXT): test/$(am__dirstamp) \
 
728
        test/$(DEPDIR)/$(am__dirstamp)
 
729
test/TestSharedQueue$(EXEEXT): $(test_TestSharedQueue_OBJECTS) $(test_TestSharedQueue_DEPENDENCIES) $(EXTRA_test_TestSharedQueue_DEPENDENCIES) test/$(am__dirstamp)
 
730
        @rm -f test/TestSharedQueue$(EXEEXT)
 
731
        $(AM_V_CXXLD)$(CXXLINK) $(test_TestSharedQueue_OBJECTS) $(test_TestSharedQueue_LDADD) $(LIBS)
 
732
test/test_TestSplitQueue-TestQueue.$(OBJEXT): test/$(am__dirstamp) \
 
733
        test/$(DEPDIR)/$(am__dirstamp)
 
734
test/TestSplitQueue$(EXEEXT): $(test_TestSplitQueue_OBJECTS) $(test_TestSplitQueue_DEPENDENCIES) $(EXTRA_test_TestSplitQueue_DEPENDENCIES) test/$(am__dirstamp)
 
735
        @rm -f test/TestSplitQueue$(EXEEXT)
 
736
        $(AM_V_CXXLD)$(CXXLINK) $(test_TestSplitQueue_OBJECTS) $(test_TestSplitQueue_LDADD) $(LIBS)
 
737
 
 
738
mostlyclean-compile:
 
739
        -rm -f *.$(OBJEXT)
 
740
        -rm -f examples/scf/input.$(OBJEXT)
 
741
        -rm -f examples/scf/integ.$(OBJEXT)
 
742
        -rm -f examples/scf/main.$(OBJEXT)
 
743
        -rm -f examples/scf/output.$(OBJEXT)
 
744
        -rm -f examples/scf/scf.$(OBJEXT)
 
745
        -rm -f examples/scf/timer.$(OBJEXT)
 
746
        -rm -f examples/scf/twoelcpp.$(OBJEXT)
 
747
        -rm -f src/Comm.$(OBJEXT)
 
748
        -rm -f src/Comm.lo
 
749
        -rm -f src/DenseArray.$(OBJEXT)
 
750
        -rm -f src/DenseArray.lo
 
751
        -rm -f src/FuncReg.$(OBJEXT)
 
752
        -rm -f src/FuncReg.lo
 
753
        -rm -f src/SharedQueue.$(OBJEXT)
 
754
        -rm -f src/SharedQueue.lo
 
755
        -rm -f src/Sleep.$(OBJEXT)
 
756
        -rm -f src/Sleep.lo
 
757
        -rm -f src/SplitQueue.$(OBJEXT)
 
758
        -rm -f src/SplitQueue.lo
 
759
        -rm -f src/SplitQueueOpt.$(OBJEXT)
 
760
        -rm -f src/SplitQueueOpt.lo
 
761
        -rm -f src/StealingStats.$(OBJEXT)
 
762
        -rm -f src/StealingStats.lo
 
763
        -rm -f src/TaskCollProps.$(OBJEXT)
 
764
        -rm -f src/TaskCollProps.lo
 
765
        -rm -f src/TerminationDetector.$(OBJEXT)
 
766
        -rm -f src/TerminationDetector.lo
 
767
        -rm -f src/UniformTaskCollSplitData.$(OBJEXT)
 
768
        -rm -f src/UniformTaskCollSplitData.lo
 
769
        -rm -f src/UniformTaskCollection.$(OBJEXT)
 
770
        -rm -f src/UniformTaskCollection.lo
 
771
        -rm -f src/UniformTaskCollectionShared.$(OBJEXT)
 
772
        -rm -f src/UniformTaskCollectionShared.lo
 
773
        -rm -f src/UniformTaskCollectionSplit.$(OBJEXT)
 
774
        -rm -f src/UniformTaskCollectionSplit.lo
 
775
        -rm -f test/test_TestSharedQueue-TestQueue.$(OBJEXT)
 
776
        -rm -f test/test_TestSplitQueue-TestQueue.$(OBJEXT)
 
777
 
 
778
distclean-compile:
 
779
        -rm -f *.tab.c
 
780
 
 
781
@AMDEP_TRUE@@am__include@ @am__quote@examples/scf/$(DEPDIR)/main.Po@am__quote@
 
782
@AMDEP_TRUE@@am__include@ @am__quote@examples/scf/$(DEPDIR)/twoelcpp.Po@am__quote@
 
783
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/Comm.Plo@am__quote@
 
784
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/DenseArray.Plo@am__quote@
 
785
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/FuncReg.Plo@am__quote@
 
786
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SharedQueue.Plo@am__quote@
 
787
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/Sleep.Plo@am__quote@
 
788
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SplitQueue.Plo@am__quote@
 
789
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/SplitQueueOpt.Plo@am__quote@
 
790
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/StealingStats.Plo@am__quote@
 
791
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/TaskCollProps.Plo@am__quote@
 
792
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/TerminationDetector.Plo@am__quote@
 
793
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/UniformTaskCollSplitData.Plo@am__quote@
 
794
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/UniformTaskCollection.Plo@am__quote@
 
795
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/UniformTaskCollectionShared.Plo@am__quote@
 
796
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/UniformTaskCollectionSplit.Plo@am__quote@
 
797
@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_TestSharedQueue-TestQueue.Po@am__quote@
 
798
@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_TestSplitQueue-TestQueue.Po@am__quote@
 
799
 
 
800
.F.o:
 
801
        $(AM_V_PPF77)$(PPF77COMPILE) -c -o $@ $<
 
802
 
 
803
.F.obj:
 
804
        $(AM_V_PPF77)$(PPF77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
805
 
 
806
.F.lo:
 
807
        $(AM_V_PPF77)$(LTPPF77COMPILE) -c -o $@ $<
 
808
.F.f:
 
809
        $(F77COMPILE) -F $<
 
810
 
 
811
.c.o:
 
812
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
813
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
814
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
817
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
818
 
 
819
.c.obj:
 
820
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
821
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
822
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
824
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
825
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
826
 
 
827
.c.lo:
 
828
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
829
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
830
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
833
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
834
 
 
835
.cc.o:
 
836
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
837
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
838
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
839
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
840
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
841
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
842
 
 
843
.cc.obj:
 
844
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
845
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
846
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
847
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
848
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
849
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
850
 
 
851
.cc.lo:
 
852
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
853
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
854
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
 
855
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
856
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
857
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
858
 
 
859
test/test_TestSharedQueue-TestQueue.o: test/TestQueue.cc
 
860
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSharedQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test/test_TestSharedQueue-TestQueue.o -MD -MP -MF test/$(DEPDIR)/test_TestSharedQueue-TestQueue.Tpo -c -o test/test_TestSharedQueue-TestQueue.o `test -f 'test/TestQueue.cc' || echo '$(srcdir)/'`test/TestQueue.cc
 
861
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_TestSharedQueue-TestQueue.Tpo test/$(DEPDIR)/test_TestSharedQueue-TestQueue.Po
 
862
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='test/TestQueue.cc' object='test/test_TestSharedQueue-TestQueue.o' libtool=no @AMDEPBACKSLASH@
 
863
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
864
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSharedQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test/test_TestSharedQueue-TestQueue.o `test -f 'test/TestQueue.cc' || echo '$(srcdir)/'`test/TestQueue.cc
 
865
 
 
866
test/test_TestSharedQueue-TestQueue.obj: test/TestQueue.cc
 
867
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSharedQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test/test_TestSharedQueue-TestQueue.obj -MD -MP -MF test/$(DEPDIR)/test_TestSharedQueue-TestQueue.Tpo -c -o test/test_TestSharedQueue-TestQueue.obj `if test -f 'test/TestQueue.cc'; then $(CYGPATH_W) 'test/TestQueue.cc'; else $(CYGPATH_W) '$(srcdir)/test/TestQueue.cc'; fi`
 
868
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_TestSharedQueue-TestQueue.Tpo test/$(DEPDIR)/test_TestSharedQueue-TestQueue.Po
 
869
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='test/TestQueue.cc' object='test/test_TestSharedQueue-TestQueue.obj' libtool=no @AMDEPBACKSLASH@
 
870
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
871
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSharedQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test/test_TestSharedQueue-TestQueue.obj `if test -f 'test/TestQueue.cc'; then $(CYGPATH_W) 'test/TestQueue.cc'; else $(CYGPATH_W) '$(srcdir)/test/TestQueue.cc'; fi`
 
872
 
 
873
test/test_TestSplitQueue-TestQueue.o: test/TestQueue.cc
 
874
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSplitQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test/test_TestSplitQueue-TestQueue.o -MD -MP -MF test/$(DEPDIR)/test_TestSplitQueue-TestQueue.Tpo -c -o test/test_TestSplitQueue-TestQueue.o `test -f 'test/TestQueue.cc' || echo '$(srcdir)/'`test/TestQueue.cc
 
875
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_TestSplitQueue-TestQueue.Tpo test/$(DEPDIR)/test_TestSplitQueue-TestQueue.Po
 
876
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='test/TestQueue.cc' object='test/test_TestSplitQueue-TestQueue.o' libtool=no @AMDEPBACKSLASH@
 
877
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
878
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSplitQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test/test_TestSplitQueue-TestQueue.o `test -f 'test/TestQueue.cc' || echo '$(srcdir)/'`test/TestQueue.cc
 
879
 
 
880
test/test_TestSplitQueue-TestQueue.obj: test/TestQueue.cc
 
881
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSplitQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test/test_TestSplitQueue-TestQueue.obj -MD -MP -MF test/$(DEPDIR)/test_TestSplitQueue-TestQueue.Tpo -c -o test/test_TestSplitQueue-TestQueue.obj `if test -f 'test/TestQueue.cc'; then $(CYGPATH_W) 'test/TestQueue.cc'; else $(CYGPATH_W) '$(srcdir)/test/TestQueue.cc'; fi`
 
882
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_TestSplitQueue-TestQueue.Tpo test/$(DEPDIR)/test_TestSplitQueue-TestQueue.Po
 
883
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='test/TestQueue.cc' object='test/test_TestSplitQueue-TestQueue.obj' libtool=no @AMDEPBACKSLASH@
 
884
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
885
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_TestSplitQueue_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test/test_TestSplitQueue-TestQueue.obj `if test -f 'test/TestQueue.cc'; then $(CYGPATH_W) 'test/TestQueue.cc'; else $(CYGPATH_W) '$(srcdir)/test/TestQueue.cc'; fi`
 
886
 
 
887
mostlyclean-libtool:
 
888
        -rm -f *.lo
 
889
 
 
890
clean-libtool:
 
891
        -rm -rf .libs _libs
 
892
        -rm -rf examples/scf/.libs examples/scf/_libs
 
893
        -rm -rf src/.libs src/_libs
 
894
        -rm -rf test/.libs test/_libs
 
895
 
 
896
distclean-libtool:
 
897
        -rm -f libtool config.lt
 
898
install-includeHEADERS: $(include_HEADERS)
 
899
        @$(NORMAL_INSTALL)
 
900
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
901
        if test -n "$$list"; then \
 
902
          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
 
903
          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
 
904
        fi; \
 
905
        for p in $$list; do \
 
906
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
907
          echo "$$d$$p"; \
 
908
        done | $(am__base_list) | \
 
909
        while read files; do \
 
910
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
 
911
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
 
912
        done
 
913
 
 
914
uninstall-includeHEADERS:
 
915
        @$(NORMAL_UNINSTALL)
 
916
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
917
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
918
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
 
919
 
 
920
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
921
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
922
        unique=`for i in $$list; do \
 
923
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
924
          done | \
 
925
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
926
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
927
        mkid -fID $$unique
 
928
tags: TAGS
 
929
 
 
930
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
931
                $(TAGS_FILES) $(LISP)
 
932
        set x; \
 
933
        here=`pwd`; \
 
934
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
935
        unique=`for i in $$list; do \
 
936
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
937
          done | \
 
938
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
939
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
940
        shift; \
 
941
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
942
          test -n "$$unique" || unique=$$empty_fix; \
 
943
          if test $$# -gt 0; then \
 
944
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
945
              "$$@" $$unique; \
 
946
          else \
 
947
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
948
              $$unique; \
 
949
          fi; \
 
950
        fi
 
951
ctags: CTAGS
 
952
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
953
                $(TAGS_FILES) $(LISP)
 
954
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
955
        unique=`for i in $$list; do \
 
956
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
957
          done | \
 
958
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
959
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
960
        test -z "$(CTAGS_ARGS)$$unique" \
 
961
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
962
             $$unique
 
963
 
 
964
GTAGS:
 
965
        here=`$(am__cd) $(top_builddir) && pwd` \
 
966
          && $(am__cd) $(top_srcdir) \
 
967
          && gtags -i $(GTAGS_ARGS) "$$here"
 
968
 
 
969
distclean-tags:
 
970
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
971
 
 
972
$(TEST_SUITE_LOG): $(TEST_LOGS)
 
973
        @$(am__sh_e_setup);                                             \
 
974
        list='$(TEST_LOGS)';                                            \
 
975
        results=`for f in $$list; do                                    \
 
976
                   test -r $$f && read line < $$f && echo "$$line"      \
 
977
                     || echo FAIL;                                      \
 
978
                 done`;                                                 \
 
979
        all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[      ]*//'`; \
 
980
        fail=`echo "$$results" | grep -c '^FAIL'`;                      \
 
981
        pass=`echo "$$results" | grep -c '^PASS'`;                      \
 
982
        skip=`echo "$$results" | grep -c '^SKIP'`;                      \
 
983
        xfail=`echo "$$results" | grep -c '^XFAIL'`;                    \
 
984
        xpass=`echo "$$results" | grep -c '^XPASS'`;                    \
 
985
        failures=`expr $$fail + $$xpass`;                               \
 
986
        all=`expr $$all - $$skip`;                                      \
 
987
        if test "$$all" -eq 1; then tests=test; All=;                   \
 
988
        else tests=tests; All="All "; fi;                               \
 
989
        case fail=$$fail:xpass=$$xpass:xfail=$$xfail in                 \
 
990
          fail=0:xpass=0:xfail=0)                                       \
 
991
            msg="$$All$$all $$tests passed.  ";                         \
 
992
            exit=true;;                                                 \
 
993
          fail=0:xpass=0:xfail=*)                                       \
 
994
            msg="$$All$$all $$tests behaved as expected";               \
 
995
            if test "$$xfail" -eq 1; then xfailures=failure;            \
 
996
            else xfailures=failures; fi;                                \
 
997
            msg="$$msg ($$xfail expected $$xfailures).  ";              \
 
998
            exit=true;;                                                 \
 
999
          fail=*:xpass=0:xfail=*)                                       \
 
1000
            msg="$$fail of $$all $$tests failed.  ";                    \
 
1001
            exit=false;;                                                \
 
1002
          fail=*:xpass=*:xfail=*)                                       \
 
1003
            msg="$$failures of $$all $$tests did not behave as expected"; \
 
1004
            if test "$$xpass" -eq 1; then xpasses=pass;                 \
 
1005
            else xpasses=passes; fi;                                    \
 
1006
            msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
 
1007
            exit=false;;                                                \
 
1008
          *)                                                            \
 
1009
            echo >&2 "incorrect case"; exit 4;;                         \
 
1010
        esac;                                                           \
 
1011
        if test "$$skip" -ne 0; then                                    \
 
1012
          if test "$$skip" -eq 1; then                                  \
 
1013
            msg="$$msg($$skip test was not run).  ";                    \
 
1014
          else                                                          \
 
1015
            msg="$$msg($$skip tests were not run).  ";                  \
 
1016
          fi;                                                           \
 
1017
        fi;                                                             \
 
1018
        {                                                               \
 
1019
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
 
1020
            $(am__rst_title);                                           \
 
1021
          echo "$$msg";                                                 \
 
1022
          echo;                                                         \
 
1023
          echo ".. contents:: :depth: 2";                               \
 
1024
          echo;                                                         \
 
1025
          for f in $$list; do                                           \
 
1026
            test -r $$f && read line < $$f || line=;                    \
 
1027
            case $$line in                                              \
 
1028
              PASS:*|XFAIL:*);;                                         \
 
1029
              *) echo; cat $$f;;                                        \
 
1030
            esac;                                                       \
 
1031
          done;                                                         \
 
1032
        } >$(TEST_SUITE_LOG).tmp;                                       \
 
1033
        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
 
1034
        if test "$$failures" -ne 0; then                                \
 
1035
          msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";              \
 
1036
          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
 
1037
            msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
 
1038
          fi;                                                           \
 
1039
        fi;                                                             \
 
1040
        test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
 
1041
        $(am__tty_colors);                                              \
 
1042
        if $$exit; then                                                 \
 
1043
          col="$$grn";                                                  \
 
1044
         else                                                           \
 
1045
          col="$$red";                                                  \
 
1046
        fi;                                                             \
 
1047
        echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";         \
 
1048
        $$exit || exit 1
 
1049
 
 
1050
check-TESTS recheck:
 
1051
        @if test $@ != recheck; then \
 
1052
           list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
 
1053
         fi
 
1054
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
1055
        @list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
 
1056
          test .log = $$f && continue; \
 
1057
          if test $@ = recheck; then \
 
1058
            test -f $$f || continue; \
 
1059
            if test -r $$f && read line < $$f; then \
 
1060
              case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
 
1061
            fi; \
 
1062
          fi; \
 
1063
          if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
 
1064
        done; \
 
1065
        if test $@ = recheck && test -n "$$list"; then \
 
1066
          $(am__make_dryrun) || rm -f $$list || exit 1; \
 
1067
        fi; \
 
1068
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
 
1069
recheck: $(check_PROGRAMS)
 
1070
 
 
1071
am--mostlyclean-test-html:
 
1072
        list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
 
1073
        rm -f $(TEST_SUITE_HTML)
 
1074
 
 
1075
.log.html:
 
1076
        @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';            \
 
1077
        for r2h in $$list; do                                           \
 
1078
          if ($$r2h --version) >/dev/null 2>&1; then                    \
 
1079
            R2H=$$r2h;                                                  \
 
1080
          fi;                                                           \
 
1081
        done;                                                           \
 
1082
        if test -z "$$R2H"; then                                        \
 
1083
          echo >&2 "cannot find rst2html, cannot create $@";            \
 
1084
          exit 2;                                                       \
 
1085
        fi;                                                             \
 
1086
        $$R2H $< >$@.tmp
 
1087
        @mv $@.tmp $@
 
1088
 
 
1089
# Be sure to run check first, and then to convert the result.
 
1090
# Beware of concurrent executions.  Run "check" not "check-TESTS", as
 
1091
# check-SCRIPTS and other dependencies are rebuilt by the former only.
 
1092
# And expect check to fail.
 
1093
check-html recheck-html:
 
1094
        @target=`echo $@ | sed 's/-html$$//'`; \
 
1095
        rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
 
1096
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
 
1097
        exit $$rv
 
1098
test/TestSharedQueue.log: test/TestSharedQueue$(EXEEXT)
 
1099
        @p='test/TestSharedQueue$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
 
1100
test/TestSplitQueue.log: test/TestSplitQueue$(EXEEXT)
 
1101
        @p='test/TestSplitQueue$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
 
1102
examples/scf/scf.log: examples/scf/scf$(EXEEXT)
 
1103
        @p='examples/scf/scf$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
 
1104
.test.log:
 
1105
        @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
 
1106
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
 
1107
@am__EXEEXT_TRUE@       @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
 
1108
 
 
1109
distdir: $(DISTFILES)
 
1110
        $(am__remove_distdir)
 
1111
        test -d "$(distdir)" || mkdir "$(distdir)"
 
1112
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1113
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1114
        list='$(DISTFILES)'; \
 
1115
          dist_files=`for file in $$list; do echo $$file; done | \
 
1116
          sed -e "s|^$$srcdirstrip/||;t" \
 
1117
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1118
        case $$dist_files in \
 
1119
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1120
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1121
                           sort -u` ;; \
 
1122
        esac; \
 
1123
        for file in $$dist_files; do \
 
1124
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1125
          if test -d $$d/$$file; then \
 
1126
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1127
            if test -d "$(distdir)/$$file"; then \
 
1128
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1129
            fi; \
 
1130
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1131
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1132
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1133
            fi; \
 
1134
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
1135
          else \
 
1136
            test -f "$(distdir)/$$file" \
 
1137
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
1138
            || exit 1; \
 
1139
          fi; \
 
1140
        done
 
1141
        -test -n "$(am__skip_mode_fix)" \
 
1142
        || find "$(distdir)" -type d ! -perm -755 \
 
1143
                -exec chmod u+rwx,go+rx {} \; -o \
 
1144
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
1145
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
1146
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
1147
        || chmod -R a+r "$(distdir)"
 
1148
dist-gzip: distdir
 
1149
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
1150
        $(am__remove_distdir)
 
1151
 
 
1152
dist-bzip2: distdir
 
1153
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
1154
        $(am__remove_distdir)
 
1155
 
 
1156
dist-lzip: distdir
 
1157
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
1158
        $(am__remove_distdir)
 
1159
 
 
1160
dist-lzma: distdir
 
1161
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
1162
        $(am__remove_distdir)
 
1163
 
 
1164
dist-xz: distdir
 
1165
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
1166
        $(am__remove_distdir)
 
1167
 
 
1168
dist-tarZ: distdir
 
1169
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
1170
        $(am__remove_distdir)
 
1171
 
 
1172
dist-shar: distdir
 
1173
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
1174
        $(am__remove_distdir)
 
1175
 
 
1176
dist-zip: distdir
 
1177
        -rm -f $(distdir).zip
 
1178
        zip -rq $(distdir).zip $(distdir)
 
1179
        $(am__remove_distdir)
 
1180
 
 
1181
dist dist-all: distdir
 
1182
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
1183
        $(am__remove_distdir)
 
1184
 
 
1185
# This target untars the dist file and tries a VPATH configuration.  Then
 
1186
# it guarantees that the distribution is self-contained by making another
 
1187
# tarfile.
 
1188
distcheck: dist
 
1189
        case '$(DIST_ARCHIVES)' in \
 
1190
        *.tar.gz*) \
 
1191
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
1192
        *.tar.bz2*) \
 
1193
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
1194
        *.tar.lzma*) \
 
1195
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
1196
        *.tar.lz*) \
 
1197
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
1198
        *.tar.xz*) \
 
1199
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
1200
        *.tar.Z*) \
 
1201
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
1202
        *.shar.gz*) \
 
1203
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
1204
        *.zip*) \
 
1205
          unzip $(distdir).zip ;;\
 
1206
        esac
 
1207
        chmod -R a-w $(distdir); chmod u+w $(distdir)
 
1208
        mkdir $(distdir)/_build
 
1209
        mkdir $(distdir)/_inst
 
1210
        chmod a-w $(distdir)
 
1211
        test -d $(distdir)/_build || exit 0; \
 
1212
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
1213
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
1214
          && am__cwd=`pwd` \
 
1215
          && $(am__cd) $(distdir)/_build \
 
1216
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
1217
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
1218
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
1219
          && $(MAKE) $(AM_MAKEFLAGS) \
 
1220
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
1221
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
1222
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
1223
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
1224
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
1225
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
1226
                distuninstallcheck \
 
1227
          && chmod -R a-w "$$dc_install_base" \
 
1228
          && ({ \
 
1229
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
1230
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
1231
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
1232
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
1233
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
1234
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
1235
          && rm -rf "$$dc_destdir" \
 
1236
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
1237
          && rm -rf $(DIST_ARCHIVES) \
 
1238
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
1239
          && cd "$$am__cwd" \
 
1240
          || exit 1
 
1241
        $(am__remove_distdir)
 
1242
        @(echo "$(distdir) archives ready for distribution: "; \
 
1243
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
1244
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
1245
distuninstallcheck:
 
1246
        @test -n '$(distuninstallcheck_dir)' || { \
 
1247
          echo 'ERROR: trying to run $@ with an empty' \
 
1248
               '$$(distuninstallcheck_dir)' >&2; \
 
1249
          exit 1; \
 
1250
        }; \
 
1251
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
1252
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
1253
          exit 1; \
 
1254
        }; \
 
1255
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
1256
           || { echo "ERROR: files left after uninstall:" ; \
 
1257
                if test -n "$(DESTDIR)"; then \
 
1258
                  echo "  (check DESTDIR support)"; \
 
1259
                fi ; \
 
1260
                $(distuninstallcheck_listfiles) ; \
 
1261
                exit 1; } >&2
 
1262
distcleancheck: distclean
 
1263
        @if test '$(srcdir)' = . ; then \
 
1264
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
1265
          exit 1 ; \
 
1266
        fi
 
1267
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
1268
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
1269
               $(distcleancheck_listfiles) ; \
 
1270
               exit 1; } >&2
 
1271
check-am: all-am
 
1272
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
1273
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
1274
check: $(BUILT_SOURCES)
 
1275
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
1276
all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
 
1277
installdirs:
 
1278
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
 
1279
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1280
        done
 
1281
install: $(BUILT_SOURCES)
 
1282
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
1283
install-exec: install-exec-am
 
1284
install-data: install-data-am
 
1285
uninstall: uninstall-am
 
1286
 
 
1287
install-am: all-am
 
1288
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1289
 
 
1290
installcheck: installcheck-am
 
1291
install-strip:
 
1292
        if test -z '$(STRIP)'; then \
 
1293
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1294
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1295
              install; \
 
1296
        else \
 
1297
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1298
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1299
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1300
        fi
 
1301
mostlyclean-generic:
 
1302
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
 
1303
        -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
 
1304
        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
1305
 
 
1306
clean-generic:
 
1307
 
 
1308
distclean-generic:
 
1309
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1310
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1311
        -rm -f examples/scf/$(DEPDIR)/$(am__dirstamp)
 
1312
        -rm -f examples/scf/$(am__dirstamp)
 
1313
        -rm -f src/$(DEPDIR)/$(am__dirstamp)
 
1314
        -rm -f src/$(am__dirstamp)
 
1315
        -rm -f test/$(DEPDIR)/$(am__dirstamp)
 
1316
        -rm -f test/$(am__dirstamp)
 
1317
 
 
1318
maintainer-clean-generic:
 
1319
        @echo "This command is intended for maintainers to use"
 
1320
        @echo "it deletes files that may require special tools to rebuild."
 
1321
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
1322
clean: clean-am
 
1323
 
 
1324
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1325
        clean-libtool clean-local mostlyclean-am
 
1326
 
 
1327
distclean: distclean-am
 
1328
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1329
        -rm -rf examples/scf/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR)
 
1330
        -rm -f Makefile
 
1331
distclean-am: clean-am distclean-compile distclean-generic \
 
1332
        distclean-hdr distclean-libtool distclean-tags
 
1333
 
 
1334
dvi: dvi-am
 
1335
 
 
1336
dvi-am:
 
1337
 
 
1338
html: html-am
 
1339
 
 
1340
html-am:
 
1341
 
 
1342
info: info-am
 
1343
 
 
1344
info-am:
 
1345
 
 
1346
install-data-am: install-includeHEADERS
 
1347
 
 
1348
install-dvi: install-dvi-am
 
1349
 
 
1350
install-dvi-am:
 
1351
 
 
1352
install-exec-am: install-libLTLIBRARIES
 
1353
 
 
1354
install-html: install-html-am
 
1355
 
 
1356
install-html-am:
 
1357
 
 
1358
install-info: install-info-am
 
1359
 
 
1360
install-info-am:
 
1361
 
 
1362
install-man:
 
1363
 
 
1364
install-pdf: install-pdf-am
 
1365
 
 
1366
install-pdf-am:
 
1367
 
 
1368
install-ps: install-ps-am
 
1369
 
 
1370
install-ps-am:
 
1371
 
 
1372
installcheck-am:
 
1373
 
 
1374
maintainer-clean: maintainer-clean-am
 
1375
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1376
        -rm -rf $(top_srcdir)/autom4te.cache
 
1377
        -rm -rf examples/scf/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR)
 
1378
        -rm -f Makefile
 
1379
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1380
 
 
1381
mostlyclean: mostlyclean-am
 
1382
 
 
1383
mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
 
1384
        mostlyclean-generic mostlyclean-libtool
 
1385
 
 
1386
pdf: pdf-am
 
1387
 
 
1388
pdf-am:
 
1389
 
 
1390
ps: ps-am
 
1391
 
 
1392
ps-am:
 
1393
 
 
1394
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
 
1395
 
 
1396
.MAKE: all check check-am check-html install install-am install-strip \
 
1397
        recheck-html
 
1398
 
 
1399
.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html am--refresh \
 
1400
        check check-TESTS check-am check-html clean \
 
1401
        clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1402
        clean-libtool clean-local ctags dist dist-all dist-bzip2 \
 
1403
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
1404
        dist-zip distcheck distclean distclean-compile \
 
1405
        distclean-generic distclean-hdr distclean-libtool \
 
1406
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
1407
        dvi-am html html-am info info-am install install-am \
 
1408
        install-data install-data-am install-dvi install-dvi-am \
 
1409
        install-exec install-exec-am install-html install-html-am \
 
1410
        install-includeHEADERS install-info install-info-am \
 
1411
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
1412
        install-ps install-ps-am install-strip installcheck \
 
1413
        installcheck-am installdirs maintainer-clean \
 
1414
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1415
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1416
        recheck recheck-html tags uninstall uninstall-am \
 
1417
        uninstall-includeHEADERS uninstall-libLTLIBRARIES
 
1418
 
 
1419
 
 
1420
clean-local: clean-config
 
1421
 
 
1422
config.fh: $(top_build_prefix)config.h
 
1423
        @-rm -f config.fh
 
1424
        $(AM_V_SED) \
 
1425
        $(SED) "/^#/!d" $(top_build_prefix)config.h > config.fh
 
1426
 
 
1427
clean-config:
 
1428
        -rm -f config.fh
 
1429
 
 
1430
.PHONY: checkprogs
 
1431
checkprogs: $(check_PROGRAMS)
 
1432
 
 
1433
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1434
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1435
.NOEXPORT: