# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab # Copyright (C) 2006 - INRIA - Sylvestre LEDRU # # This file is distributed under the same license as the Scilab package. # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU # Copyright (C) 2008 - INRIA - Pierre MARECHAL # # Copyright (C) 2012 - 2016 - Scilab Enterprises # # This file is hereby licensed under the terms of the GNU GPL v2.0, # pursuant to article 5.3.4 of the CeCILL v.2.1. # This file was originally licensed under the terms of the CeCILL v2.1, # and continues to be available under such terms. # For more information, see the COPYING file which you should have received # along with this program. # ########## ### Makefile included stuff ### Target, variable, suffixes which are supposed to be useful in every makefile.am ########## VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @MAINTAINER_MODE_TRUE@am__append_1 = libscielementary_functions-algo.la @MAINTAINER_MODE_FALSE@am__append_2 = libscielementary_functions-algo.la libscielementary_functions.la @NEED_JAVA_TRUE@am__append_3 = java subdir = modules/elementary_functions ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \ $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \ $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \ $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \ $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \ $(top_srcdir)/m4/intel_compiler.m4 \ $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \ $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \ $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \ $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \ $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \ $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(pkglibdir)" \ "$(DESTDIR)$(libscielementary_functions_la_etcdir)" \ "$(DESTDIR)$(libscielementary_functions_la_rootdir)" LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES) libdummy_elementary_functions_la_LIBADD = am__dirstamp = $(am__leading_dot)dirstamp am_libdummy_elementary_functions_la_OBJECTS = \ src/fortran/eispack/hqror2.lo src/fortran/comqr3.lo \ src/fortran/linpack/pade.lo \ src/c/libdummy_elementary_functions_la-unsfdcopy.lo \ src/fortran/linpack/icopy.lo libdummy_elementary_functions_la_OBJECTS = \ $(am_libdummy_elementary_functions_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libscielementary_functions_algo_la_LIBADD = am__objects_1 = src/fortran/slatec/zwrsk.lo \ src/fortran/slatec/d9b0mp.lo src/fortran/slatec/d9b1mp.lo \ src/fortran/slatec/d9knus.lo src/fortran/slatec/d9lgmc.lo \ src/fortran/slatec/dasyik.lo src/fortran/slatec/dasyjy.lo \ src/fortran/slatec/dbdiff.lo src/fortran/slatec/dbesi0.lo \ src/fortran/slatec/dbesi1.lo src/fortran/slatec/dbesi.lo \ src/fortran/slatec/dbesj0.lo src/fortran/slatec/dbesj1.lo \ src/fortran/slatec/dbesj.lo src/fortran/slatec/dbesk0.lo \ src/fortran/slatec/dbesk1.lo src/fortran/slatec/dbesk.lo \ src/fortran/slatec/dbesy0.lo src/fortran/slatec/dbesy1.lo \ src/fortran/slatec/dbesy.lo src/fortran/slatec/dbkias.lo \ src/fortran/slatec/dbkisr.lo src/fortran/slatec/dbsi0e.lo \ src/fortran/slatec/dbsi1e.lo src/fortran/slatec/dbsk0e.lo \ src/fortran/slatec/dbsk1e.lo src/fortran/slatec/dbskes.lo \ src/fortran/slatec/dbskin.lo src/fortran/slatec/dbsknu.lo \ src/fortran/slatec/dbsynu.lo src/fortran/slatec/dcsevl.lo \ src/fortran/slatec/dexint.lo src/fortran/slatec/dgamlm.lo \ src/fortran/slatec/dgamln.lo src/fortran/slatec/dgamma.lo \ src/fortran/slatec/dgamrn.lo src/fortran/slatec/dhkseq.lo \ src/fortran/slatec/djairy.lo src/fortran/slatec/dpsixn.lo \ src/fortran/slatec/dxlegf.lo src/fortran/slatec/dyairy.lo \ src/fortran/slatec/fdump.lo src/fortran/slatec/gamma.lo \ src/fortran/slatec/initds.lo src/fortran/slatec/j4save.lo \ src/fortran/slatec/xercnt.lo src/fortran/slatec/xermsg.lo \ src/fortran/slatec/xerprn.lo src/fortran/slatec/xersve.lo \ src/fortran/slatec/xgetua.lo src/fortran/slatec/zabs.lo \ src/fortran/slatec/zacai.lo src/fortran/slatec/zacon.lo \ src/fortran/slatec/zairy.lo src/fortran/slatec/zasyi.lo \ src/fortran/slatec/zbesh.lo src/fortran/slatec/zbesi.lo \ src/fortran/slatec/zbesj.lo src/fortran/slatec/zbesk.lo \ src/fortran/slatec/zbesy.lo src/fortran/slatec/zbinu.lo \ src/fortran/slatec/zbknu.lo src/fortran/slatec/zbuni.lo \ src/fortran/slatec/zbunk.lo src/fortran/slatec/zdiv.lo \ src/fortran/slatec/zexp.lo src/fortran/slatec/zkscl.lo \ src/fortran/slatec/zlog.lo src/fortran/slatec/zmlri.lo \ src/fortran/slatec/zmlt.lo src/fortran/slatec/zrati.lo \ src/fortran/slatec/zs1s2.lo src/fortran/slatec/zseri.lo \ src/fortran/slatec/zshch.lo src/fortran/slatec/zsqrt.lo \ src/fortran/slatec/zuchk.lo src/fortran/slatec/zunhj.lo \ src/fortran/slatec/zuni1.lo src/fortran/slatec/zuni2.lo \ src/fortran/slatec/zunik.lo src/fortran/slatec/zunk1.lo \ src/fortran/slatec/zunk2.lo src/fortran/slatec/zuoik.lo \ src/fortran/slatec/dlngam.lo src/fortran/slatec/balanc.lo \ src/fortran/slatec/dtensbs.lo src/fortran/slatec/pchim.lo am__objects_2 = src/fortran/linpack/dgesl.lo \ src/fortran/linpack/wpade.lo src/fortran/linpack/util.lo \ src/fortran/linpack/dgefa.lo src/fortran/linpack/dgbfa.lo \ src/fortran/linpack/dgeco.lo src/fortran/linpack/dgedi.lo \ src/fortran/linpack/dqrdc.lo src/fortran/linpack/dqrsl.lo \ src/fortran/linpack/dqrsm.lo src/fortran/linpack/hhdml.lo \ src/fortran/linpack/wgeco.lo src/fortran/linpack/wgefa.lo \ src/fortran/linpack/wgesl.lo src/fortran/linpack/dpofa.lo am__objects_3 = src/fortran/eispack/balbak.lo am__objects_4 = src/c/libscielementary_functions_algo_la-finite.lo \ src/c/libscielementary_functions_algo_la-vfinite.lo \ src/c/libscielementary_functions_algo_la-cmp.lo \ src/c/libscielementary_functions_algo_la-vceil.lo \ src/c/libscielementary_functions_algo_la-xerhlt.lo \ src/c/libscielementary_functions_algo_la-vfloor.lo \ src/c/libscielementary_functions_algo_la-vfrexp.lo \ src/c/libscielementary_functions_algo_la-scidcopy.lo \ src/c/libscielementary_functions_algo_la-int2db.lo \ src/c/libscielementary_functions_algo_la-rea2db.lo \ src/c/libscielementary_functions_algo_la-qsort.lo \ src/c/libscielementary_functions_algo_la-qsort-char.lo \ src/c/libscielementary_functions_algo_la-qsort-double.lo \ src/c/libscielementary_functions_algo_la-qsort-int.lo \ src/c/libscielementary_functions_algo_la-qsort-short.lo \ src/c/libscielementary_functions_algo_la-qsort-string.lo \ src/c/libscielementary_functions_algo_la-basic_functions.lo \ src/c/libscielementary_functions_algo_la-abs.lo \ src/c/libscielementary_functions_algo_la-atan.lo \ src/c/libscielementary_functions_algo_la-cos.lo \ src/c/libscielementary_functions_algo_la-cosh.lo \ src/c/libscielementary_functions_algo_la-sin.lo \ src/c/libscielementary_functions_algo_la-sinh.lo \ src/c/libscielementary_functions_algo_la-tan.lo \ src/c/libscielementary_functions_algo_la-exp.lo \ src/c/libscielementary_functions_algo_la-expm.lo \ src/c/libscielementary_functions_algo_la-log.lo \ src/c/libscielementary_functions_algo_la-sqrt.lo \ src/c/libscielementary_functions_algo_la-cupro.lo \ src/c/libscielementary_functions_algo_la-sign.lo \ src/c/libscielementary_functions_algo_la-ceil.lo \ src/c/libscielementary_functions_algo_la-eye.lo \ src/c/libscielementary_functions_algo_la-dmsum.lo \ src/c/libscielementary_functions_algo_la-dsearch.lo \ src/c/libscielementary_functions_algo_la-floor.lo \ src/c/libscielementary_functions_algo_la-mprod.lo \ src/c/libscielementary_functions_algo_la-pythag.lo \ src/c/libscielementary_functions_algo_la-matrix_generation.lo \ src/c/libscielementary_functions_algo_la-vmul.lo \ src/c/libscielementary_functions_algo_la-add_vector.lo \ src/c/libscielementary_functions_algo_la-sub_vector.lo am__objects_5 = src/fortran/wasum.lo src/fortran/dexpm1.lo \ src/fortran/wwdiv.lo src/fortran/wdotcr.lo src/fortran/iset.lo \ src/fortran/franck.lo src/fortran/dwpowe.lo \ src/fortran/rcsort.lo src/fortran/wddiv.lo \ src/fortran/lnblnk.lo src/fortran/entier.lo \ src/fortran/round.lo src/fortran/cortr.lo \ src/fortran/simple.lo src/fortran/split.lo \ src/fortran/wdrdiv.lo src/fortran/imcopy.lo \ src/fortran/cbal.lo src/fortran/dsum.lo src/fortran/urand.lo \ src/fortran/intp.lo src/fortran/watan.lo src/fortran/wipowe.lo \ src/fortran/wacos.lo src/fortran/wdpow1.lo \ src/fortran/dlgama.lo src/fortran/exch.lo src/fortran/wsign.lo \ src/fortran/kronr.lo src/fortran/wrscal.lo \ src/fortran/dmmul1.lo src/fortran/dwpow.lo \ src/fortran/wmmul.lo src/fortran/ddif.lo src/fortran/wdiv.lo \ src/fortran/wtan.lo src/fortran/ddpow.lo src/fortran/magic.lo \ src/fortran/wcerr.lo src/fortran/ivimp.lo src/fortran/dadd.lo \ src/fortran/isort.lo src/fortran/hilber.lo \ src/fortran/wdpowe.lo src/fortran/wmprod.lo \ src/fortran/wscal.lo src/fortran/dlblks.lo \ src/fortran/kronc.lo src/fortran/ddrdiv.lo \ src/fortran/dipow.lo src/fortran/wshrsl.lo \ src/fortran/wwrdiv.lo src/fortran/coshin.lo \ src/fortran/iwamax.lo src/fortran/dipowe.lo \ src/fortran/cusum.lo src/fortran/d1mach.lo \ src/fortran/wbdiag.lo src/fortran/ddpow1.lo \ src/fortran/vpythag.lo src/fortran/isova0.lo \ src/fortran/wswap.lo src/fortran/wwpow1.lo \ src/fortran/gdcp2i.lo src/fortran/drdiv.lo \ src/fortran/wmsum.lo src/fortran/corth.lo src/fortran/mtran.lo \ src/fortran/wwpow.lo src/fortran/dvmul.lo \ src/fortran/wclmat.lo src/fortran/dsort.lo src/fortran/cerr.lo \ src/fortran/rcopy.lo src/fortran/wdpow.lo \ src/fortran/orthes.lo src/fortran/waxpy.lo src/fortran/coef.lo \ src/fortran/dwdiv.lo src/fortran/arcosh.lo \ src/fortran/wasin.lo src/fortran/wexpm1.lo \ src/fortran/ddpowe.lo src/fortran/dmprod.lo \ src/fortran/wwpowe.lo src/fortran/wdotci.lo \ src/fortran/dmcopy.lo src/fortran/wexchn.lo \ src/fortran/isoval.lo src/fortran/dwrdiv.lo \ src/fortran/wipow.lo src/fortran/wlog.lo \ src/fortran/infinity.lo src/fortran/dwpow1.lo \ src/fortran/wmul.lo src/fortran/dad.lo src/fortran/dset.lo \ src/fortran/dtild.lo src/fortran/i1mach.lo \ src/fortran/dclmat.lo src/fortran/ortran.lo \ src/fortran/bdiag.lo src/fortran/wvmul.lo src/fortran/dmmul.lo \ src/fortran/wsqrt.lo src/fortran/rat.lo \ src/fortran/old_pythag.lo src/fortran/danints.lo am__objects_6 = src/cpp/libscielementary_functions_algo_la-getmode.lo \ src/cpp/libscielementary_functions_algo_la-cumsum.lo \ src/cpp/libscielementary_functions_algo_la-cumprod.lo \ src/cpp/libscielementary_functions_algo_la-diag.lo \ src/cpp/libscielementary_functions_algo_la-gsort.lo \ src/cpp/libscielementary_functions_algo_la-prod.lo \ src/cpp/libscielementary_functions_algo_la-sum.lo \ src/cpp/libscielementary_functions_algo_la-max.lo \ src/cpp/libscielementary_functions_algo_la-min.lo \ src/cpp/libscielementary_functions_algo_la-clean.lo am_libscielementary_functions_algo_la_OBJECTS = $(am__objects_1) \ $(am__objects_2) $(am__objects_3) $(am__objects_4) \ $(am__objects_5) $(am__objects_6) libscielementary_functions_algo_la_OBJECTS = \ $(am_libscielementary_functions_algo_la_OBJECTS) @MAINTAINER_MODE_FALSE@am_libscielementary_functions_algo_la_rpath = @MAINTAINER_MODE_TRUE@am_libscielementary_functions_algo_la_rpath = am__DEPENDENCIES_1 = libscielementary_functions_la_DEPENDENCIES = \ libdummy-elementary_functions.la \ libscielementary_functions-algo.la $(am__DEPENDENCIES_1) am__objects_7 = sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo \ sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo \ sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo am__objects_8 = \ sci_gateway/cpp/libscielementary_functions_la-sci_isequal.lo \ sci_gateway/cpp/libscielementary_functions_la-elem_func_gw.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_size.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_eye.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_rand.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_prod.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_sum.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_zeros.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_ones.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_matrix.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_abs.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_acos.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_acosh.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_asin.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_asinh.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_atan.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_atanh.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_ceil.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_clean.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_conj.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_cos.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_cosh.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_sin.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_sinh.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_tan.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_tanh.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_cumsum.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_cumprod.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_diag.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_dsearch.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_exp.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_expm.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_floor.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_frexp.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_gsort.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_imag.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_imult.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_int.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_isreal.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_kron.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_log.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_log1p.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_max.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_rat.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_triu.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_tril.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_real.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_round.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_sign.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_sqrt.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_issquare.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_linspace.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_isvector.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_nearfloat.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_permute.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_bitstring.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_base2dec.lo \ sci_gateway/cpp/libscielementary_functions_la-sci_dec2base.lo am_libscielementary_functions_la_OBJECTS = $(am__objects_7) \ $(am__objects_8) libscielementary_functions_la_OBJECTS = \ $(am_libscielementary_functions_la_OBJECTS) @MAINTAINER_MODE_FALSE@am_libscielementary_functions_la_rpath = @MAINTAINER_MODE_TRUE@am_libscielementary_functions_la_rpath = -rpath \ @MAINTAINER_MODE_TRUE@ $(pkglibdir) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Plo \ sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Plo \ sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-elem_func_gw.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_abs.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acos.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acosh.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asin.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asinh.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atan.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atanh.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_bitstring.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_clean.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_conj.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cos.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cosh.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_diag.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_exp.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_expm.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_eye.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_floor.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imag.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imult.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_int.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_issquare.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isvector.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_kron.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_linspace.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_max.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ones.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_permute.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_prod.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rand.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rat.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_real.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_round.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sign.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sin.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sinh.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_size.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sum.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tan.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tanh.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tril.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_triu.Plo \ sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Plo \ src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-abs.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-add_vector.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-atan.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-basic_functions.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-ceil.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-cos.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-cosh.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-cupro.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-dmsum.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-dsearch.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-exp.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-expm.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-eye.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-floor.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-log.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-matrix_generation.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-mprod.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-pythag.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-sign.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-sin.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-sinh.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-sqrt.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-sub_vector.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-tan.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-vmul.Plo \ src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-clean.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumprod.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumsum.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-diag.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-getmode.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-max.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-min.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-prod.Plo \ src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-sum.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) AM_V_CXX = $(am__v_CXX_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; am__v_CXX_1 = CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) LTF77COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) AM_V_F77 = $(am__v_F77_@AM_V@) am__v_F77_ = $(am__v_F77_@AM_DEFAULT_V@) am__v_F77_0 = @echo " F77 " $@; am__v_F77_1 = F77LD = $(F77) F77LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_F77LD = $(am__v_F77LD_@AM_V@) am__v_F77LD_ = $(am__v_F77LD_@AM_DEFAULT_V@) am__v_F77LD_0 = @echo " F77LD " $@; am__v_F77LD_1 = SOURCES = $(libdummy_elementary_functions_la_SOURCES) \ $(libscielementary_functions_algo_la_SOURCES) \ $(libscielementary_functions_la_SOURCES) DIST_SOURCES = $(libdummy_elementary_functions_la_SOURCES) \ $(libscielementary_functions_algo_la_SOURCES) \ $(libscielementary_functions_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(libscielementary_functions_la_etc_DATA) \ $(libscielementary_functions_la_root_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \ $(top_srcdir)/config/depcomp \ $(top_srcdir)/config/mkinstalldirs DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ ANT = @ANT@ ANTLR = @ANTLR@ AR = @AR@ ARPACK_LIBS = @ARPACK_LIBS@ ASM3 = @ASM3@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AVALON_FRAMEWORK = @AVALON_FRAMEWORK@ AWK = @AWK@ BATIK = @BATIK@ BLAS_CFLAGS = @BLAS_CFLAGS@ BLAS_LIBS = @BLAS_LIBS@ CC = @CC@ CCACHE = @CCACHE@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CHECKSTYLE = @CHECKSTYLE@ COBERTURA = @COBERTURA@ COMMONS_BEANUTILS = @COMMONS_BEANUTILS@ COMMONS_IO = @COMMONS_IO@ COMMONS_LOGGING = @COMMONS_LOGGING@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CURL_CFLAGS = @CURL_CFLAGS@ CURL_CONFIG = @CURL_CONFIG@ CURL_LIBS = @CURL_LIBS@ CURL_VERSION = @CURL_VERSION@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DOCBOOK_ROOT = @DOCBOOK_ROOT@ DOXYGEN_BIN = @DOXYGEN_BIN@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ ECJ = @ECJ@ EGREP = @EGREP@ EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ FFTW3_LIB = @FFTW3_LIB@ FFTW_ENABLE = @FFTW_ENABLE@ FGREP = @FGREP@ FLEXDOCK = @FLEXDOCK@ FLIBS = @FLIBS@ FOP = @FOP@ FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@ FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@ FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@ FREEHEP_IO = @FREEHEP_IO@ FREEHEP_UTIL = @FREEHEP_UTIL@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GIWS_BIN = @GIWS_BIN@ GLUEGEN2_RT = @GLUEGEN2_RT@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GRAPHICS_ENABLE = @GRAPHICS_ENABLE@ GREP = @GREP@ GUI_ENABLE = @GUI_ENABLE@ HAMCREST = @HAMCREST@ HAVE_CXX17 = @HAVE_CXX17@ HDF5_CFLAGS = @HDF5_CFLAGS@ HDF5_LIBS = @HDF5_LIBS@ HELP_ENABLE = @HELP_ENABLE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ JAR = @JAR@ JAVA = @JAVA@ JAVAC = @JAVAC@ JAVAC_DEBUG = @JAVAC_DEBUG@ JAVADOC = @JAVADOC@ JAVASCI_ENABLE = @JAVASCI_ENABLE@ JAVA_ENABLE = @JAVA_ENABLE@ JAVA_G = @JAVA_G@ JAVA_HOME = @JAVA_HOME@ JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@ JAVA_JNI_LIBS = @JAVA_JNI_LIBS@ JDB = @JDB@ JEUCLID_CORE = @JEUCLID_CORE@ JGRAPHX = @JGRAPHX@ JHALL = @JHALL@ JLATEXMATH = @JLATEXMATH@ JLATEXMATH_FOP = @JLATEXMATH_FOP@ JOGL2 = @JOGL2@ JROSETTA_API = @JROSETTA_API@ JROSETTA_ENGINE = @JROSETTA_ENGINE@ JUNIT4 = @JUNIT4@ LAPACK_LIBS = @LAPACK_LIBS@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LOGGING_LEVEL = @LOGGING_LEVEL@ LOOKS = @LOOKS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ LUCENE = @LUCENE@ LUCENE_ANALYZER = @LUCENE_ANALYZER@ LUCENE_PARSER = @LUCENE_PARSER@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MATIO_CFLAGS = @MATIO_CFLAGS@ MATIO_ENABLE = @MATIO_ENABLE@ MATIO_LIBS = @MATIO_LIBS@ MKDIR_P = @MKDIR_P@ MPI_ENABLE = @MPI_ENABLE@ MSGCAT = @MSGCAT@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OCAMLC = @OCAMLC@ OCAMLCFLAGS = @OCAMLCFLAGS@ OCAMLDEP = @OCAMLDEP@ OCAMLLEX = @OCAMLLEX@ OCAMLOPT = @OCAMLOPT@ OCAMLOPTFLAGS = @OCAMLOPTFLAGS@ OCAMLYACC = @OCAMLYACC@ OPENMPI_CC = @OPENMPI_CC@ OPENMPI_CFLAGS = @OPENMPI_CFLAGS@ OPENMPI_CXX = @OPENMPI_CXX@ OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@ OPENMPI_LIBS = @OPENMPI_LIBS@ OPENMP_CFLAGS = @OPENMP_CFLAGS@ OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@ OPENMP_ENABLE = @OPENMP_ENABLE@ OPENMP_LIBS = @OPENMP_LIBS@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PCRE_CFLAGS = @PCRE_CFLAGS@ PCRE_CONFIG = @PCRE_CONFIG@ PCRE_LIBS = @PCRE_LIBS@ PCRE_VERSION = @PCRE_VERSION@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ POW_LIB = @POW_LIB@ PYTHON = @PYTHON@ RANLIB = @RANLIB@ RELOCATABLE = @RELOCATABLE@ RT_LIB = @RT_LIB@ SAXON = @SAXON@ SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@ SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@ SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@ SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@ SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@ SCIRENDERER = @SCIRENDERER@ SCIRENDERER_CP = @SCIRENDERER_CP@ SCI_CFLAGS = @SCI_CFLAGS@ SCI_CXXFLAGS = @SCI_CXXFLAGS@ SCI_FFLAGS = @SCI_FFLAGS@ SCI_LDFLAGS = @SCI_LDFLAGS@ SED = @SED@ SET_MAKE = @SET_MAKE@ SET_RELOCATABLE = @SET_RELOCATABLE@ SHELL = @SHELL@ SKINLF = @SKINLF@ SPLINT = @SPLINT@ STRIP = @STRIP@ SWIG_BIN = @SWIG_BIN@ SWIG_JAVA = @SWIG_JAVA@ SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@ SWIG_SCILAB = @SWIG_SCILAB@ TCLTK_LIBS = @TCLTK_LIBS@ TCL_INC_PATH = @TCL_INC_PATH@ TK_INC_PATH = @TK_INC_PATH@ UMFPACK_CFLAGS = @UMFPACK_CFLAGS@ UMFPACK_ENABLE = @UMFPACK_ENABLE@ UMFPACK_LIB = @UMFPACK_LIB@ USE_NLS = @USE_NLS@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ VALGRIND_LIBS = @VALGRIND_LIBS@ VERSION = @VERSION@ WITH_OCAML = @WITH_OCAML@ WITH_TKSCI = @WITH_TKSCI@ XCOS_ENABLE = @XCOS_ENABLE@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XMKMF = @XMKMF@ XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@ XML_APIS_EXT = @XML_APIS_EXT@ XML_CONFIG = @XML_CONFIG@ XML_FLAGS = @XML_FLAGS@ XML_LIBS = @XML_LIBS@ XML_VERSION = @XML_VERSION@ X_CFLAGS = @X_CFLAGS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_LIBS = @X_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ ac_ct_F77 = @ac_ct_F77@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ cxx_present = @cxx_present@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ yacc_present = @yacc_present@ ELEMENTARIES_FUNCTIONS_C_SOURCES = \ src/c/finite.c \ src/c/vfinite.c \ src/c/cmp.c \ src/c/vceil.c \ src/c/xerhlt.c \ src/c/vfloor.c \ src/c/vfrexp.c \ src/c/scidcopy.c \ src/c/int2db.c \ src/c/rea2db.c \ src/c/qsort.c \ src/c/qsort-char.c \ src/c/qsort-double.c \ src/c/qsort-int.c \ src/c/qsort-short.c \ src/c/qsort-string.c \ src/c/basic_functions.c \ src/c/abs.c \ src/c/atan.c \ src/c/cos.c \ src/c/cosh.c \ src/c/sin.c \ src/c/sinh.c \ src/c/tan.c \ src/c/exp.c \ src/c/expm.c \ src/c/log.c \ src/c/sqrt.c \ src/c/cupro.c \ src/c/sign.c \ src/c/ceil.c \ src/c/eye.c \ src/c/dmsum.c \ src/c/dsearch.c \ src/c/floor.c \ src/c/mprod.c \ src/c/pythag.c \ src/c/matrix_generation.c \ src/c/vmul.c \ src/c/add_vector.c \ src/c/sub_vector.c # List of the cpp files ELEMENTARIES_FUNCTIONS_CXX_SOURCES = \ src/cpp/getmode.cpp \ src/cpp/cumsum.cpp \ src/cpp/cumprod.cpp \ src/cpp/diag.cpp \ src/cpp/gsort.cpp \ src/cpp/prod.cpp \ src/cpp/sum.cpp \ src/cpp/max.cpp \ src/cpp/min.cpp \ src/cpp/clean.cpp SLATEC_SOURCES = \ src/fortran/slatec/zwrsk.f \ src/fortran/slatec/d9b0mp.f \ src/fortran/slatec/d9b1mp.f \ src/fortran/slatec/d9knus.f \ src/fortran/slatec/d9lgmc.f \ src/fortran/slatec/dasyik.f \ src/fortran/slatec/dasyjy.f \ src/fortran/slatec/dbdiff.f \ src/fortran/slatec/dbesi0.f \ src/fortran/slatec/dbesi1.f \ src/fortran/slatec/dbesi.f \ src/fortran/slatec/dbesj0.f \ src/fortran/slatec/dbesj1.f \ src/fortran/slatec/dbesj.f \ src/fortran/slatec/dbesk0.f \ src/fortran/slatec/dbesk1.f \ src/fortran/slatec/dbesk.f \ src/fortran/slatec/dbesy0.f \ src/fortran/slatec/dbesy1.f \ src/fortran/slatec/dbesy.f \ src/fortran/slatec/dbkias.f \ src/fortran/slatec/dbkisr.f \ src/fortran/slatec/dbsi0e.f \ src/fortran/slatec/dbsi1e.f \ src/fortran/slatec/dbsk0e.f \ src/fortran/slatec/dbsk1e.f \ src/fortran/slatec/dbskes.f \ src/fortran/slatec/dbskin.f \ src/fortran/slatec/dbsknu.f \ src/fortran/slatec/dbsynu.f \ src/fortran/slatec/dcsevl.f \ src/fortran/slatec/dexint.f \ src/fortran/slatec/dgamlm.f \ src/fortran/slatec/dgamln.f \ src/fortran/slatec/dgamma.f \ src/fortran/slatec/dgamrn.f \ src/fortran/slatec/dhkseq.f \ src/fortran/slatec/djairy.f \ src/fortran/slatec/dpsixn.f \ src/fortran/slatec/dxlegf.f \ src/fortran/slatec/dyairy.f \ src/fortran/slatec/fdump.f \ src/fortran/slatec/gamma.f \ src/fortran/slatec/initds.f \ src/fortran/slatec/j4save.f \ src/fortran/slatec/xercnt.f \ src/fortran/slatec/xermsg.f \ src/fortran/slatec/xerprn.f \ src/fortran/slatec/xersve.f \ src/fortran/slatec/xgetua.f \ src/fortran/slatec/zabs.f \ src/fortran/slatec/zacai.f \ src/fortran/slatec/zacon.f \ src/fortran/slatec/zairy.f \ src/fortran/slatec/zasyi.f \ src/fortran/slatec/zbesh.f \ src/fortran/slatec/zbesi.f \ src/fortran/slatec/zbesj.f \ src/fortran/slatec/zbesk.f \ src/fortran/slatec/zbesy.f \ src/fortran/slatec/zbinu.f \ src/fortran/slatec/zbknu.f \ src/fortran/slatec/zbuni.f \ src/fortran/slatec/zbunk.f \ src/fortran/slatec/zdiv.f \ src/fortran/slatec/zexp.f \ src/fortran/slatec/zkscl.f \ src/fortran/slatec/zlog.f \ src/fortran/slatec/zmlri.f \ src/fortran/slatec/zmlt.f \ src/fortran/slatec/zrati.f \ src/fortran/slatec/zs1s2.f \ src/fortran/slatec/zseri.f \ src/fortran/slatec/zshch.f \ src/fortran/slatec/zsqrt.f \ src/fortran/slatec/zuchk.f \ src/fortran/slatec/zunhj.f \ src/fortran/slatec/zuni1.f \ src/fortran/slatec/zuni2.f \ src/fortran/slatec/zunik.f \ src/fortran/slatec/zunk1.f \ src/fortran/slatec/zunk2.f \ src/fortran/slatec/zuoik.f \ src/fortran/slatec/dlngam.f \ src/fortran/slatec/balanc.f \ src/fortran/slatec/dtensbs.f \ src/fortran/slatec/pchim.f LINPACK_SOURCES = \ src/fortran/linpack/dgesl.f \ src/fortran/linpack/wpade.f \ src/fortran/linpack/util.f \ src/fortran/linpack/dgefa.f \ src/fortran/linpack/dgbfa.f \ src/fortran/linpack/dgeco.f \ src/fortran/linpack/dgedi.f \ src/fortran/linpack/dqrdc.f \ src/fortran/linpack/dqrsl.f \ src/fortran/linpack/dqrsm.f \ src/fortran/linpack/hhdml.f \ src/fortran/linpack/wgeco.f \ src/fortran/linpack/wgefa.f \ src/fortran/linpack/wgesl.f \ src/fortran/linpack/dpofa.f ELEMENTARIES_FUNCTIONS_FORTRAN_SOURCES = \ src/fortran/wasum.f \ src/fortran/dexpm1.f \ src/fortran/wwdiv.f \ src/fortran/wdotcr.f \ src/fortran/iset.f \ src/fortran/franck.f \ src/fortran/dwpowe.f \ src/fortran/rcsort.f \ src/fortran/wddiv.f \ src/fortran/lnblnk.f \ src/fortran/entier.f \ src/fortran/round.f \ src/fortran/cortr.f \ src/fortran/simple.f \ src/fortran/split.f \ src/fortran/wdrdiv.f \ src/fortran/imcopy.f \ src/fortran/cbal.f \ src/fortran/dsum.f \ src/fortran/urand.f \ src/fortran/intp.f \ src/fortran/watan.f \ src/fortran/wipowe.f \ src/fortran/wacos.f \ src/fortran/wdpow1.f \ src/fortran/dlgama.f \ src/fortran/exch.f \ src/fortran/wsign.f \ src/fortran/kronr.f \ src/fortran/wrscal.f \ src/fortran/dmmul1.f \ src/fortran/dwpow.f \ src/fortran/wmmul.f \ src/fortran/ddif.f \ src/fortran/wdiv.f \ src/fortran/wtan.f \ src/fortran/ddpow.f \ src/fortran/magic.f \ src/fortran/wcerr.f \ src/fortran/ivimp.f \ src/fortran/dadd.f \ src/fortran/isort.f \ src/fortran/hilber.f \ src/fortran/wdpowe.f \ src/fortran/wmprod.f \ src/fortran/wscal.f \ src/fortran/dlblks.f \ src/fortran/kronc.f \ src/fortran/ddrdiv.f \ src/fortran/dipow.f \ src/fortran/wshrsl.f \ src/fortran/wwrdiv.f \ src/fortran/coshin.f \ src/fortran/iwamax.f \ src/fortran/dipowe.f \ src/fortran/cusum.f \ src/fortran/d1mach.f \ src/fortran/wbdiag.f \ src/fortran/ddpow1.f \ src/fortran/vpythag.f \ src/fortran/isova0.f \ src/fortran/wswap.f \ src/fortran/wwpow1.f \ src/fortran/gdcp2i.f \ src/fortran/drdiv.f \ src/fortran/wmsum.f \ src/fortran/corth.f \ src/fortran/mtran.f \ src/fortran/wwpow.f \ src/fortran/dvmul.f \ src/fortran/wclmat.f \ src/fortran/dsort.f \ src/fortran/cerr.f \ src/fortran/rcopy.f \ src/fortran/wdpow.f \ src/fortran/orthes.f \ src/fortran/waxpy.f \ src/fortran/coef.f \ src/fortran/dwdiv.f \ src/fortran/arcosh.f \ src/fortran/wasin.f \ src/fortran/wexpm1.f \ src/fortran/ddpowe.f \ src/fortran/dmprod.f \ src/fortran/wwpowe.f \ src/fortran/wdotci.f \ src/fortran/dmcopy.f \ src/fortran/wexchn.f \ src/fortran/isoval.f \ src/fortran/dwrdiv.f \ src/fortran/wipow.f \ src/fortran/wlog.f \ src/fortran/infinity.f \ src/fortran/dwpow1.f \ src/fortran/wmul.f \ src/fortran/dad.f \ src/fortran/dset.f \ src/fortran/dtild.f \ src/fortran/i1mach.f \ src/fortran/dclmat.f \ src/fortran/ortran.f \ src/fortran/bdiag.f \ src/fortran/wvmul.f \ src/fortran/dmmul.f \ src/fortran/wsqrt.f \ src/fortran/rat.f \ src/fortran/old_pythag.f \ src/fortran/danints.f GATEWAY_C_SOURCES = \ sci_gateway/c/sci_number_properties.c \ sci_gateway/c/sci_testmatrix.c \ sci_gateway/c/sci_isequalbitwise.c GATEWAY_CXX_SOURCES = \ sci_gateway/cpp/sci_isequal.cpp \ sci_gateway/cpp/elem_func_gw.cpp \ sci_gateway/cpp/sci_size.cpp \ sci_gateway/cpp/sci_eye.cpp \ sci_gateway/cpp/sci_rand.cpp \ sci_gateway/cpp/sci_prod.cpp \ sci_gateway/cpp/sci_sum.cpp \ sci_gateway/cpp/sci_zeros.cpp \ sci_gateway/cpp/sci_ones.cpp \ sci_gateway/cpp/sci_matrix.cpp \ sci_gateway/cpp/sci_abs.cpp \ sci_gateway/cpp/sci_acos.cpp \ sci_gateway/cpp/sci_acosh.cpp \ sci_gateway/cpp/sci_asin.cpp \ sci_gateway/cpp/sci_asinh.cpp \ sci_gateway/cpp/sci_atan.cpp \ sci_gateway/cpp/sci_atanh.cpp \ sci_gateway/cpp/sci_ceil.cpp \ sci_gateway/cpp/sci_clean.cpp \ sci_gateway/cpp/sci_conj.cpp \ sci_gateway/cpp/sci_cos.cpp \ sci_gateway/cpp/sci_cosh.cpp \ sci_gateway/cpp/sci_sin.cpp \ sci_gateway/cpp/sci_sinh.cpp \ sci_gateway/cpp/sci_tan.cpp \ sci_gateway/cpp/sci_tanh.cpp \ sci_gateway/cpp/sci_cumsum.cpp \ sci_gateway/cpp/sci_cumprod.cpp \ sci_gateway/cpp/sci_diag.cpp \ sci_gateway/cpp/sci_dsearch.cpp \ sci_gateway/cpp/sci_exp.cpp \ sci_gateway/cpp/sci_expm.cpp \ sci_gateway/cpp/sci_floor.cpp \ sci_gateway/cpp/sci_frexp.cpp \ sci_gateway/cpp/sci_gsort.cpp \ sci_gateway/cpp/sci_imag.cpp \ sci_gateway/cpp/sci_imult.cpp \ sci_gateway/cpp/sci_int.cpp \ sci_gateway/cpp/sci_isreal.cpp \ sci_gateway/cpp/sci_kron.cpp \ sci_gateway/cpp/sci_log.cpp \ sci_gateway/cpp/sci_log1p.cpp \ sci_gateway/cpp/sci_max.cpp \ sci_gateway/cpp/sci_rat.cpp \ sci_gateway/cpp/sci_triu.cpp \ sci_gateway/cpp/sci_tril.cpp \ sci_gateway/cpp/sci_real.cpp \ sci_gateway/cpp/sci_round.cpp \ sci_gateway/cpp/sci_sign.cpp \ sci_gateway/cpp/sci_sqrt.cpp \ sci_gateway/cpp/sci_issquare.cpp \ sci_gateway/cpp/sci_linspace.cpp \ sci_gateway/cpp/sci_isvector.cpp \ sci_gateway/cpp/sci_nearfloat.cpp \ sci_gateway/cpp/sci_permute.cpp \ sci_gateway/cpp/sci_bitstring.cpp \ sci_gateway/cpp/sci_base2dec.cpp \ sci_gateway/cpp/sci_dec2base.cpp EISPACK_SOURCES = src/fortran/eispack/balbak.f # FIXME: why disabling optimisation ? Any bug reference ? # Disable optimisation of the file hqror2.f comqr3.f pade.f noinst_LTLIBRARIES = libdummy-elementary_functions.la $(am__append_1) \ $(am__append_2) libdummy_elementary_functions_la_SOURCES = \ src/fortran/eispack/hqror2.f \ src/fortran/comqr3.f \ src/fortran/linpack/pade.f \ src/c/unsfdcopy.c \ src/fortran/linpack/icopy.f libdummy_elementary_functions_la_CPPFLAGS = \ -I$(srcdir)/includes/ \ -I$(top_srcdir)/modules/core/includes/ \ $(AM_CPPFLAGS) # Includes need for the compilation libscielementary_functions_la_CPPFLAGS = \ -I$(srcdir)/includes/ \ -I$(srcdir)/src/c/ \ -I$(srcdir)/src/cpp/ \ -I$(top_srcdir)/modules/ast/includes/ast/ \ -I$(top_srcdir)/modules/ast/includes/exps/ \ -I$(top_srcdir)/modules/ast/includes/operations/ \ -I$(top_srcdir)/modules/ast/includes/parse/ \ -I$(top_srcdir)/modules/ast/includes/symbol/ \ -I$(top_srcdir)/modules/ast/includes/system_env/ \ -I$(top_srcdir)/modules/ast/includes/types/ \ -I$(top_srcdir)/modules/ast/includes/analysis/ \ -I$(top_srcdir)/modules/dynamic_link/includes \ -I$(top_srcdir)/modules/api_scilab/includes/ \ -I$(top_srcdir)/modules/console/includes/ \ -I$(top_srcdir)/modules/localization/includes/ \ -I$(top_srcdir)/modules/output_stream/includes/ \ -I$(top_srcdir)/modules/threads/includes/ \ -I$(top_srcdir)/modules/string/includes/ \ $(AM_CPPFLAGS) @MAINTAINER_MODE_TRUE@pkglib_LTLIBRARIES = libscielementary_functions.la libscielementary_functions_algo_la_SOURCES = $(SLATEC_SOURCES) $(LINPACK_SOURCES) $(EISPACK_SOURCES) $(ELEMENTARIES_FUNCTIONS_C_SOURCES) $(ELEMENTARIES_FUNCTIONS_FORTRAN_SOURCES) $(ELEMENTARIES_FUNCTIONS_CXX_SOURCES) libscielementary_functions_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_CXX_SOURCES) libscielementary_functions_algo_la_CPPFLAGS = $(libscielementary_functions_la_CPPFLAGS) # For the code check (splint) CHECK_SRC = $(ELEMENTARIES_FUNCTIONS_C_SOURCES) $(GATEWAY_C_SOURCES) INCLUDE_FLAGS = $(libscielementary_functions_la_CPPFLAGS) libscielementary_functions_la_LIBADD = libdummy-elementary_functions.la libscielementary_functions-algo.la $(FLIBS) #### Target ###### modulename = elementary_functions #### elementary_functions : Conf files #### libscielementary_functions_la_rootdir = $(mydatadir) libscielementary_functions_la_root_DATA = license.txt #### elementary_functions : init scripts #### libscielementary_functions_la_etcdir = $(mydatadir)/etc libscielementary_functions_la_etc_DATA = \ etc/elementary_functions.quit \ etc/elementary_functions.start # Where all the Scilab stuff is installed (macros, help, ...) mydatadir = $(pkgdatadir)/modules/$(modulename) # Set AM_* SCI detected settings AM_CPPFLAGS = $(SCI_CPPFLAGS) AM_CFLAGS = $(SCI_CFLAGS) AM_CXXFLAGS = $(SCI_CXXFLAGS) # append includes to AM_FFLAGS to manage fortran includes AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/ # Tag shared libraries with the Scilab version AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION) # splint options SPLINT_OPTIONS = -weak -booltype BOOL ########################### JAVA ###################################### #### We are delegating java compilation to ant... Thanks to that #### the procedure will be the same with Microsoft Windows (C) #### and Linux/Unix ####################################################################### TARGETS_ALL = $(am__append_3) ################ MACROS ###################### # Rule to build a macro # NOT USED AT THE MOMENT SUFFIXES = .sci ########### INSTALL DOCUMENTATION ################### # Install documentation files into the right target # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because # automake needs the html files to be present which is not the case when # we are building Scilab # Where it should be installed pkgdocdir = $(mydatadir) # What is the mask of the help source DOCMASKXML = *.xml # What is the mask of the MathML sources DOCMASKMML = *.mml ########### INSTALL DATA ################### # Install macros, help & demos # Where it should be installed pkgmacrosdir = $(mydatadir) # Which directory we process MACRODIRS = macros/ # Mask of the Scilab sources macros MACROMASK = *.sci # Mask of the Scilab executable sources macros MACROBUILDMASK = *.sce # Mask of the Scilab compiled macros MACROBINMASK = *.bin # List of the standard directory for tests TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java # Where the demos should be installed pkgdemosdir = $(mydatadir) # List of the standard directory for demos DEMOS_DIR = demos # List of the standard directory for examples EXAMPLES_DIR = examples # Where to export JAVA archives (.jar) JARDIR = jar/ # JAR files mask JARMASK = *.jar # Chapter file HELP_CHAPTERDIR = help/ HELP_CHAPTERFILE = addchapter.sce HELP_CHAPTERLANG = en_US fr_FR pt_BR all: all-am .SUFFIXES: .SUFFIXES: .sci .bin .c .cpp .f .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/elementary_functions/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign modules/elementary_functions/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/Makefile.incl.am $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \ } uninstall-pkglibLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ done clean-pkglibLTLIBRARIES: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) @list='$(pkglib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } src/fortran/eispack/$(am__dirstamp): @$(MKDIR_P) src/fortran/eispack @: > src/fortran/eispack/$(am__dirstamp) src/fortran/eispack/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/fortran/eispack/$(DEPDIR) @: > src/fortran/eispack/$(DEPDIR)/$(am__dirstamp) src/fortran/eispack/hqror2.lo: src/fortran/eispack/$(am__dirstamp) \ src/fortran/eispack/$(DEPDIR)/$(am__dirstamp) src/fortran/$(am__dirstamp): @$(MKDIR_P) src/fortran @: > src/fortran/$(am__dirstamp) src/fortran/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/fortran/$(DEPDIR) @: > src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/comqr3.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/$(am__dirstamp): @$(MKDIR_P) src/fortran/linpack @: > src/fortran/linpack/$(am__dirstamp) src/fortran/linpack/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/fortran/linpack/$(DEPDIR) @: > src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/pade.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/c/$(am__dirstamp): @$(MKDIR_P) src/c @: > src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/c/$(DEPDIR) @: > src/c/$(DEPDIR)/$(am__dirstamp) src/c/libdummy_elementary_functions_la-unsfdcopy.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/icopy.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) libdummy-elementary_functions.la: $(libdummy_elementary_functions_la_OBJECTS) $(libdummy_elementary_functions_la_DEPENDENCIES) $(EXTRA_libdummy_elementary_functions_la_DEPENDENCIES) $(AM_V_F77LD)$(F77LINK) $(libdummy_elementary_functions_la_OBJECTS) $(libdummy_elementary_functions_la_LIBADD) $(LIBS) src/fortran/slatec/$(am__dirstamp): @$(MKDIR_P) src/fortran/slatec @: > src/fortran/slatec/$(am__dirstamp) src/fortran/slatec/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/fortran/slatec/$(DEPDIR) @: > src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zwrsk.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/d9b0mp.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/d9b1mp.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/d9knus.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/d9lgmc.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dasyik.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dasyjy.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbdiff.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesi0.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesi1.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesi.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesj0.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesj1.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesj.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesk0.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesk1.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesk.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesy0.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesy1.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbesy.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbkias.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbkisr.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbsi0e.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbsi1e.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbsk0e.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbsk1e.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbskes.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbskin.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbsknu.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dbsynu.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dcsevl.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dexint.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dgamlm.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dgamln.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dgamma.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dgamrn.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dhkseq.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/djairy.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dpsixn.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dxlegf.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dyairy.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/fdump.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/gamma.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/initds.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/j4save.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/xercnt.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/xermsg.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/xerprn.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/xersve.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/xgetua.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zabs.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zacai.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zacon.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zairy.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zasyi.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbesh.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbesi.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbesj.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbesk.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbesy.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbinu.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbknu.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbuni.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zbunk.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zdiv.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zexp.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zkscl.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zlog.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zmlri.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zmlt.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zrati.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zs1s2.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zseri.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zshch.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zsqrt.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zuchk.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zunhj.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zuni1.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zuni2.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zunik.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zunk1.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zunk2.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/zuoik.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dlngam.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/balanc.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/dtensbs.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/slatec/pchim.lo: src/fortran/slatec/$(am__dirstamp) \ src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dgesl.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/wpade.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/util.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dgefa.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dgbfa.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dgeco.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dgedi.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dqrdc.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dqrsl.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dqrsm.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/hhdml.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/wgeco.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/wgefa.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/wgesl.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/linpack/dpofa.lo: src/fortran/linpack/$(am__dirstamp) \ src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) src/fortran/eispack/balbak.lo: src/fortran/eispack/$(am__dirstamp) \ src/fortran/eispack/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-finite.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-vfinite.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-cmp.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-vceil.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-xerhlt.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-vfloor.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-vfrexp.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-scidcopy.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-int2db.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-rea2db.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-qsort.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-qsort-char.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-qsort-double.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-qsort-int.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-qsort-short.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-qsort-string.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-basic_functions.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-abs.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-atan.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-cos.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-cosh.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-sin.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-sinh.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-tan.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-exp.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-expm.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-log.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-sqrt.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-cupro.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-sign.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-ceil.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-eye.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-dmsum.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-dsearch.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-floor.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-mprod.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-pythag.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-matrix_generation.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-vmul.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-add_vector.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-sub_vector.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/fortran/wasum.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dexpm1.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wwdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wdotcr.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/iset.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/franck.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dwpowe.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/rcsort.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wddiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/lnblnk.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/entier.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/round.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/cortr.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/simple.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/split.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wdrdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/imcopy.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/cbal.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dsum.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/urand.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/intp.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/watan.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wipowe.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wacos.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wdpow1.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dlgama.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/exch.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wsign.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/kronr.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wrscal.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dmmul1.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dwpow.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wmmul.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/ddif.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wtan.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/ddpow.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/magic.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wcerr.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/ivimp.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dadd.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/isort.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/hilber.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wdpowe.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wmprod.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wscal.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dlblks.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/kronc.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/ddrdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dipow.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wshrsl.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wwrdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/coshin.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/iwamax.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dipowe.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/cusum.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/d1mach.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wbdiag.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/ddpow1.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/vpythag.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/isova0.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wswap.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wwpow1.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/gdcp2i.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/drdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wmsum.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/corth.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/mtran.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wwpow.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dvmul.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wclmat.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dsort.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/cerr.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/rcopy.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wdpow.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/orthes.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/waxpy.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/coef.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dwdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/arcosh.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wasin.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wexpm1.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/ddpowe.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dmprod.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wwpowe.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wdotci.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dmcopy.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wexchn.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/isoval.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dwrdiv.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wipow.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wlog.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/infinity.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dwpow1.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wmul.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dad.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dset.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dtild.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/i1mach.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dclmat.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/ortran.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/bdiag.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wvmul.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/dmmul.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/wsqrt.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/rat.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/old_pythag.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/fortran/danints.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(DEPDIR)/$(am__dirstamp) src/cpp/$(am__dirstamp): @$(MKDIR_P) src/cpp @: > src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) src/cpp/$(DEPDIR) @: > src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-getmode.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-cumsum.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-cumprod.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-diag.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-gsort.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-prod.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-sum.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-max.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-min.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) src/cpp/libscielementary_functions_algo_la-clean.lo: \ src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp) libscielementary_functions-algo.la: $(libscielementary_functions_algo_la_OBJECTS) $(libscielementary_functions_algo_la_DEPENDENCIES) $(EXTRA_libscielementary_functions_algo_la_DEPENDENCIES) $(AM_V_CXXLD)$(CXXLINK) $(am_libscielementary_functions_algo_la_rpath) $(libscielementary_functions_algo_la_OBJECTS) $(libscielementary_functions_algo_la_LIBADD) $(LIBS) sci_gateway/c/$(am__dirstamp): @$(MKDIR_P) sci_gateway/c @: > sci_gateway/c/$(am__dirstamp) sci_gateway/c/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) sci_gateway/c/$(DEPDIR) @: > sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/$(am__dirstamp): @$(MKDIR_P) sci_gateway/cpp @: > sci_gateway/cpp/$(am__dirstamp) sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) sci_gateway/cpp/$(DEPDIR) @: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_isequal.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-elem_func_gw.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_size.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_eye.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_rand.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_prod.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_sum.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_zeros.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_ones.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_matrix.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_abs.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_acos.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_acosh.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_asin.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_asinh.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_atan.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_atanh.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_ceil.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_clean.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_conj.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_cos.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_cosh.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_sin.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_sinh.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_tan.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_tanh.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_cumsum.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_cumprod.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_diag.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_dsearch.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_exp.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_expm.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_floor.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_frexp.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_gsort.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_imag.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_imult.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_int.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_isreal.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_kron.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_log.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_log1p.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_max.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_rat.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_triu.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_tril.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_real.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_round.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_sign.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_sqrt.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_issquare.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_linspace.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_isvector.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_nearfloat.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_permute.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_bitstring.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_base2dec.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) sci_gateway/cpp/libscielementary_functions_la-sci_dec2base.lo: \ sci_gateway/cpp/$(am__dirstamp) \ sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) libscielementary_functions.la: $(libscielementary_functions_la_OBJECTS) $(libscielementary_functions_la_DEPENDENCIES) $(EXTRA_libscielementary_functions_la_DEPENDENCIES) $(AM_V_CXXLD)$(CXXLINK) $(am_libscielementary_functions_la_rpath) $(libscielementary_functions_la_OBJECTS) $(libscielementary_functions_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f sci_gateway/c/*.$(OBJEXT) -rm -f sci_gateway/c/*.lo -rm -f sci_gateway/cpp/*.$(OBJEXT) -rm -f sci_gateway/cpp/*.lo -rm -f src/c/*.$(OBJEXT) -rm -f src/c/*.lo -rm -f src/cpp/*.$(OBJEXT) -rm -f src/cpp/*.lo -rm -f src/fortran/*.$(OBJEXT) -rm -f src/fortran/*.lo -rm -f src/fortran/eispack/*.$(OBJEXT) -rm -f src/fortran/eispack/*.lo -rm -f src/fortran/linpack/*.$(OBJEXT) -rm -f src/fortran/linpack/*.lo -rm -f src/fortran/slatec/*.$(OBJEXT) -rm -f src/fortran/slatec/*.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-elem_func_gw.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_abs.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acos.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acosh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asin.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asinh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atan.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atanh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_bitstring.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_clean.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_conj.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cos.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cosh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_diag.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_exp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_expm.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_eye.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_floor.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imag.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imult.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_int.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_issquare.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isvector.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_kron.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_linspace.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_max.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ones.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_permute.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_prod.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rand.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rat.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_real.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_round.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sign.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sin.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sinh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_size.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sum.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tan.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tanh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tril.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_triu.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-abs.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-add_vector.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-atan.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-basic_functions.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-ceil.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-cos.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-cosh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-cupro.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-dmsum.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-dsearch.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-exp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-expm.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-eye.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-floor.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-log.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-matrix_generation.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-mprod.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-pythag.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-sign.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-sin.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-sinh.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-sqrt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-sub_vector.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-tan.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-vmul.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-clean.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumprod.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumsum.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-diag.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-getmode.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-max.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-min.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-prod.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-sum.Plo@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< src/c/libdummy_elementary_functions_la-unsfdcopy.lo: src/c/unsfdcopy.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdummy_elementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libdummy_elementary_functions_la-unsfdcopy.lo -MD -MP -MF src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Tpo -c -o src/c/libdummy_elementary_functions_la-unsfdcopy.lo `test -f 'src/c/unsfdcopy.c' || echo '$(srcdir)/'`src/c/unsfdcopy.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Tpo src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/unsfdcopy.c' object='src/c/libdummy_elementary_functions_la-unsfdcopy.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdummy_elementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libdummy_elementary_functions_la-unsfdcopy.lo `test -f 'src/c/unsfdcopy.c' || echo '$(srcdir)/'`src/c/unsfdcopy.c src/c/libscielementary_functions_algo_la-finite.lo: src/c/finite.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-finite.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Tpo -c -o src/c/libscielementary_functions_algo_la-finite.lo `test -f 'src/c/finite.c' || echo '$(srcdir)/'`src/c/finite.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/finite.c' object='src/c/libscielementary_functions_algo_la-finite.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-finite.lo `test -f 'src/c/finite.c' || echo '$(srcdir)/'`src/c/finite.c src/c/libscielementary_functions_algo_la-vfinite.lo: src/c/vfinite.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-vfinite.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Tpo -c -o src/c/libscielementary_functions_algo_la-vfinite.lo `test -f 'src/c/vfinite.c' || echo '$(srcdir)/'`src/c/vfinite.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/vfinite.c' object='src/c/libscielementary_functions_algo_la-vfinite.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-vfinite.lo `test -f 'src/c/vfinite.c' || echo '$(srcdir)/'`src/c/vfinite.c src/c/libscielementary_functions_algo_la-cmp.lo: src/c/cmp.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-cmp.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Tpo -c -o src/c/libscielementary_functions_algo_la-cmp.lo `test -f 'src/c/cmp.c' || echo '$(srcdir)/'`src/c/cmp.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/cmp.c' object='src/c/libscielementary_functions_algo_la-cmp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-cmp.lo `test -f 'src/c/cmp.c' || echo '$(srcdir)/'`src/c/cmp.c src/c/libscielementary_functions_algo_la-vceil.lo: src/c/vceil.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-vceil.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Tpo -c -o src/c/libscielementary_functions_algo_la-vceil.lo `test -f 'src/c/vceil.c' || echo '$(srcdir)/'`src/c/vceil.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/vceil.c' object='src/c/libscielementary_functions_algo_la-vceil.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-vceil.lo `test -f 'src/c/vceil.c' || echo '$(srcdir)/'`src/c/vceil.c src/c/libscielementary_functions_algo_la-xerhlt.lo: src/c/xerhlt.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-xerhlt.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Tpo -c -o src/c/libscielementary_functions_algo_la-xerhlt.lo `test -f 'src/c/xerhlt.c' || echo '$(srcdir)/'`src/c/xerhlt.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/xerhlt.c' object='src/c/libscielementary_functions_algo_la-xerhlt.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-xerhlt.lo `test -f 'src/c/xerhlt.c' || echo '$(srcdir)/'`src/c/xerhlt.c src/c/libscielementary_functions_algo_la-vfloor.lo: src/c/vfloor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-vfloor.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Tpo -c -o src/c/libscielementary_functions_algo_la-vfloor.lo `test -f 'src/c/vfloor.c' || echo '$(srcdir)/'`src/c/vfloor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/vfloor.c' object='src/c/libscielementary_functions_algo_la-vfloor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-vfloor.lo `test -f 'src/c/vfloor.c' || echo '$(srcdir)/'`src/c/vfloor.c src/c/libscielementary_functions_algo_la-vfrexp.lo: src/c/vfrexp.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-vfrexp.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Tpo -c -o src/c/libscielementary_functions_algo_la-vfrexp.lo `test -f 'src/c/vfrexp.c' || echo '$(srcdir)/'`src/c/vfrexp.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/vfrexp.c' object='src/c/libscielementary_functions_algo_la-vfrexp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-vfrexp.lo `test -f 'src/c/vfrexp.c' || echo '$(srcdir)/'`src/c/vfrexp.c src/c/libscielementary_functions_algo_la-scidcopy.lo: src/c/scidcopy.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-scidcopy.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Tpo -c -o src/c/libscielementary_functions_algo_la-scidcopy.lo `test -f 'src/c/scidcopy.c' || echo '$(srcdir)/'`src/c/scidcopy.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/scidcopy.c' object='src/c/libscielementary_functions_algo_la-scidcopy.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-scidcopy.lo `test -f 'src/c/scidcopy.c' || echo '$(srcdir)/'`src/c/scidcopy.c src/c/libscielementary_functions_algo_la-int2db.lo: src/c/int2db.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-int2db.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Tpo -c -o src/c/libscielementary_functions_algo_la-int2db.lo `test -f 'src/c/int2db.c' || echo '$(srcdir)/'`src/c/int2db.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/int2db.c' object='src/c/libscielementary_functions_algo_la-int2db.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-int2db.lo `test -f 'src/c/int2db.c' || echo '$(srcdir)/'`src/c/int2db.c src/c/libscielementary_functions_algo_la-rea2db.lo: src/c/rea2db.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-rea2db.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Tpo -c -o src/c/libscielementary_functions_algo_la-rea2db.lo `test -f 'src/c/rea2db.c' || echo '$(srcdir)/'`src/c/rea2db.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/rea2db.c' object='src/c/libscielementary_functions_algo_la-rea2db.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-rea2db.lo `test -f 'src/c/rea2db.c' || echo '$(srcdir)/'`src/c/rea2db.c src/c/libscielementary_functions_algo_la-qsort.lo: src/c/qsort.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-qsort.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Tpo -c -o src/c/libscielementary_functions_algo_la-qsort.lo `test -f 'src/c/qsort.c' || echo '$(srcdir)/'`src/c/qsort.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/qsort.c' object='src/c/libscielementary_functions_algo_la-qsort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-qsort.lo `test -f 'src/c/qsort.c' || echo '$(srcdir)/'`src/c/qsort.c src/c/libscielementary_functions_algo_la-qsort-char.lo: src/c/qsort-char.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-qsort-char.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Tpo -c -o src/c/libscielementary_functions_algo_la-qsort-char.lo `test -f 'src/c/qsort-char.c' || echo '$(srcdir)/'`src/c/qsort-char.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/qsort-char.c' object='src/c/libscielementary_functions_algo_la-qsort-char.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-qsort-char.lo `test -f 'src/c/qsort-char.c' || echo '$(srcdir)/'`src/c/qsort-char.c src/c/libscielementary_functions_algo_la-qsort-double.lo: src/c/qsort-double.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-qsort-double.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Tpo -c -o src/c/libscielementary_functions_algo_la-qsort-double.lo `test -f 'src/c/qsort-double.c' || echo '$(srcdir)/'`src/c/qsort-double.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/qsort-double.c' object='src/c/libscielementary_functions_algo_la-qsort-double.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-qsort-double.lo `test -f 'src/c/qsort-double.c' || echo '$(srcdir)/'`src/c/qsort-double.c src/c/libscielementary_functions_algo_la-qsort-int.lo: src/c/qsort-int.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-qsort-int.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Tpo -c -o src/c/libscielementary_functions_algo_la-qsort-int.lo `test -f 'src/c/qsort-int.c' || echo '$(srcdir)/'`src/c/qsort-int.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/qsort-int.c' object='src/c/libscielementary_functions_algo_la-qsort-int.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-qsort-int.lo `test -f 'src/c/qsort-int.c' || echo '$(srcdir)/'`src/c/qsort-int.c src/c/libscielementary_functions_algo_la-qsort-short.lo: src/c/qsort-short.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-qsort-short.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Tpo -c -o src/c/libscielementary_functions_algo_la-qsort-short.lo `test -f 'src/c/qsort-short.c' || echo '$(srcdir)/'`src/c/qsort-short.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/qsort-short.c' object='src/c/libscielementary_functions_algo_la-qsort-short.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-qsort-short.lo `test -f 'src/c/qsort-short.c' || echo '$(srcdir)/'`src/c/qsort-short.c src/c/libscielementary_functions_algo_la-qsort-string.lo: src/c/qsort-string.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-qsort-string.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Tpo -c -o src/c/libscielementary_functions_algo_la-qsort-string.lo `test -f 'src/c/qsort-string.c' || echo '$(srcdir)/'`src/c/qsort-string.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/qsort-string.c' object='src/c/libscielementary_functions_algo_la-qsort-string.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-qsort-string.lo `test -f 'src/c/qsort-string.c' || echo '$(srcdir)/'`src/c/qsort-string.c src/c/libscielementary_functions_algo_la-basic_functions.lo: src/c/basic_functions.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-basic_functions.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-basic_functions.Tpo -c -o src/c/libscielementary_functions_algo_la-basic_functions.lo `test -f 'src/c/basic_functions.c' || echo '$(srcdir)/'`src/c/basic_functions.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-basic_functions.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-basic_functions.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/basic_functions.c' object='src/c/libscielementary_functions_algo_la-basic_functions.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-basic_functions.lo `test -f 'src/c/basic_functions.c' || echo '$(srcdir)/'`src/c/basic_functions.c src/c/libscielementary_functions_algo_la-abs.lo: src/c/abs.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-abs.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-abs.Tpo -c -o src/c/libscielementary_functions_algo_la-abs.lo `test -f 'src/c/abs.c' || echo '$(srcdir)/'`src/c/abs.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-abs.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-abs.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/abs.c' object='src/c/libscielementary_functions_algo_la-abs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-abs.lo `test -f 'src/c/abs.c' || echo '$(srcdir)/'`src/c/abs.c src/c/libscielementary_functions_algo_la-atan.lo: src/c/atan.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-atan.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-atan.Tpo -c -o src/c/libscielementary_functions_algo_la-atan.lo `test -f 'src/c/atan.c' || echo '$(srcdir)/'`src/c/atan.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-atan.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-atan.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/atan.c' object='src/c/libscielementary_functions_algo_la-atan.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-atan.lo `test -f 'src/c/atan.c' || echo '$(srcdir)/'`src/c/atan.c src/c/libscielementary_functions_algo_la-cos.lo: src/c/cos.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-cos.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-cos.Tpo -c -o src/c/libscielementary_functions_algo_la-cos.lo `test -f 'src/c/cos.c' || echo '$(srcdir)/'`src/c/cos.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-cos.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-cos.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/cos.c' object='src/c/libscielementary_functions_algo_la-cos.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-cos.lo `test -f 'src/c/cos.c' || echo '$(srcdir)/'`src/c/cos.c src/c/libscielementary_functions_algo_la-cosh.lo: src/c/cosh.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-cosh.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-cosh.Tpo -c -o src/c/libscielementary_functions_algo_la-cosh.lo `test -f 'src/c/cosh.c' || echo '$(srcdir)/'`src/c/cosh.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-cosh.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-cosh.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/cosh.c' object='src/c/libscielementary_functions_algo_la-cosh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-cosh.lo `test -f 'src/c/cosh.c' || echo '$(srcdir)/'`src/c/cosh.c src/c/libscielementary_functions_algo_la-sin.lo: src/c/sin.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-sin.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-sin.Tpo -c -o src/c/libscielementary_functions_algo_la-sin.lo `test -f 'src/c/sin.c' || echo '$(srcdir)/'`src/c/sin.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-sin.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-sin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/sin.c' object='src/c/libscielementary_functions_algo_la-sin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-sin.lo `test -f 'src/c/sin.c' || echo '$(srcdir)/'`src/c/sin.c src/c/libscielementary_functions_algo_la-sinh.lo: src/c/sinh.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-sinh.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-sinh.Tpo -c -o src/c/libscielementary_functions_algo_la-sinh.lo `test -f 'src/c/sinh.c' || echo '$(srcdir)/'`src/c/sinh.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-sinh.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-sinh.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/sinh.c' object='src/c/libscielementary_functions_algo_la-sinh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-sinh.lo `test -f 'src/c/sinh.c' || echo '$(srcdir)/'`src/c/sinh.c src/c/libscielementary_functions_algo_la-tan.lo: src/c/tan.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-tan.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-tan.Tpo -c -o src/c/libscielementary_functions_algo_la-tan.lo `test -f 'src/c/tan.c' || echo '$(srcdir)/'`src/c/tan.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-tan.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-tan.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/tan.c' object='src/c/libscielementary_functions_algo_la-tan.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-tan.lo `test -f 'src/c/tan.c' || echo '$(srcdir)/'`src/c/tan.c src/c/libscielementary_functions_algo_la-exp.lo: src/c/exp.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-exp.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-exp.Tpo -c -o src/c/libscielementary_functions_algo_la-exp.lo `test -f 'src/c/exp.c' || echo '$(srcdir)/'`src/c/exp.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-exp.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-exp.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/exp.c' object='src/c/libscielementary_functions_algo_la-exp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-exp.lo `test -f 'src/c/exp.c' || echo '$(srcdir)/'`src/c/exp.c src/c/libscielementary_functions_algo_la-expm.lo: src/c/expm.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-expm.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-expm.Tpo -c -o src/c/libscielementary_functions_algo_la-expm.lo `test -f 'src/c/expm.c' || echo '$(srcdir)/'`src/c/expm.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-expm.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-expm.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/expm.c' object='src/c/libscielementary_functions_algo_la-expm.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-expm.lo `test -f 'src/c/expm.c' || echo '$(srcdir)/'`src/c/expm.c src/c/libscielementary_functions_algo_la-log.lo: src/c/log.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-log.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-log.Tpo -c -o src/c/libscielementary_functions_algo_la-log.lo `test -f 'src/c/log.c' || echo '$(srcdir)/'`src/c/log.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-log.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-log.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/log.c' object='src/c/libscielementary_functions_algo_la-log.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-log.lo `test -f 'src/c/log.c' || echo '$(srcdir)/'`src/c/log.c src/c/libscielementary_functions_algo_la-sqrt.lo: src/c/sqrt.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-sqrt.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-sqrt.Tpo -c -o src/c/libscielementary_functions_algo_la-sqrt.lo `test -f 'src/c/sqrt.c' || echo '$(srcdir)/'`src/c/sqrt.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-sqrt.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-sqrt.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/sqrt.c' object='src/c/libscielementary_functions_algo_la-sqrt.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-sqrt.lo `test -f 'src/c/sqrt.c' || echo '$(srcdir)/'`src/c/sqrt.c src/c/libscielementary_functions_algo_la-cupro.lo: src/c/cupro.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-cupro.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-cupro.Tpo -c -o src/c/libscielementary_functions_algo_la-cupro.lo `test -f 'src/c/cupro.c' || echo '$(srcdir)/'`src/c/cupro.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-cupro.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-cupro.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/cupro.c' object='src/c/libscielementary_functions_algo_la-cupro.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-cupro.lo `test -f 'src/c/cupro.c' || echo '$(srcdir)/'`src/c/cupro.c src/c/libscielementary_functions_algo_la-sign.lo: src/c/sign.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-sign.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-sign.Tpo -c -o src/c/libscielementary_functions_algo_la-sign.lo `test -f 'src/c/sign.c' || echo '$(srcdir)/'`src/c/sign.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-sign.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-sign.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/sign.c' object='src/c/libscielementary_functions_algo_la-sign.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-sign.lo `test -f 'src/c/sign.c' || echo '$(srcdir)/'`src/c/sign.c src/c/libscielementary_functions_algo_la-ceil.lo: src/c/ceil.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-ceil.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-ceil.Tpo -c -o src/c/libscielementary_functions_algo_la-ceil.lo `test -f 'src/c/ceil.c' || echo '$(srcdir)/'`src/c/ceil.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-ceil.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-ceil.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/ceil.c' object='src/c/libscielementary_functions_algo_la-ceil.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-ceil.lo `test -f 'src/c/ceil.c' || echo '$(srcdir)/'`src/c/ceil.c src/c/libscielementary_functions_algo_la-eye.lo: src/c/eye.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-eye.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-eye.Tpo -c -o src/c/libscielementary_functions_algo_la-eye.lo `test -f 'src/c/eye.c' || echo '$(srcdir)/'`src/c/eye.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-eye.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-eye.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/eye.c' object='src/c/libscielementary_functions_algo_la-eye.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-eye.lo `test -f 'src/c/eye.c' || echo '$(srcdir)/'`src/c/eye.c src/c/libscielementary_functions_algo_la-dmsum.lo: src/c/dmsum.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-dmsum.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-dmsum.Tpo -c -o src/c/libscielementary_functions_algo_la-dmsum.lo `test -f 'src/c/dmsum.c' || echo '$(srcdir)/'`src/c/dmsum.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-dmsum.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-dmsum.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/dmsum.c' object='src/c/libscielementary_functions_algo_la-dmsum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-dmsum.lo `test -f 'src/c/dmsum.c' || echo '$(srcdir)/'`src/c/dmsum.c src/c/libscielementary_functions_algo_la-dsearch.lo: src/c/dsearch.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-dsearch.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-dsearch.Tpo -c -o src/c/libscielementary_functions_algo_la-dsearch.lo `test -f 'src/c/dsearch.c' || echo '$(srcdir)/'`src/c/dsearch.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-dsearch.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-dsearch.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/dsearch.c' object='src/c/libscielementary_functions_algo_la-dsearch.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-dsearch.lo `test -f 'src/c/dsearch.c' || echo '$(srcdir)/'`src/c/dsearch.c src/c/libscielementary_functions_algo_la-floor.lo: src/c/floor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-floor.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-floor.Tpo -c -o src/c/libscielementary_functions_algo_la-floor.lo `test -f 'src/c/floor.c' || echo '$(srcdir)/'`src/c/floor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-floor.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-floor.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/floor.c' object='src/c/libscielementary_functions_algo_la-floor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-floor.lo `test -f 'src/c/floor.c' || echo '$(srcdir)/'`src/c/floor.c src/c/libscielementary_functions_algo_la-mprod.lo: src/c/mprod.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-mprod.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-mprod.Tpo -c -o src/c/libscielementary_functions_algo_la-mprod.lo `test -f 'src/c/mprod.c' || echo '$(srcdir)/'`src/c/mprod.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-mprod.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-mprod.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/mprod.c' object='src/c/libscielementary_functions_algo_la-mprod.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-mprod.lo `test -f 'src/c/mprod.c' || echo '$(srcdir)/'`src/c/mprod.c src/c/libscielementary_functions_algo_la-pythag.lo: src/c/pythag.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-pythag.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-pythag.Tpo -c -o src/c/libscielementary_functions_algo_la-pythag.lo `test -f 'src/c/pythag.c' || echo '$(srcdir)/'`src/c/pythag.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-pythag.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-pythag.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/pythag.c' object='src/c/libscielementary_functions_algo_la-pythag.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-pythag.lo `test -f 'src/c/pythag.c' || echo '$(srcdir)/'`src/c/pythag.c src/c/libscielementary_functions_algo_la-matrix_generation.lo: src/c/matrix_generation.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-matrix_generation.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-matrix_generation.Tpo -c -o src/c/libscielementary_functions_algo_la-matrix_generation.lo `test -f 'src/c/matrix_generation.c' || echo '$(srcdir)/'`src/c/matrix_generation.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-matrix_generation.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-matrix_generation.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/matrix_generation.c' object='src/c/libscielementary_functions_algo_la-matrix_generation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-matrix_generation.lo `test -f 'src/c/matrix_generation.c' || echo '$(srcdir)/'`src/c/matrix_generation.c src/c/libscielementary_functions_algo_la-vmul.lo: src/c/vmul.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-vmul.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-vmul.Tpo -c -o src/c/libscielementary_functions_algo_la-vmul.lo `test -f 'src/c/vmul.c' || echo '$(srcdir)/'`src/c/vmul.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vmul.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vmul.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/vmul.c' object='src/c/libscielementary_functions_algo_la-vmul.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-vmul.lo `test -f 'src/c/vmul.c' || echo '$(srcdir)/'`src/c/vmul.c src/c/libscielementary_functions_algo_la-add_vector.lo: src/c/add_vector.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-add_vector.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-add_vector.Tpo -c -o src/c/libscielementary_functions_algo_la-add_vector.lo `test -f 'src/c/add_vector.c' || echo '$(srcdir)/'`src/c/add_vector.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-add_vector.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-add_vector.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/add_vector.c' object='src/c/libscielementary_functions_algo_la-add_vector.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-add_vector.lo `test -f 'src/c/add_vector.c' || echo '$(srcdir)/'`src/c/add_vector.c src/c/libscielementary_functions_algo_la-sub_vector.lo: src/c/sub_vector.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscielementary_functions_algo_la-sub_vector.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-sub_vector.Tpo -c -o src/c/libscielementary_functions_algo_la-sub_vector.lo `test -f 'src/c/sub_vector.c' || echo '$(srcdir)/'`src/c/sub_vector.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-sub_vector.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-sub_vector.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/sub_vector.c' object='src/c/libscielementary_functions_algo_la-sub_vector.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscielementary_functions_algo_la-sub_vector.lo `test -f 'src/c/sub_vector.c' || echo '$(srcdir)/'`src/c/sub_vector.c sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo: sci_gateway/c/sci_number_properties.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo `test -f 'sci_gateway/c/sci_number_properties.c' || echo '$(srcdir)/'`sci_gateway/c/sci_number_properties.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_number_properties.c' object='sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo `test -f 'sci_gateway/c/sci_number_properties.c' || echo '$(srcdir)/'`sci_gateway/c/sci_number_properties.c sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo: sci_gateway/c/sci_testmatrix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo `test -f 'sci_gateway/c/sci_testmatrix.c' || echo '$(srcdir)/'`sci_gateway/c/sci_testmatrix.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_testmatrix.c' object='sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo `test -f 'sci_gateway/c/sci_testmatrix.c' || echo '$(srcdir)/'`sci_gateway/c/sci_testmatrix.c sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo: sci_gateway/c/sci_isequalbitwise.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo `test -f 'sci_gateway/c/sci_isequalbitwise.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isequalbitwise.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sci_gateway/c/sci_isequalbitwise.c' object='sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo `test -f 'sci_gateway/c/sci_isequalbitwise.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isequalbitwise.c .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< src/cpp/libscielementary_functions_algo_la-getmode.lo: src/cpp/getmode.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-getmode.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-getmode.Tpo -c -o src/cpp/libscielementary_functions_algo_la-getmode.lo `test -f 'src/cpp/getmode.cpp' || echo '$(srcdir)/'`src/cpp/getmode.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-getmode.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-getmode.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/getmode.cpp' object='src/cpp/libscielementary_functions_algo_la-getmode.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-getmode.lo `test -f 'src/cpp/getmode.cpp' || echo '$(srcdir)/'`src/cpp/getmode.cpp src/cpp/libscielementary_functions_algo_la-cumsum.lo: src/cpp/cumsum.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-cumsum.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumsum.Tpo -c -o src/cpp/libscielementary_functions_algo_la-cumsum.lo `test -f 'src/cpp/cumsum.cpp' || echo '$(srcdir)/'`src/cpp/cumsum.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumsum.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumsum.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/cumsum.cpp' object='src/cpp/libscielementary_functions_algo_la-cumsum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-cumsum.lo `test -f 'src/cpp/cumsum.cpp' || echo '$(srcdir)/'`src/cpp/cumsum.cpp src/cpp/libscielementary_functions_algo_la-cumprod.lo: src/cpp/cumprod.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-cumprod.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumprod.Tpo -c -o src/cpp/libscielementary_functions_algo_la-cumprod.lo `test -f 'src/cpp/cumprod.cpp' || echo '$(srcdir)/'`src/cpp/cumprod.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumprod.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumprod.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/cumprod.cpp' object='src/cpp/libscielementary_functions_algo_la-cumprod.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-cumprod.lo `test -f 'src/cpp/cumprod.cpp' || echo '$(srcdir)/'`src/cpp/cumprod.cpp src/cpp/libscielementary_functions_algo_la-diag.lo: src/cpp/diag.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-diag.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-diag.Tpo -c -o src/cpp/libscielementary_functions_algo_la-diag.lo `test -f 'src/cpp/diag.cpp' || echo '$(srcdir)/'`src/cpp/diag.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-diag.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-diag.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/diag.cpp' object='src/cpp/libscielementary_functions_algo_la-diag.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-diag.lo `test -f 'src/cpp/diag.cpp' || echo '$(srcdir)/'`src/cpp/diag.cpp src/cpp/libscielementary_functions_algo_la-gsort.lo: src/cpp/gsort.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-gsort.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Tpo -c -o src/cpp/libscielementary_functions_algo_la-gsort.lo `test -f 'src/cpp/gsort.cpp' || echo '$(srcdir)/'`src/cpp/gsort.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/gsort.cpp' object='src/cpp/libscielementary_functions_algo_la-gsort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-gsort.lo `test -f 'src/cpp/gsort.cpp' || echo '$(srcdir)/'`src/cpp/gsort.cpp src/cpp/libscielementary_functions_algo_la-prod.lo: src/cpp/prod.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-prod.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-prod.Tpo -c -o src/cpp/libscielementary_functions_algo_la-prod.lo `test -f 'src/cpp/prod.cpp' || echo '$(srcdir)/'`src/cpp/prod.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-prod.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-prod.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/prod.cpp' object='src/cpp/libscielementary_functions_algo_la-prod.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-prod.lo `test -f 'src/cpp/prod.cpp' || echo '$(srcdir)/'`src/cpp/prod.cpp src/cpp/libscielementary_functions_algo_la-sum.lo: src/cpp/sum.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-sum.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-sum.Tpo -c -o src/cpp/libscielementary_functions_algo_la-sum.lo `test -f 'src/cpp/sum.cpp' || echo '$(srcdir)/'`src/cpp/sum.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-sum.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-sum.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/sum.cpp' object='src/cpp/libscielementary_functions_algo_la-sum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-sum.lo `test -f 'src/cpp/sum.cpp' || echo '$(srcdir)/'`src/cpp/sum.cpp src/cpp/libscielementary_functions_algo_la-max.lo: src/cpp/max.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-max.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-max.Tpo -c -o src/cpp/libscielementary_functions_algo_la-max.lo `test -f 'src/cpp/max.cpp' || echo '$(srcdir)/'`src/cpp/max.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-max.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-max.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/max.cpp' object='src/cpp/libscielementary_functions_algo_la-max.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-max.lo `test -f 'src/cpp/max.cpp' || echo '$(srcdir)/'`src/cpp/max.cpp src/cpp/libscielementary_functions_algo_la-min.lo: src/cpp/min.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-min.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-min.Tpo -c -o src/cpp/libscielementary_functions_algo_la-min.lo `test -f 'src/cpp/min.cpp' || echo '$(srcdir)/'`src/cpp/min.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-min.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-min.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/min.cpp' object='src/cpp/libscielementary_functions_algo_la-min.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-min.lo `test -f 'src/cpp/min.cpp' || echo '$(srcdir)/'`src/cpp/min.cpp src/cpp/libscielementary_functions_algo_la-clean.lo: src/cpp/clean.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscielementary_functions_algo_la-clean.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-clean.Tpo -c -o src/cpp/libscielementary_functions_algo_la-clean.lo `test -f 'src/cpp/clean.cpp' || echo '$(srcdir)/'`src/cpp/clean.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-clean.Tpo src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-clean.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/clean.cpp' object='src/cpp/libscielementary_functions_algo_la-clean.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscielementary_functions_algo_la-clean.lo `test -f 'src/cpp/clean.cpp' || echo '$(srcdir)/'`src/cpp/clean.cpp sci_gateway/cpp/libscielementary_functions_la-sci_isequal.lo: sci_gateway/cpp/sci_isequal.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_isequal.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_isequal.lo `test -f 'sci_gateway/cpp/sci_isequal.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isequal.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_isequal.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_isequal.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_isequal.lo `test -f 'sci_gateway/cpp/sci_isequal.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isequal.cpp sci_gateway/cpp/libscielementary_functions_la-elem_func_gw.lo: sci_gateway/cpp/elem_func_gw.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-elem_func_gw.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-elem_func_gw.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-elem_func_gw.lo `test -f 'sci_gateway/cpp/elem_func_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/elem_func_gw.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-elem_func_gw.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-elem_func_gw.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/elem_func_gw.cpp' object='sci_gateway/cpp/libscielementary_functions_la-elem_func_gw.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-elem_func_gw.lo `test -f 'sci_gateway/cpp/elem_func_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/elem_func_gw.cpp sci_gateway/cpp/libscielementary_functions_la-sci_size.lo: sci_gateway/cpp/sci_size.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_size.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_size.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_size.lo `test -f 'sci_gateway/cpp/sci_size.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_size.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_size.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_size.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_size.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_size.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_size.lo `test -f 'sci_gateway/cpp/sci_size.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_size.cpp sci_gateway/cpp/libscielementary_functions_la-sci_eye.lo: sci_gateway/cpp/sci_eye.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_eye.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_eye.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_eye.lo `test -f 'sci_gateway/cpp/sci_eye.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_eye.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_eye.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_eye.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_eye.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_eye.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_eye.lo `test -f 'sci_gateway/cpp/sci_eye.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_eye.cpp sci_gateway/cpp/libscielementary_functions_la-sci_rand.lo: sci_gateway/cpp/sci_rand.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_rand.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rand.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_rand.lo `test -f 'sci_gateway/cpp/sci_rand.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_rand.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rand.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rand.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_rand.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_rand.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_rand.lo `test -f 'sci_gateway/cpp/sci_rand.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_rand.cpp sci_gateway/cpp/libscielementary_functions_la-sci_prod.lo: sci_gateway/cpp/sci_prod.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_prod.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_prod.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_prod.lo `test -f 'sci_gateway/cpp/sci_prod.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_prod.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_prod.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_prod.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_prod.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_prod.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_prod.lo `test -f 'sci_gateway/cpp/sci_prod.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_prod.cpp sci_gateway/cpp/libscielementary_functions_la-sci_sum.lo: sci_gateway/cpp/sci_sum.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_sum.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sum.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sum.lo `test -f 'sci_gateway/cpp/sci_sum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sum.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sum.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sum.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_sum.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_sum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sum.lo `test -f 'sci_gateway/cpp/sci_sum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sum.cpp sci_gateway/cpp/libscielementary_functions_la-sci_zeros.lo: sci_gateway/cpp/sci_zeros.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_zeros.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_zeros.lo `test -f 'sci_gateway/cpp/sci_zeros.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_zeros.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_zeros.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_zeros.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_zeros.lo `test -f 'sci_gateway/cpp/sci_zeros.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_zeros.cpp sci_gateway/cpp/libscielementary_functions_la-sci_ones.lo: sci_gateway/cpp/sci_ones.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_ones.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ones.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_ones.lo `test -f 'sci_gateway/cpp/sci_ones.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ones.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ones.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ones.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_ones.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_ones.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_ones.lo `test -f 'sci_gateway/cpp/sci_ones.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ones.cpp sci_gateway/cpp/libscielementary_functions_la-sci_matrix.lo: sci_gateway/cpp/sci_matrix.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_matrix.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_matrix.lo `test -f 'sci_gateway/cpp/sci_matrix.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_matrix.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_matrix.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_matrix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_matrix.lo `test -f 'sci_gateway/cpp/sci_matrix.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_matrix.cpp sci_gateway/cpp/libscielementary_functions_la-sci_abs.lo: sci_gateway/cpp/sci_abs.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_abs.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_abs.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_abs.lo `test -f 'sci_gateway/cpp/sci_abs.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_abs.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_abs.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_abs.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_abs.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_abs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_abs.lo `test -f 'sci_gateway/cpp/sci_abs.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_abs.cpp sci_gateway/cpp/libscielementary_functions_la-sci_acos.lo: sci_gateway/cpp/sci_acos.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_acos.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acos.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_acos.lo `test -f 'sci_gateway/cpp/sci_acos.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_acos.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acos.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acos.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_acos.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_acos.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_acos.lo `test -f 'sci_gateway/cpp/sci_acos.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_acos.cpp sci_gateway/cpp/libscielementary_functions_la-sci_acosh.lo: sci_gateway/cpp/sci_acosh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_acosh.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acosh.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_acosh.lo `test -f 'sci_gateway/cpp/sci_acosh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_acosh.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acosh.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acosh.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_acosh.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_acosh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_acosh.lo `test -f 'sci_gateway/cpp/sci_acosh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_acosh.cpp sci_gateway/cpp/libscielementary_functions_la-sci_asin.lo: sci_gateway/cpp/sci_asin.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_asin.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asin.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_asin.lo `test -f 'sci_gateway/cpp/sci_asin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_asin.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asin.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asin.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_asin.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_asin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_asin.lo `test -f 'sci_gateway/cpp/sci_asin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_asin.cpp sci_gateway/cpp/libscielementary_functions_la-sci_asinh.lo: sci_gateway/cpp/sci_asinh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_asinh.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asinh.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_asinh.lo `test -f 'sci_gateway/cpp/sci_asinh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_asinh.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asinh.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asinh.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_asinh.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_asinh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_asinh.lo `test -f 'sci_gateway/cpp/sci_asinh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_asinh.cpp sci_gateway/cpp/libscielementary_functions_la-sci_atan.lo: sci_gateway/cpp/sci_atan.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_atan.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atan.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_atan.lo `test -f 'sci_gateway/cpp/sci_atan.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_atan.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atan.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atan.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_atan.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_atan.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_atan.lo `test -f 'sci_gateway/cpp/sci_atan.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_atan.cpp sci_gateway/cpp/libscielementary_functions_la-sci_atanh.lo: sci_gateway/cpp/sci_atanh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_atanh.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atanh.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_atanh.lo `test -f 'sci_gateway/cpp/sci_atanh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_atanh.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atanh.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atanh.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_atanh.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_atanh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_atanh.lo `test -f 'sci_gateway/cpp/sci_atanh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_atanh.cpp sci_gateway/cpp/libscielementary_functions_la-sci_ceil.lo: sci_gateway/cpp/sci_ceil.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_ceil.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_ceil.lo `test -f 'sci_gateway/cpp/sci_ceil.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ceil.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_ceil.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_ceil.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_ceil.lo `test -f 'sci_gateway/cpp/sci_ceil.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ceil.cpp sci_gateway/cpp/libscielementary_functions_la-sci_clean.lo: sci_gateway/cpp/sci_clean.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_clean.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_clean.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_clean.lo `test -f 'sci_gateway/cpp/sci_clean.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_clean.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_clean.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_clean.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_clean.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_clean.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_clean.lo `test -f 'sci_gateway/cpp/sci_clean.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_clean.cpp sci_gateway/cpp/libscielementary_functions_la-sci_conj.lo: sci_gateway/cpp/sci_conj.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_conj.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_conj.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_conj.lo `test -f 'sci_gateway/cpp/sci_conj.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_conj.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_conj.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_conj.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_conj.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_conj.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_conj.lo `test -f 'sci_gateway/cpp/sci_conj.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_conj.cpp sci_gateway/cpp/libscielementary_functions_la-sci_cos.lo: sci_gateway/cpp/sci_cos.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_cos.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cos.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cos.lo `test -f 'sci_gateway/cpp/sci_cos.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cos.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cos.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cos.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_cos.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_cos.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cos.lo `test -f 'sci_gateway/cpp/sci_cos.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cos.cpp sci_gateway/cpp/libscielementary_functions_la-sci_cosh.lo: sci_gateway/cpp/sci_cosh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_cosh.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cosh.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cosh.lo `test -f 'sci_gateway/cpp/sci_cosh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cosh.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cosh.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cosh.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_cosh.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_cosh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cosh.lo `test -f 'sci_gateway/cpp/sci_cosh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cosh.cpp sci_gateway/cpp/libscielementary_functions_la-sci_sin.lo: sci_gateway/cpp/sci_sin.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_sin.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sin.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sin.lo `test -f 'sci_gateway/cpp/sci_sin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sin.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sin.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sin.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_sin.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_sin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sin.lo `test -f 'sci_gateway/cpp/sci_sin.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sin.cpp sci_gateway/cpp/libscielementary_functions_la-sci_sinh.lo: sci_gateway/cpp/sci_sinh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_sinh.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sinh.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sinh.lo `test -f 'sci_gateway/cpp/sci_sinh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sinh.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sinh.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sinh.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_sinh.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_sinh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sinh.lo `test -f 'sci_gateway/cpp/sci_sinh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sinh.cpp sci_gateway/cpp/libscielementary_functions_la-sci_tan.lo: sci_gateway/cpp/sci_tan.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_tan.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tan.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_tan.lo `test -f 'sci_gateway/cpp/sci_tan.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tan.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tan.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tan.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_tan.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_tan.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_tan.lo `test -f 'sci_gateway/cpp/sci_tan.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tan.cpp sci_gateway/cpp/libscielementary_functions_la-sci_tanh.lo: sci_gateway/cpp/sci_tanh.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_tanh.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tanh.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_tanh.lo `test -f 'sci_gateway/cpp/sci_tanh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tanh.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tanh.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tanh.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_tanh.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_tanh.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_tanh.lo `test -f 'sci_gateway/cpp/sci_tanh.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tanh.cpp sci_gateway/cpp/libscielementary_functions_la-sci_cumsum.lo: sci_gateway/cpp/sci_cumsum.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_cumsum.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cumsum.lo `test -f 'sci_gateway/cpp/sci_cumsum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cumsum.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_cumsum.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_cumsum.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cumsum.lo `test -f 'sci_gateway/cpp/sci_cumsum.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cumsum.cpp sci_gateway/cpp/libscielementary_functions_la-sci_cumprod.lo: sci_gateway/cpp/sci_cumprod.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_cumprod.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cumprod.lo `test -f 'sci_gateway/cpp/sci_cumprod.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cumprod.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_cumprod.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_cumprod.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_cumprod.lo `test -f 'sci_gateway/cpp/sci_cumprod.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_cumprod.cpp sci_gateway/cpp/libscielementary_functions_la-sci_diag.lo: sci_gateway/cpp/sci_diag.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_diag.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_diag.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_diag.lo `test -f 'sci_gateway/cpp/sci_diag.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_diag.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_diag.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_diag.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_diag.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_diag.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_diag.lo `test -f 'sci_gateway/cpp/sci_diag.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_diag.cpp sci_gateway/cpp/libscielementary_functions_la-sci_dsearch.lo: sci_gateway/cpp/sci_dsearch.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_dsearch.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_dsearch.lo `test -f 'sci_gateway/cpp/sci_dsearch.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_dsearch.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_dsearch.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_dsearch.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_dsearch.lo `test -f 'sci_gateway/cpp/sci_dsearch.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_dsearch.cpp sci_gateway/cpp/libscielementary_functions_la-sci_exp.lo: sci_gateway/cpp/sci_exp.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_exp.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_exp.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_exp.lo `test -f 'sci_gateway/cpp/sci_exp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_exp.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_exp.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_exp.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_exp.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_exp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_exp.lo `test -f 'sci_gateway/cpp/sci_exp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_exp.cpp sci_gateway/cpp/libscielementary_functions_la-sci_expm.lo: sci_gateway/cpp/sci_expm.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_expm.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_expm.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_expm.lo `test -f 'sci_gateway/cpp/sci_expm.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_expm.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_expm.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_expm.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_expm.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_expm.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_expm.lo `test -f 'sci_gateway/cpp/sci_expm.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_expm.cpp sci_gateway/cpp/libscielementary_functions_la-sci_floor.lo: sci_gateway/cpp/sci_floor.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_floor.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_floor.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_floor.lo `test -f 'sci_gateway/cpp/sci_floor.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_floor.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_floor.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_floor.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_floor.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_floor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_floor.lo `test -f 'sci_gateway/cpp/sci_floor.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_floor.cpp sci_gateway/cpp/libscielementary_functions_la-sci_frexp.lo: sci_gateway/cpp/sci_frexp.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_frexp.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_frexp.lo `test -f 'sci_gateway/cpp/sci_frexp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_frexp.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_frexp.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_frexp.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_frexp.lo `test -f 'sci_gateway/cpp/sci_frexp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_frexp.cpp sci_gateway/cpp/libscielementary_functions_la-sci_gsort.lo: sci_gateway/cpp/sci_gsort.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_gsort.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_gsort.lo `test -f 'sci_gateway/cpp/sci_gsort.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_gsort.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_gsort.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_gsort.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_gsort.lo `test -f 'sci_gateway/cpp/sci_gsort.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_gsort.cpp sci_gateway/cpp/libscielementary_functions_la-sci_imag.lo: sci_gateway/cpp/sci_imag.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_imag.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imag.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_imag.lo `test -f 'sci_gateway/cpp/sci_imag.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_imag.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imag.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imag.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_imag.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_imag.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_imag.lo `test -f 'sci_gateway/cpp/sci_imag.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_imag.cpp sci_gateway/cpp/libscielementary_functions_la-sci_imult.lo: sci_gateway/cpp/sci_imult.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_imult.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imult.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_imult.lo `test -f 'sci_gateway/cpp/sci_imult.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_imult.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imult.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imult.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_imult.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_imult.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_imult.lo `test -f 'sci_gateway/cpp/sci_imult.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_imult.cpp sci_gateway/cpp/libscielementary_functions_la-sci_int.lo: sci_gateway/cpp/sci_int.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_int.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_int.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_int.lo `test -f 'sci_gateway/cpp/sci_int.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_int.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_int.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_int.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_int.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_int.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_int.lo `test -f 'sci_gateway/cpp/sci_int.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_int.cpp sci_gateway/cpp/libscielementary_functions_la-sci_isreal.lo: sci_gateway/cpp/sci_isreal.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_isreal.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_isreal.lo `test -f 'sci_gateway/cpp/sci_isreal.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isreal.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_isreal.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_isreal.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_isreal.lo `test -f 'sci_gateway/cpp/sci_isreal.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isreal.cpp sci_gateway/cpp/libscielementary_functions_la-sci_kron.lo: sci_gateway/cpp/sci_kron.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_kron.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_kron.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_kron.lo `test -f 'sci_gateway/cpp/sci_kron.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_kron.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_kron.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_kron.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_kron.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_kron.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_kron.lo `test -f 'sci_gateway/cpp/sci_kron.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_kron.cpp sci_gateway/cpp/libscielementary_functions_la-sci_log.lo: sci_gateway/cpp/sci_log.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_log.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_log.lo `test -f 'sci_gateway/cpp/sci_log.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_log.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_log.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_log.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_log.lo `test -f 'sci_gateway/cpp/sci_log.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_log.cpp sci_gateway/cpp/libscielementary_functions_la-sci_log1p.lo: sci_gateway/cpp/sci_log1p.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_log1p.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_log1p.lo `test -f 'sci_gateway/cpp/sci_log1p.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_log1p.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_log1p.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_log1p.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_log1p.lo `test -f 'sci_gateway/cpp/sci_log1p.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_log1p.cpp sci_gateway/cpp/libscielementary_functions_la-sci_max.lo: sci_gateway/cpp/sci_max.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_max.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_max.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_max.lo `test -f 'sci_gateway/cpp/sci_max.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_max.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_max.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_max.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_max.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_max.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_max.lo `test -f 'sci_gateway/cpp/sci_max.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_max.cpp sci_gateway/cpp/libscielementary_functions_la-sci_rat.lo: sci_gateway/cpp/sci_rat.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_rat.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rat.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_rat.lo `test -f 'sci_gateway/cpp/sci_rat.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_rat.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rat.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rat.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_rat.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_rat.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_rat.lo `test -f 'sci_gateway/cpp/sci_rat.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_rat.cpp sci_gateway/cpp/libscielementary_functions_la-sci_triu.lo: sci_gateway/cpp/sci_triu.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_triu.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_triu.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_triu.lo `test -f 'sci_gateway/cpp/sci_triu.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_triu.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_triu.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_triu.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_triu.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_triu.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_triu.lo `test -f 'sci_gateway/cpp/sci_triu.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_triu.cpp sci_gateway/cpp/libscielementary_functions_la-sci_tril.lo: sci_gateway/cpp/sci_tril.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_tril.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tril.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_tril.lo `test -f 'sci_gateway/cpp/sci_tril.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tril.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tril.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tril.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_tril.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_tril.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_tril.lo `test -f 'sci_gateway/cpp/sci_tril.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tril.cpp sci_gateway/cpp/libscielementary_functions_la-sci_real.lo: sci_gateway/cpp/sci_real.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_real.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_real.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_real.lo `test -f 'sci_gateway/cpp/sci_real.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_real.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_real.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_real.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_real.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_real.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_real.lo `test -f 'sci_gateway/cpp/sci_real.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_real.cpp sci_gateway/cpp/libscielementary_functions_la-sci_round.lo: sci_gateway/cpp/sci_round.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_round.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_round.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_round.lo `test -f 'sci_gateway/cpp/sci_round.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_round.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_round.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_round.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_round.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_round.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_round.lo `test -f 'sci_gateway/cpp/sci_round.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_round.cpp sci_gateway/cpp/libscielementary_functions_la-sci_sign.lo: sci_gateway/cpp/sci_sign.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_sign.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sign.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sign.lo `test -f 'sci_gateway/cpp/sci_sign.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sign.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sign.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sign.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_sign.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_sign.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sign.lo `test -f 'sci_gateway/cpp/sci_sign.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sign.cpp sci_gateway/cpp/libscielementary_functions_la-sci_sqrt.lo: sci_gateway/cpp/sci_sqrt.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_sqrt.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sqrt.lo `test -f 'sci_gateway/cpp/sci_sqrt.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sqrt.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_sqrt.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_sqrt.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_sqrt.lo `test -f 'sci_gateway/cpp/sci_sqrt.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_sqrt.cpp sci_gateway/cpp/libscielementary_functions_la-sci_issquare.lo: sci_gateway/cpp/sci_issquare.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_issquare.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_issquare.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_issquare.lo `test -f 'sci_gateway/cpp/sci_issquare.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_issquare.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_issquare.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_issquare.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_issquare.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_issquare.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_issquare.lo `test -f 'sci_gateway/cpp/sci_issquare.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_issquare.cpp sci_gateway/cpp/libscielementary_functions_la-sci_linspace.lo: sci_gateway/cpp/sci_linspace.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_linspace.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_linspace.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_linspace.lo `test -f 'sci_gateway/cpp/sci_linspace.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_linspace.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_linspace.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_linspace.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_linspace.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_linspace.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_linspace.lo `test -f 'sci_gateway/cpp/sci_linspace.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_linspace.cpp sci_gateway/cpp/libscielementary_functions_la-sci_isvector.lo: sci_gateway/cpp/sci_isvector.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_isvector.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isvector.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_isvector.lo `test -f 'sci_gateway/cpp/sci_isvector.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isvector.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isvector.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isvector.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_isvector.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_isvector.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_isvector.lo `test -f 'sci_gateway/cpp/sci_isvector.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_isvector.cpp sci_gateway/cpp/libscielementary_functions_la-sci_nearfloat.lo: sci_gateway/cpp/sci_nearfloat.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_nearfloat.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_nearfloat.lo `test -f 'sci_gateway/cpp/sci_nearfloat.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_nearfloat.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_nearfloat.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_nearfloat.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_nearfloat.lo `test -f 'sci_gateway/cpp/sci_nearfloat.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_nearfloat.cpp sci_gateway/cpp/libscielementary_functions_la-sci_permute.lo: sci_gateway/cpp/sci_permute.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_permute.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_permute.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_permute.lo `test -f 'sci_gateway/cpp/sci_permute.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_permute.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_permute.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_permute.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_permute.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_permute.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_permute.lo `test -f 'sci_gateway/cpp/sci_permute.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_permute.cpp sci_gateway/cpp/libscielementary_functions_la-sci_bitstring.lo: sci_gateway/cpp/sci_bitstring.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_bitstring.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_bitstring.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_bitstring.lo `test -f 'sci_gateway/cpp/sci_bitstring.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_bitstring.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_bitstring.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_bitstring.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_bitstring.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_bitstring.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_bitstring.lo `test -f 'sci_gateway/cpp/sci_bitstring.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_bitstring.cpp sci_gateway/cpp/libscielementary_functions_la-sci_base2dec.lo: sci_gateway/cpp/sci_base2dec.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_base2dec.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_base2dec.lo `test -f 'sci_gateway/cpp/sci_base2dec.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_base2dec.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_base2dec.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_base2dec.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_base2dec.lo `test -f 'sci_gateway/cpp/sci_base2dec.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_base2dec.cpp sci_gateway/cpp/libscielementary_functions_la-sci_dec2base.lo: sci_gateway/cpp/sci_dec2base.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscielementary_functions_la-sci_dec2base.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Tpo -c -o sci_gateway/cpp/libscielementary_functions_la-sci_dec2base.lo `test -f 'sci_gateway/cpp/sci_dec2base.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_dec2base.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Tpo sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_dec2base.cpp' object='sci_gateway/cpp/libscielementary_functions_la-sci_dec2base.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscielementary_functions_la-sci_dec2base.lo `test -f 'sci_gateway/cpp/sci_dec2base.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_dec2base.cpp .f.o: $(AM_V_F77)$(F77COMPILE) -c -o $@ $< .f.obj: $(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .f.lo: $(AM_V_F77)$(LTF77COMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf sci_gateway/c/.libs sci_gateway/c/_libs -rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs -rm -rf src/c/.libs src/c/_libs -rm -rf src/cpp/.libs src/cpp/_libs -rm -rf src/fortran/.libs src/fortran/_libs -rm -rf src/fortran/eispack/.libs src/fortran/eispack/_libs -rm -rf src/fortran/linpack/.libs src/fortran/linpack/_libs -rm -rf src/fortran/slatec/.libs src/fortran/slatec/_libs install-libscielementary_functions_la_etcDATA: $(libscielementary_functions_la_etc_DATA) @$(NORMAL_INSTALL) @list='$(libscielementary_functions_la_etc_DATA)'; test -n "$(libscielementary_functions_la_etcdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libscielementary_functions_la_etcdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libscielementary_functions_la_etcdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscielementary_functions_la_etcdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(libscielementary_functions_la_etcdir)" || exit $$?; \ done uninstall-libscielementary_functions_la_etcDATA: @$(NORMAL_UNINSTALL) @list='$(libscielementary_functions_la_etc_DATA)'; test -n "$(libscielementary_functions_la_etcdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libscielementary_functions_la_etcdir)'; $(am__uninstall_files_from_dir) install-libscielementary_functions_la_rootDATA: $(libscielementary_functions_la_root_DATA) @$(NORMAL_INSTALL) @list='$(libscielementary_functions_la_root_DATA)'; test -n "$(libscielementary_functions_la_rootdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libscielementary_functions_la_rootdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libscielementary_functions_la_rootdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscielementary_functions_la_rootdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(libscielementary_functions_la_rootdir)" || exit $$?; \ done uninstall-libscielementary_functions_la_rootDATA: @$(NORMAL_UNINSTALL) @list='$(libscielementary_functions_la_root_DATA)'; test -n "$(libscielementary_functions_la_rootdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libscielementary_functions_la_rootdir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-local check: check-am all-am: Makefile $(LTLIBRARIES) $(DATA) all-local installdirs: for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscielementary_functions_la_etcdir)" "$(DESTDIR)$(libscielementary_functions_la_rootdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f sci_gateway/c/$(DEPDIR)/$(am__dirstamp) -rm -f sci_gateway/c/$(am__dirstamp) -rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp) -rm -f sci_gateway/cpp/$(am__dirstamp) -rm -f src/c/$(DEPDIR)/$(am__dirstamp) -rm -f src/c/$(am__dirstamp) -rm -f src/cpp/$(DEPDIR)/$(am__dirstamp) -rm -f src/cpp/$(am__dirstamp) -rm -f src/fortran/$(DEPDIR)/$(am__dirstamp) -rm -f src/fortran/$(am__dirstamp) -rm -f src/fortran/eispack/$(DEPDIR)/$(am__dirstamp) -rm -f src/fortran/eispack/$(am__dirstamp) -rm -f src/fortran/linpack/$(DEPDIR)/$(am__dirstamp) -rm -f src/fortran/linpack/$(am__dirstamp) -rm -f src/fortran/slatec/$(DEPDIR)/$(am__dirstamp) -rm -f src/fortran/slatec/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-local \ clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am distclean: distclean-am -rm -f sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Plo -rm -f sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Plo -rm -f sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-elem_func_gw.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_abs.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acos.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acosh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asin.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asinh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atan.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atanh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_bitstring.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_clean.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_conj.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cos.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cosh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_diag.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_exp.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_expm.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_eye.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_floor.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imag.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imult.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_int.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_issquare.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isvector.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_kron.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_linspace.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_max.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ones.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_permute.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_prod.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rand.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rat.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_real.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_round.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sign.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sin.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sinh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_size.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sum.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tan.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tanh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tril.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_triu.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Plo -rm -f src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-abs.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-add_vector.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-atan.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-basic_functions.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-ceil.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cos.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cosh.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cupro.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-dmsum.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-dsearch.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-exp.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-expm.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-eye.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-floor.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-log.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-matrix_generation.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-mprod.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-pythag.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sign.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sin.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sinh.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sqrt.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sub_vector.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-tan.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vmul.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-clean.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumprod.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumsum.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-diag.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-getmode.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-max.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-min.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-prod.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-sum.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local \ install-libscielementary_functions_la_etcDATA \ install-libscielementary_functions_la_rootDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-pkglibLTLIBRARIES install-html: install-html-am install-html-am: install-html-local install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Plo -rm -f sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Plo -rm -f sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-elem_func_gw.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_abs.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acos.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_acosh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asin.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_asinh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atan.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_atanh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_bitstring.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_clean.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_conj.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cos.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cosh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_diag.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_exp.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_expm.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_eye.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_floor.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imag.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_imult.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_int.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_issquare.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_isvector.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_kron.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_linspace.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_max.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_ones.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_permute.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_prod.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rand.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_rat.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_real.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_round.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sign.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sin.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sinh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_size.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_sum.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tan.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tanh.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_tril.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_triu.Plo -rm -f sci_gateway/cpp/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Plo -rm -f src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-abs.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-add_vector.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-atan.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-basic_functions.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-ceil.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cos.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cosh.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-cupro.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-dmsum.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-dsearch.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-exp.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-expm.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-eye.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-floor.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-log.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-matrix_generation.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-mprod.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-pythag.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sign.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sin.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sinh.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sqrt.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-sub_vector.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-tan.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-vmul.Plo -rm -f src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-clean.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumprod.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-cumsum.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-diag.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-getmode.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-max.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-min.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-prod.Plo -rm -f src/cpp/$(DEPDIR)/libscielementary_functions_algo_la-sum.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libscielementary_functions_la_etcDATA \ uninstall-libscielementary_functions_la_rootDATA \ uninstall-pkglibLTLIBRARIES .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \ check-am check-local clean clean-generic clean-libtool \ clean-local clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-local \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am \ install-data-local install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am \ install-html-local install-info install-info-am \ install-libscielementary_functions_la_etcDATA \ install-libscielementary_functions_la_rootDATA install-man \ install-pdf install-pdf-am install-pkglibLTLIBRARIES \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am \ uninstall-libscielementary_functions_la_etcDATA \ uninstall-libscielementary_functions_la_rootDATA \ uninstall-pkglibLTLIBRARIES .PRECIOUS: Makefile # Following lines are extracted from a processed Makefile.in # Take care while modifying : append -O0 after all commons options libdummy_elementary_functions_la-hqror2.lo: src/fortran/eispack/hqror2.f $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -O0 -c -o libdummy_elementary_functions_la-hqror2.lo `test -f 'src/fortran/eispack/hqror2.f' || echo '$(srcdir)/'`src/fortran/eispack/hqror2.f libdummy_elementary_functions_la-comqr3.lo: src/fortran/comqr3.f $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -O0 -c -o libdummy_elementary_functions_la-comqr3.lo `test -f 'src/fortran/comqr3.f' || echo '$(srcdir)/'`src/fortran/comqr3.f libdummy_elementary_functions_la-pade.lo: src/fortran/linpack/pade.f $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -O0 -c -o libdummy_elementary_functions_la-pade.lo `test -f 'src/fortran/linpack/pade.f' || echo '$(srcdir)/'`src/fortran/linpack/pade.f libdummy_elementary_functions_la-unsfdcopy.lo: src/c/unsfdcopy.c $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscielementary_functions_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -O0 -c -o libdummy_elementary_functions_la-unsfdcopy.lo `test -f 'src/c/unsfdcopy.c' || echo '$(srcdir)/'`src/c/unsfdcopy.c libdummy_elementary_functions_la-icopy.lo: src/fortran/linpack/icopy.f $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -O0 -c -o libdummy_elementary_functions_la-icopy.lo `test -f 'src/fortran/linpack/icopy.f' || echo '$(srcdir)/'`src/fortran/linpack/icopy.f # enforce -O0 for some file due to macOS crash @IS_MACOSX_TRUE@src/fortran/slatec/dtensbs.lo: src/fortran/slatec/dtensbs.f @IS_MACOSX_TRUE@ $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -O0 -c -o src/fortran/slatec/dtensbs.lo src/fortran/slatec/dtensbs.f # This target enables tests for Scilab check-local: $(top_builddir)/scilab-bin test if test -d $(mydatadir)/tests; then \ @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \ fi check-code: if test -f build.xml; then \ $(ANT) checkstyle; \ fi if test -x "$(SPLINT)"; then \ $(SPLINT) $(SPLINT_OPTIONS) -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ $(INCLUDE_FLAGS) $(CHECK_SRC); \ fi @NEED_JAVA_TRUE@java: # Some configurations needs to export JAVA_HOME in the current env @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \ @NEED_JAVA_TRUE@ $(ANT); \ @NEED_JAVA_TRUE@ fi @NEED_JAVA_TRUE@clean-java: # Some configurations needs to export JAVA_HOME in the current env @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \ @NEED_JAVA_TRUE@ $(ANT) clean; \ @NEED_JAVA_TRUE@ fi; # If the user request for the SWIG generation of the wrappers Java => C/C++ # We call the target swig-build on the variable SWIG_WRAPPERS @SWIG_TRUE@swig: $(SWIG_WRAPPERS) @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \ @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \ @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \ @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \ @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \ @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \ @SWIG_TRUE@ done; \ @SWIG_TRUE@ fi @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS) @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \ @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \ @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \ @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \ @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \ @SWIG_TRUE@ done; \ @SWIG_TRUE@ fi # If the user request for the SWIG generation of the wrappers Java => C/C++ # We call the target swig-build on the variable SWIG_WRAPPERS @GIWS_TRUE@giws: $(GIWS_WRAPPERS) @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \ @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \ @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \ @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \ @GIWS_TRUE@ echo "GIWS process of $$file ..."; \ @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \ @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ @GIWS_TRUE@ else \ @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \ @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ @GIWS_TRUE@ fi \ @GIWS_TRUE@ done; \ @GIWS_TRUE@ fi @GIWS_TRUE@giws-exception: @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\ @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \ @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR macros: -@( if test ! -x $(top_builddir)/scilab-bin; then \ echo "Error : Cannot build $< : Scilab has not been built"; \ else \ $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\ fi) # Removes the macros clean-macros: # Removes macros (*.bin generated from .sci) @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \ echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \ rm -f $(builddir)/$$dir/$(MACROBINMASK); \ done test: # More tests could be added here @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ if test -f build.xml -a $$USEANT -eq 1; then \ $(ANT) test; \ fi all-local: $(TARGETS_ALL) .sci.bin: -@( if test ! -x $(top_builddir)/scilab-bin; then \ echo "Error : Cannot build $< : Scilab has not been build"; \ else \ echo "Creating $@"; \ $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \ fi ) install-html-local: install-data-local-local: # Mainly for javasci @if test -d $(srcdir)/javadoc; then \ cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \ fi # If the user wants the help sources to be installed @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \ @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \ @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \ @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \ @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \ @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \ @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \ @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \ @INSTALL_HELP_XML_TRUE@ done ; \ @INSTALL_HELP_XML_TRUE@ fi; \ @INSTALL_HELP_XML_TRUE@ fi; \ @INSTALL_HELP_XML_TRUE@ done; \ @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \ @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \ @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \ @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \ @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \ @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \ @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \ @INSTALL_HELP_XML_TRUE@ done ; \ @INSTALL_HELP_XML_TRUE@ fi; \ @INSTALL_HELP_XML_TRUE@ fi install-data-local: # Install the tests @echo "-------- Install tests (if any) --------"; \ for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \ if test -d $(srcdir)/$$dir/; then \ $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \ for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \ if test -d "$(srcdir)/$$dir/$$file"; then \ echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \ $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \ else \ echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \ $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \ fi \ done; \ fi; \ done # Install the help chapter @echo "-------- Install the help chapter (if any) --------"; \ for lang in $(HELP_CHAPTERLANG); do \ HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \ if test -f $$HELPFILE; then \ echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \ echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \ $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \ fi; \ done # Install the demos & examples @echo "-------- Install demos & examples (if any) --------"; \ for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \ if test -d $(srcdir)/$$dir/; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \ for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \ if test -d "$(srcdir)/$$dir/$$file"; then \ echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \ $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \ else \ echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \ $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \ fi \ done; \ fi; \ done # Install the macros @echo "-------- Install macros (if any) --------"; \ for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \ $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \ if test -d $(srcdir)/$$dir/; then \ FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\ if test -n "$(MACROSSPECIALEXT)"; then \ specialExtDir=""; \ for specialExt in $(MACROSSPECIALEXT); do \ specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \ done; \ FILELIST="$$FILELIST $$specialExtDir"; \ fi; \ for file in `ls -1 $$FILELIST 2>/dev/null`; do \ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \ done; \ fi; \ done # Install java files (.jar) @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \ echo "-------- Install jar files --------"; \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \ for file in $(srcdir)/$(JARDIR)$(JARMASK); do\ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \ done ; \ fi ########### CLEAN ################### # Clean help (generated automatically by Scilab) # It used to clean the macro (clean-macros) but this was causing # make clean && make to fail Scilab startup @NEED_JAVA_TRUE@clean-local: clean-java @NEED_JAVA_FALSE@clean-local: distclean-local: rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_* .PHONY: macros java swig giws # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: