1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
18# Copyright (C) 2006 - INRIA - Sylvestre LEDRU
19#
20# This file is distributed under the same license as the Scilab package.
21
22# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
23# Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
24# Copyright (C) 2008      - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
25#
26# Copyright (C) 2012 - 2016 - Scilab Enterprises
27#
28# This file is hereby licensed under the terms of the GNU GPL v2.0,
29# pursuant to article 5.3.4 of the CeCILL v.2.1.
30# This file was originally licensed under the terms of the CeCILL v2.1,
31# and continues to be available under such terms.
32# For more information, see the COPYING file which you should have received
33# along with this program.
34#
35
36##########
37### Makefile included stuff
38### Target, variable, suffixes which are supposed to be useful in every makefile.am
39##########
40
41
42VPATH = @srcdir@
43am__is_gnu_make = { \
44  if test -z '$(MAKELEVEL)'; then \
45    false; \
46  elif test -n '$(MAKE_HOST)'; then \
47    true; \
48  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49    true; \
50  else \
51    false; \
52  fi; \
53}
54am__make_running_with_option = \
55  case $${target_option-} in \
56      ?) ;; \
57      *) echo "am__make_running_with_option: internal error: invalid" \
58              "target option '$${target_option-}' specified" >&2; \
59         exit 1;; \
60  esac; \
61  has_opt=no; \
62  sane_makeflags=$$MAKEFLAGS; \
63  if $(am__is_gnu_make); then \
64    sane_makeflags=$$MFLAGS; \
65  else \
66    case $$MAKEFLAGS in \
67      *\\[\ \	]*) \
68        bs=\\; \
69        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
71    esac; \
72  fi; \
73  skip_next=no; \
74  strip_trailopt () \
75  { \
76    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77  }; \
78  for flg in $$sane_makeflags; do \
79    test $$skip_next = yes && { skip_next=no; continue; }; \
80    case $$flg in \
81      *=*|--*) continue;; \
82        -*I) strip_trailopt 'I'; skip_next=yes;; \
83      -*I?*) strip_trailopt 'I';; \
84        -*O) strip_trailopt 'O'; skip_next=yes;; \
85      -*O?*) strip_trailopt 'O';; \
86        -*l) strip_trailopt 'l'; skip_next=yes;; \
87      -*l?*) strip_trailopt 'l';; \
88      -[dEDm]) skip_next=yes;; \
89      -[JT]) skip_next=yes;; \
90    esac; \
91    case $$flg in \
92      *$$target_option*) has_opt=yes; break;; \
93    esac; \
94  done; \
95  test $$has_opt = yes
96am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98pkgdatadir = $(datadir)/@PACKAGE@
99pkgincludedir = $(includedir)/@PACKAGE@
100pkglibdir = $(libdir)/@PACKAGE@
101pkglibexecdir = $(libexecdir)/@PACKAGE@
102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103install_sh_DATA = $(install_sh) -c -m 644
104install_sh_PROGRAM = $(install_sh) -c
105install_sh_SCRIPT = $(install_sh) -c
106INSTALL_HEADER = $(INSTALL_DATA)
107transform = $(program_transform_name)
108NORMAL_INSTALL = :
109PRE_INSTALL = :
110POST_INSTALL = :
111NORMAL_UNINSTALL = :
112PRE_UNINSTALL = :
113POST_UNINSTALL = :
114build_triplet = @build@
115host_triplet = @host@
116@NEED_JAVA_TRUE@am__append_1 = java
117subdir = modules/cacsd
118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
120	$(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
121	$(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
122	$(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
123	$(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
124	$(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
125	$(top_srcdir)/m4/intel_compiler.m4 \
126	$(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
127	$(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
128	$(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
129	$(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
130	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
131	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
132	$(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
133	$(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
134	$(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
135	$(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
136	$(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
137am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
138	$(ACLOCAL_M4)
139DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
140mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
141CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
142CONFIG_CLEAN_FILES =
143CONFIG_CLEAN_VPATH_FILES =
144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145am__vpath_adj = case $$p in \
146    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147    *) f=$$p;; \
148  esac;
149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150am__install_max = 40
151am__nobase_strip_setup = \
152  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153am__nobase_strip = \
154  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155am__nobase_list = $(am__nobase_strip_setup); \
156  for p in $$list; do echo "$$p $$p"; done | \
157  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159    if (++n[$$2] == $(am__install_max)) \
160      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161    END { for (dir in files) print dir, files[dir] }'
162am__base_list = \
163  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165am__uninstall_files_from_dir = { \
166  test -z "$$files" \
167    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169         $(am__cd) "$$dir" && rm -f $$files; }; \
170  }
171am__installdirs = "$(DESTDIR)$(pkglibdir)" \
172	"$(DESTDIR)$(libscicacsd_la_etcdir)" \
173	"$(DESTDIR)$(libscicacsd_la_rootdir)" \
174	"$(DESTDIR)$(libscicacsd_la_sci_gatewaydir)"
175LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
176libscicacsd_algo_la_LIBADD =
177am__dirstamp = $(am__leading_dot)dirstamp
178am__objects_1 = src/fortran/jacl2.lo src/fortran/onface.lo \
179	src/fortran/tild.lo src/fortran/degl2.lo src/fortran/qvalz.lo \
180	src/fortran/dfrmg.lo src/fortran/hessl2.lo \
181	src/fortran/rtitr.lo src/fortran/watfac.lo \
182	src/fortran/sszer.lo src/fortran/mzdivq.lo \
183	src/fortran/expan.lo src/fortran/optml2.lo \
184	src/fortran/wdegre.lo src/fortran/phi.lo src/fortran/ricd.lo \
185	src/fortran/shrslv.lo src/fortran/qhesz.lo \
186	src/fortran/rilac.lo src/fortran/arl2.lo src/fortran/wesidu.lo \
187	src/fortran/dzdivq.lo src/fortran/arl2a.lo src/fortran/lq.lo \
188	src/fortran/outl2.lo src/fortran/dhetr.lo \
189	src/fortran/domout.lo src/fortran/rootgp.lo src/fortran/feq.lo \
190	src/fortran/fout.lo src/fortran/deg1l2.lo src/fortran/modul.lo \
191	src/fortran/scapol.lo src/fortran/giv.lo src/fortran/storl2.lo \
192	src/fortran/calsca.lo src/fortran/qitz.lo src/fortran/front.lo
193am__objects_2 = src/slicot/sb04pd.lo src/slicot/ib01ad.lo \
194	src/slicot/tb01wd.lo src/slicot/ib01py.lo src/slicot/mb01rx.lo \
195	src/slicot/ib01md.lo src/slicot/sb02ru.lo src/slicot/sb04nw.lo \
196	src/slicot/sb10dd.lo src/slicot/mb04id.lo src/slicot/sb04ny.lo \
197	src/slicot/ib01qd.lo src/slicot/sb04px.lo src/slicot/sb04rw.lo \
198	src/slicot/sb04ry.lo src/slicot/mb01qd.lo src/slicot/mb01ud.lo \
199	src/slicot/sb02od.lo src/slicot/mb02ud.lo src/slicot/sb10pd.lo \
200	src/slicot/sb03od.lo src/slicot/mb03ud.lo src/slicot/sb02sd.lo \
201	src/slicot/ib01oy.lo src/slicot/sb02ms.lo src/slicot/ab13md.lo \
202	src/slicot/sb03or.lo src/slicot/mb03oy.lo src/slicot/ma02fd.lo \
203	src/slicot/sb03ot.lo src/slicot/mb04oy.lo src/slicot/sb04mu.lo \
204	src/slicot/sb03mw.lo src/slicot/sb02ov.lo src/slicot/sb03ov.lo \
205	src/slicot/sb04mw.lo src/slicot/sb03my.lo src/slicot/sb04my.lo \
206	src/slicot/sb04qu.lo src/slicot/ib01pd.lo src/slicot/sb03qy.lo \
207	src/slicot/sb03sx.lo src/slicot/sb04qy.lo src/slicot/mb01pd.lo \
208	src/slicot/mb02pd.lo src/slicot/mb01td.lo src/slicot/sb02nd.lo \
209	src/slicot/sb04nd.lo src/slicot/sb02rd.lo src/slicot/sb04rd.lo \
210	src/slicot/ib01cd.lo src/slicot/ib01px.lo src/slicot/ma02ad.lo \
211	src/slicot/ab01od.lo src/slicot/mb01ru.lo src/slicot/ma02ed.lo \
212	src/slicot/mb04ny.lo src/slicot/mb01ry.lo src/slicot/sb04nv.lo \
213	src/slicot/ib01od.lo src/slicot/sb04nx.lo src/slicot/sb10fd.lo \
214	src/slicot/select.lo src/slicot/sb04rv.lo src/slicot/mb04kd.lo \
215	src/slicot/sb04py.lo src/slicot/sb04rx.lo src/slicot/mb03od.lo \
216	src/slicot/mb04od.lo src/slicot/mb01sd.lo src/slicot/sb03md.lo \
217	src/slicot/sb04md.lo src/slicot/sb02qd.lo src/slicot/sb10rd.lo \
218	src/slicot/sb04qd.lo src/slicot/ib01my.lo src/slicot/ib01bd.lo \
219	src/slicot/mb04iy.lo src/slicot/sb02mr.lo src/slicot/ab01nd.lo \
220	src/slicot/sb02mt.lo src/slicot/sb04mr.lo src/slicot/sb03mv.lo \
221	src/slicot/sb02ou.lo src/slicot/mb02qy.lo src/slicot/sb03ou.lo \
222	src/slicot/sb04qr.lo src/slicot/sb03mx.lo src/slicot/ib01nd.lo \
223	src/slicot/sb02oy.lo src/slicot/sb03oy.lo src/slicot/sb03qx.lo \
224	src/slicot/ib01rd.lo src/slicot/sb03sy.lo src/slicot/mb04nd.lo \
225	src/slicot/mb01rd.lo src/slicot/mb01vd.lo src/slicot/sb10qd.lo \
226	src/slicot/ereduc.lo src/slicot/fstair.lo src/slicot/inva.lo \
227	src/slicot/polmc.lo src/slicot/ssxmc.lo src/slicot/ZB03OD.lo \
228	src/slicot/riccpack.lo src/slicot/Ex-schur.lo \
229	src/fortran/voiddummy.lo
230am__objects_3 = src/c/libscicacsd_algo_la-dmp2pm.lo
231am_libscicacsd_algo_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
232	$(am__objects_3)
233libscicacsd_algo_la_OBJECTS = $(am_libscicacsd_algo_la_OBJECTS)
234AM_V_lt = $(am__v_lt_@AM_V@)
235am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
236am__v_lt_0 = --silent
237am__v_lt_1 =
238@MAINTAINER_MODE_FALSE@am_libscicacsd_algo_la_rpath =
239@MAINTAINER_MODE_TRUE@am_libscicacsd_algo_la_rpath =
240am__DEPENDENCIES_1 =
241libscicacsd_la_DEPENDENCIES = libscicacsd-algo.la \
242	$(am__DEPENDENCIES_1)
243am__objects_4 = sci_gateway/c/libscicacsd_la-gw_cacsd.lo \
244	sci_gateway/c/libscicacsd_la-sci_contr.lo \
245	sci_gateway/c/libscicacsd_la-sci_dhinf.lo \
246	sci_gateway/c/libscicacsd_la-sci_hinf.lo \
247	sci_gateway/c/libscicacsd_la-sci_linmeq.lo \
248	sci_gateway/c/libscicacsd_la-sci_mucomp.lo \
249	sci_gateway/c/libscicacsd_la-sci_rankqr.lo \
250	sci_gateway/c/libscicacsd_la-sci_rrankqr.lo \
251	sci_gateway/c/libscicacsd_la-sci_zrankqr.lo \
252	sci_gateway/c/libscicacsd_la-sci_ricc.lo \
253	sci_gateway/c/libscicacsd_la-sci_sident.lo \
254	sci_gateway/c/libscicacsd_la-sci_sorder.lo \
255	sci_gateway/c/libscicacsd_la-sci_findbd.lo
256am__objects_5 = sci_gateway/cpp/libscicacsd_la-cacsd_gw.lo \
257	sci_gateway/cpp/libscicacsd_la-sci_arl2_ius.lo \
258	sci_gateway/cpp/libscicacsd_la-sci_ldiv.lo \
259	sci_gateway/cpp/libscicacsd_la-sci_tzer.lo \
260	sci_gateway/cpp/libscicacsd_la-sci_residu.lo \
261	sci_gateway/cpp/libscicacsd_la-sci_ppol.lo \
262	sci_gateway/cpp/libscicacsd_la-sci_freq.lo \
263	sci_gateway/cpp/libscicacsd_la-sci_ltitr.lo \
264	sci_gateway/cpp/libscicacsd_la-sci_rtitr.lo \
265	sci_gateway/cpp/libscicacsd_la-sci_ereduc.lo \
266	sci_gateway/cpp/libscicacsd_la-sci_fstair.lo
267am_libscicacsd_la_OBJECTS = $(am__objects_4) $(am__objects_5)
268libscicacsd_la_OBJECTS = $(am_libscicacsd_la_OBJECTS)
269libscicacsd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
270	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
271	$(AM_CXXFLAGS) $(CXXFLAGS) $(libscicacsd_la_LDFLAGS) \
272	$(LDFLAGS) -o $@
273@MAINTAINER_MODE_FALSE@am_libscicacsd_la_rpath =
274@MAINTAINER_MODE_TRUE@am_libscicacsd_la_rpath = -rpath $(pkglibdir)
275AM_V_P = $(am__v_P_@AM_V@)
276am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
277am__v_P_0 = false
278am__v_P_1 = :
279AM_V_GEN = $(am__v_GEN_@AM_V@)
280am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
281am__v_GEN_0 = @echo "  GEN     " $@;
282am__v_GEN_1 =
283AM_V_at = $(am__v_at_@AM_V@)
284am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
285am__v_at_0 = @
286am__v_at_1 =
287DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
288depcomp = $(SHELL) $(top_srcdir)/config/depcomp
289am__maybe_remake_depfiles = depfiles
290am__depfiles_remade =  \
291	sci_gateway/c/$(DEPDIR)/libscicacsd_la-gw_cacsd.Plo \
292	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_contr.Plo \
293	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_dhinf.Plo \
294	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_findbd.Plo \
295	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_hinf.Plo \
296	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_linmeq.Plo \
297	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_mucomp.Plo \
298	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rankqr.Plo \
299	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_ricc.Plo \
300	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rrankqr.Plo \
301	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sident.Plo \
302	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sorder.Plo \
303	sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_zrankqr.Plo \
304	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-cacsd_gw.Plo \
305	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_arl2_ius.Plo \
306	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ereduc.Plo \
307	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_freq.Plo \
308	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_fstair.Plo \
309	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ldiv.Plo \
310	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ltitr.Plo \
311	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ppol.Plo \
312	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_residu.Plo \
313	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_rtitr.Plo \
314	sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_tzer.Plo \
315	src/c/$(DEPDIR)/libscicacsd_algo_la-dmp2pm.Plo
316am__mv = mv -f
317COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
318	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
319LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
320	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
321	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
322	$(AM_CFLAGS) $(CFLAGS)
323AM_V_CC = $(am__v_CC_@AM_V@)
324am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
325am__v_CC_0 = @echo "  CC      " $@;
326am__v_CC_1 =
327CCLD = $(CC)
328LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
329	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
330	$(AM_LDFLAGS) $(LDFLAGS) -o $@
331AM_V_CCLD = $(am__v_CCLD_@AM_V@)
332am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
333am__v_CCLD_0 = @echo "  CCLD    " $@;
334am__v_CCLD_1 =
335CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
336	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
337LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
338	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
339	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
340	$(AM_CXXFLAGS) $(CXXFLAGS)
341AM_V_CXX = $(am__v_CXX_@AM_V@)
342am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
343am__v_CXX_0 = @echo "  CXX     " $@;
344am__v_CXX_1 =
345CXXLD = $(CXX)
346CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
347	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
348	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
349AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
350am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
351am__v_CXXLD_0 = @echo "  CXXLD   " $@;
352am__v_CXXLD_1 =
353F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
354LTF77COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
355	$(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
356AM_V_F77 = $(am__v_F77_@AM_V@)
357am__v_F77_ = $(am__v_F77_@AM_DEFAULT_V@)
358am__v_F77_0 = @echo "  F77     " $@;
359am__v_F77_1 =
360F77LD = $(F77)
361F77LINK = $(LIBTOOL) $(AM_V_lt) --tag=F77 $(AM_LIBTOOLFLAGS) \
362	$(LIBTOOLFLAGS) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) \
363	$(AM_LDFLAGS) $(LDFLAGS) -o $@
364AM_V_F77LD = $(am__v_F77LD_@AM_V@)
365am__v_F77LD_ = $(am__v_F77LD_@AM_DEFAULT_V@)
366am__v_F77LD_0 = @echo "  F77LD   " $@;
367am__v_F77LD_1 =
368SOURCES = $(libscicacsd_algo_la_SOURCES) $(libscicacsd_la_SOURCES)
369DIST_SOURCES = $(libscicacsd_algo_la_SOURCES) \
370	$(libscicacsd_la_SOURCES)
371am__can_run_installinfo = \
372  case $$AM_UPDATE_INFO_DIR in \
373    n|no|NO) false;; \
374    *) (install-info --version) >/dev/null 2>&1;; \
375  esac
376DATA = $(libscicacsd_la_etc_DATA) $(libscicacsd_la_root_DATA) \
377	$(libscicacsd_la_sci_gateway_DATA)
378am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
379# Read a list of newline-separated strings from the standard input,
380# and print each of them once, without duplicates.  Input order is
381# *not* preserved.
382am__uniquify_input = $(AWK) '\
383  BEGIN { nonempty = 0; } \
384  { items[$$0] = 1; nonempty = 1; } \
385  END { if (nonempty) { for (i in items) print i; }; } \
386'
387# Make sure the list of sources is unique.  This is necessary because,
388# e.g., the same source file might be shared among _SOURCES variables
389# for different programs/libraries.
390am__define_uniq_tagged_files = \
391  list='$(am__tagged_files)'; \
392  unique=`for i in $$list; do \
393    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394  done | $(am__uniquify_input)`
395ETAGS = etags
396CTAGS = ctags
397am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
398	$(top_srcdir)/config/depcomp \
399	$(top_srcdir)/config/mkinstalldirs
400DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
401ACLOCAL = @ACLOCAL@
402ALL_LINGUAS = @ALL_LINGUAS@
403ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
404AMTAR = @AMTAR@
405AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
406ANT = @ANT@
407ANTLR = @ANTLR@
408AR = @AR@
409ARPACK_LIBS = @ARPACK_LIBS@
410ASM3 = @ASM3@
411AUTOCONF = @AUTOCONF@
412AUTOHEADER = @AUTOHEADER@
413AUTOMAKE = @AUTOMAKE@
414AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
415AWK = @AWK@
416BATIK = @BATIK@
417BLAS_CFLAGS = @BLAS_CFLAGS@
418BLAS_LIBS = @BLAS_LIBS@
419CC = @CC@
420CCACHE = @CCACHE@
421CCDEPMODE = @CCDEPMODE@
422CFLAGS = @CFLAGS@
423CHECKSTYLE = @CHECKSTYLE@
424COBERTURA = @COBERTURA@
425COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
426COMMONS_IO = @COMMONS_IO@
427COMMONS_LOGGING = @COMMONS_LOGGING@
428CPP = @CPP@
429CPPFLAGS = @CPPFLAGS@
430CURL_CFLAGS = @CURL_CFLAGS@
431CURL_CONFIG = @CURL_CONFIG@
432CURL_LIBS = @CURL_LIBS@
433CURL_VERSION = @CURL_VERSION@
434CXX = @CXX@
435CXXCPP = @CXXCPP@
436CXXDEPMODE = @CXXDEPMODE@
437CXXFLAGS = @CXXFLAGS@
438CYGPATH_W = @CYGPATH_W@
439DEFS = @DEFS@
440DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
441DEPDIR = @DEPDIR@
442DLLTOOL = @DLLTOOL@
443DOCBOOK_ROOT = @DOCBOOK_ROOT@
444DOXYGEN_BIN = @DOXYGEN_BIN@
445DSYMUTIL = @DSYMUTIL@
446DUMPBIN = @DUMPBIN@
447ECHO_C = @ECHO_C@
448ECHO_N = @ECHO_N@
449ECHO_T = @ECHO_T@
450ECJ = @ECJ@
451EGREP = @EGREP@
452EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
453EXEEXT = @EXEEXT@
454F77 = @F77@
455FFLAGS = @FFLAGS@
456FFTW3_LIB = @FFTW3_LIB@
457FFTW_ENABLE = @FFTW_ENABLE@
458FGREP = @FGREP@
459FLEXDOCK = @FLEXDOCK@
460FLIBS = @FLIBS@
461FOP = @FOP@
462FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
463FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
464FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
465FREEHEP_IO = @FREEHEP_IO@
466FREEHEP_UTIL = @FREEHEP_UTIL@
467GENHTML = @GENHTML@
468GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
469GIWS_BIN = @GIWS_BIN@
470GLUEGEN2_RT = @GLUEGEN2_RT@
471GMSGFMT = @GMSGFMT@
472GMSGFMT_015 = @GMSGFMT_015@
473GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
474GREP = @GREP@
475GUI_ENABLE = @GUI_ENABLE@
476HAMCREST = @HAMCREST@
477HAVE_CXX17 = @HAVE_CXX17@
478HDF5_CFLAGS = @HDF5_CFLAGS@
479HDF5_LIBS = @HDF5_LIBS@
480HELP_ENABLE = @HELP_ENABLE@
481INSTALL = @INSTALL@
482INSTALL_DATA = @INSTALL_DATA@
483INSTALL_PROGRAM = @INSTALL_PROGRAM@
484INSTALL_SCRIPT = @INSTALL_SCRIPT@
485INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
486INTLLIBS = @INTLLIBS@
487INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
488JAR = @JAR@
489JAVA = @JAVA@
490JAVAC = @JAVAC@
491JAVAC_DEBUG = @JAVAC_DEBUG@
492JAVADOC = @JAVADOC@
493JAVASCI_ENABLE = @JAVASCI_ENABLE@
494JAVA_ENABLE = @JAVA_ENABLE@
495JAVA_G = @JAVA_G@
496JAVA_HOME = @JAVA_HOME@
497JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
498JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
499JDB = @JDB@
500JEUCLID_CORE = @JEUCLID_CORE@
501JGRAPHX = @JGRAPHX@
502JHALL = @JHALL@
503JLATEXMATH = @JLATEXMATH@
504JLATEXMATH_FOP = @JLATEXMATH_FOP@
505JOGL2 = @JOGL2@
506JROSETTA_API = @JROSETTA_API@
507JROSETTA_ENGINE = @JROSETTA_ENGINE@
508JUNIT4 = @JUNIT4@
509LAPACK_LIBS = @LAPACK_LIBS@
510LCOV = @LCOV@
511LD = @LD@
512LDFLAGS = @LDFLAGS@
513LEX = @LEX@
514LEXLIB = @LEXLIB@
515LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
516LIBICONV = @LIBICONV@
517LIBINTL = @LIBINTL@
518LIBM = @LIBM@
519LIBOBJS = @LIBOBJS@
520LIBS = @LIBS@
521LIBTOOL = @LIBTOOL@
522LIPO = @LIPO@
523LN_S = @LN_S@
524LOGGING_LEVEL = @LOGGING_LEVEL@
525LOOKS = @LOOKS@
526LTLIBICONV = @LTLIBICONV@
527LTLIBINTL = @LTLIBINTL@
528LTLIBOBJS = @LTLIBOBJS@
529LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
530LUCENE = @LUCENE@
531LUCENE_ANALYZER = @LUCENE_ANALYZER@
532LUCENE_PARSER = @LUCENE_PARSER@
533MAINT = @MAINT@
534MAKEINFO = @MAKEINFO@
535MANIFEST_TOOL = @MANIFEST_TOOL@
536MATIO_CFLAGS = @MATIO_CFLAGS@
537MATIO_ENABLE = @MATIO_ENABLE@
538MATIO_LIBS = @MATIO_LIBS@
539MKDIR_P = @MKDIR_P@
540MPI_ENABLE = @MPI_ENABLE@
541MSGCAT = @MSGCAT@
542MSGFMT = @MSGFMT@
543MSGFMT_015 = @MSGFMT_015@
544MSGMERGE = @MSGMERGE@
545NM = @NM@
546NMEDIT = @NMEDIT@
547OBJDUMP = @OBJDUMP@
548OBJEXT = @OBJEXT@
549OCAMLC = @OCAMLC@
550OCAMLCFLAGS = @OCAMLCFLAGS@
551OCAMLDEP = @OCAMLDEP@
552OCAMLLEX = @OCAMLLEX@
553OCAMLOPT = @OCAMLOPT@
554OCAMLOPTFLAGS = @OCAMLOPTFLAGS@
555OCAMLYACC = @OCAMLYACC@
556OPENMPI_CC = @OPENMPI_CC@
557OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
558OPENMPI_CXX = @OPENMPI_CXX@
559OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
560OPENMPI_LIBS = @OPENMPI_LIBS@
561OPENMP_CFLAGS = @OPENMP_CFLAGS@
562OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
563OPENMP_ENABLE = @OPENMP_ENABLE@
564OPENMP_LIBS = @OPENMP_LIBS@
565OTOOL = @OTOOL@
566OTOOL64 = @OTOOL64@
567PACKAGE = @PACKAGE@
568PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
569PACKAGE_NAME = @PACKAGE_NAME@
570PACKAGE_STRING = @PACKAGE_STRING@
571PACKAGE_TARNAME = @PACKAGE_TARNAME@
572PACKAGE_URL = @PACKAGE_URL@
573PACKAGE_VERSION = @PACKAGE_VERSION@
574PATH_SEPARATOR = @PATH_SEPARATOR@
575PCRE_CFLAGS = @PCRE_CFLAGS@
576PCRE_CONFIG = @PCRE_CONFIG@
577PCRE_LIBS = @PCRE_LIBS@
578PCRE_VERSION = @PCRE_VERSION@
579PKG_CONFIG = @PKG_CONFIG@
580POSUB = @POSUB@
581POW_LIB = @POW_LIB@
582PYTHON = @PYTHON@
583RANLIB = @RANLIB@
584RELOCATABLE = @RELOCATABLE@
585RT_LIB = @RT_LIB@
586SAXON = @SAXON@
587SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
588SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
589SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
590SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
591SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
592SCIRENDERER = @SCIRENDERER@
593SCIRENDERER_CP = @SCIRENDERER_CP@
594SCI_CFLAGS = @SCI_CFLAGS@
595SCI_CXXFLAGS = @SCI_CXXFLAGS@
596SCI_FFLAGS = @SCI_FFLAGS@
597SCI_LDFLAGS = @SCI_LDFLAGS@
598SED = @SED@
599SET_MAKE = @SET_MAKE@
600SET_RELOCATABLE = @SET_RELOCATABLE@
601SHELL = @SHELL@
602SKINLF = @SKINLF@
603SPLINT = @SPLINT@
604STRIP = @STRIP@
605SWIG_BIN = @SWIG_BIN@
606SWIG_JAVA = @SWIG_JAVA@
607SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
608SWIG_SCILAB = @SWIG_SCILAB@
609TCLTK_LIBS = @TCLTK_LIBS@
610TCL_INC_PATH = @TCL_INC_PATH@
611TK_INC_PATH = @TK_INC_PATH@
612UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
613UMFPACK_ENABLE = @UMFPACK_ENABLE@
614UMFPACK_LIB = @UMFPACK_LIB@
615USE_NLS = @USE_NLS@
616VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
617VALGRIND_LIBS = @VALGRIND_LIBS@
618VERSION = @VERSION@
619WITH_OCAML = @WITH_OCAML@
620WITH_TKSCI = @WITH_TKSCI@
621XCOS_ENABLE = @XCOS_ENABLE@
622XGETTEXT = @XGETTEXT@
623XGETTEXT_015 = @XGETTEXT_015@
624XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
625XMKMF = @XMKMF@
626XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
627XML_APIS_EXT = @XML_APIS_EXT@
628XML_CONFIG = @XML_CONFIG@
629XML_FLAGS = @XML_FLAGS@
630XML_LIBS = @XML_LIBS@
631XML_VERSION = @XML_VERSION@
632X_CFLAGS = @X_CFLAGS@
633X_EXTRA_LIBS = @X_EXTRA_LIBS@
634X_LIBS = @X_LIBS@
635X_PRE_LIBS = @X_PRE_LIBS@
636YACC = @YACC@
637YFLAGS = @YFLAGS@
638abs_builddir = @abs_builddir@
639abs_srcdir = @abs_srcdir@
640abs_top_builddir = @abs_top_builddir@
641abs_top_srcdir = @abs_top_srcdir@
642ac_ct_AR = @ac_ct_AR@
643ac_ct_CC = @ac_ct_CC@
644ac_ct_CXX = @ac_ct_CXX@
645ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
646ac_ct_F77 = @ac_ct_F77@
647am__include = @am__include@
648am__leading_dot = @am__leading_dot@
649am__quote = @am__quote@
650am__tar = @am__tar@
651am__untar = @am__untar@
652bindir = @bindir@
653build = @build@
654build_alias = @build_alias@
655build_cpu = @build_cpu@
656build_os = @build_os@
657build_vendor = @build_vendor@
658builddir = @builddir@
659cxx_present = @cxx_present@
660datadir = @datadir@
661datarootdir = @datarootdir@
662docdir = @docdir@
663dvidir = @dvidir@
664exec_prefix = @exec_prefix@
665host = @host@
666host_alias = @host_alias@
667host_cpu = @host_cpu@
668host_os = @host_os@
669host_vendor = @host_vendor@
670htmldir = @htmldir@
671includedir = @includedir@
672infodir = @infodir@
673install_sh = @install_sh@
674libdir = @libdir@
675libexecdir = @libexecdir@
676localedir = @localedir@
677localstatedir = @localstatedir@
678mandir = @mandir@
679mkdir_p = @mkdir_p@
680oldincludedir = @oldincludedir@
681pdfdir = @pdfdir@
682prefix = @prefix@
683program_transform_name = @program_transform_name@
684psdir = @psdir@
685runstatedir = @runstatedir@
686sbindir = @sbindir@
687sharedstatedir = @sharedstatedir@
688srcdir = @srcdir@
689sysconfdir = @sysconfdir@
690target_alias = @target_alias@
691top_build_prefix = @top_build_prefix@
692top_builddir = @top_builddir@
693top_srcdir = @top_srcdir@
694yacc_present = @yacc_present@
695SLICOT_FORTRAN_SOURCES = \
696    src/slicot/sb04pd.f \
697    src/slicot/ib01ad.f \
698    src/slicot/tb01wd.f \
699    src/slicot/ib01py.f \
700    src/slicot/mb01rx.f \
701    src/slicot/ib01md.f \
702    src/slicot/sb02ru.f \
703    src/slicot/sb04nw.f \
704    src/slicot/sb10dd.f \
705    src/slicot/mb04id.f \
706    src/slicot/sb04ny.f \
707    src/slicot/ib01qd.f \
708    src/slicot/sb04px.f \
709    src/slicot/sb04rw.f \
710    src/slicot/sb04ry.f \
711    src/slicot/mb01qd.f \
712    src/slicot/mb01ud.f \
713    src/slicot/sb02od.f \
714    src/slicot/mb02ud.f \
715    src/slicot/sb10pd.f \
716    src/slicot/sb03od.f \
717    src/slicot/mb03ud.f \
718    src/slicot/sb02sd.f \
719    src/slicot/ib01oy.f \
720    src/slicot/sb02ms.f \
721    src/slicot/ab13md.f \
722    src/slicot/sb03or.f \
723    src/slicot/mb03oy.f \
724    src/slicot/ma02fd.f \
725    src/slicot/sb03ot.f \
726    src/slicot/mb04oy.f \
727    src/slicot/sb04mu.f \
728    src/slicot/sb03mw.f \
729    src/slicot/sb02ov.f \
730    src/slicot/sb03ov.f \
731    src/slicot/sb04mw.f \
732    src/slicot/sb03my.f \
733    src/slicot/sb04my.f \
734    src/slicot/sb04qu.f \
735    src/slicot/ib01pd.f \
736    src/slicot/sb03qy.f \
737    src/slicot/sb03sx.f \
738    src/slicot/sb04qy.f \
739    src/slicot/mb01pd.f \
740    src/slicot/mb02pd.f \
741    src/slicot/mb01td.f \
742    src/slicot/sb02nd.f \
743    src/slicot/sb04nd.f \
744    src/slicot/sb02rd.f \
745    src/slicot/sb04rd.f \
746    src/slicot/ib01cd.f \
747    src/slicot/ib01px.f \
748    src/slicot/ma02ad.f \
749    src/slicot/ab01od.f \
750    src/slicot/mb01ru.f \
751    src/slicot/ma02ed.f \
752    src/slicot/mb04ny.f \
753    src/slicot/mb01ry.f \
754    src/slicot/sb04nv.f \
755    src/slicot/ib01od.f \
756    src/slicot/sb04nx.f \
757    src/slicot/sb10fd.f \
758    src/slicot/select.f \
759    src/slicot/sb04rv.f \
760    src/slicot/mb04kd.f \
761    src/slicot/sb04py.f \
762    src/slicot/sb04rx.f \
763    src/slicot/mb03od.f \
764    src/slicot/mb04od.f \
765    src/slicot/mb01sd.f \
766    src/slicot/sb03md.f \
767    src/slicot/sb04md.f \
768    src/slicot/sb02qd.f \
769    src/slicot/sb10rd.f \
770    src/slicot/sb04qd.f \
771    src/slicot/ib01my.f \
772    src/slicot/ib01bd.f \
773    src/slicot/mb04iy.f \
774    src/slicot/sb02mr.f \
775    src/slicot/ab01nd.f \
776    src/slicot/sb02mt.f \
777    src/slicot/sb04mr.f \
778    src/slicot/sb03mv.f \
779    src/slicot/sb02ou.f \
780    src/slicot/mb02qy.f \
781    src/slicot/sb03ou.f \
782    src/slicot/sb04qr.f \
783    src/slicot/sb03mx.f \
784    src/slicot/ib01nd.f \
785    src/slicot/sb02oy.f \
786    src/slicot/sb03oy.f \
787    src/slicot/sb03qx.f \
788    src/slicot/ib01rd.f \
789    src/slicot/sb03sy.f \
790    src/slicot/mb04nd.f \
791    src/slicot/mb01rd.f \
792    src/slicot/mb01vd.f \
793    src/slicot/sb10qd.f \
794    src/slicot/ereduc.f \
795    src/slicot/fstair.f \
796    src/slicot/inva.f \
797    src/slicot/polmc.f \
798    src/slicot/ssxmc.f \
799    src/slicot/ZB03OD.f \
800    src/slicot/riccpack.f \
801    src/slicot/Ex-schur.f \
802    src/fortran/voiddummy.f
803
804CACSD_FORTRAN_SOURCES = \
805    src/fortran/jacl2.f \
806    src/fortran/onface.f \
807    src/fortran/tild.f \
808    src/fortran/degl2.f \
809    src/fortran/qvalz.f \
810    src/fortran/dfrmg.f \
811    src/fortran/hessl2.f \
812    src/fortran/rtitr.f \
813    src/fortran/watfac.f \
814    src/fortran/sszer.f \
815    src/fortran/mzdivq.f \
816    src/fortran/expan.f \
817    src/fortran/optml2.f \
818    src/fortran/wdegre.f \
819    src/fortran/phi.f \
820    src/fortran/ricd.f \
821    src/fortran/shrslv.f \
822    src/fortran/qhesz.f \
823    src/fortran/rilac.f \
824    src/fortran/arl2.f \
825    src/fortran/wesidu.f \
826    src/fortran/dzdivq.f \
827    src/fortran/arl2a.f \
828    src/fortran/lq.f \
829    src/fortran/outl2.f \
830    src/fortran/dhetr.f \
831    src/fortran/domout.f \
832    src/fortran/rootgp.f \
833    src/fortran/feq.f \
834    src/fortran/fout.f \
835    src/fortran/deg1l2.f \
836    src/fortran/modul.f \
837    src/fortran/scapol.f \
838    src/fortran/giv.f \
839    src/fortran/storl2.f \
840    src/fortran/calsca.f \
841    src/fortran/qitz.f \
842    src/fortran/front.f
843
844CACSD_C_SOURCES = \
845    src/c/dmp2pm.c
846
847GATEWAY_C_SOURCES = \
848    sci_gateway/c/gw_cacsd.c \
849    sci_gateway/c/sci_contr.c \
850    sci_gateway/c/sci_dhinf.c \
851    sci_gateway/c/sci_hinf.c \
852    sci_gateway/c/sci_linmeq.c \
853    sci_gateway/c/sci_mucomp.c \
854    sci_gateway/c/sci_rankqr.c \
855    sci_gateway/c/sci_rrankqr.c \
856    sci_gateway/c/sci_zrankqr.c \
857    sci_gateway/c/sci_ricc.c \
858    sci_gateway/c/sci_sident.c \
859    sci_gateway/c/sci_sorder.c \
860    sci_gateway/c/sci_findbd.c
861
862GATEWAY_CPP_SOURCES = \
863    sci_gateway/cpp/cacsd_gw.cpp \
864    sci_gateway/cpp/sci_arl2_ius.cpp \
865    sci_gateway/cpp/sci_ldiv.cpp \
866    sci_gateway/cpp/sci_tzer.cpp \
867    sci_gateway/cpp/sci_residu.cpp \
868    sci_gateway/cpp/sci_ppol.cpp \
869    sci_gateway/cpp/sci_freq.cpp \
870    sci_gateway/cpp/sci_ltitr.cpp \
871    sci_gateway/cpp/sci_rtitr.cpp \
872    sci_gateway/cpp/sci_ereduc.cpp \
873    sci_gateway/cpp/sci_fstair.cpp
874
875libscicacsd_la_CPPFLAGS = \
876    -I$(srcdir)/includes/ \
877    -I$(srcdir)/src/c/ \
878    -I$(top_srcdir)/modules/ast/includes/ast/ \
879    -I$(top_srcdir)/modules/ast/includes/exps/ \
880    -I$(top_srcdir)/modules/ast/includes/operations/ \
881    -I$(top_srcdir)/modules/ast/includes/parse/ \
882    -I$(top_srcdir)/modules/ast/includes/symbol/ \
883    -I$(top_srcdir)/modules/ast/includes/system_env/ \
884    -I$(top_srcdir)/modules/ast/includes/types/ \
885    -I$(top_srcdir)/modules/ast/includes/analysis/ \
886    -I$(top_srcdir)/modules/output_stream/includes/ \
887    -I$(top_srcdir)/modules/elementary_functions/includes/ \
888    -I$(top_srcdir)/modules/api_scilab/includes/ \
889    -I$(top_srcdir)/modules/localization/includes/ \
890    -I$(top_srcdir)/modules/dynamic_link/includes/ \
891    -I$(top_srcdir)/modules/threads/includes/ \
892    -I$(top_srcdir)/modules/string/includes/ \
893    -I$(top_srcdir)/modules/console/includes/ \
894    $(AM_CPPFLAGS)
895
896@MAINTAINER_MODE_TRUE@pkglib_LTLIBRARIES = libscicacsd.la
897@MAINTAINER_MODE_FALSE@noinst_LTLIBRARIES = libscicacsd-algo.la libscicacsd.la
898@MAINTAINER_MODE_TRUE@noinst_LTLIBRARIES = libscicacsd-algo.la
899libscicacsd_la_LDFLAGS = $(AM_LDFLAGS)
900libscicacsd_algo_la_SOURCES = $(CACSD_FORTRAN_SOURCES) $(SLICOT_FORTRAN_SOURCES) $(CACSD_C_SOURCES)
901libscicacsd_la_SOURCES = $(GATEWAY_C_SOURCES) $(GATEWAY_CPP_SOURCES)
902libscicacsd_algo_la_CPPFLAGS = $(libscicacsd_la_CPPFLAGS)
903
904# For the code check (splint)
905CHECK_SRC = $(GATEWAY_C_SOURCES)
906INCLUDE_FLAGS = $(libscicacsd_la_CPPFLAGS)
907libscicacsd_la_LIBADD = libscicacsd-algo.la $(FLIBS)
908
909#### Target ######
910modulename = cacsd
911
912#### cacsd : Conf files ####
913libscicacsd_la_rootdir = $(mydatadir)
914libscicacsd_la_root_DATA = license.txt
915
916####�cacsd : init scripts ####
917libscicacsd_la_etcdir = $(mydatadir)/etc
918libscicacsd_la_etc_DATA = etc/cacsd.quit etc/cacsd.start
919
920####�cacsd : gateway declaration ####
921libscicacsd_la_sci_gatewaydir = $(mydatadir)/sci_gateway
922libscicacsd_la_sci_gateway_DATA = sci_gateway/cacsd_gateway.xml
923
924# Where all the Scilab stuff is installed (macros, help, ...)
925mydatadir = $(pkgdatadir)/modules/$(modulename)
926
927# Set AM_* SCI detected settings
928AM_CPPFLAGS = $(SCI_CPPFLAGS)
929AM_CFLAGS = $(SCI_CFLAGS)
930AM_CXXFLAGS = $(SCI_CXXFLAGS)
931# append includes to AM_FFLAGS to manage fortran includes
932AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
933
934# Tag shared libraries with the Scilab version
935AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
936
937# splint options
938SPLINT_OPTIONS = -weak -booltype BOOL
939
940########################### JAVA ######################################
941#### We are delegating java compilation to ant... Thanks to that
942#### the procedure will be the same with Microsoft Windows (C)
943#### and Linux/Unix
944#######################################################################
945TARGETS_ALL = $(am__append_1)
946
947################ MACROS ######################
948# Rule to build a macro
949# NOT USED  AT THE MOMENT
950SUFFIXES = .sci
951
952########### INSTALL DOCUMENTATION ###################
953
954# Install documentation files into the right target
955# We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
956# automake needs the html files to be present which is not the case when
957# we are building Scilab
958
959# Where it should be installed
960pkgdocdir = $(mydatadir)
961
962# What is the mask of the help source
963DOCMASKXML = *.xml
964
965# What is the mask of the MathML sources
966DOCMASKMML = *.mml
967
968########### INSTALL DATA ###################
969# Install macros, help & demos
970# Where it should be installed
971pkgmacrosdir = $(mydatadir)
972# Which directory we process
973MACRODIRS = macros/
974# Mask of the Scilab sources macros
975MACROMASK = *.sci
976# Mask of the Scilab executable sources macros
977MACROBUILDMASK = *.sce
978# Mask of the Scilab compiled macros
979MACROBINMASK = *.bin
980# List of the standard directory for tests
981TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
982# Where the demos should be installed
983pkgdemosdir = $(mydatadir)
984# List of the standard directory for demos
985DEMOS_DIR = demos
986# List of the standard directory for examples
987EXAMPLES_DIR = examples
988# Where to export JAVA archives (.jar)
989JARDIR = jar/
990# JAR files mask
991JARMASK = *.jar
992# Chapter file
993HELP_CHAPTERDIR = help/
994HELP_CHAPTERFILE = addchapter.sce
995HELP_CHAPTERLANG = en_US fr_FR pt_BR
996all: all-am
997
998.SUFFIXES:
999.SUFFIXES: .sci .bin .c .cpp .f .lo .o .obj
1000$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
1001	@for dep in $?; do \
1002	  case '$(am__configure_deps)' in \
1003	    *$$dep*) \
1004	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1005	        && { if test -f $@; then exit 0; else break; fi; }; \
1006	      exit 1;; \
1007	  esac; \
1008	done; \
1009	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/cacsd/Makefile'; \
1010	$(am__cd) $(top_srcdir) && \
1011	  $(AUTOMAKE) --foreign modules/cacsd/Makefile
1012Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1013	@case '$?' in \
1014	  *config.status*) \
1015	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1016	  *) \
1017	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1018	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1019	esac;
1020$(top_srcdir)/Makefile.incl.am $(am__empty):
1021
1022$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1023	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1024
1025$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1026	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1027$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1028	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1029$(am__aclocal_m4_deps):
1030
1031clean-noinstLTLIBRARIES:
1032	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1033	@list='$(noinst_LTLIBRARIES)'; \
1034	locs=`for p in $$list; do echo $$p; done | \
1035	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1036	      sort -u`; \
1037	test -z "$$locs" || { \
1038	  echo rm -f $${locs}; \
1039	  rm -f $${locs}; \
1040	}
1041
1042install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
1043	@$(NORMAL_INSTALL)
1044	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
1045	list2=; for p in $$list; do \
1046	  if test -f $$p; then \
1047	    list2="$$list2 $$p"; \
1048	  else :; fi; \
1049	done; \
1050	test -z "$$list2" || { \
1051	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
1052	  $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
1053	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
1054	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
1055	}
1056
1057uninstall-pkglibLTLIBRARIES:
1058	@$(NORMAL_UNINSTALL)
1059	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
1060	for p in $$list; do \
1061	  $(am__strip_dir) \
1062	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
1063	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
1064	done
1065
1066clean-pkglibLTLIBRARIES:
1067	-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
1068	@list='$(pkglib_LTLIBRARIES)'; \
1069	locs=`for p in $$list; do echo $$p; done | \
1070	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1071	      sort -u`; \
1072	test -z "$$locs" || { \
1073	  echo rm -f $${locs}; \
1074	  rm -f $${locs}; \
1075	}
1076src/fortran/$(am__dirstamp):
1077	@$(MKDIR_P) src/fortran
1078	@: > src/fortran/$(am__dirstamp)
1079src/fortran/$(DEPDIR)/$(am__dirstamp):
1080	@$(MKDIR_P) src/fortran/$(DEPDIR)
1081	@: > src/fortran/$(DEPDIR)/$(am__dirstamp)
1082src/fortran/jacl2.lo: src/fortran/$(am__dirstamp) \
1083	src/fortran/$(DEPDIR)/$(am__dirstamp)
1084src/fortran/onface.lo: src/fortran/$(am__dirstamp) \
1085	src/fortran/$(DEPDIR)/$(am__dirstamp)
1086src/fortran/tild.lo: src/fortran/$(am__dirstamp) \
1087	src/fortran/$(DEPDIR)/$(am__dirstamp)
1088src/fortran/degl2.lo: src/fortran/$(am__dirstamp) \
1089	src/fortran/$(DEPDIR)/$(am__dirstamp)
1090src/fortran/qvalz.lo: src/fortran/$(am__dirstamp) \
1091	src/fortran/$(DEPDIR)/$(am__dirstamp)
1092src/fortran/dfrmg.lo: src/fortran/$(am__dirstamp) \
1093	src/fortran/$(DEPDIR)/$(am__dirstamp)
1094src/fortran/hessl2.lo: src/fortran/$(am__dirstamp) \
1095	src/fortran/$(DEPDIR)/$(am__dirstamp)
1096src/fortran/rtitr.lo: src/fortran/$(am__dirstamp) \
1097	src/fortran/$(DEPDIR)/$(am__dirstamp)
1098src/fortran/watfac.lo: src/fortran/$(am__dirstamp) \
1099	src/fortran/$(DEPDIR)/$(am__dirstamp)
1100src/fortran/sszer.lo: src/fortran/$(am__dirstamp) \
1101	src/fortran/$(DEPDIR)/$(am__dirstamp)
1102src/fortran/mzdivq.lo: src/fortran/$(am__dirstamp) \
1103	src/fortran/$(DEPDIR)/$(am__dirstamp)
1104src/fortran/expan.lo: src/fortran/$(am__dirstamp) \
1105	src/fortran/$(DEPDIR)/$(am__dirstamp)
1106src/fortran/optml2.lo: src/fortran/$(am__dirstamp) \
1107	src/fortran/$(DEPDIR)/$(am__dirstamp)
1108src/fortran/wdegre.lo: src/fortran/$(am__dirstamp) \
1109	src/fortran/$(DEPDIR)/$(am__dirstamp)
1110src/fortran/phi.lo: src/fortran/$(am__dirstamp) \
1111	src/fortran/$(DEPDIR)/$(am__dirstamp)
1112src/fortran/ricd.lo: src/fortran/$(am__dirstamp) \
1113	src/fortran/$(DEPDIR)/$(am__dirstamp)
1114src/fortran/shrslv.lo: src/fortran/$(am__dirstamp) \
1115	src/fortran/$(DEPDIR)/$(am__dirstamp)
1116src/fortran/qhesz.lo: src/fortran/$(am__dirstamp) \
1117	src/fortran/$(DEPDIR)/$(am__dirstamp)
1118src/fortran/rilac.lo: src/fortran/$(am__dirstamp) \
1119	src/fortran/$(DEPDIR)/$(am__dirstamp)
1120src/fortran/arl2.lo: src/fortran/$(am__dirstamp) \
1121	src/fortran/$(DEPDIR)/$(am__dirstamp)
1122src/fortran/wesidu.lo: src/fortran/$(am__dirstamp) \
1123	src/fortran/$(DEPDIR)/$(am__dirstamp)
1124src/fortran/dzdivq.lo: src/fortran/$(am__dirstamp) \
1125	src/fortran/$(DEPDIR)/$(am__dirstamp)
1126src/fortran/arl2a.lo: src/fortran/$(am__dirstamp) \
1127	src/fortran/$(DEPDIR)/$(am__dirstamp)
1128src/fortran/lq.lo: src/fortran/$(am__dirstamp) \
1129	src/fortran/$(DEPDIR)/$(am__dirstamp)
1130src/fortran/outl2.lo: src/fortran/$(am__dirstamp) \
1131	src/fortran/$(DEPDIR)/$(am__dirstamp)
1132src/fortran/dhetr.lo: src/fortran/$(am__dirstamp) \
1133	src/fortran/$(DEPDIR)/$(am__dirstamp)
1134src/fortran/domout.lo: src/fortran/$(am__dirstamp) \
1135	src/fortran/$(DEPDIR)/$(am__dirstamp)
1136src/fortran/rootgp.lo: src/fortran/$(am__dirstamp) \
1137	src/fortran/$(DEPDIR)/$(am__dirstamp)
1138src/fortran/feq.lo: src/fortran/$(am__dirstamp) \
1139	src/fortran/$(DEPDIR)/$(am__dirstamp)
1140src/fortran/fout.lo: src/fortran/$(am__dirstamp) \
1141	src/fortran/$(DEPDIR)/$(am__dirstamp)
1142src/fortran/deg1l2.lo: src/fortran/$(am__dirstamp) \
1143	src/fortran/$(DEPDIR)/$(am__dirstamp)
1144src/fortran/modul.lo: src/fortran/$(am__dirstamp) \
1145	src/fortran/$(DEPDIR)/$(am__dirstamp)
1146src/fortran/scapol.lo: src/fortran/$(am__dirstamp) \
1147	src/fortran/$(DEPDIR)/$(am__dirstamp)
1148src/fortran/giv.lo: src/fortran/$(am__dirstamp) \
1149	src/fortran/$(DEPDIR)/$(am__dirstamp)
1150src/fortran/storl2.lo: src/fortran/$(am__dirstamp) \
1151	src/fortran/$(DEPDIR)/$(am__dirstamp)
1152src/fortran/calsca.lo: src/fortran/$(am__dirstamp) \
1153	src/fortran/$(DEPDIR)/$(am__dirstamp)
1154src/fortran/qitz.lo: src/fortran/$(am__dirstamp) \
1155	src/fortran/$(DEPDIR)/$(am__dirstamp)
1156src/fortran/front.lo: src/fortran/$(am__dirstamp) \
1157	src/fortran/$(DEPDIR)/$(am__dirstamp)
1158src/slicot/$(am__dirstamp):
1159	@$(MKDIR_P) src/slicot
1160	@: > src/slicot/$(am__dirstamp)
1161src/slicot/$(DEPDIR)/$(am__dirstamp):
1162	@$(MKDIR_P) src/slicot/$(DEPDIR)
1163	@: > src/slicot/$(DEPDIR)/$(am__dirstamp)
1164src/slicot/sb04pd.lo: src/slicot/$(am__dirstamp) \
1165	src/slicot/$(DEPDIR)/$(am__dirstamp)
1166src/slicot/ib01ad.lo: src/slicot/$(am__dirstamp) \
1167	src/slicot/$(DEPDIR)/$(am__dirstamp)
1168src/slicot/tb01wd.lo: src/slicot/$(am__dirstamp) \
1169	src/slicot/$(DEPDIR)/$(am__dirstamp)
1170src/slicot/ib01py.lo: src/slicot/$(am__dirstamp) \
1171	src/slicot/$(DEPDIR)/$(am__dirstamp)
1172src/slicot/mb01rx.lo: src/slicot/$(am__dirstamp) \
1173	src/slicot/$(DEPDIR)/$(am__dirstamp)
1174src/slicot/ib01md.lo: src/slicot/$(am__dirstamp) \
1175	src/slicot/$(DEPDIR)/$(am__dirstamp)
1176src/slicot/sb02ru.lo: src/slicot/$(am__dirstamp) \
1177	src/slicot/$(DEPDIR)/$(am__dirstamp)
1178src/slicot/sb04nw.lo: src/slicot/$(am__dirstamp) \
1179	src/slicot/$(DEPDIR)/$(am__dirstamp)
1180src/slicot/sb10dd.lo: src/slicot/$(am__dirstamp) \
1181	src/slicot/$(DEPDIR)/$(am__dirstamp)
1182src/slicot/mb04id.lo: src/slicot/$(am__dirstamp) \
1183	src/slicot/$(DEPDIR)/$(am__dirstamp)
1184src/slicot/sb04ny.lo: src/slicot/$(am__dirstamp) \
1185	src/slicot/$(DEPDIR)/$(am__dirstamp)
1186src/slicot/ib01qd.lo: src/slicot/$(am__dirstamp) \
1187	src/slicot/$(DEPDIR)/$(am__dirstamp)
1188src/slicot/sb04px.lo: src/slicot/$(am__dirstamp) \
1189	src/slicot/$(DEPDIR)/$(am__dirstamp)
1190src/slicot/sb04rw.lo: src/slicot/$(am__dirstamp) \
1191	src/slicot/$(DEPDIR)/$(am__dirstamp)
1192src/slicot/sb04ry.lo: src/slicot/$(am__dirstamp) \
1193	src/slicot/$(DEPDIR)/$(am__dirstamp)
1194src/slicot/mb01qd.lo: src/slicot/$(am__dirstamp) \
1195	src/slicot/$(DEPDIR)/$(am__dirstamp)
1196src/slicot/mb01ud.lo: src/slicot/$(am__dirstamp) \
1197	src/slicot/$(DEPDIR)/$(am__dirstamp)
1198src/slicot/sb02od.lo: src/slicot/$(am__dirstamp) \
1199	src/slicot/$(DEPDIR)/$(am__dirstamp)
1200src/slicot/mb02ud.lo: src/slicot/$(am__dirstamp) \
1201	src/slicot/$(DEPDIR)/$(am__dirstamp)
1202src/slicot/sb10pd.lo: src/slicot/$(am__dirstamp) \
1203	src/slicot/$(DEPDIR)/$(am__dirstamp)
1204src/slicot/sb03od.lo: src/slicot/$(am__dirstamp) \
1205	src/slicot/$(DEPDIR)/$(am__dirstamp)
1206src/slicot/mb03ud.lo: src/slicot/$(am__dirstamp) \
1207	src/slicot/$(DEPDIR)/$(am__dirstamp)
1208src/slicot/sb02sd.lo: src/slicot/$(am__dirstamp) \
1209	src/slicot/$(DEPDIR)/$(am__dirstamp)
1210src/slicot/ib01oy.lo: src/slicot/$(am__dirstamp) \
1211	src/slicot/$(DEPDIR)/$(am__dirstamp)
1212src/slicot/sb02ms.lo: src/slicot/$(am__dirstamp) \
1213	src/slicot/$(DEPDIR)/$(am__dirstamp)
1214src/slicot/ab13md.lo: src/slicot/$(am__dirstamp) \
1215	src/slicot/$(DEPDIR)/$(am__dirstamp)
1216src/slicot/sb03or.lo: src/slicot/$(am__dirstamp) \
1217	src/slicot/$(DEPDIR)/$(am__dirstamp)
1218src/slicot/mb03oy.lo: src/slicot/$(am__dirstamp) \
1219	src/slicot/$(DEPDIR)/$(am__dirstamp)
1220src/slicot/ma02fd.lo: src/slicot/$(am__dirstamp) \
1221	src/slicot/$(DEPDIR)/$(am__dirstamp)
1222src/slicot/sb03ot.lo: src/slicot/$(am__dirstamp) \
1223	src/slicot/$(DEPDIR)/$(am__dirstamp)
1224src/slicot/mb04oy.lo: src/slicot/$(am__dirstamp) \
1225	src/slicot/$(DEPDIR)/$(am__dirstamp)
1226src/slicot/sb04mu.lo: src/slicot/$(am__dirstamp) \
1227	src/slicot/$(DEPDIR)/$(am__dirstamp)
1228src/slicot/sb03mw.lo: src/slicot/$(am__dirstamp) \
1229	src/slicot/$(DEPDIR)/$(am__dirstamp)
1230src/slicot/sb02ov.lo: src/slicot/$(am__dirstamp) \
1231	src/slicot/$(DEPDIR)/$(am__dirstamp)
1232src/slicot/sb03ov.lo: src/slicot/$(am__dirstamp) \
1233	src/slicot/$(DEPDIR)/$(am__dirstamp)
1234src/slicot/sb04mw.lo: src/slicot/$(am__dirstamp) \
1235	src/slicot/$(DEPDIR)/$(am__dirstamp)
1236src/slicot/sb03my.lo: src/slicot/$(am__dirstamp) \
1237	src/slicot/$(DEPDIR)/$(am__dirstamp)
1238src/slicot/sb04my.lo: src/slicot/$(am__dirstamp) \
1239	src/slicot/$(DEPDIR)/$(am__dirstamp)
1240src/slicot/sb04qu.lo: src/slicot/$(am__dirstamp) \
1241	src/slicot/$(DEPDIR)/$(am__dirstamp)
1242src/slicot/ib01pd.lo: src/slicot/$(am__dirstamp) \
1243	src/slicot/$(DEPDIR)/$(am__dirstamp)
1244src/slicot/sb03qy.lo: src/slicot/$(am__dirstamp) \
1245	src/slicot/$(DEPDIR)/$(am__dirstamp)
1246src/slicot/sb03sx.lo: src/slicot/$(am__dirstamp) \
1247	src/slicot/$(DEPDIR)/$(am__dirstamp)
1248src/slicot/sb04qy.lo: src/slicot/$(am__dirstamp) \
1249	src/slicot/$(DEPDIR)/$(am__dirstamp)
1250src/slicot/mb01pd.lo: src/slicot/$(am__dirstamp) \
1251	src/slicot/$(DEPDIR)/$(am__dirstamp)
1252src/slicot/mb02pd.lo: src/slicot/$(am__dirstamp) \
1253	src/slicot/$(DEPDIR)/$(am__dirstamp)
1254src/slicot/mb01td.lo: src/slicot/$(am__dirstamp) \
1255	src/slicot/$(DEPDIR)/$(am__dirstamp)
1256src/slicot/sb02nd.lo: src/slicot/$(am__dirstamp) \
1257	src/slicot/$(DEPDIR)/$(am__dirstamp)
1258src/slicot/sb04nd.lo: src/slicot/$(am__dirstamp) \
1259	src/slicot/$(DEPDIR)/$(am__dirstamp)
1260src/slicot/sb02rd.lo: src/slicot/$(am__dirstamp) \
1261	src/slicot/$(DEPDIR)/$(am__dirstamp)
1262src/slicot/sb04rd.lo: src/slicot/$(am__dirstamp) \
1263	src/slicot/$(DEPDIR)/$(am__dirstamp)
1264src/slicot/ib01cd.lo: src/slicot/$(am__dirstamp) \
1265	src/slicot/$(DEPDIR)/$(am__dirstamp)
1266src/slicot/ib01px.lo: src/slicot/$(am__dirstamp) \
1267	src/slicot/$(DEPDIR)/$(am__dirstamp)
1268src/slicot/ma02ad.lo: src/slicot/$(am__dirstamp) \
1269	src/slicot/$(DEPDIR)/$(am__dirstamp)
1270src/slicot/ab01od.lo: src/slicot/$(am__dirstamp) \
1271	src/slicot/$(DEPDIR)/$(am__dirstamp)
1272src/slicot/mb01ru.lo: src/slicot/$(am__dirstamp) \
1273	src/slicot/$(DEPDIR)/$(am__dirstamp)
1274src/slicot/ma02ed.lo: src/slicot/$(am__dirstamp) \
1275	src/slicot/$(DEPDIR)/$(am__dirstamp)
1276src/slicot/mb04ny.lo: src/slicot/$(am__dirstamp) \
1277	src/slicot/$(DEPDIR)/$(am__dirstamp)
1278src/slicot/mb01ry.lo: src/slicot/$(am__dirstamp) \
1279	src/slicot/$(DEPDIR)/$(am__dirstamp)
1280src/slicot/sb04nv.lo: src/slicot/$(am__dirstamp) \
1281	src/slicot/$(DEPDIR)/$(am__dirstamp)
1282src/slicot/ib01od.lo: src/slicot/$(am__dirstamp) \
1283	src/slicot/$(DEPDIR)/$(am__dirstamp)
1284src/slicot/sb04nx.lo: src/slicot/$(am__dirstamp) \
1285	src/slicot/$(DEPDIR)/$(am__dirstamp)
1286src/slicot/sb10fd.lo: src/slicot/$(am__dirstamp) \
1287	src/slicot/$(DEPDIR)/$(am__dirstamp)
1288src/slicot/select.lo: src/slicot/$(am__dirstamp) \
1289	src/slicot/$(DEPDIR)/$(am__dirstamp)
1290src/slicot/sb04rv.lo: src/slicot/$(am__dirstamp) \
1291	src/slicot/$(DEPDIR)/$(am__dirstamp)
1292src/slicot/mb04kd.lo: src/slicot/$(am__dirstamp) \
1293	src/slicot/$(DEPDIR)/$(am__dirstamp)
1294src/slicot/sb04py.lo: src/slicot/$(am__dirstamp) \
1295	src/slicot/$(DEPDIR)/$(am__dirstamp)
1296src/slicot/sb04rx.lo: src/slicot/$(am__dirstamp) \
1297	src/slicot/$(DEPDIR)/$(am__dirstamp)
1298src/slicot/mb03od.lo: src/slicot/$(am__dirstamp) \
1299	src/slicot/$(DEPDIR)/$(am__dirstamp)
1300src/slicot/mb04od.lo: src/slicot/$(am__dirstamp) \
1301	src/slicot/$(DEPDIR)/$(am__dirstamp)
1302src/slicot/mb01sd.lo: src/slicot/$(am__dirstamp) \
1303	src/slicot/$(DEPDIR)/$(am__dirstamp)
1304src/slicot/sb03md.lo: src/slicot/$(am__dirstamp) \
1305	src/slicot/$(DEPDIR)/$(am__dirstamp)
1306src/slicot/sb04md.lo: src/slicot/$(am__dirstamp) \
1307	src/slicot/$(DEPDIR)/$(am__dirstamp)
1308src/slicot/sb02qd.lo: src/slicot/$(am__dirstamp) \
1309	src/slicot/$(DEPDIR)/$(am__dirstamp)
1310src/slicot/sb10rd.lo: src/slicot/$(am__dirstamp) \
1311	src/slicot/$(DEPDIR)/$(am__dirstamp)
1312src/slicot/sb04qd.lo: src/slicot/$(am__dirstamp) \
1313	src/slicot/$(DEPDIR)/$(am__dirstamp)
1314src/slicot/ib01my.lo: src/slicot/$(am__dirstamp) \
1315	src/slicot/$(DEPDIR)/$(am__dirstamp)
1316src/slicot/ib01bd.lo: src/slicot/$(am__dirstamp) \
1317	src/slicot/$(DEPDIR)/$(am__dirstamp)
1318src/slicot/mb04iy.lo: src/slicot/$(am__dirstamp) \
1319	src/slicot/$(DEPDIR)/$(am__dirstamp)
1320src/slicot/sb02mr.lo: src/slicot/$(am__dirstamp) \
1321	src/slicot/$(DEPDIR)/$(am__dirstamp)
1322src/slicot/ab01nd.lo: src/slicot/$(am__dirstamp) \
1323	src/slicot/$(DEPDIR)/$(am__dirstamp)
1324src/slicot/sb02mt.lo: src/slicot/$(am__dirstamp) \
1325	src/slicot/$(DEPDIR)/$(am__dirstamp)
1326src/slicot/sb04mr.lo: src/slicot/$(am__dirstamp) \
1327	src/slicot/$(DEPDIR)/$(am__dirstamp)
1328src/slicot/sb03mv.lo: src/slicot/$(am__dirstamp) \
1329	src/slicot/$(DEPDIR)/$(am__dirstamp)
1330src/slicot/sb02ou.lo: src/slicot/$(am__dirstamp) \
1331	src/slicot/$(DEPDIR)/$(am__dirstamp)
1332src/slicot/mb02qy.lo: src/slicot/$(am__dirstamp) \
1333	src/slicot/$(DEPDIR)/$(am__dirstamp)
1334src/slicot/sb03ou.lo: src/slicot/$(am__dirstamp) \
1335	src/slicot/$(DEPDIR)/$(am__dirstamp)
1336src/slicot/sb04qr.lo: src/slicot/$(am__dirstamp) \
1337	src/slicot/$(DEPDIR)/$(am__dirstamp)
1338src/slicot/sb03mx.lo: src/slicot/$(am__dirstamp) \
1339	src/slicot/$(DEPDIR)/$(am__dirstamp)
1340src/slicot/ib01nd.lo: src/slicot/$(am__dirstamp) \
1341	src/slicot/$(DEPDIR)/$(am__dirstamp)
1342src/slicot/sb02oy.lo: src/slicot/$(am__dirstamp) \
1343	src/slicot/$(DEPDIR)/$(am__dirstamp)
1344src/slicot/sb03oy.lo: src/slicot/$(am__dirstamp) \
1345	src/slicot/$(DEPDIR)/$(am__dirstamp)
1346src/slicot/sb03qx.lo: src/slicot/$(am__dirstamp) \
1347	src/slicot/$(DEPDIR)/$(am__dirstamp)
1348src/slicot/ib01rd.lo: src/slicot/$(am__dirstamp) \
1349	src/slicot/$(DEPDIR)/$(am__dirstamp)
1350src/slicot/sb03sy.lo: src/slicot/$(am__dirstamp) \
1351	src/slicot/$(DEPDIR)/$(am__dirstamp)
1352src/slicot/mb04nd.lo: src/slicot/$(am__dirstamp) \
1353	src/slicot/$(DEPDIR)/$(am__dirstamp)
1354src/slicot/mb01rd.lo: src/slicot/$(am__dirstamp) \
1355	src/slicot/$(DEPDIR)/$(am__dirstamp)
1356src/slicot/mb01vd.lo: src/slicot/$(am__dirstamp) \
1357	src/slicot/$(DEPDIR)/$(am__dirstamp)
1358src/slicot/sb10qd.lo: src/slicot/$(am__dirstamp) \
1359	src/slicot/$(DEPDIR)/$(am__dirstamp)
1360src/slicot/ereduc.lo: src/slicot/$(am__dirstamp) \
1361	src/slicot/$(DEPDIR)/$(am__dirstamp)
1362src/slicot/fstair.lo: src/slicot/$(am__dirstamp) \
1363	src/slicot/$(DEPDIR)/$(am__dirstamp)
1364src/slicot/inva.lo: src/slicot/$(am__dirstamp) \
1365	src/slicot/$(DEPDIR)/$(am__dirstamp)
1366src/slicot/polmc.lo: src/slicot/$(am__dirstamp) \
1367	src/slicot/$(DEPDIR)/$(am__dirstamp)
1368src/slicot/ssxmc.lo: src/slicot/$(am__dirstamp) \
1369	src/slicot/$(DEPDIR)/$(am__dirstamp)
1370src/slicot/ZB03OD.lo: src/slicot/$(am__dirstamp) \
1371	src/slicot/$(DEPDIR)/$(am__dirstamp)
1372src/slicot/riccpack.lo: src/slicot/$(am__dirstamp) \
1373	src/slicot/$(DEPDIR)/$(am__dirstamp)
1374src/slicot/Ex-schur.lo: src/slicot/$(am__dirstamp) \
1375	src/slicot/$(DEPDIR)/$(am__dirstamp)
1376src/fortran/voiddummy.lo: src/fortran/$(am__dirstamp) \
1377	src/fortran/$(DEPDIR)/$(am__dirstamp)
1378src/c/$(am__dirstamp):
1379	@$(MKDIR_P) src/c
1380	@: > src/c/$(am__dirstamp)
1381src/c/$(DEPDIR)/$(am__dirstamp):
1382	@$(MKDIR_P) src/c/$(DEPDIR)
1383	@: > src/c/$(DEPDIR)/$(am__dirstamp)
1384src/c/libscicacsd_algo_la-dmp2pm.lo: src/c/$(am__dirstamp) \
1385	src/c/$(DEPDIR)/$(am__dirstamp)
1386
1387libscicacsd-algo.la: $(libscicacsd_algo_la_OBJECTS) $(libscicacsd_algo_la_DEPENDENCIES) $(EXTRA_libscicacsd_algo_la_DEPENDENCIES)
1388	$(AM_V_F77LD)$(F77LINK) $(am_libscicacsd_algo_la_rpath) $(libscicacsd_algo_la_OBJECTS) $(libscicacsd_algo_la_LIBADD) $(LIBS)
1389sci_gateway/c/$(am__dirstamp):
1390	@$(MKDIR_P) sci_gateway/c
1391	@: > sci_gateway/c/$(am__dirstamp)
1392sci_gateway/c/$(DEPDIR)/$(am__dirstamp):
1393	@$(MKDIR_P) sci_gateway/c/$(DEPDIR)
1394	@: > sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1395sci_gateway/c/libscicacsd_la-gw_cacsd.lo:  \
1396	sci_gateway/c/$(am__dirstamp) \
1397	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1398sci_gateway/c/libscicacsd_la-sci_contr.lo:  \
1399	sci_gateway/c/$(am__dirstamp) \
1400	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1401sci_gateway/c/libscicacsd_la-sci_dhinf.lo:  \
1402	sci_gateway/c/$(am__dirstamp) \
1403	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1404sci_gateway/c/libscicacsd_la-sci_hinf.lo:  \
1405	sci_gateway/c/$(am__dirstamp) \
1406	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1407sci_gateway/c/libscicacsd_la-sci_linmeq.lo:  \
1408	sci_gateway/c/$(am__dirstamp) \
1409	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1410sci_gateway/c/libscicacsd_la-sci_mucomp.lo:  \
1411	sci_gateway/c/$(am__dirstamp) \
1412	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1413sci_gateway/c/libscicacsd_la-sci_rankqr.lo:  \
1414	sci_gateway/c/$(am__dirstamp) \
1415	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1416sci_gateway/c/libscicacsd_la-sci_rrankqr.lo:  \
1417	sci_gateway/c/$(am__dirstamp) \
1418	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1419sci_gateway/c/libscicacsd_la-sci_zrankqr.lo:  \
1420	sci_gateway/c/$(am__dirstamp) \
1421	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1422sci_gateway/c/libscicacsd_la-sci_ricc.lo:  \
1423	sci_gateway/c/$(am__dirstamp) \
1424	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1425sci_gateway/c/libscicacsd_la-sci_sident.lo:  \
1426	sci_gateway/c/$(am__dirstamp) \
1427	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1428sci_gateway/c/libscicacsd_la-sci_sorder.lo:  \
1429	sci_gateway/c/$(am__dirstamp) \
1430	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1431sci_gateway/c/libscicacsd_la-sci_findbd.lo:  \
1432	sci_gateway/c/$(am__dirstamp) \
1433	sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1434sci_gateway/cpp/$(am__dirstamp):
1435	@$(MKDIR_P) sci_gateway/cpp
1436	@: > sci_gateway/cpp/$(am__dirstamp)
1437sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp):
1438	@$(MKDIR_P) sci_gateway/cpp/$(DEPDIR)
1439	@: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1440sci_gateway/cpp/libscicacsd_la-cacsd_gw.lo:  \
1441	sci_gateway/cpp/$(am__dirstamp) \
1442	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1443sci_gateway/cpp/libscicacsd_la-sci_arl2_ius.lo:  \
1444	sci_gateway/cpp/$(am__dirstamp) \
1445	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1446sci_gateway/cpp/libscicacsd_la-sci_ldiv.lo:  \
1447	sci_gateway/cpp/$(am__dirstamp) \
1448	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1449sci_gateway/cpp/libscicacsd_la-sci_tzer.lo:  \
1450	sci_gateway/cpp/$(am__dirstamp) \
1451	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1452sci_gateway/cpp/libscicacsd_la-sci_residu.lo:  \
1453	sci_gateway/cpp/$(am__dirstamp) \
1454	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1455sci_gateway/cpp/libscicacsd_la-sci_ppol.lo:  \
1456	sci_gateway/cpp/$(am__dirstamp) \
1457	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1458sci_gateway/cpp/libscicacsd_la-sci_freq.lo:  \
1459	sci_gateway/cpp/$(am__dirstamp) \
1460	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1461sci_gateway/cpp/libscicacsd_la-sci_ltitr.lo:  \
1462	sci_gateway/cpp/$(am__dirstamp) \
1463	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1464sci_gateway/cpp/libscicacsd_la-sci_rtitr.lo:  \
1465	sci_gateway/cpp/$(am__dirstamp) \
1466	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1467sci_gateway/cpp/libscicacsd_la-sci_ereduc.lo:  \
1468	sci_gateway/cpp/$(am__dirstamp) \
1469	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1470sci_gateway/cpp/libscicacsd_la-sci_fstair.lo:  \
1471	sci_gateway/cpp/$(am__dirstamp) \
1472	sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1473
1474libscicacsd.la: $(libscicacsd_la_OBJECTS) $(libscicacsd_la_DEPENDENCIES) $(EXTRA_libscicacsd_la_DEPENDENCIES)
1475	$(AM_V_CXXLD)$(libscicacsd_la_LINK) $(am_libscicacsd_la_rpath) $(libscicacsd_la_OBJECTS) $(libscicacsd_la_LIBADD) $(LIBS)
1476
1477mostlyclean-compile:
1478	-rm -f *.$(OBJEXT)
1479	-rm -f sci_gateway/c/*.$(OBJEXT)
1480	-rm -f sci_gateway/c/*.lo
1481	-rm -f sci_gateway/cpp/*.$(OBJEXT)
1482	-rm -f sci_gateway/cpp/*.lo
1483	-rm -f src/c/*.$(OBJEXT)
1484	-rm -f src/c/*.lo
1485	-rm -f src/fortran/*.$(OBJEXT)
1486	-rm -f src/fortran/*.lo
1487	-rm -f src/slicot/*.$(OBJEXT)
1488	-rm -f src/slicot/*.lo
1489
1490distclean-compile:
1491	-rm -f *.tab.c
1492
1493@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-gw_cacsd.Plo@am__quote@ # am--include-marker
1494@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_contr.Plo@am__quote@ # am--include-marker
1495@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_dhinf.Plo@am__quote@ # am--include-marker
1496@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_findbd.Plo@am__quote@ # am--include-marker
1497@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_hinf.Plo@am__quote@ # am--include-marker
1498@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_linmeq.Plo@am__quote@ # am--include-marker
1499@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_mucomp.Plo@am__quote@ # am--include-marker
1500@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rankqr.Plo@am__quote@ # am--include-marker
1501@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_ricc.Plo@am__quote@ # am--include-marker
1502@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rrankqr.Plo@am__quote@ # am--include-marker
1503@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sident.Plo@am__quote@ # am--include-marker
1504@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sorder.Plo@am__quote@ # am--include-marker
1505@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_zrankqr.Plo@am__quote@ # am--include-marker
1506@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-cacsd_gw.Plo@am__quote@ # am--include-marker
1507@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_arl2_ius.Plo@am__quote@ # am--include-marker
1508@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ereduc.Plo@am__quote@ # am--include-marker
1509@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_freq.Plo@am__quote@ # am--include-marker
1510@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_fstair.Plo@am__quote@ # am--include-marker
1511@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ldiv.Plo@am__quote@ # am--include-marker
1512@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ltitr.Plo@am__quote@ # am--include-marker
1513@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ppol.Plo@am__quote@ # am--include-marker
1514@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_residu.Plo@am__quote@ # am--include-marker
1515@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_rtitr.Plo@am__quote@ # am--include-marker
1516@AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_tzer.Plo@am__quote@ # am--include-marker
1517@AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscicacsd_algo_la-dmp2pm.Plo@am__quote@ # am--include-marker
1518
1519$(am__depfiles_remade):
1520	@$(MKDIR_P) $(@D)
1521	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1522
1523am--depfiles: $(am__depfiles_remade)
1524
1525.c.o:
1526@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1527@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1528@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1529@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1530@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1531@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1532
1533.c.obj:
1534@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1535@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1536@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1537@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1538@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1539@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1540
1541.c.lo:
1542@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1543@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1544@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1545@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1546@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1547@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1548
1549src/c/libscicacsd_algo_la-dmp2pm.lo: src/c/dmp2pm.c
1550@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscicacsd_algo_la-dmp2pm.lo -MD -MP -MF src/c/$(DEPDIR)/libscicacsd_algo_la-dmp2pm.Tpo -c -o src/c/libscicacsd_algo_la-dmp2pm.lo `test -f 'src/c/dmp2pm.c' || echo '$(srcdir)/'`src/c/dmp2pm.c
1551@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscicacsd_algo_la-dmp2pm.Tpo src/c/$(DEPDIR)/libscicacsd_algo_la-dmp2pm.Plo
1552@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/c/dmp2pm.c' object='src/c/libscicacsd_algo_la-dmp2pm.lo' libtool=yes @AMDEPBACKSLASH@
1553@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1554@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscicacsd_algo_la-dmp2pm.lo `test -f 'src/c/dmp2pm.c' || echo '$(srcdir)/'`src/c/dmp2pm.c
1555
1556sci_gateway/c/libscicacsd_la-gw_cacsd.lo: sci_gateway/c/gw_cacsd.c
1557@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-gw_cacsd.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-gw_cacsd.Tpo -c -o sci_gateway/c/libscicacsd_la-gw_cacsd.lo `test -f 'sci_gateway/c/gw_cacsd.c' || echo '$(srcdir)/'`sci_gateway/c/gw_cacsd.c
1558@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-gw_cacsd.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-gw_cacsd.Plo
1559@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/gw_cacsd.c' object='sci_gateway/c/libscicacsd_la-gw_cacsd.lo' libtool=yes @AMDEPBACKSLASH@
1560@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1561@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-gw_cacsd.lo `test -f 'sci_gateway/c/gw_cacsd.c' || echo '$(srcdir)/'`sci_gateway/c/gw_cacsd.c
1562
1563sci_gateway/c/libscicacsd_la-sci_contr.lo: sci_gateway/c/sci_contr.c
1564@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_contr.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_contr.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_contr.lo `test -f 'sci_gateway/c/sci_contr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_contr.c
1565@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_contr.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_contr.Plo
1566@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_contr.c' object='sci_gateway/c/libscicacsd_la-sci_contr.lo' libtool=yes @AMDEPBACKSLASH@
1567@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1568@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_contr.lo `test -f 'sci_gateway/c/sci_contr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_contr.c
1569
1570sci_gateway/c/libscicacsd_la-sci_dhinf.lo: sci_gateway/c/sci_dhinf.c
1571@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_dhinf.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_dhinf.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_dhinf.lo `test -f 'sci_gateway/c/sci_dhinf.c' || echo '$(srcdir)/'`sci_gateway/c/sci_dhinf.c
1572@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_dhinf.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_dhinf.Plo
1573@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_dhinf.c' object='sci_gateway/c/libscicacsd_la-sci_dhinf.lo' libtool=yes @AMDEPBACKSLASH@
1574@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1575@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_dhinf.lo `test -f 'sci_gateway/c/sci_dhinf.c' || echo '$(srcdir)/'`sci_gateway/c/sci_dhinf.c
1576
1577sci_gateway/c/libscicacsd_la-sci_hinf.lo: sci_gateway/c/sci_hinf.c
1578@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_hinf.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_hinf.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_hinf.lo `test -f 'sci_gateway/c/sci_hinf.c' || echo '$(srcdir)/'`sci_gateway/c/sci_hinf.c
1579@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_hinf.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_hinf.Plo
1580@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_hinf.c' object='sci_gateway/c/libscicacsd_la-sci_hinf.lo' libtool=yes @AMDEPBACKSLASH@
1581@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1582@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_hinf.lo `test -f 'sci_gateway/c/sci_hinf.c' || echo '$(srcdir)/'`sci_gateway/c/sci_hinf.c
1583
1584sci_gateway/c/libscicacsd_la-sci_linmeq.lo: sci_gateway/c/sci_linmeq.c
1585@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_linmeq.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_linmeq.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_linmeq.lo `test -f 'sci_gateway/c/sci_linmeq.c' || echo '$(srcdir)/'`sci_gateway/c/sci_linmeq.c
1586@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_linmeq.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_linmeq.Plo
1587@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_linmeq.c' object='sci_gateway/c/libscicacsd_la-sci_linmeq.lo' libtool=yes @AMDEPBACKSLASH@
1588@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1589@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_linmeq.lo `test -f 'sci_gateway/c/sci_linmeq.c' || echo '$(srcdir)/'`sci_gateway/c/sci_linmeq.c
1590
1591sci_gateway/c/libscicacsd_la-sci_mucomp.lo: sci_gateway/c/sci_mucomp.c
1592@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_mucomp.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_mucomp.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_mucomp.lo `test -f 'sci_gateway/c/sci_mucomp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_mucomp.c
1593@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_mucomp.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_mucomp.Plo
1594@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_mucomp.c' object='sci_gateway/c/libscicacsd_la-sci_mucomp.lo' libtool=yes @AMDEPBACKSLASH@
1595@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1596@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_mucomp.lo `test -f 'sci_gateway/c/sci_mucomp.c' || echo '$(srcdir)/'`sci_gateway/c/sci_mucomp.c
1597
1598sci_gateway/c/libscicacsd_la-sci_rankqr.lo: sci_gateway/c/sci_rankqr.c
1599@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_rankqr.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rankqr.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_rankqr.lo `test -f 'sci_gateway/c/sci_rankqr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rankqr.c
1600@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rankqr.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rankqr.Plo
1601@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_rankqr.c' object='sci_gateway/c/libscicacsd_la-sci_rankqr.lo' libtool=yes @AMDEPBACKSLASH@
1602@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1603@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_rankqr.lo `test -f 'sci_gateway/c/sci_rankqr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rankqr.c
1604
1605sci_gateway/c/libscicacsd_la-sci_rrankqr.lo: sci_gateway/c/sci_rrankqr.c
1606@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_rrankqr.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rrankqr.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_rrankqr.lo `test -f 'sci_gateway/c/sci_rrankqr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rrankqr.c
1607@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rrankqr.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rrankqr.Plo
1608@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_rrankqr.c' object='sci_gateway/c/libscicacsd_la-sci_rrankqr.lo' libtool=yes @AMDEPBACKSLASH@
1609@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1610@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_rrankqr.lo `test -f 'sci_gateway/c/sci_rrankqr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_rrankqr.c
1611
1612sci_gateway/c/libscicacsd_la-sci_zrankqr.lo: sci_gateway/c/sci_zrankqr.c
1613@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_zrankqr.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_zrankqr.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_zrankqr.lo `test -f 'sci_gateway/c/sci_zrankqr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_zrankqr.c
1614@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_zrankqr.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_zrankqr.Plo
1615@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_zrankqr.c' object='sci_gateway/c/libscicacsd_la-sci_zrankqr.lo' libtool=yes @AMDEPBACKSLASH@
1616@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1617@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_zrankqr.lo `test -f 'sci_gateway/c/sci_zrankqr.c' || echo '$(srcdir)/'`sci_gateway/c/sci_zrankqr.c
1618
1619sci_gateway/c/libscicacsd_la-sci_ricc.lo: sci_gateway/c/sci_ricc.c
1620@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_ricc.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_ricc.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_ricc.lo `test -f 'sci_gateway/c/sci_ricc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ricc.c
1621@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_ricc.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_ricc.Plo
1622@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_ricc.c' object='sci_gateway/c/libscicacsd_la-sci_ricc.lo' libtool=yes @AMDEPBACKSLASH@
1623@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1624@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_ricc.lo `test -f 'sci_gateway/c/sci_ricc.c' || echo '$(srcdir)/'`sci_gateway/c/sci_ricc.c
1625
1626sci_gateway/c/libscicacsd_la-sci_sident.lo: sci_gateway/c/sci_sident.c
1627@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_sident.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sident.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_sident.lo `test -f 'sci_gateway/c/sci_sident.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sident.c
1628@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sident.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sident.Plo
1629@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_sident.c' object='sci_gateway/c/libscicacsd_la-sci_sident.lo' libtool=yes @AMDEPBACKSLASH@
1630@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1631@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_sident.lo `test -f 'sci_gateway/c/sci_sident.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sident.c
1632
1633sci_gateway/c/libscicacsd_la-sci_sorder.lo: sci_gateway/c/sci_sorder.c
1634@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_sorder.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sorder.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_sorder.lo `test -f 'sci_gateway/c/sci_sorder.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sorder.c
1635@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sorder.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sorder.Plo
1636@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_sorder.c' object='sci_gateway/c/libscicacsd_la-sci_sorder.lo' libtool=yes @AMDEPBACKSLASH@
1637@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1638@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_sorder.lo `test -f 'sci_gateway/c/sci_sorder.c' || echo '$(srcdir)/'`sci_gateway/c/sci_sorder.c
1639
1640sci_gateway/c/libscicacsd_la-sci_findbd.lo: sci_gateway/c/sci_findbd.c
1641@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sci_gateway/c/libscicacsd_la-sci_findbd.lo -MD -MP -MF sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_findbd.Tpo -c -o sci_gateway/c/libscicacsd_la-sci_findbd.lo `test -f 'sci_gateway/c/sci_findbd.c' || echo '$(srcdir)/'`sci_gateway/c/sci_findbd.c
1642@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_findbd.Tpo sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_findbd.Plo
1643@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sci_gateway/c/sci_findbd.c' object='sci_gateway/c/libscicacsd_la-sci_findbd.lo' libtool=yes @AMDEPBACKSLASH@
1644@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1645@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sci_gateway/c/libscicacsd_la-sci_findbd.lo `test -f 'sci_gateway/c/sci_findbd.c' || echo '$(srcdir)/'`sci_gateway/c/sci_findbd.c
1646
1647.cpp.o:
1648@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1649@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1650@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1651@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1652@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1653@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1654
1655.cpp.obj:
1656@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1657@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1658@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1659@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1660@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1661@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1662
1663.cpp.lo:
1664@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1665@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1666@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1667@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1668@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1669@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1670
1671sci_gateway/cpp/libscicacsd_la-cacsd_gw.lo: sci_gateway/cpp/cacsd_gw.cpp
1672@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-cacsd_gw.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-cacsd_gw.Tpo -c -o sci_gateway/cpp/libscicacsd_la-cacsd_gw.lo `test -f 'sci_gateway/cpp/cacsd_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/cacsd_gw.cpp
1673@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-cacsd_gw.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-cacsd_gw.Plo
1674@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/cacsd_gw.cpp' object='sci_gateway/cpp/libscicacsd_la-cacsd_gw.lo' libtool=yes @AMDEPBACKSLASH@
1675@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1676@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-cacsd_gw.lo `test -f 'sci_gateway/cpp/cacsd_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/cacsd_gw.cpp
1677
1678sci_gateway/cpp/libscicacsd_la-sci_arl2_ius.lo: sci_gateway/cpp/sci_arl2_ius.cpp
1679@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_arl2_ius.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_arl2_ius.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_arl2_ius.lo `test -f 'sci_gateway/cpp/sci_arl2_ius.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_arl2_ius.cpp
1680@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_arl2_ius.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_arl2_ius.Plo
1681@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_arl2_ius.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_arl2_ius.lo' libtool=yes @AMDEPBACKSLASH@
1682@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1683@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_arl2_ius.lo `test -f 'sci_gateway/cpp/sci_arl2_ius.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_arl2_ius.cpp
1684
1685sci_gateway/cpp/libscicacsd_la-sci_ldiv.lo: sci_gateway/cpp/sci_ldiv.cpp
1686@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_ldiv.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ldiv.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_ldiv.lo `test -f 'sci_gateway/cpp/sci_ldiv.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ldiv.cpp
1687@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ldiv.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ldiv.Plo
1688@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_ldiv.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_ldiv.lo' libtool=yes @AMDEPBACKSLASH@
1689@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1690@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_ldiv.lo `test -f 'sci_gateway/cpp/sci_ldiv.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ldiv.cpp
1691
1692sci_gateway/cpp/libscicacsd_la-sci_tzer.lo: sci_gateway/cpp/sci_tzer.cpp
1693@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_tzer.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_tzer.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_tzer.lo `test -f 'sci_gateway/cpp/sci_tzer.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tzer.cpp
1694@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_tzer.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_tzer.Plo
1695@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_tzer.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_tzer.lo' libtool=yes @AMDEPBACKSLASH@
1696@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1697@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_tzer.lo `test -f 'sci_gateway/cpp/sci_tzer.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_tzer.cpp
1698
1699sci_gateway/cpp/libscicacsd_la-sci_residu.lo: sci_gateway/cpp/sci_residu.cpp
1700@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_residu.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_residu.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_residu.lo `test -f 'sci_gateway/cpp/sci_residu.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_residu.cpp
1701@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_residu.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_residu.Plo
1702@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_residu.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_residu.lo' libtool=yes @AMDEPBACKSLASH@
1703@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1704@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_residu.lo `test -f 'sci_gateway/cpp/sci_residu.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_residu.cpp
1705
1706sci_gateway/cpp/libscicacsd_la-sci_ppol.lo: sci_gateway/cpp/sci_ppol.cpp
1707@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_ppol.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ppol.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_ppol.lo `test -f 'sci_gateway/cpp/sci_ppol.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ppol.cpp
1708@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ppol.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ppol.Plo
1709@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_ppol.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_ppol.lo' libtool=yes @AMDEPBACKSLASH@
1710@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1711@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_ppol.lo `test -f 'sci_gateway/cpp/sci_ppol.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ppol.cpp
1712
1713sci_gateway/cpp/libscicacsd_la-sci_freq.lo: sci_gateway/cpp/sci_freq.cpp
1714@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_freq.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_freq.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_freq.lo `test -f 'sci_gateway/cpp/sci_freq.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_freq.cpp
1715@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_freq.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_freq.Plo
1716@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_freq.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_freq.lo' libtool=yes @AMDEPBACKSLASH@
1717@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1718@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_freq.lo `test -f 'sci_gateway/cpp/sci_freq.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_freq.cpp
1719
1720sci_gateway/cpp/libscicacsd_la-sci_ltitr.lo: sci_gateway/cpp/sci_ltitr.cpp
1721@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_ltitr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ltitr.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_ltitr.lo `test -f 'sci_gateway/cpp/sci_ltitr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ltitr.cpp
1722@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ltitr.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ltitr.Plo
1723@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_ltitr.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_ltitr.lo' libtool=yes @AMDEPBACKSLASH@
1724@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1725@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_ltitr.lo `test -f 'sci_gateway/cpp/sci_ltitr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ltitr.cpp
1726
1727sci_gateway/cpp/libscicacsd_la-sci_rtitr.lo: sci_gateway/cpp/sci_rtitr.cpp
1728@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_rtitr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_rtitr.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_rtitr.lo `test -f 'sci_gateway/cpp/sci_rtitr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_rtitr.cpp
1729@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_rtitr.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_rtitr.Plo
1730@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_rtitr.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_rtitr.lo' libtool=yes @AMDEPBACKSLASH@
1731@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1732@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_rtitr.lo `test -f 'sci_gateway/cpp/sci_rtitr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_rtitr.cpp
1733
1734sci_gateway/cpp/libscicacsd_la-sci_ereduc.lo: sci_gateway/cpp/sci_ereduc.cpp
1735@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_ereduc.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ereduc.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_ereduc.lo `test -f 'sci_gateway/cpp/sci_ereduc.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ereduc.cpp
1736@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ereduc.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ereduc.Plo
1737@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_ereduc.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_ereduc.lo' libtool=yes @AMDEPBACKSLASH@
1738@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1739@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_ereduc.lo `test -f 'sci_gateway/cpp/sci_ereduc.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_ereduc.cpp
1740
1741sci_gateway/cpp/libscicacsd_la-sci_fstair.lo: sci_gateway/cpp/sci_fstair.cpp
1742@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscicacsd_la-sci_fstair.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_fstair.Tpo -c -o sci_gateway/cpp/libscicacsd_la-sci_fstair.lo `test -f 'sci_gateway/cpp/sci_fstair.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_fstair.cpp
1743@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_fstair.Tpo sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_fstair.Plo
1744@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='sci_gateway/cpp/sci_fstair.cpp' object='sci_gateway/cpp/libscicacsd_la-sci_fstair.lo' libtool=yes @AMDEPBACKSLASH@
1745@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1746@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscicacsd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscicacsd_la-sci_fstair.lo `test -f 'sci_gateway/cpp/sci_fstair.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_fstair.cpp
1747
1748.f.o:
1749	$(AM_V_F77)$(F77COMPILE) -c -o $@ $<
1750
1751.f.obj:
1752	$(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1753
1754.f.lo:
1755	$(AM_V_F77)$(LTF77COMPILE) -c -o $@ $<
1756
1757mostlyclean-libtool:
1758	-rm -f *.lo
1759
1760clean-libtool:
1761	-rm -rf .libs _libs
1762	-rm -rf sci_gateway/c/.libs sci_gateway/c/_libs
1763	-rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs
1764	-rm -rf src/c/.libs src/c/_libs
1765	-rm -rf src/fortran/.libs src/fortran/_libs
1766	-rm -rf src/slicot/.libs src/slicot/_libs
1767install-libscicacsd_la_etcDATA: $(libscicacsd_la_etc_DATA)
1768	@$(NORMAL_INSTALL)
1769	@list='$(libscicacsd_la_etc_DATA)'; test -n "$(libscicacsd_la_etcdir)" || list=; \
1770	if test -n "$$list"; then \
1771	  echo " $(MKDIR_P) '$(DESTDIR)$(libscicacsd_la_etcdir)'"; \
1772	  $(MKDIR_P) "$(DESTDIR)$(libscicacsd_la_etcdir)" || exit 1; \
1773	fi; \
1774	for p in $$list; do \
1775	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1776	  echo "$$d$$p"; \
1777	done | $(am__base_list) | \
1778	while read files; do \
1779	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscicacsd_la_etcdir)'"; \
1780	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libscicacsd_la_etcdir)" || exit $$?; \
1781	done
1782
1783uninstall-libscicacsd_la_etcDATA:
1784	@$(NORMAL_UNINSTALL)
1785	@list='$(libscicacsd_la_etc_DATA)'; test -n "$(libscicacsd_la_etcdir)" || list=; \
1786	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1787	dir='$(DESTDIR)$(libscicacsd_la_etcdir)'; $(am__uninstall_files_from_dir)
1788install-libscicacsd_la_rootDATA: $(libscicacsd_la_root_DATA)
1789	@$(NORMAL_INSTALL)
1790	@list='$(libscicacsd_la_root_DATA)'; test -n "$(libscicacsd_la_rootdir)" || list=; \
1791	if test -n "$$list"; then \
1792	  echo " $(MKDIR_P) '$(DESTDIR)$(libscicacsd_la_rootdir)'"; \
1793	  $(MKDIR_P) "$(DESTDIR)$(libscicacsd_la_rootdir)" || exit 1; \
1794	fi; \
1795	for p in $$list; do \
1796	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1797	  echo "$$d$$p"; \
1798	done | $(am__base_list) | \
1799	while read files; do \
1800	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscicacsd_la_rootdir)'"; \
1801	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libscicacsd_la_rootdir)" || exit $$?; \
1802	done
1803
1804uninstall-libscicacsd_la_rootDATA:
1805	@$(NORMAL_UNINSTALL)
1806	@list='$(libscicacsd_la_root_DATA)'; test -n "$(libscicacsd_la_rootdir)" || list=; \
1807	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1808	dir='$(DESTDIR)$(libscicacsd_la_rootdir)'; $(am__uninstall_files_from_dir)
1809install-libscicacsd_la_sci_gatewayDATA: $(libscicacsd_la_sci_gateway_DATA)
1810	@$(NORMAL_INSTALL)
1811	@list='$(libscicacsd_la_sci_gateway_DATA)'; test -n "$(libscicacsd_la_sci_gatewaydir)" || list=; \
1812	if test -n "$$list"; then \
1813	  echo " $(MKDIR_P) '$(DESTDIR)$(libscicacsd_la_sci_gatewaydir)'"; \
1814	  $(MKDIR_P) "$(DESTDIR)$(libscicacsd_la_sci_gatewaydir)" || exit 1; \
1815	fi; \
1816	for p in $$list; do \
1817	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1818	  echo "$$d$$p"; \
1819	done | $(am__base_list) | \
1820	while read files; do \
1821	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscicacsd_la_sci_gatewaydir)'"; \
1822	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libscicacsd_la_sci_gatewaydir)" || exit $$?; \
1823	done
1824
1825uninstall-libscicacsd_la_sci_gatewayDATA:
1826	@$(NORMAL_UNINSTALL)
1827	@list='$(libscicacsd_la_sci_gateway_DATA)'; test -n "$(libscicacsd_la_sci_gatewaydir)" || list=; \
1828	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1829	dir='$(DESTDIR)$(libscicacsd_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir)
1830
1831ID: $(am__tagged_files)
1832	$(am__define_uniq_tagged_files); mkid -fID $$unique
1833tags: tags-am
1834TAGS: tags
1835
1836tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1837	set x; \
1838	here=`pwd`; \
1839	$(am__define_uniq_tagged_files); \
1840	shift; \
1841	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1842	  test -n "$$unique" || unique=$$empty_fix; \
1843	  if test $$# -gt 0; then \
1844	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1845	      "$$@" $$unique; \
1846	  else \
1847	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1848	      $$unique; \
1849	  fi; \
1850	fi
1851ctags: ctags-am
1852
1853CTAGS: ctags
1854ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1855	$(am__define_uniq_tagged_files); \
1856	test -z "$(CTAGS_ARGS)$$unique" \
1857	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1858	     $$unique
1859
1860GTAGS:
1861	here=`$(am__cd) $(top_builddir) && pwd` \
1862	  && $(am__cd) $(top_srcdir) \
1863	  && gtags -i $(GTAGS_ARGS) "$$here"
1864cscopelist: cscopelist-am
1865
1866cscopelist-am: $(am__tagged_files)
1867	list='$(am__tagged_files)'; \
1868	case "$(srcdir)" in \
1869	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1870	  *) sdir=$(subdir)/$(srcdir) ;; \
1871	esac; \
1872	for i in $$list; do \
1873	  if test -f "$$i"; then \
1874	    echo "$(subdir)/$$i"; \
1875	  else \
1876	    echo "$$sdir/$$i"; \
1877	  fi; \
1878	done >> $(top_builddir)/cscope.files
1879
1880distclean-tags:
1881	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1882
1883distdir: $(BUILT_SOURCES)
1884	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1885
1886distdir-am: $(DISTFILES)
1887	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1888	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1889	list='$(DISTFILES)'; \
1890	  dist_files=`for file in $$list; do echo $$file; done | \
1891	  sed -e "s|^$$srcdirstrip/||;t" \
1892	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1893	case $$dist_files in \
1894	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1895			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1896			   sort -u` ;; \
1897	esac; \
1898	for file in $$dist_files; do \
1899	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1900	  if test -d $$d/$$file; then \
1901	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1902	    if test -d "$(distdir)/$$file"; then \
1903	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1904	    fi; \
1905	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1906	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1907	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1908	    fi; \
1909	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1910	  else \
1911	    test -f "$(distdir)/$$file" \
1912	    || cp -p $$d/$$file "$(distdir)/$$file" \
1913	    || exit 1; \
1914	  fi; \
1915	done
1916check-am: all-am
1917	$(MAKE) $(AM_MAKEFLAGS) check-local
1918check: check-am
1919all-am: Makefile $(LTLIBRARIES) $(DATA) all-local
1920installdirs:
1921	for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscicacsd_la_etcdir)" "$(DESTDIR)$(libscicacsd_la_rootdir)" "$(DESTDIR)$(libscicacsd_la_sci_gatewaydir)"; do \
1922	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1923	done
1924install: install-am
1925install-exec: install-exec-am
1926install-data: install-data-am
1927uninstall: uninstall-am
1928
1929install-am: all-am
1930	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1931
1932installcheck: installcheck-am
1933install-strip:
1934	if test -z '$(STRIP)'; then \
1935	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1936	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1937	      install; \
1938	else \
1939	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1940	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1941	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1942	fi
1943mostlyclean-generic:
1944
1945clean-generic:
1946
1947distclean-generic:
1948	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1949	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1950	-rm -f sci_gateway/c/$(DEPDIR)/$(am__dirstamp)
1951	-rm -f sci_gateway/c/$(am__dirstamp)
1952	-rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1953	-rm -f sci_gateway/cpp/$(am__dirstamp)
1954	-rm -f src/c/$(DEPDIR)/$(am__dirstamp)
1955	-rm -f src/c/$(am__dirstamp)
1956	-rm -f src/fortran/$(DEPDIR)/$(am__dirstamp)
1957	-rm -f src/fortran/$(am__dirstamp)
1958	-rm -f src/slicot/$(DEPDIR)/$(am__dirstamp)
1959	-rm -f src/slicot/$(am__dirstamp)
1960
1961maintainer-clean-generic:
1962	@echo "This command is intended for maintainers to use"
1963	@echo "it deletes files that may require special tools to rebuild."
1964clean: clean-am
1965
1966clean-am: clean-generic clean-libtool clean-local \
1967	clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
1968
1969distclean: distclean-am
1970		-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-gw_cacsd.Plo
1971	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_contr.Plo
1972	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_dhinf.Plo
1973	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_findbd.Plo
1974	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_hinf.Plo
1975	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_linmeq.Plo
1976	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_mucomp.Plo
1977	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rankqr.Plo
1978	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_ricc.Plo
1979	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rrankqr.Plo
1980	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sident.Plo
1981	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sorder.Plo
1982	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_zrankqr.Plo
1983	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-cacsd_gw.Plo
1984	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_arl2_ius.Plo
1985	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ereduc.Plo
1986	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_freq.Plo
1987	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_fstair.Plo
1988	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ldiv.Plo
1989	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ltitr.Plo
1990	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ppol.Plo
1991	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_residu.Plo
1992	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_rtitr.Plo
1993	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_tzer.Plo
1994	-rm -f src/c/$(DEPDIR)/libscicacsd_algo_la-dmp2pm.Plo
1995	-rm -f Makefile
1996distclean-am: clean-am distclean-compile distclean-generic \
1997	distclean-local distclean-tags
1998
1999dvi: dvi-am
2000
2001dvi-am:
2002
2003html: html-am
2004
2005html-am:
2006
2007info: info-am
2008
2009info-am:
2010
2011install-data-am: install-data-local install-libscicacsd_la_etcDATA \
2012	install-libscicacsd_la_rootDATA \
2013	install-libscicacsd_la_sci_gatewayDATA
2014
2015install-dvi: install-dvi-am
2016
2017install-dvi-am:
2018
2019install-exec-am: install-pkglibLTLIBRARIES
2020
2021install-html: install-html-am
2022
2023install-html-am: install-html-local
2024
2025install-info: install-info-am
2026
2027install-info-am:
2028
2029install-man:
2030
2031install-pdf: install-pdf-am
2032
2033install-pdf-am:
2034
2035install-ps: install-ps-am
2036
2037install-ps-am:
2038
2039installcheck-am:
2040
2041maintainer-clean: maintainer-clean-am
2042		-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-gw_cacsd.Plo
2043	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_contr.Plo
2044	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_dhinf.Plo
2045	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_findbd.Plo
2046	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_hinf.Plo
2047	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_linmeq.Plo
2048	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_mucomp.Plo
2049	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rankqr.Plo
2050	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_ricc.Plo
2051	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_rrankqr.Plo
2052	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sident.Plo
2053	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_sorder.Plo
2054	-rm -f sci_gateway/c/$(DEPDIR)/libscicacsd_la-sci_zrankqr.Plo
2055	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-cacsd_gw.Plo
2056	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_arl2_ius.Plo
2057	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ereduc.Plo
2058	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_freq.Plo
2059	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_fstair.Plo
2060	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ldiv.Plo
2061	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ltitr.Plo
2062	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_ppol.Plo
2063	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_residu.Plo
2064	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_rtitr.Plo
2065	-rm -f sci_gateway/cpp/$(DEPDIR)/libscicacsd_la-sci_tzer.Plo
2066	-rm -f src/c/$(DEPDIR)/libscicacsd_algo_la-dmp2pm.Plo
2067	-rm -f Makefile
2068maintainer-clean-am: distclean-am maintainer-clean-generic
2069
2070mostlyclean: mostlyclean-am
2071
2072mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2073	mostlyclean-libtool
2074
2075pdf: pdf-am
2076
2077pdf-am:
2078
2079ps: ps-am
2080
2081ps-am:
2082
2083uninstall-am: uninstall-libscicacsd_la_etcDATA \
2084	uninstall-libscicacsd_la_rootDATA \
2085	uninstall-libscicacsd_la_sci_gatewayDATA \
2086	uninstall-pkglibLTLIBRARIES
2087
2088.MAKE: check-am install-am install-strip
2089
2090.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
2091	check-am check-local clean clean-generic clean-libtool \
2092	clean-local clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
2093	cscopelist-am ctags ctags-am distclean distclean-compile \
2094	distclean-generic distclean-libtool distclean-local \
2095	distclean-tags distdir dvi dvi-am html html-am info info-am \
2096	install install-am install-data install-data-am \
2097	install-data-local install-dvi install-dvi-am install-exec \
2098	install-exec-am install-html install-html-am \
2099	install-html-local install-info install-info-am \
2100	install-libscicacsd_la_etcDATA install-libscicacsd_la_rootDATA \
2101	install-libscicacsd_la_sci_gatewayDATA install-man install-pdf \
2102	install-pdf-am install-pkglibLTLIBRARIES install-ps \
2103	install-ps-am install-strip installcheck installcheck-am \
2104	installdirs maintainer-clean maintainer-clean-generic \
2105	mostlyclean mostlyclean-compile mostlyclean-generic \
2106	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
2107	uninstall-am uninstall-libscicacsd_la_etcDATA \
2108	uninstall-libscicacsd_la_rootDATA \
2109	uninstall-libscicacsd_la_sci_gatewayDATA \
2110	uninstall-pkglibLTLIBRARIES
2111
2112.PRECIOUS: Makefile
2113
2114
2115# enforce -O0 for some files
2116@IS_MACOSX_TRUE@src/fortran/sszer.lo: src/fortran/sszer.f
2117@IS_MACOSX_TRUE@        $(LIBTOOL) $(AM_V_lt)  --tag=F77 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS) -O0 -c -o src/fortran/sszer.lo src/fortran/sszer.f
2118
2119# This target enables tests for Scilab
2120check-local: $(top_builddir)/scilab-bin test
2121	if test -d $(mydatadir)/tests; then \
2122	  @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
2123	fi
2124check-code:
2125	if test -f build.xml; then \
2126		$(ANT) checkstyle; \
2127	fi
2128	if test -x "$(SPLINT)"; then \
2129		$(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); \
2130	fi
2131@NEED_JAVA_TRUE@java:
2132# Some configurations needs to export JAVA_HOME in the current env
2133@NEED_JAVA_TRUE@	@if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
2134@NEED_JAVA_TRUE@	if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2135@NEED_JAVA_TRUE@	if test -f build.xml -a $$USEANT -eq 1; then \
2136@NEED_JAVA_TRUE@		$(ANT); \
2137@NEED_JAVA_TRUE@	fi
2138
2139@NEED_JAVA_TRUE@clean-java:
2140# Some configurations needs to export JAVA_HOME in the current env
2141@NEED_JAVA_TRUE@	@if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
2142@NEED_JAVA_TRUE@	if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2143@NEED_JAVA_TRUE@	if test -f build.xml -a $$USEANT -eq 1; then \
2144@NEED_JAVA_TRUE@		$(ANT) clean; \
2145@NEED_JAVA_TRUE@	fi;
2146
2147# If the user request for the SWIG generation of the wrappers Java => C/C++
2148# We call the target swig-build on the variable SWIG_WRAPPERS
2149
2150@SWIG_TRUE@swig: $(SWIG_WRAPPERS)
2151@SWIG_TRUE@	@SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
2152@SWIG_TRUE@	SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
2153@SWIG_TRUE@	if test -n "$(SWIG_WRAPPERS)"; then \
2154@SWIG_TRUE@		for file in $(SWIG_WRAPPERS) ; do \
2155@SWIG_TRUE@			echo "Swig process of $$file (Java) ..."; \
2156@SWIG_TRUE@			$(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME  -outdir $$SWIG_OUTDIR $$file; \
2157@SWIG_TRUE@		done; \
2158@SWIG_TRUE@	fi
2159
2160@SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
2161@SWIG_TRUE@	@SWIG_OUTDIR=src/swig/; \
2162@SWIG_TRUE@	if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
2163@SWIG_TRUE@		for file in $(SWIG_SCILAB_WRAPPERS) ; do \
2164@SWIG_TRUE@			echo "Swig process of $$file (Scilab) ..."; \
2165@SWIG_TRUE@			$(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB)  -outdir $$SWIG_OUTDIR $$file; \
2166@SWIG_TRUE@		done; \
2167@SWIG_TRUE@	fi
2168
2169# If the user request for the SWIG generation of the wrappers Java => C/C++
2170# We call the target swig-build on the variable SWIG_WRAPPERS
2171
2172@GIWS_TRUE@giws: $(GIWS_WRAPPERS)
2173@GIWS_TRUE@	@GIWS_OUTPUTDIR=src/jni/; \
2174@GIWS_TRUE@	MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
2175@GIWS_TRUE@	if test -n "$(GIWS_WRAPPERS)"; then \
2176@GIWS_TRUE@		for file in $(GIWS_WRAPPERS) ; do \
2177@GIWS_TRUE@			echo "GIWS process of $$file ..."; \
2178@GIWS_TRUE@			if test -z "$(GIWS_OPTIONS)"; then \
2179@GIWS_TRUE@				$(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
2180@GIWS_TRUE@			else \
2181@GIWS_TRUE@				echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
2182@GIWS_TRUE@				$(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
2183@GIWS_TRUE@			fi \
2184@GIWS_TRUE@		done; \
2185@GIWS_TRUE@	fi
2186
2187@GIWS_TRUE@giws-exception:
2188@GIWS_TRUE@	@GIWS_OUTPUTDIR=src/jni/;\
2189@GIWS_TRUE@	echo "GIWS: Generation of exception class ..."; \
2190@GIWS_TRUE@	$(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
2191
2192macros:
2193	-@( if test ! -x $(top_builddir)/scilab-bin; then \
2194		echo "Error : Cannot build $< : Scilab has not been built"; \
2195	else \
2196		$(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
2197	fi)
2198
2199# Removes the macros
2200clean-macros:
2201# Removes macros (*.bin generated from .sci)
2202	@for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
2203		echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
2204		rm -f $(builddir)/$$dir/$(MACROBINMASK); \
2205	done
2206
2207test:
2208# More tests could be added here
2209	@if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2210	if test -f build.xml -a $$USEANT -eq 1; then \
2211		$(ANT) test; \
2212	fi
2213
2214all-local: $(TARGETS_ALL)
2215
2216.sci.bin:
2217	-@( if test ! -x $(top_builddir)/scilab-bin; then \
2218	echo "Error : Cannot build $< : Scilab has not been build"; \
2219	else \
2220	echo "Creating $@"; \
2221	$(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
2222	fi )
2223
2224install-html-local:
2225
2226install-data-local-local:
2227# Mainly for javasci
2228	@if test -d $(srcdir)/javadoc; then \
2229		cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
2230	fi
2231# If the user wants the help sources to be installed
2232@INSTALL_HELP_XML_TRUE@	@echo "-------- Install of XML sources of help files --------"; \
2233@INSTALL_HELP_XML_TRUE@	for lang in $(ALL_LINGUAS); do \
2234@INSTALL_HELP_XML_TRUE@	 if test -d $(srcdir)/help/$$lang; then \
2235@INSTALL_HELP_XML_TRUE@	  $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
2236@INSTALL_HELP_XML_TRUE@		if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
2237@INSTALL_HELP_XML_TRUE@		  for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
2238@INSTALL_HELP_XML_TRUE@		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
2239@INSTALL_HELP_XML_TRUE@	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
2240@INSTALL_HELP_XML_TRUE@		  done ; \
2241@INSTALL_HELP_XML_TRUE@		fi; \
2242@INSTALL_HELP_XML_TRUE@	 fi; \
2243@INSTALL_HELP_XML_TRUE@	done; \
2244@INSTALL_HELP_XML_TRUE@	@echo "-------- Install of MathML sources --------"; \
2245@INSTALL_HELP_XML_TRUE@	 if test -d $(srcdir)/help/mml/; then \
2246@INSTALL_HELP_XML_TRUE@	  $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
2247@INSTALL_HELP_XML_TRUE@		if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
2248@INSTALL_HELP_XML_TRUE@		  for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
2249@INSTALL_HELP_XML_TRUE@		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
2250@INSTALL_HELP_XML_TRUE@	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
2251@INSTALL_HELP_XML_TRUE@		  done ; \
2252@INSTALL_HELP_XML_TRUE@		fi; \
2253@INSTALL_HELP_XML_TRUE@	fi
2254install-data-local:
2255# Install the tests
2256	@echo "-------- Install tests (if any) --------"; \
2257	for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
2258	  if test -d $(srcdir)/$$dir/; then \
2259	    $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
2260		  for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
2261		    if test -d "$(srcdir)/$$dir/$$file"; then \
2262			  echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
2263			  $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
2264		    else \
2265		      echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
2266	    	  $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
2267		    fi \
2268		  done; \
2269	  fi; \
2270	done
2271# Install the help chapter
2272	@echo "-------- Install the help chapter (if any) --------"; \
2273	for lang in $(HELP_CHAPTERLANG); do \
2274		HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
2275		if test -f $$HELPFILE; then \
2276			echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
2277			$(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
2278			echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
2279			$(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
2280		fi; \
2281	done
2282# Install the demos & examples
2283	@echo "-------- Install demos & examples (if any) --------"; \
2284	for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
2285	  if test -d $(srcdir)/$$dir/; then \
2286	    $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
2287		  for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
2288		    if test -d "$(srcdir)/$$dir/$$file"; then \
2289			  echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
2290			  $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
2291		    else \
2292		      echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
2293	    	  $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
2294		    fi \
2295		  done; \
2296	  fi; \
2297	done
2298# Install the macros
2299	@echo "-------- Install macros (if any) --------"; \
2300	for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
2301	  $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
2302		if test -d $(srcdir)/$$dir/; then \
2303			FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
2304			if test -n "$(MACROSSPECIALEXT)"; then \
2305				specialExtDir=""; \
2306				for specialExt in $(MACROSSPECIALEXT); do \
2307					specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
2308				done; \
2309				FILELIST="$$FILELIST $$specialExtDir"; \
2310			fi; \
2311		  for file in `ls -1 $$FILELIST 2>/dev/null`; do \
2312		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
2313	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
2314		  done; \
2315		fi; \
2316	done
2317# Install java files (.jar)
2318	@if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
2319	echo "-------- Install jar files --------"; \
2320    $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
2321	  for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
2322		    echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
2323	    	$(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
2324	  done ; \
2325	fi
2326
2327########### CLEAN ###################
2328# Clean help (generated automatically by Scilab)
2329# It used to clean the macro (clean-macros) but this was causing
2330# make clean && make to fail Scilab startup
2331@NEED_JAVA_TRUE@clean-local: clean-java
2332@NEED_JAVA_FALSE@clean-local:
2333
2334distclean-local:
2335	rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
2336
2337.PHONY: macros java swig giws
2338
2339# Tell versions [3.59,3.63) of GNU make to not export all variables.
2340# Otherwise a system limit (for SysV at least) may be exceeded.
2341.NOEXPORT:
2342