# Makefile.in generated by automake 1.14.1 from Makefile.am. # modules/elementary_functions/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2013 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. # 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 # # This file must be used under the terms of the CeCILL. # This source file is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at # http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt # ########## ### Makefile included stuff ### Target, variable, suffixes which are supposed to be useful in every makefile.am ########## am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 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)/scilab pkgincludedir = $(includedir)/scilab pkglibdir = $(libdir)/scilab pkglibexecdir = $(libexecdir)/scilab 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 = x86_64-unknown-linux-gnu host_triplet = x86_64-unknown-linux-gnu #am__append_1 = src/c/dscal.c #am__append_2 = libscielementary_functions-algo.la am__append_3 = libscielementary_functions-algo.la libscielementary_functions.la DIST_COMMON = $(top_srcdir)/Makefile.incl.am $(srcdir)/Makefile.in \ $(srcdir)/Makefile.am $(top_srcdir)/config/mkinstalldirs \ $(top_srcdir)/config/depcomp am__append_4 = java subdir = modules/elementary_functions ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(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/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) 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)" \ "$(DESTDIR)$(libscielementary_functions_la_sci_gatewaydir)" 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_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent am__v_lt_1 = libscielementary_functions_algo_la_LIBADD = am__libscielementary_functions_algo_la_SOURCES_DIST = \ 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 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 \ src/fortran/eispack/balbak.f 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/idmax.c src/c/idmin.c src/c/gsort.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/IsEqualVar.c \ src/c/convertbase.c src/c/dscal.c 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/cuproi.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/dmsum.f src/fortran/dlgama.f \ src/fortran/exch.f src/fortran/wsign.f src/fortran/kronr.f \ src/fortran/wrscal.f src/fortran/pythag.f src/fortran/dmmul1.f \ src/fortran/dwpow.f src/fortran/wmmul.f src/fortran/dsearch.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/cupro.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/getorient.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/getdimfromvar.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/nearfloat.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/israt.f src/fortran/rat.f src/fortran/find.f 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-dscal.lo am__objects_5 = 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-idmax.lo \ src/c/libscielementary_functions_algo_la-idmin.lo \ src/c/libscielementary_functions_algo_la-gsort.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-IsEqualVar.lo \ src/c/libscielementary_functions_algo_la-convertbase.lo \ $(am__objects_4) am__objects_6 = 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/cuproi.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/dmsum.lo \ src/fortran/dlgama.lo src/fortran/exch.lo src/fortran/wsign.lo \ src/fortran/kronr.lo src/fortran/wrscal.lo \ src/fortran/pythag.lo src/fortran/dmmul1.lo \ src/fortran/dwpow.lo src/fortran/wmmul.lo \ src/fortran/dsearch.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/cupro.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/getorient.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/getdimfromvar.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/nearfloat.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/israt.lo src/fortran/rat.lo \ src/fortran/find.lo am__objects_7 = am_libscielementary_functions_algo_la_OBJECTS = $(am__objects_1) \ $(am__objects_2) $(am__objects_3) $(am__objects_5) \ $(am__objects_6) $(am__objects_7) libscielementary_functions_algo_la_OBJECTS = \ $(am_libscielementary_functions_algo_la_OBJECTS) am_libscielementary_functions_algo_la_rpath = #am_libscielementary_functions_algo_la_rpath = libscielementary_functions_la_DEPENDENCIES = \ libdummy-elementary_functions.la \ libscielementary_functions-algo.la am__objects_8 = \ sci_gateway/c/libscielementary_functions_la-sci_isequal.lo \ sci_gateway/c/libscielementary_functions_la-sci_matrix.lo \ sci_gateway/c/libscielementary_functions_la-sci_prod.lo \ sci_gateway/c/libscielementary_functions_la-sci_expm.lo \ sci_gateway/c/libscielementary_functions_la-sci_size.lo \ sci_gateway/c/libscielementary_functions_la-sci_tril.lo \ sci_gateway/c/libscielementary_functions_la-sci_ceil.lo \ sci_gateway/c/libscielementary_functions_la-sci_imag.lo \ sci_gateway/c/libscielementary_functions_la-sci_log.lo \ sci_gateway/c/libscielementary_functions_la-sci_log10.lo \ sci_gateway/c/libscielementary_functions_la-sci_log1p.lo \ sci_gateway/c/libscielementary_functions_la-sci_eye.lo \ sci_gateway/c/libscielementary_functions_la-sci_clean.lo \ sci_gateway/c/libscielementary_functions_la-sci_tan.lo \ sci_gateway/c/libscielementary_functions_la-sci_atan.lo \ sci_gateway/c/libscielementary_functions_la-sci_triu.lo \ sci_gateway/c/libscielementary_functions_la-sci_frexp.lo \ sci_gateway/c/libscielementary_functions_la-sci_cos.lo \ sci_gateway/c/libscielementary_functions_la-sci_rand.lo \ sci_gateway/c/libscielementary_functions_la-sci_acos.lo \ sci_gateway/c/libscielementary_functions_la-sci_sin.lo \ sci_gateway/c/libscielementary_functions_la-sci_sqrt.lo \ sci_gateway/c/libscielementary_functions_la-sci_asin.lo \ sci_gateway/c/libscielementary_functions_la-sci_sign.lo \ sci_gateway/c/libscielementary_functions_la-sci_zeros.lo \ sci_gateway/c/libscielementary_functions_la-sci_ones.lo \ sci_gateway/c/libscielementary_functions_la-sci_rat.lo \ sci_gateway/c/libscielementary_functions_la-gw_elementary_functions.lo \ sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo \ sci_gateway/c/libscielementary_functions_la-sci_diag.lo \ sci_gateway/c/libscielementary_functions_la-sci_sum.lo \ sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo \ sci_gateway/c/libscielementary_functions_la-sci_abs.lo \ sci_gateway/c/libscielementary_functions_la-sci_spones.lo \ sci_gateway/c/libscielementary_functions_la-sci_kron.lo \ sci_gateway/c/libscielementary_functions_la-sci_cumprod.lo \ sci_gateway/c/libscielementary_functions_la-sci_cumsum.lo \ sci_gateway/c/libscielementary_functions_la-sci_dsearch.lo \ sci_gateway/c/libscielementary_functions_la-sci_nearfloat.lo \ sci_gateway/c/libscielementary_functions_la-sci_chinesehat.lo \ sci_gateway/c/libscielementary_functions_la-sci_isreal.lo \ sci_gateway/c/libscielementary_functions_la-sci_floor.lo \ sci_gateway/c/libscielementary_functions_la-sci_real.lo \ sci_gateway/c/libscielementary_functions_la-sci_round.lo \ sci_gateway/c/libscielementary_functions_la-sci_conj.lo \ sci_gateway/c/libscielementary_functions_la-sci_int.lo \ sci_gateway/c/libscielementary_functions_la-sci_imult.lo \ sci_gateway/c/libscielementary_functions_la-sci_exp.lo \ sci_gateway/c/libscielementary_functions_la-sci_maxi.lo \ sci_gateway/c/libscielementary_functions_la-sci_gsort.lo \ sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo \ sci_gateway/c/libscielementary_functions_la-sci_base2dec.lo \ sci_gateway/c/libscielementary_functions_la-sci_dec2base.lo \ sci_gateway/c/libscielementary_functions_la-sci_find.lo am__objects_9 = sci_gateway/fortran/sci_f_isequal.lo \ sci_gateway/fortran/sci_f_maxi.lo \ sci_gateway/fortran/sci_f_testmatrix.lo \ sci_gateway/fortran/sci_f_prod.lo \ sci_gateway/fortran/sci_f_matrix.lo \ sci_gateway/fortran/sci_f_expm.lo \ sci_gateway/fortran/sci_f_size.lo \ sci_gateway/fortran/sci_f_tril.lo \ sci_gateway/fortran/sci_f_ceil.lo \ sci_gateway/fortran/sci_f_rat.lo \ sci_gateway/fortran/sci_f_imag.lo \ sci_gateway/fortran/sci_f_log.lo \ sci_gateway/fortran/sci_f_log1p.lo \ sci_gateway/fortran/sci_f_clean.lo \ sci_gateway/fortran/sci_f_eye.lo \ sci_gateway/fortran/sci_f_tan.lo \ sci_gateway/fortran/sci_f_atan.lo \ sci_gateway/fortran/sci_f_triu.lo \ sci_gateway/fortran/sci_f_frexp.lo \ sci_gateway/fortran/sci_f_cos.lo \ sci_gateway/fortran/sci_f_rand.lo \ sci_gateway/fortran/sci_f_acos.lo \ sci_gateway/fortran/sci_f_sin.lo \ sci_gateway/fortran/sci_f_sqrt.lo \ sci_gateway/fortran/sci_f_asin.lo \ sci_gateway/fortran/sci_f_sign.lo \ sci_gateway/fortran/sci_f_zeros.lo \ sci_gateway/fortran/sci_f_ones.lo \ sci_gateway/fortran/sci_f_diag.lo \ sci_gateway/fortran/sci_f_number_properties.lo \ sci_gateway/fortran/sci_f_sum.lo \ sci_gateway/fortran/sci_f_cumprod.lo \ sci_gateway/fortran/sci_f_abs.lo \ sci_gateway/fortran/sci_f_spones.lo \ sci_gateway/fortran/sci_f_kron.lo \ sci_gateway/fortran/sci_f_dsearch.lo \ sci_gateway/fortran/sci_f_cumsum.lo \ sci_gateway/fortran/sci_f_nearfloat.lo \ sci_gateway/fortran/sci_f_chinesehat.lo \ sci_gateway/fortran/sci_f_isreal.lo \ sci_gateway/fortran/sci_f_floor.lo \ sci_gateway/fortran/sci_f_real.lo \ sci_gateway/fortran/sci_f_round.lo \ sci_gateway/fortran/sci_f_conj.lo \ sci_gateway/fortran/sci_f_int.lo \ sci_gateway/fortran/sci_f_imult.lo \ sci_gateway/fortran/sci_f_exp.lo \ sci_gateway/fortran/sci_f_find.lo am_libscielementary_functions_la_OBJECTS = $(am__objects_8) \ $(am__objects_9) libscielementary_functions_la_OBJECTS = \ $(am_libscielementary_functions_la_OBJECTS) am_libscielementary_functions_la_rpath = #am_libscielementary_functions_la_rpath = -rpath \ # $(pkglibdir) AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I. -I$(top_builddir)/modules/core/includes depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__depfiles_maybe = depfiles 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_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 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_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_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_$(V)) am__v_F77_ = $(am__v_F77_$(AM_DEFAULT_VERBOSITY)) 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_$(V)) am__v_F77LD_ = $(am__v_F77LD_$(AM_DEFAULT_VERBOSITY)) 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) \ $(am__libscielementary_functions_algo_la_SOURCES_DIST) \ $(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) \ $(libscielementary_functions_la_sci_gateway_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 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing aclocal-1.14 ALL_LINGUAS = en_US fr_FR zh_CN zh_TW ru_RU ca_ES de_DE es_ES pt_BR ja_JP it_IT uk_UA pl_PL cs_CZ ALL_LINGUAS_DOC = en_US fr_FR pt_BR ja_JP ru_RU AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 ANT = /usr/bin/ant ANTLR = /usr/share/java/antlr.jar AR = ar ARPACK_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -larpack ASM3 = /usr/share/java/asm3-3.3.2.jar AUTOCONF = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing autoconf AUTOHEADER = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing autoheader AUTOMAKE = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing automake-1.14 AVALON_FRAMEWORK = /home/shivendra/final/scilab_for_xcos/thirdparty/avalon-framework.jar AWK = mawk BATIK = /home/shivendra/final/scilab_for_xcos/thirdparty/batik-all-1.7.jar BLAS_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lblas CC = gcc CCACHE = CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 CHECKSTYLE = COBERTURA = /usr/share/java/cobertura.jar COMMONS_BEANUTILS = COMMONS_IO = /home/shivendra/final/scilab_for_xcos/thirdparty/commons-io.jar COMMONS_LOGGING = /home/shivendra/final/scilab_for_xcos/thirdparty/commons-logging.jar CPP = gcc -E CPPFLAGS = CURL_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include CURL_CONFIG = /home/shivendra/final/scilab_for_xcos/usr/bin/curl-config CURL_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lcurl -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -lssl -lcrypto -lrt -lz CURL_VERSION = libcurl 7.19.7 CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEMOTOOLS_ENABLE = yes DEPDIR = .deps DLLTOOL = false DOCBOOK_ROOT = /home/shivendra/final/scilab_for_xcos/thirdparty/docbook/ DOXYGEN_BIN = DSYMUTIL = DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = ECJ = /home/shivendra/final/scilab_for_xcos/thirdparty/ecj.jar EGREP = /bin/grep -E EXEEXT = F77 = gfortran FFLAGS = -g -O2 FFTW3_LIB = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lfftw3 FFTW_ENABLE = yes FGREP = /bin/grep -F FLEXDOCK = /home/shivendra/final/scilab_for_xcos/thirdparty/flexdock-1.2.4.jar FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath FOP = /home/shivendra/final/scilab_for_xcos/thirdparty/fop.jar FREEHEP_GRAPHICS2D = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-graphics2d.jar FREEHEP_GRAPHICSIO = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-graphicsio.jar FREEHEP_GRAPHICSIO_EMF = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-graphicsio-emf.jar FREEHEP_IO = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-io.jar FREEHEP_UTIL = /home/shivendra/final/scilab_for_xcos/thirdparty/freehep-util.jar GENHTML = GETTEXT_MACRO_VERSION = 0.19 GIWS_BIN = GLUEGEN2_RT = /home/shivendra/final/scilab_for_xcos/thirdparty/gluegen2-rt.jar GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt GRAPHICS_ENABLE = yes GREP = /bin/grep GUI_ENABLE = yes HDF5_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include HDF5_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lhdf5 -lhdf5_hl HELP_ENABLE = yes INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INTLLIBS = INTL_MACOSX_LIBS = JAR = /usr/lib/jvm/java-8-openjdk-amd64/bin/jar JAVA = /usr/lib/jvm/java-8-openjdk-amd64/bin/java JAVAC = /usr/lib/jvm/java-8-openjdk-amd64/bin/javac JAVAC_DEBUG = off JAVADOC = /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc JAVAH = /usr/lib/jvm/java-8-openjdk-amd64/bin/javah JAVASCI_ENABLE = yes JAVA_ENABLE = yes JAVA_G = /usr/lib/jvm/java-8-openjdk-amd64/bin/java JAVA_HOME = /usr/lib/jvm/java-8-openjdk-amd64 JAVA_JNI_INCLUDE = -I/usr/lib/jvm/java-8-openjdk-amd64/include -I/usr/lib/jvm/java-8-openjdk-amd64/include/linux JAVA_JNI_LIBS = -L/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server -ljvm JDB = /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb JEUCLID_CORE = /home/shivendra/final/scilab_for_xcos/thirdparty/jeuclid-core.jar JGRAPHX = /home/shivendra/final/scilab_for_xcos/thirdparty/jgraphx.jar JHALL = /home/shivendra/final/scilab_for_xcos/thirdparty/jhall.jar JLATEXMATH = /home/shivendra/final/scilab_for_xcos/thirdparty/jlatexmath-1.0.3.jar JLATEXMATH_FOP = /home/shivendra/final/scilab_for_xcos/thirdparty/jlatexmath-fop-1.0.3.jar JOGL2 = /home/shivendra/final/scilab_for_xcos/thirdparty/jogl2.jar JROSETTA_API = /home/shivendra/final/scilab_for_xcos/thirdparty/jrosetta-API.jar JROSETTA_ENGINE = /home/shivendra/final/scilab_for_xcos/thirdparty/jrosetta-engine.jar JUNIT4 = /usr/share/java/junit4.jar LAPACK_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -llapack LCOV = LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = -Wl,--no-as-needed LIBICONV = -liconv LIBINTL = LIBM = -lm LIBOBJS = LIBS = -lpthread -ldl -lcurses -lm LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LOGGING_LEVEL = SEVERE LOOKS = /home/shivendra/final/scilab_for_xcos/thirdparty/looks-2.1.1.jar LTLIBICONV = -liconv LTLIBINTL = LTLIBOBJS = MAINT = # MAKEINFO = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/missing makeinfo MANIFEST_TOOL = : MATIO_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include MATIO_ENABLE = yes MATIO_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lm -lz -lmatio -lhdf5 MKDIR_P = /bin/mkdir -p MPI_ENABLE = no MSGCAT = /usr/bin/msgcat MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt MSGMERGE = /usr/bin/msgmerge NM = nm NMEDIT = OBJDUMP = objdump OBJEXT = o OCAMLC = ocamlc OCAMLDEP = ocamldep OCAMLLEX = ocamllex OCAMLOPT = ocamlopt OCAMLYACC = ocamlyacc OPENMPI_CC = OPENMPI_CFLAGS = OPENMPI_CXX = OPENMPI_CXXFLAGS = OPENMPI_LIBS = OPENMP_CFLAGS = -fopenmp OPENMP_CXXFLAGS = -fopenmp OPENMP_ENABLE = yes OPENMP_LIBS = -lgomp -lstdc++ OTOOL = OTOOL64 = PACKAGE = scilab PACKAGE_BUGREPORT = http://bugzilla.scilab.org/ PACKAGE_NAME = Scilab PACKAGE_STRING = Scilab 5 PACKAGE_TARNAME = scilab PACKAGE_URL = PACKAGE_VERSION = 5 PATH_SEPARATOR = : PCRE_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include PCRE_CONFIG = /home/shivendra/final/scilab_for_xcos/usr/bin/pcre-config PCRE_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lpcreposix -lpcre PCRE_VERSION = 8.35 PKG_CONFIG = /usr/bin/pkg-config POSUB = po POW_LIB = PYTHON = RANLIB = ranlib RELOCATABLE = no RT_LIB = -lrt SAXON = /home/shivendra/final/scilab_for_xcos/thirdparty/saxon9he.jar SCILAB_BINARY_VERSION = 5.5.2 SCILAB_LIBRARY_VERSION = 5:5:2 SCILAB_VERSION_MAINTENANCE = 2 SCILAB_VERSION_MAJOR = 5 SCILAB_VERSION_MINOR = 5 SCIRENDERER = ${modules.dir}/scirenderer/${build.jar.dir}/scirenderer.jar SCIRENDERER_CP = $SCILAB/modules/scirenderer/jar/scirenderer.jar SCI_CFLAGS = -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector SCI_CXXFLAGS = -DNDEBUG -fno-stack-protector SCI_FFLAGS = -DNDEBUG -m64 -fPIC SCI_LDFLAGS = SED = /bin/sed SET_MAKE = SET_RELOCATABLE = SHELL = /bin/bash SKINLF = /home/shivendra/final/scilab_for_xcos/thirdparty/skinlf.jar SPLINT = no STRIP = strip SWIG_BIN = SWIG_JAVA = SWIG_RUNTIME_LIBS_DIR = SWIG_SCILAB = TCLTK_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -ltk8.5 -L/home/shivendra/final/scilab_for_xcos/usr/lib -ltcl8.5 -ldl TCL_INC_PATH = -I/home/shivendra/final/scilab_for_xcos/usr/include TK_INC_PATH = -I/home/shivendra/final/scilab_for_xcos/usr/include UMFPACK_CFLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include UMFPACK_ENABLE = yes UMFPACK_LIB = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lumfpack -lamd USE_NLS = yes VERSION = 5 WITH_OCAML = WITH_TKSCI = yes XCOS_ENABLE = yes XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = XMKMF = XMLGRAPHICS_COMMONS = /home/shivendra/final/scilab_for_xcos/thirdparty/xmlgraphics-commons-1.4.jar XML_APIS_EXT = /home/shivendra/final/scilab_for_xcos/thirdparty/xml-apis-ext.jar XML_CONFIG = /home/shivendra/final/scilab_for_xcos/usr/bin/xml2-config XML_FLAGS = -I/home/shivendra/final/scilab_for_xcos/usr/include/libxml2 XML_LIBS = -L/home/shivendra/final/scilab_for_xcos/usr/lib -lxml2 -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -lz -lm -ldl XML_VERSION = 2.9.1 X_CFLAGS = X_EXTRA_LIBS = X_LIBS = X_PRE_LIBS = abs_builddir = /home/shivendra/final/scilab_for_xcos/modules/elementary_functions abs_srcdir = /home/shivendra/final/scilab_for_xcos/modules/elementary_functions abs_top_builddir = /home/shivendra/final/scilab_for_xcos abs_top_srcdir = /home/shivendra/final/scilab_for_xcos ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_DUMPBIN = ac_ct_F77 = gfortran am__include = include am__leading_dot = . am__quote = am__tar = $${TAR-tar} chof - "$$tardir" am__untar = $${TAR-tar} xf - bindir = ${exec_prefix}/bin build = x86_64-unknown-linux-gnu build_alias = build_cpu = x86_64 build_os = linux-gnu build_vendor = unknown builddir = . cxx_present = yes datadir = ${datarootdir} datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} host = x86_64-unknown-linux-gnu host_alias = host_cpu = x86_64 host_os = linux-gnu host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/shivendra/final/scilab_for_xcos/config/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var mandir = ${datarootdir}/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com srcdir = . sysconfdir = ${prefix}/etc target_alias = top_build_prefix = ../../ top_builddir = ../.. top_srcdir = ../.. 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/idmax.c src/c/idmin.c src/c/gsort.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/IsEqualVar.c \ src/c/convertbase.c $(am__append_1) # List of the cpp files ELEMENTARIES_FUNCTIONS_CXX_SOURCES = 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/cuproi.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/dmsum.f \ src/fortran/dlgama.f \ src/fortran/exch.f \ src/fortran/wsign.f \ src/fortran/kronr.f \ src/fortran/wrscal.f \ src/fortran/pythag.f \ src/fortran/dmmul1.f \ src/fortran/dwpow.f \ src/fortran/wmmul.f \ src/fortran/dsearch.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/cupro.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/getorient.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/getdimfromvar.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/nearfloat.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/israt.f \ src/fortran/rat.f \ src/fortran/find.f GATEWAY_C_SOURCES = sci_gateway/c/sci_isequal.c \ sci_gateway/c/sci_matrix.c \ sci_gateway/c/sci_prod.c \ sci_gateway/c/sci_expm.c \ sci_gateway/c/sci_size.c \ sci_gateway/c/sci_tril.c \ sci_gateway/c/sci_ceil.c \ sci_gateway/c/sci_imag.c \ sci_gateway/c/sci_log.c \ sci_gateway/c/sci_log10.c \ sci_gateway/c/sci_log1p.c \ sci_gateway/c/sci_eye.c \ sci_gateway/c/sci_clean.c \ sci_gateway/c/sci_tan.c \ sci_gateway/c/sci_atan.c \ sci_gateway/c/sci_triu.c \ sci_gateway/c/sci_frexp.c \ sci_gateway/c/sci_cos.c \ sci_gateway/c/sci_rand.c \ sci_gateway/c/sci_acos.c \ sci_gateway/c/sci_sin.c \ sci_gateway/c/sci_sqrt.c \ sci_gateway/c/sci_asin.c \ sci_gateway/c/sci_sign.c \ sci_gateway/c/sci_zeros.c \ sci_gateway/c/sci_ones.c \ sci_gateway/c/sci_rat.c \ sci_gateway/c/gw_elementary_functions.c \ sci_gateway/c/sci_number_properties.c \ sci_gateway/c/sci_diag.c \ sci_gateway/c/sci_sum.c \ sci_gateway/c/sci_testmatrix.c \ sci_gateway/c/sci_abs.c \ sci_gateway/c/sci_spones.c \ sci_gateway/c/sci_kron.c \ sci_gateway/c/sci_cumprod.c \ sci_gateway/c/sci_cumsum.c \ sci_gateway/c/sci_dsearch.c \ sci_gateway/c/sci_nearfloat.c \ sci_gateway/c/sci_chinesehat.c \ sci_gateway/c/sci_isreal.c \ sci_gateway/c/sci_floor.c \ sci_gateway/c/sci_real.c \ sci_gateway/c/sci_round.c \ sci_gateway/c/sci_conj.c \ sci_gateway/c/sci_int.c \ sci_gateway/c/sci_imult.c \ sci_gateway/c/sci_exp.c \ sci_gateway/c/sci_maxi.c \ sci_gateway/c/sci_gsort.c \ sci_gateway/c/sci_isequalbitwise.c \ sci_gateway/c/sci_base2dec.c \ sci_gateway/c/sci_dec2base.c \ sci_gateway/c/sci_find.c GATEWAY_FORTRAN_SOURCES = sci_gateway/fortran/sci_f_isequal.f \ sci_gateway/fortran/sci_f_maxi.f \ sci_gateway/fortran/sci_f_testmatrix.f \ sci_gateway/fortran/sci_f_prod.f \ sci_gateway/fortran/sci_f_matrix.f \ sci_gateway/fortran/sci_f_expm.f \ sci_gateway/fortran/sci_f_size.f \ sci_gateway/fortran/sci_f_tril.f \ sci_gateway/fortran/sci_f_ceil.f \ sci_gateway/fortran/sci_f_rat.f \ sci_gateway/fortran/sci_f_imag.f \ sci_gateway/fortran/sci_f_log.f \ sci_gateway/fortran/sci_f_log1p.f \ sci_gateway/fortran/sci_f_clean.f \ sci_gateway/fortran/sci_f_eye.f \ sci_gateway/fortran/sci_f_tan.f \ sci_gateway/fortran/sci_f_atan.f \ sci_gateway/fortran/sci_f_triu.f \ sci_gateway/fortran/sci_f_frexp.f \ sci_gateway/fortran/sci_f_cos.f \ sci_gateway/fortran/sci_f_rand.f \ sci_gateway/fortran/sci_f_acos.f \ sci_gateway/fortran/sci_f_sin.f \ sci_gateway/fortran/sci_f_sqrt.f \ sci_gateway/fortran/sci_f_asin.f \ sci_gateway/fortran/sci_f_sign.f \ sci_gateway/fortran/sci_f_zeros.f \ sci_gateway/fortran/sci_f_ones.f \ sci_gateway/fortran/sci_f_diag.f \ sci_gateway/fortran/sci_f_number_properties.f \ sci_gateway/fortran/sci_f_sum.f \ sci_gateway/fortran/sci_f_cumprod.f \ sci_gateway/fortran/sci_f_abs.f \ sci_gateway/fortran/sci_f_spones.f \ sci_gateway/fortran/sci_f_kron.f \ sci_gateway/fortran/sci_f_dsearch.f \ sci_gateway/fortran/sci_f_cumsum.f \ sci_gateway/fortran/sci_f_nearfloat.f \ sci_gateway/fortran/sci_f_chinesehat.f \ sci_gateway/fortran/sci_f_isreal.f \ sci_gateway/fortran/sci_f_floor.f \ sci_gateway/fortran/sci_f_real.f \ sci_gateway/fortran/sci_f_round.f \ sci_gateway/fortran/sci_f_conj.f \ sci_gateway/fortran/sci_f_int.f \ sci_gateway/fortran/sci_f_imult.f \ sci_gateway/fortran/sci_f_exp.f \ sci_gateway/fortran/sci_f_find.f 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_2) \ $(am__append_3) 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$(top_srcdir)/modules/api_scilab/includes/ \ -I$(top_srcdir)/modules/core/src/c/ \ -I$(top_srcdir)/modules/localization/includes/ \ -I$(top_srcdir)/modules/output_stream/includes/ \ $(AM_CPPFLAGS) #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_FORTRAN_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 #### 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 #### elementary_functions : gateway declaration #### libscielementary_functions_la_sci_gatewaydir = $(mydatadir)/sci_gateway libscielementary_functions_la_sci_gateway_DATA = sci_gateway/elementary_functions_gateway.xml # 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_4) ################ 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 .f .lo .o .obj $(srcdir)/Makefile.in: # $(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 .PRECIOUS: 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__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/Makefile.incl.am: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: # $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): # $(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-idmax.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-idmin.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-gsort.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-IsEqualVar.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-convertbase.lo: \ src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp) src/c/libscielementary_functions_algo_la-dscal.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/cuproi.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/dmsum.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/pythag.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/dsearch.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/cupro.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/getorient.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/getdimfromvar.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/nearfloat.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/israt.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/find.lo: src/fortran/$(am__dirstamp) \ src/fortran/$(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_F77LD)$(F77LINK) $(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_isequal.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_matrix.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_prod.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_expm.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_size.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_tril.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_ceil.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_imag.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_log.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_log10.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_log1p.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_eye.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_clean.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_tan.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_atan.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_triu.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_frexp.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_cos.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_rand.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_acos.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_sin.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_sqrt.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_asin.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_sign.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_zeros.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_ones.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_rat.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-gw_elementary_functions.lo: \ sci_gateway/c/$(am__dirstamp) \ 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_diag.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_sum.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_abs.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_spones.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_kron.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_cumprod.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_cumsum.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_dsearch.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_nearfloat.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_chinesehat.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_isreal.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_floor.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_real.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_round.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_conj.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_int.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_imult.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_exp.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_maxi.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_gsort.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/c/libscielementary_functions_la-sci_base2dec.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_dec2base.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/c/libscielementary_functions_la-sci_find.lo: \ sci_gateway/c/$(am__dirstamp) \ sci_gateway/c/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/$(am__dirstamp): @$(MKDIR_P) sci_gateway/fortran @: > sci_gateway/fortran/$(am__dirstamp) sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) sci_gateway/fortran/$(DEPDIR) @: > sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_isequal.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_maxi.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_testmatrix.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_prod.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_matrix.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_expm.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_size.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_tril.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_ceil.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_rat.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_imag.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_log.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_log1p.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_clean.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_eye.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_tan.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_atan.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_triu.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_frexp.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_cos.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_rand.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_acos.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_sin.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_sqrt.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_asin.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_sign.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_zeros.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_ones.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_diag.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_number_properties.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_sum.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_cumprod.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_abs.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_spones.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_kron.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_dsearch.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_cumsum.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_nearfloat.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_chinesehat.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_isreal.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_floor.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_real.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_round.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_conj.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_int.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_imult.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_exp.lo: sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) sci_gateway/fortran/sci_f_find.lo: \ sci_gateway/fortran/$(am__dirstamp) \ sci_gateway/fortran/$(DEPDIR)/$(am__dirstamp) libscielementary_functions.la: $(libscielementary_functions_la_OBJECTS) $(libscielementary_functions_la_DEPENDENCIES) $(EXTRA_libscielementary_functions_la_DEPENDENCIES) $(AM_V_F77LD)$(F77LINK) $(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/fortran/*.$(OBJEXT) -rm -f sci_gateway/fortran/*.lo -rm -f src/c/*.$(OBJEXT) -rm -f src/c/*.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 include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-gw_elementary_functions.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_abs.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_acos.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_asin.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_atan.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_chinesehat.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_clean.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_conj.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cos.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_diag.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_exp.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_expm.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_eye.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_find.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_floor.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imag.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imult.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_int.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_kron.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log10.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_maxi.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_number_properties.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ones.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_prod.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rand.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rat.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_real.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_round.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sign.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sin.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_size.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_spones.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sum.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tan.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tril.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_triu.Plo include sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Plo include src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-IsEqualVar.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-convertbase.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-dscal.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmax.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmin.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Plo include src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Plo .c.o: $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< .c.obj: $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ $(am__mv) $$depbase.Tpo $$depbase.Plo # $(AM_V_CC)source='$<' object='$@' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< src/c/libdummy_elementary_functions_la-unsfdcopy.lo: src/c/unsfdcopy.c $(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_V_at)$(am__mv) src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Tpo src/c/$(DEPDIR)/libdummy_elementary_functions_la-unsfdcopy.Plo # $(AM_V_CC)source='src/c/unsfdcopy.c' object='src/c/libdummy_elementary_functions_la-unsfdcopy.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-finite.Plo # $(AM_V_CC)source='src/c/finite.c' object='src/c/libscielementary_functions_algo_la-finite.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfinite.Plo # $(AM_V_CC)source='src/c/vfinite.c' object='src/c/libscielementary_functions_algo_la-vfinite.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-cmp.Plo # $(AM_V_CC)source='src/c/cmp.c' object='src/c/libscielementary_functions_algo_la-cmp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vceil.Plo # $(AM_V_CC)source='src/c/vceil.c' object='src/c/libscielementary_functions_algo_la-vceil.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-xerhlt.Plo # $(AM_V_CC)source='src/c/xerhlt.c' object='src/c/libscielementary_functions_algo_la-xerhlt.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfloor.Plo # $(AM_V_CC)source='src/c/vfloor.c' object='src/c/libscielementary_functions_algo_la-vfloor.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-vfrexp.Plo # $(AM_V_CC)source='src/c/vfrexp.c' object='src/c/libscielementary_functions_algo_la-vfrexp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-scidcopy.Plo # $(AM_V_CC)source='src/c/scidcopy.c' object='src/c/libscielementary_functions_algo_la-scidcopy.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-int2db.Plo # $(AM_V_CC)source='src/c/int2db.c' object='src/c/libscielementary_functions_algo_la-int2db.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-rea2db.Plo # $(AM_V_CC)source='src/c/rea2db.c' object='src/c/libscielementary_functions_algo_la-rea2db.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-idmax.lo: src/c/idmax.c $(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-idmax.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmax.Tpo -c -o src/c/libscielementary_functions_algo_la-idmax.lo `test -f 'src/c/idmax.c' || echo '$(srcdir)/'`src/c/idmax.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmax.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmax.Plo # $(AM_V_CC)source='src/c/idmax.c' object='src/c/libscielementary_functions_algo_la-idmax.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-idmax.lo `test -f 'src/c/idmax.c' || echo '$(srcdir)/'`src/c/idmax.c src/c/libscielementary_functions_algo_la-idmin.lo: src/c/idmin.c $(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-idmin.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmin.Tpo -c -o src/c/libscielementary_functions_algo_la-idmin.lo `test -f 'src/c/idmin.c' || echo '$(srcdir)/'`src/c/idmin.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmin.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-idmin.Plo # $(AM_V_CC)source='src/c/idmin.c' object='src/c/libscielementary_functions_algo_la-idmin.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-idmin.lo `test -f 'src/c/idmin.c' || echo '$(srcdir)/'`src/c/idmin.c src/c/libscielementary_functions_algo_la-gsort.lo: src/c/gsort.c $(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-gsort.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Tpo -c -o src/c/libscielementary_functions_algo_la-gsort.lo `test -f 'src/c/gsort.c' || echo '$(srcdir)/'`src/c/gsort.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-gsort.Plo # $(AM_V_CC)source='src/c/gsort.c' object='src/c/libscielementary_functions_algo_la-gsort.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-gsort.lo `test -f 'src/c/gsort.c' || echo '$(srcdir)/'`src/c/gsort.c src/c/libscielementary_functions_algo_la-qsort.lo: src/c/qsort.c $(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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort.Plo # $(AM_V_CC)source='src/c/qsort.c' object='src/c/libscielementary_functions_algo_la-qsort.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-char.Plo # $(AM_V_CC)source='src/c/qsort-char.c' object='src/c/libscielementary_functions_algo_la-qsort-char.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-double.Plo # $(AM_V_CC)source='src/c/qsort-double.c' object='src/c/libscielementary_functions_algo_la-qsort-double.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-int.Plo # $(AM_V_CC)source='src/c/qsort-int.c' object='src/c/libscielementary_functions_algo_la-qsort-int.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-short.Plo # $(AM_V_CC)source='src/c/qsort-short.c' object='src/c/libscielementary_functions_algo_la-qsort-short.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_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_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-qsort-string.Plo # $(AM_V_CC)source='src/c/qsort-string.c' object='src/c/libscielementary_functions_algo_la-qsort-string.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-IsEqualVar.lo: src/c/IsEqualVar.c $(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-IsEqualVar.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-IsEqualVar.Tpo -c -o src/c/libscielementary_functions_algo_la-IsEqualVar.lo `test -f 'src/c/IsEqualVar.c' || echo '$(srcdir)/'`src/c/IsEqualVar.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-IsEqualVar.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-IsEqualVar.Plo # $(AM_V_CC)source='src/c/IsEqualVar.c' object='src/c/libscielementary_functions_algo_la-IsEqualVar.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-IsEqualVar.lo `test -f 'src/c/IsEqualVar.c' || echo '$(srcdir)/'`src/c/IsEqualVar.c src/c/libscielementary_functions_algo_la-convertbase.lo: src/c/convertbase.c $(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-convertbase.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-convertbase.Tpo -c -o src/c/libscielementary_functions_algo_la-convertbase.lo `test -f 'src/c/convertbase.c' || echo '$(srcdir)/'`src/c/convertbase.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-convertbase.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-convertbase.Plo # $(AM_V_CC)source='src/c/convertbase.c' object='src/c/libscielementary_functions_algo_la-convertbase.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-convertbase.lo `test -f 'src/c/convertbase.c' || echo '$(srcdir)/'`src/c/convertbase.c src/c/libscielementary_functions_algo_la-dscal.lo: src/c/dscal.c $(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-dscal.lo -MD -MP -MF src/c/$(DEPDIR)/libscielementary_functions_algo_la-dscal.Tpo -c -o src/c/libscielementary_functions_algo_la-dscal.lo `test -f 'src/c/dscal.c' || echo '$(srcdir)/'`src/c/dscal.c $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscielementary_functions_algo_la-dscal.Tpo src/c/$(DEPDIR)/libscielementary_functions_algo_la-dscal.Plo # $(AM_V_CC)source='src/c/dscal.c' object='src/c/libscielementary_functions_algo_la-dscal.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-dscal.lo `test -f 'src/c/dscal.c' || echo '$(srcdir)/'`src/c/dscal.c sci_gateway/c/libscielementary_functions_la-sci_isequal.lo: sci_gateway/c/sci_isequal.c $(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_isequal.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_isequal.lo `test -f 'sci_gateway/c/sci_isequal.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isequal.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequal.Plo # $(AM_V_CC)source='sci_gateway/c/sci_isequal.c' object='sci_gateway/c/libscielementary_functions_la-sci_isequal.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_isequal.lo `test -f 'sci_gateway/c/sci_isequal.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isequal.c sci_gateway/c/libscielementary_functions_la-sci_matrix.lo: sci_gateway/c/sci_matrix.c $(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_matrix.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_matrix.lo `test -f 'sci_gateway/c/sci_matrix.c' || echo '$(srcdir)/'`sci_gateway/c/sci_matrix.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_matrix.Plo # $(AM_V_CC)source='sci_gateway/c/sci_matrix.c' object='sci_gateway/c/libscielementary_functions_la-sci_matrix.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_matrix.lo `test -f 'sci_gateway/c/sci_matrix.c' || echo '$(srcdir)/'`sci_gateway/c/sci_matrix.c sci_gateway/c/libscielementary_functions_la-sci_prod.lo: sci_gateway/c/sci_prod.c $(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_prod.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_prod.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_prod.lo `test -f 'sci_gateway/c/sci_prod.c' || echo '$(srcdir)/'`sci_gateway/c/sci_prod.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_prod.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_prod.Plo # $(AM_V_CC)source='sci_gateway/c/sci_prod.c' object='sci_gateway/c/libscielementary_functions_la-sci_prod.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_prod.lo `test -f 'sci_gateway/c/sci_prod.c' || echo '$(srcdir)/'`sci_gateway/c/sci_prod.c sci_gateway/c/libscielementary_functions_la-sci_expm.lo: sci_gateway/c/sci_expm.c $(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_expm.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_expm.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_expm.lo `test -f 'sci_gateway/c/sci_expm.c' || echo '$(srcdir)/'`sci_gateway/c/sci_expm.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_expm.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_expm.Plo # $(AM_V_CC)source='sci_gateway/c/sci_expm.c' object='sci_gateway/c/libscielementary_functions_la-sci_expm.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_expm.lo `test -f 'sci_gateway/c/sci_expm.c' || echo '$(srcdir)/'`sci_gateway/c/sci_expm.c sci_gateway/c/libscielementary_functions_la-sci_size.lo: sci_gateway/c/sci_size.c $(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_size.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_size.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_size.lo `test -f 'sci_gateway/c/sci_size.c' || echo '$(srcdir)/'`sci_gateway/c/sci_size.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_size.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_size.Plo # $(AM_V_CC)source='sci_gateway/c/sci_size.c' object='sci_gateway/c/libscielementary_functions_la-sci_size.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_size.lo `test -f 'sci_gateway/c/sci_size.c' || echo '$(srcdir)/'`sci_gateway/c/sci_size.c sci_gateway/c/libscielementary_functions_la-sci_tril.lo: sci_gateway/c/sci_tril.c $(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_tril.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tril.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_tril.lo `test -f 'sci_gateway/c/sci_tril.c' || echo '$(srcdir)/'`sci_gateway/c/sci_tril.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tril.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tril.Plo # $(AM_V_CC)source='sci_gateway/c/sci_tril.c' object='sci_gateway/c/libscielementary_functions_la-sci_tril.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_tril.lo `test -f 'sci_gateway/c/sci_tril.c' || echo '$(srcdir)/'`sci_gateway/c/sci_tril.c sci_gateway/c/libscielementary_functions_la-sci_ceil.lo: sci_gateway/c/sci_ceil.c $(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_ceil.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_ceil.lo `test -f 'sci_gateway/c/sci_ceil.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ceil.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ceil.Plo # $(AM_V_CC)source='sci_gateway/c/sci_ceil.c' object='sci_gateway/c/libscielementary_functions_la-sci_ceil.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_ceil.lo `test -f 'sci_gateway/c/sci_ceil.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ceil.c sci_gateway/c/libscielementary_functions_la-sci_imag.lo: sci_gateway/c/sci_imag.c $(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_imag.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imag.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_imag.lo `test -f 'sci_gateway/c/sci_imag.c' || echo '$(srcdir)/'`sci_gateway/c/sci_imag.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imag.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imag.Plo # $(AM_V_CC)source='sci_gateway/c/sci_imag.c' object='sci_gateway/c/libscielementary_functions_la-sci_imag.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_imag.lo `test -f 'sci_gateway/c/sci_imag.c' || echo '$(srcdir)/'`sci_gateway/c/sci_imag.c sci_gateway/c/libscielementary_functions_la-sci_log.lo: sci_gateway/c/sci_log.c $(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_log.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_log.lo `test -f 'sci_gateway/c/sci_log.c' || echo '$(srcdir)/'`sci_gateway/c/sci_log.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log.Plo # $(AM_V_CC)source='sci_gateway/c/sci_log.c' object='sci_gateway/c/libscielementary_functions_la-sci_log.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_log.lo `test -f 'sci_gateway/c/sci_log.c' || echo '$(srcdir)/'`sci_gateway/c/sci_log.c sci_gateway/c/libscielementary_functions_la-sci_log10.lo: sci_gateway/c/sci_log10.c $(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_log10.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log10.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_log10.lo `test -f 'sci_gateway/c/sci_log10.c' || echo '$(srcdir)/'`sci_gateway/c/sci_log10.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log10.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log10.Plo # $(AM_V_CC)source='sci_gateway/c/sci_log10.c' object='sci_gateway/c/libscielementary_functions_la-sci_log10.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_log10.lo `test -f 'sci_gateway/c/sci_log10.c' || echo '$(srcdir)/'`sci_gateway/c/sci_log10.c sci_gateway/c/libscielementary_functions_la-sci_log1p.lo: sci_gateway/c/sci_log1p.c $(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_log1p.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_log1p.lo `test -f 'sci_gateway/c/sci_log1p.c' || echo '$(srcdir)/'`sci_gateway/c/sci_log1p.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_log1p.Plo # $(AM_V_CC)source='sci_gateway/c/sci_log1p.c' object='sci_gateway/c/libscielementary_functions_la-sci_log1p.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_log1p.lo `test -f 'sci_gateway/c/sci_log1p.c' || echo '$(srcdir)/'`sci_gateway/c/sci_log1p.c sci_gateway/c/libscielementary_functions_la-sci_eye.lo: sci_gateway/c/sci_eye.c $(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_eye.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_eye.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_eye.lo `test -f 'sci_gateway/c/sci_eye.c' || echo '$(srcdir)/'`sci_gateway/c/sci_eye.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_eye.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_eye.Plo # $(AM_V_CC)source='sci_gateway/c/sci_eye.c' object='sci_gateway/c/libscielementary_functions_la-sci_eye.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_eye.lo `test -f 'sci_gateway/c/sci_eye.c' || echo '$(srcdir)/'`sci_gateway/c/sci_eye.c sci_gateway/c/libscielementary_functions_la-sci_clean.lo: sci_gateway/c/sci_clean.c $(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_clean.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_clean.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_clean.lo `test -f 'sci_gateway/c/sci_clean.c' || echo '$(srcdir)/'`sci_gateway/c/sci_clean.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_clean.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_clean.Plo # $(AM_V_CC)source='sci_gateway/c/sci_clean.c' object='sci_gateway/c/libscielementary_functions_la-sci_clean.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_clean.lo `test -f 'sci_gateway/c/sci_clean.c' || echo '$(srcdir)/'`sci_gateway/c/sci_clean.c sci_gateway/c/libscielementary_functions_la-sci_tan.lo: sci_gateway/c/sci_tan.c $(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_tan.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tan.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_tan.lo `test -f 'sci_gateway/c/sci_tan.c' || echo '$(srcdir)/'`sci_gateway/c/sci_tan.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tan.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_tan.Plo # $(AM_V_CC)source='sci_gateway/c/sci_tan.c' object='sci_gateway/c/libscielementary_functions_la-sci_tan.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_tan.lo `test -f 'sci_gateway/c/sci_tan.c' || echo '$(srcdir)/'`sci_gateway/c/sci_tan.c sci_gateway/c/libscielementary_functions_la-sci_atan.lo: sci_gateway/c/sci_atan.c $(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_atan.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_atan.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_atan.lo `test -f 'sci_gateway/c/sci_atan.c' || echo '$(srcdir)/'`sci_gateway/c/sci_atan.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_atan.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_atan.Plo # $(AM_V_CC)source='sci_gateway/c/sci_atan.c' object='sci_gateway/c/libscielementary_functions_la-sci_atan.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_atan.lo `test -f 'sci_gateway/c/sci_atan.c' || echo '$(srcdir)/'`sci_gateway/c/sci_atan.c sci_gateway/c/libscielementary_functions_la-sci_triu.lo: sci_gateway/c/sci_triu.c $(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_triu.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_triu.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_triu.lo `test -f 'sci_gateway/c/sci_triu.c' || echo '$(srcdir)/'`sci_gateway/c/sci_triu.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_triu.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_triu.Plo # $(AM_V_CC)source='sci_gateway/c/sci_triu.c' object='sci_gateway/c/libscielementary_functions_la-sci_triu.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_triu.lo `test -f 'sci_gateway/c/sci_triu.c' || echo '$(srcdir)/'`sci_gateway/c/sci_triu.c sci_gateway/c/libscielementary_functions_la-sci_frexp.lo: sci_gateway/c/sci_frexp.c $(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_frexp.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_frexp.lo `test -f 'sci_gateway/c/sci_frexp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_frexp.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_frexp.Plo # $(AM_V_CC)source='sci_gateway/c/sci_frexp.c' object='sci_gateway/c/libscielementary_functions_la-sci_frexp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_frexp.lo `test -f 'sci_gateway/c/sci_frexp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_frexp.c sci_gateway/c/libscielementary_functions_la-sci_cos.lo: sci_gateway/c/sci_cos.c $(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_cos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cos.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_cos.lo `test -f 'sci_gateway/c/sci_cos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_cos.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cos.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cos.Plo # $(AM_V_CC)source='sci_gateway/c/sci_cos.c' object='sci_gateway/c/libscielementary_functions_la-sci_cos.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_cos.lo `test -f 'sci_gateway/c/sci_cos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_cos.c sci_gateway/c/libscielementary_functions_la-sci_rand.lo: sci_gateway/c/sci_rand.c $(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_rand.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rand.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_rand.lo `test -f 'sci_gateway/c/sci_rand.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rand.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rand.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rand.Plo # $(AM_V_CC)source='sci_gateway/c/sci_rand.c' object='sci_gateway/c/libscielementary_functions_la-sci_rand.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_rand.lo `test -f 'sci_gateway/c/sci_rand.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rand.c sci_gateway/c/libscielementary_functions_la-sci_acos.lo: sci_gateway/c/sci_acos.c $(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_acos.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_acos.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_acos.lo `test -f 'sci_gateway/c/sci_acos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_acos.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_acos.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_acos.Plo # $(AM_V_CC)source='sci_gateway/c/sci_acos.c' object='sci_gateway/c/libscielementary_functions_la-sci_acos.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_acos.lo `test -f 'sci_gateway/c/sci_acos.c' || echo '$(srcdir)/'`sci_gateway/c/sci_acos.c sci_gateway/c/libscielementary_functions_la-sci_sin.lo: sci_gateway/c/sci_sin.c $(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_sin.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sin.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_sin.lo `test -f 'sci_gateway/c/sci_sin.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sin.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sin.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sin.Plo # $(AM_V_CC)source='sci_gateway/c/sci_sin.c' object='sci_gateway/c/libscielementary_functions_la-sci_sin.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_sin.lo `test -f 'sci_gateway/c/sci_sin.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sin.c sci_gateway/c/libscielementary_functions_la-sci_sqrt.lo: sci_gateway/c/sci_sqrt.c $(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_sqrt.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_sqrt.lo `test -f 'sci_gateway/c/sci_sqrt.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sqrt.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sqrt.Plo # $(AM_V_CC)source='sci_gateway/c/sci_sqrt.c' object='sci_gateway/c/libscielementary_functions_la-sci_sqrt.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_sqrt.lo `test -f 'sci_gateway/c/sci_sqrt.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sqrt.c sci_gateway/c/libscielementary_functions_la-sci_asin.lo: sci_gateway/c/sci_asin.c $(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_asin.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_asin.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_asin.lo `test -f 'sci_gateway/c/sci_asin.c' || echo '$(srcdir)/'`sci_gateway/c/sci_asin.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_asin.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_asin.Plo # $(AM_V_CC)source='sci_gateway/c/sci_asin.c' object='sci_gateway/c/libscielementary_functions_la-sci_asin.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_asin.lo `test -f 'sci_gateway/c/sci_asin.c' || echo '$(srcdir)/'`sci_gateway/c/sci_asin.c sci_gateway/c/libscielementary_functions_la-sci_sign.lo: sci_gateway/c/sci_sign.c $(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_sign.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sign.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_sign.lo `test -f 'sci_gateway/c/sci_sign.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sign.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sign.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sign.Plo # $(AM_V_CC)source='sci_gateway/c/sci_sign.c' object='sci_gateway/c/libscielementary_functions_la-sci_sign.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_sign.lo `test -f 'sci_gateway/c/sci_sign.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sign.c sci_gateway/c/libscielementary_functions_la-sci_zeros.lo: sci_gateway/c/sci_zeros.c $(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_zeros.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_zeros.lo `test -f 'sci_gateway/c/sci_zeros.c' || echo '$(srcdir)/'`sci_gateway/c/sci_zeros.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_zeros.Plo # $(AM_V_CC)source='sci_gateway/c/sci_zeros.c' object='sci_gateway/c/libscielementary_functions_la-sci_zeros.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_zeros.lo `test -f 'sci_gateway/c/sci_zeros.c' || echo '$(srcdir)/'`sci_gateway/c/sci_zeros.c sci_gateway/c/libscielementary_functions_la-sci_ones.lo: sci_gateway/c/sci_ones.c $(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_ones.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ones.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_ones.lo `test -f 'sci_gateway/c/sci_ones.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ones.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ones.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_ones.Plo # $(AM_V_CC)source='sci_gateway/c/sci_ones.c' object='sci_gateway/c/libscielementary_functions_la-sci_ones.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_ones.lo `test -f 'sci_gateway/c/sci_ones.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ones.c sci_gateway/c/libscielementary_functions_la-sci_rat.lo: sci_gateway/c/sci_rat.c $(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_rat.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rat.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_rat.lo `test -f 'sci_gateway/c/sci_rat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rat.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rat.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_rat.Plo # $(AM_V_CC)source='sci_gateway/c/sci_rat.c' object='sci_gateway/c/libscielementary_functions_la-sci_rat.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_rat.lo `test -f 'sci_gateway/c/sci_rat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rat.c sci_gateway/c/libscielementary_functions_la-gw_elementary_functions.lo: sci_gateway/c/gw_elementary_functions.c $(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-gw_elementary_functions.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-gw_elementary_functions.Tpo -c -o sci_gateway/c/libscielementary_functions_la-gw_elementary_functions.lo `test -f 'sci_gateway/c/gw_elementary_functions.c' || echo '$(srcdir)/'`sci_gateway/c/gw_elementary_functions.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-gw_elementary_functions.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-gw_elementary_functions.Plo # $(AM_V_CC)source='sci_gateway/c/gw_elementary_functions.c' object='sci_gateway/c/libscielementary_functions_la-gw_elementary_functions.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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-gw_elementary_functions.lo `test -f 'sci_gateway/c/gw_elementary_functions.c' || echo '$(srcdir)/'`sci_gateway/c/gw_elementary_functions.c sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo: sci_gateway/c/sci_number_properties.c $(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_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 # $(AM_V_CC)source='sci_gateway/c/sci_number_properties.c' object='sci_gateway/c/libscielementary_functions_la-sci_number_properties.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_diag.lo: sci_gateway/c/sci_diag.c $(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_diag.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_diag.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_diag.lo `test -f 'sci_gateway/c/sci_diag.c' || echo '$(srcdir)/'`sci_gateway/c/sci_diag.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_diag.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_diag.Plo # $(AM_V_CC)source='sci_gateway/c/sci_diag.c' object='sci_gateway/c/libscielementary_functions_la-sci_diag.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_diag.lo `test -f 'sci_gateway/c/sci_diag.c' || echo '$(srcdir)/'`sci_gateway/c/sci_diag.c sci_gateway/c/libscielementary_functions_la-sci_sum.lo: sci_gateway/c/sci_sum.c $(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_sum.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sum.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_sum.lo `test -f 'sci_gateway/c/sci_sum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sum.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sum.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_sum.Plo # $(AM_V_CC)source='sci_gateway/c/sci_sum.c' object='sci_gateway/c/libscielementary_functions_la-sci_sum.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_sum.lo `test -f 'sci_gateway/c/sci_sum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sum.c sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo: sci_gateway/c/sci_testmatrix.c $(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_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_testmatrix.Plo # $(AM_V_CC)source='sci_gateway/c/sci_testmatrix.c' object='sci_gateway/c/libscielementary_functions_la-sci_testmatrix.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_abs.lo: sci_gateway/c/sci_abs.c $(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_abs.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_abs.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_abs.lo `test -f 'sci_gateway/c/sci_abs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_abs.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_abs.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_abs.Plo # $(AM_V_CC)source='sci_gateway/c/sci_abs.c' object='sci_gateway/c/libscielementary_functions_la-sci_abs.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_abs.lo `test -f 'sci_gateway/c/sci_abs.c' || echo '$(srcdir)/'`sci_gateway/c/sci_abs.c sci_gateway/c/libscielementary_functions_la-sci_spones.lo: sci_gateway/c/sci_spones.c $(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_spones.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_spones.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_spones.lo `test -f 'sci_gateway/c/sci_spones.c' || echo '$(srcdir)/'`sci_gateway/c/sci_spones.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_spones.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_spones.Plo # $(AM_V_CC)source='sci_gateway/c/sci_spones.c' object='sci_gateway/c/libscielementary_functions_la-sci_spones.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_spones.lo `test -f 'sci_gateway/c/sci_spones.c' || echo '$(srcdir)/'`sci_gateway/c/sci_spones.c sci_gateway/c/libscielementary_functions_la-sci_kron.lo: sci_gateway/c/sci_kron.c $(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_kron.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_kron.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_kron.lo `test -f 'sci_gateway/c/sci_kron.c' || echo '$(srcdir)/'`sci_gateway/c/sci_kron.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_kron.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_kron.Plo # $(AM_V_CC)source='sci_gateway/c/sci_kron.c' object='sci_gateway/c/libscielementary_functions_la-sci_kron.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_kron.lo `test -f 'sci_gateway/c/sci_kron.c' || echo '$(srcdir)/'`sci_gateway/c/sci_kron.c sci_gateway/c/libscielementary_functions_la-sci_cumprod.lo: sci_gateway/c/sci_cumprod.c $(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_cumprod.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_cumprod.lo `test -f 'sci_gateway/c/sci_cumprod.c' || echo '$(srcdir)/'`sci_gateway/c/sci_cumprod.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumprod.Plo # $(AM_V_CC)source='sci_gateway/c/sci_cumprod.c' object='sci_gateway/c/libscielementary_functions_la-sci_cumprod.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_cumprod.lo `test -f 'sci_gateway/c/sci_cumprod.c' || echo '$(srcdir)/'`sci_gateway/c/sci_cumprod.c sci_gateway/c/libscielementary_functions_la-sci_cumsum.lo: sci_gateway/c/sci_cumsum.c $(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_cumsum.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_cumsum.lo `test -f 'sci_gateway/c/sci_cumsum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_cumsum.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_cumsum.Plo # $(AM_V_CC)source='sci_gateway/c/sci_cumsum.c' object='sci_gateway/c/libscielementary_functions_la-sci_cumsum.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_cumsum.lo `test -f 'sci_gateway/c/sci_cumsum.c' || echo '$(srcdir)/'`sci_gateway/c/sci_cumsum.c sci_gateway/c/libscielementary_functions_la-sci_dsearch.lo: sci_gateway/c/sci_dsearch.c $(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_dsearch.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_dsearch.lo `test -f 'sci_gateway/c/sci_dsearch.c' || echo '$(srcdir)/'`sci_gateway/c/sci_dsearch.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dsearch.Plo # $(AM_V_CC)source='sci_gateway/c/sci_dsearch.c' object='sci_gateway/c/libscielementary_functions_la-sci_dsearch.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_dsearch.lo `test -f 'sci_gateway/c/sci_dsearch.c' || echo '$(srcdir)/'`sci_gateway/c/sci_dsearch.c sci_gateway/c/libscielementary_functions_la-sci_nearfloat.lo: sci_gateway/c/sci_nearfloat.c $(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_nearfloat.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_nearfloat.lo `test -f 'sci_gateway/c/sci_nearfloat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_nearfloat.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_nearfloat.Plo # $(AM_V_CC)source='sci_gateway/c/sci_nearfloat.c' object='sci_gateway/c/libscielementary_functions_la-sci_nearfloat.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_nearfloat.lo `test -f 'sci_gateway/c/sci_nearfloat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_nearfloat.c sci_gateway/c/libscielementary_functions_la-sci_chinesehat.lo: sci_gateway/c/sci_chinesehat.c $(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_chinesehat.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_chinesehat.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_chinesehat.lo `test -f 'sci_gateway/c/sci_chinesehat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_chinesehat.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_chinesehat.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_chinesehat.Plo # $(AM_V_CC)source='sci_gateway/c/sci_chinesehat.c' object='sci_gateway/c/libscielementary_functions_la-sci_chinesehat.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_chinesehat.lo `test -f 'sci_gateway/c/sci_chinesehat.c' || echo '$(srcdir)/'`sci_gateway/c/sci_chinesehat.c sci_gateway/c/libscielementary_functions_la-sci_isreal.lo: sci_gateway/c/sci_isreal.c $(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_isreal.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_isreal.lo `test -f 'sci_gateway/c/sci_isreal.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isreal.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isreal.Plo # $(AM_V_CC)source='sci_gateway/c/sci_isreal.c' object='sci_gateway/c/libscielementary_functions_la-sci_isreal.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_isreal.lo `test -f 'sci_gateway/c/sci_isreal.c' || echo '$(srcdir)/'`sci_gateway/c/sci_isreal.c sci_gateway/c/libscielementary_functions_la-sci_floor.lo: sci_gateway/c/sci_floor.c $(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_floor.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_floor.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_floor.lo `test -f 'sci_gateway/c/sci_floor.c' || echo '$(srcdir)/'`sci_gateway/c/sci_floor.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_floor.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_floor.Plo # $(AM_V_CC)source='sci_gateway/c/sci_floor.c' object='sci_gateway/c/libscielementary_functions_la-sci_floor.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_floor.lo `test -f 'sci_gateway/c/sci_floor.c' || echo '$(srcdir)/'`sci_gateway/c/sci_floor.c sci_gateway/c/libscielementary_functions_la-sci_real.lo: sci_gateway/c/sci_real.c $(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_real.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_real.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_real.lo `test -f 'sci_gateway/c/sci_real.c' || echo '$(srcdir)/'`sci_gateway/c/sci_real.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_real.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_real.Plo # $(AM_V_CC)source='sci_gateway/c/sci_real.c' object='sci_gateway/c/libscielementary_functions_la-sci_real.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_real.lo `test -f 'sci_gateway/c/sci_real.c' || echo '$(srcdir)/'`sci_gateway/c/sci_real.c sci_gateway/c/libscielementary_functions_la-sci_round.lo: sci_gateway/c/sci_round.c $(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_round.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_round.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_round.lo `test -f 'sci_gateway/c/sci_round.c' || echo '$(srcdir)/'`sci_gateway/c/sci_round.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_round.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_round.Plo # $(AM_V_CC)source='sci_gateway/c/sci_round.c' object='sci_gateway/c/libscielementary_functions_la-sci_round.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_round.lo `test -f 'sci_gateway/c/sci_round.c' || echo '$(srcdir)/'`sci_gateway/c/sci_round.c sci_gateway/c/libscielementary_functions_la-sci_conj.lo: sci_gateway/c/sci_conj.c $(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_conj.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_conj.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_conj.lo `test -f 'sci_gateway/c/sci_conj.c' || echo '$(srcdir)/'`sci_gateway/c/sci_conj.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_conj.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_conj.Plo # $(AM_V_CC)source='sci_gateway/c/sci_conj.c' object='sci_gateway/c/libscielementary_functions_la-sci_conj.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_conj.lo `test -f 'sci_gateway/c/sci_conj.c' || echo '$(srcdir)/'`sci_gateway/c/sci_conj.c sci_gateway/c/libscielementary_functions_la-sci_int.lo: sci_gateway/c/sci_int.c $(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_int.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_int.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_int.lo `test -f 'sci_gateway/c/sci_int.c' || echo '$(srcdir)/'`sci_gateway/c/sci_int.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_int.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_int.Plo # $(AM_V_CC)source='sci_gateway/c/sci_int.c' object='sci_gateway/c/libscielementary_functions_la-sci_int.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_int.lo `test -f 'sci_gateway/c/sci_int.c' || echo '$(srcdir)/'`sci_gateway/c/sci_int.c sci_gateway/c/libscielementary_functions_la-sci_imult.lo: sci_gateway/c/sci_imult.c $(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_imult.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imult.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_imult.lo `test -f 'sci_gateway/c/sci_imult.c' || echo '$(srcdir)/'`sci_gateway/c/sci_imult.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imult.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_imult.Plo # $(AM_V_CC)source='sci_gateway/c/sci_imult.c' object='sci_gateway/c/libscielementary_functions_la-sci_imult.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_imult.lo `test -f 'sci_gateway/c/sci_imult.c' || echo '$(srcdir)/'`sci_gateway/c/sci_imult.c sci_gateway/c/libscielementary_functions_la-sci_exp.lo: sci_gateway/c/sci_exp.c $(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_exp.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_exp.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_exp.lo `test -f 'sci_gateway/c/sci_exp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_exp.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_exp.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_exp.Plo # $(AM_V_CC)source='sci_gateway/c/sci_exp.c' object='sci_gateway/c/libscielementary_functions_la-sci_exp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_exp.lo `test -f 'sci_gateway/c/sci_exp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_exp.c sci_gateway/c/libscielementary_functions_la-sci_maxi.lo: sci_gateway/c/sci_maxi.c $(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_maxi.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_maxi.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_maxi.lo `test -f 'sci_gateway/c/sci_maxi.c' || echo '$(srcdir)/'`sci_gateway/c/sci_maxi.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_maxi.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_maxi.Plo # $(AM_V_CC)source='sci_gateway/c/sci_maxi.c' object='sci_gateway/c/libscielementary_functions_la-sci_maxi.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_maxi.lo `test -f 'sci_gateway/c/sci_maxi.c' || echo '$(srcdir)/'`sci_gateway/c/sci_maxi.c sci_gateway/c/libscielementary_functions_la-sci_gsort.lo: sci_gateway/c/sci_gsort.c $(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_gsort.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_gsort.lo `test -f 'sci_gateway/c/sci_gsort.c' || echo '$(srcdir)/'`sci_gateway/c/sci_gsort.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_gsort.Plo # $(AM_V_CC)source='sci_gateway/c/sci_gsort.c' object='sci_gateway/c/libscielementary_functions_la-sci_gsort.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_gsort.lo `test -f 'sci_gateway/c/sci_gsort.c' || echo '$(srcdir)/'`sci_gateway/c/sci_gsort.c sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo: sci_gateway/c/sci_isequalbitwise.c $(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_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_isequalbitwise.Plo # $(AM_V_CC)source='sci_gateway/c/sci_isequalbitwise.c' object='sci_gateway/c/libscielementary_functions_la-sci_isequalbitwise.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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 sci_gateway/c/libscielementary_functions_la-sci_base2dec.lo: sci_gateway/c/sci_base2dec.c $(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_base2dec.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_base2dec.lo `test -f 'sci_gateway/c/sci_base2dec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_base2dec.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_base2dec.Plo # $(AM_V_CC)source='sci_gateway/c/sci_base2dec.c' object='sci_gateway/c/libscielementary_functions_la-sci_base2dec.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_base2dec.lo `test -f 'sci_gateway/c/sci_base2dec.c' || echo '$(srcdir)/'`sci_gateway/c/sci_base2dec.c sci_gateway/c/libscielementary_functions_la-sci_dec2base.lo: sci_gateway/c/sci_dec2base.c $(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_dec2base.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_dec2base.lo `test -f 'sci_gateway/c/sci_dec2base.c' || echo '$(srcdir)/'`sci_gateway/c/sci_dec2base.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_dec2base.Plo # $(AM_V_CC)source='sci_gateway/c/sci_dec2base.c' object='sci_gateway/c/libscielementary_functions_la-sci_dec2base.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_dec2base.lo `test -f 'sci_gateway/c/sci_dec2base.c' || echo '$(srcdir)/'`sci_gateway/c/sci_dec2base.c sci_gateway/c/libscielementary_functions_la-sci_find.lo: sci_gateway/c/sci_find.c $(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_find.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_find.Tpo -c -o sci_gateway/c/libscielementary_functions_la-sci_find.lo `test -f 'sci_gateway/c/sci_find.c' || echo '$(srcdir)/'`sci_gateway/c/sci_find.c $(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_find.Tpo sci_gateway/c/$(DEPDIR)/libscielementary_functions_la-sci_find.Plo # $(AM_V_CC)source='sci_gateway/c/sci_find.c' object='sci_gateway/c/libscielementary_functions_la-sci_find.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(AM_V_CC_no)$(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_find.lo `test -f 'sci_gateway/c/sci_find.c' || echo '$(srcdir)/'`sci_gateway/c/sci_find.c .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/fortran/.libs sci_gateway/fortran/_libs -rm -rf src/c/.libs src/c/_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) install-libscielementary_functions_la_sci_gatewayDATA: $(libscielementary_functions_la_sci_gateway_DATA) @$(NORMAL_INSTALL) @list='$(libscielementary_functions_la_sci_gateway_DATA)'; test -n "$(libscielementary_functions_la_sci_gatewaydir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libscielementary_functions_la_sci_gatewaydir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libscielementary_functions_la_sci_gatewaydir)" || 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_sci_gatewaydir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(libscielementary_functions_la_sci_gatewaydir)" || exit $$?; \ done uninstall-libscielementary_functions_la_sci_gatewayDATA: @$(NORMAL_UNINSTALL) @list='$(libscielementary_functions_la_sci_gateway_DATA)'; test -n "$(libscielementary_functions_la_sci_gatewaydir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libscielementary_functions_la_sci_gatewaydir)'; $(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: $(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)" "$(DESTDIR)$(libscielementary_functions_la_sci_gatewaydir)"; 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/fortran/$(DEPDIR)/$(am__dirstamp) -rm -f sci_gateway/fortran/$(am__dirstamp) -rm -f src/c/$(DEPDIR)/$(am__dirstamp) -rm -f src/c/$(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 -rf sci_gateway/c/$(DEPDIR) src/c/$(DEPDIR) -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-libscielementary_functions_la_sci_gatewayDATA 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 -rf sci_gateway/c/$(DEPDIR) src/c/$(DEPDIR) -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-libscielementary_functions_la_sci_gatewayDATA \ uninstall-pkglibLTLIBRARIES .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am all-local 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-libscielementary_functions_la_sci_gatewayDATA \ 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-libscielementary_functions_la_sci_gatewayDATA \ uninstall-pkglibLTLIBRARIES # 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 # 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 java: # Some configurations needs to export JAVA_HOME in the current env @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ if test -f build.xml -a $$USEANT -eq 1; then \ $(ANT); \ fi clean-java: # Some configurations needs to export JAVA_HOME in the current env @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \ if test -f build.xml -a $$USEANT -eq 1; then \ $(ANT) clean; \ 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: $(SWIG_WRAPPERS) # @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \ # SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \ # if test -n "$(SWIG_WRAPPERS)"; then \ # for file in $(SWIG_WRAPPERS) ; do \ # echo "Swig process of $$file (Java) ..."; \ # $(SWIG_BIN) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \ # done; \ # fi #swig-scilab: $(SWIG_SCILAB_WRAPPERS) # @SWIG_OUTDIR=src/swig/; \ # if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \ # for file in $(SWIG_SCILAB_WRAPPERS) ; do \ # echo "Swig process of $$file (Scilab) ..."; \ # $(SWIG_BIN) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \ # done; \ # 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: $(GIWS_WRAPPERS) # @GIWS_OUTPUTDIR=src/jni/; \ # MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \ # if test -n "$(GIWS_WRAPPERS)"; then \ # for file in $(GIWS_WRAPPERS) ; do \ # echo "GIWS process of $$file ..."; \ # if test -z "$(GIWS_OPTIONS)"; then \ # $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ # else \ # echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \ # $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \ # fi \ # done; \ # fi #giws-exception: # @GIWS_OUTPUTDIR=src/jni/;\ # echo "GIWS: Generation of exception class ..."; \ # $(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 @echo "-------- Install of XML sources of help files --------"; \ for lang in $(ALL_LINGUAS); do \ if test -d $(srcdir)/help/$$lang; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \ done ; \ fi; \ fi; \ done; \ @echo "-------- Install of MathML sources --------"; \ if test -d $(srcdir)/help/mml/; then \ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \ done ; \ fi; \ 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 clean-local: clean-java #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: