1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
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
17 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
18 # Copyright (C) 2009 - DIGITEO - Allan CORNET
20 # Copyright (C) 2012 - 2016 - Scilab Enterprises
22 # This file is hereby licensed under the terms of the GNU GPL v2.0,
23 # pursuant to article 5.3.4 of the CeCILL v.2.1.
24 # This file was originally licensed under the terms of the CeCILL v2.1,
25 # and continues to be available under such terms.
26 # For more information, see the COPYING file which you should have received
27 # along with this program.
29 # Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
30 # Copyright (C) 2006-2008 - INRIA - Sylvestre LEDRU <sylvestre.ledru@inria.fr>
31 # Copyright (C) 2008 - INRIA - Pierre MARECHAL <pierre.marechal@inria.fr>
33 # Copyright (C) 2012 - 2016 - Scilab Enterprises
35 # This file is hereby licensed under the terms of the GNU GPL v2.0,
36 # pursuant to article 5.3.4 of the CeCILL v.2.1.
37 # This file was originally licensed under the terms of the CeCILL v2.1,
38 # and continues to be available under such terms.
39 # For more information, see the COPYING file which you should have received
40 # along with this program.
44 ### Makefile included stuff
45 ### Target, variable, suffixes which are supposed to be useful in every makefile.am
51 if test -z '$(MAKELEVEL)'; then \
53 elif test -n '$(MAKE_HOST)'; then \
55 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
61 am__make_running_with_option = \
62 case $${target_option-} in \
64 *) echo "am__make_running_with_option: internal error: invalid" \
65 "target option '$${target_option-}' specified" >&2; \
69 sane_makeflags=$$MAKEFLAGS; \
70 if $(am__is_gnu_make); then \
71 sane_makeflags=$$MFLAGS; \
76 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
77 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
83 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
85 for flg in $$sane_makeflags; do \
86 test $$skip_next = yes && { skip_next=no; continue; }; \
89 -*I) strip_trailopt 'I'; skip_next=yes;; \
90 -*I?*) strip_trailopt 'I';; \
91 -*O) strip_trailopt 'O'; skip_next=yes;; \
92 -*O?*) strip_trailopt 'O';; \
93 -*l) strip_trailopt 'l'; skip_next=yes;; \
94 -*l?*) strip_trailopt 'l';; \
95 -[dEDm]) skip_next=yes;; \
96 -[JT]) skip_next=yes;; \
99 *$$target_option*) has_opt=yes; break;; \
103 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105 pkgdatadir = $(datadir)/@PACKAGE@
106 pkgincludedir = $(includedir)/@PACKAGE@
107 pkglibdir = $(libdir)/@PACKAGE@
108 pkglibexecdir = $(libexecdir)/@PACKAGE@
109 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
110 install_sh_DATA = $(install_sh) -c -m 644
111 install_sh_PROGRAM = $(install_sh) -c
112 install_sh_SCRIPT = $(install_sh) -c
113 INSTALL_HEADER = $(INSTALL_DATA)
114 transform = $(program_transform_name)
121 build_triplet = @build@
122 host_triplet = @host@
123 @NEED_JAVA_TRUE@am__append_1 = java
124 subdir = modules/hdf5
125 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
127 $(top_srcdir)/m4/backtrace.m4 $(top_srcdir)/m4/compiler.m4 \
128 $(top_srcdir)/m4/curl.m4 $(top_srcdir)/m4/docbook.m4 \
129 $(top_srcdir)/m4/doxygen.m4 $(top_srcdir)/m4/eigen.m4 \
130 $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \
131 $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \
132 $(top_srcdir)/m4/intel_compiler.m4 \
133 $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \
134 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lib-ld.m4 \
135 $(top_srcdir)/m4/libsmath.m4 $(top_srcdir)/m4/libtool.m4 \
136 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/ltoptions.m4 \
137 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
138 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/macosx.m4 \
139 $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \
140 $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \
141 $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \
142 $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \
143 $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac
144 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
146 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
147 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
148 CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h
150 CONFIG_CLEAN_VPATH_FILES =
151 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152 am__vpath_adj = case $$p in \
153 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158 am__nobase_strip_setup = \
159 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162 am__nobase_list = $(am__nobase_strip_setup); \
163 for p in $$list; do echo "$$p $$p"; done | \
164 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166 if (++n[$$2] == $(am__install_max)) \
167 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168 END { for (dir in files) print dir, files[dir] }'
170 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
172 am__uninstall_files_from_dir = { \
174 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176 $(am__cd) "$$dir" && rm -f $$files; }; \
178 am__installdirs = "$(DESTDIR)$(pkglibdir)" \
179 "$(DESTDIR)$(libscihdf5_la_etcdir)" \
180 "$(DESTDIR)$(libscihdf5_la_rootdir)" \
181 "$(DESTDIR)$(libscihdf5_la_sci_gatewaydir)" \
182 "$(DESTDIR)$(libscihdf5_la_testsampledatadir)"
183 LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
184 libscihdf5_algo_la_LIBADD =
185 am__dirstamp = $(am__leading_dot)dirstamp
186 am__objects_1 = src/c/libscihdf5_algo_la-h5_fileManagement.lo \
187 src/c/libscihdf5_algo_la-h5_writeDataToFile.lo \
188 src/c/libscihdf5_algo_la-h5_readDataFromFile.lo \
189 src/c/libscihdf5_algo_la-h5_readDataFromFile_v1.lo \
190 src/cpp/libscihdf5_algo_la-listvar_in_hdf5_v1.lo
191 am__objects_2 = src/cpp/libscihdf5_algo_la-H5Attribute.lo \
192 src/cpp/libscihdf5_algo_la-H5AttributesList.lo \
193 src/cpp/libscihdf5_algo_la-H5DataConverter.lo \
194 src/cpp/libscihdf5_algo_la-H5Dataset.lo \
195 src/cpp/libscihdf5_algo_la-H5Dataspace.lo \
196 src/cpp/libscihdf5_algo_la-H5File.lo \
197 src/cpp/libscihdf5_algo_la-H5Group.lo \
198 src/cpp/libscihdf5_algo_la-H5Object.lo \
199 src/cpp/libscihdf5_algo_la-H5Type.lo \
200 src/cpp/libscihdf5_algo_la-H5DataFactory.lo \
201 src/cpp/libscihdf5_algo_la-H5VariableScope.lo \
202 src/cpp/libscihdf5_algo_la-H5SoftLink.lo \
203 src/cpp/libscihdf5_algo_la-H5ExternalLink.lo \
204 src/cpp/libscihdf5_algo_la-H5HardLink.lo \
205 src/cpp/libscihdf5_algo_la-H5Link.lo \
206 src/cpp/libscihdf5_algo_la-HDF5Scilab.lo \
207 src/cpp/libscihdf5_algo_la-H5StringData.lo \
208 src/cpp/libscihdf5_algo_la-H5ReferenceData.lo \
209 src/cpp/libscihdf5_algo_la-H5CompoundData.lo \
210 src/cpp/libscihdf5_algo_la-H5ArrayData.lo \
211 src/cpp/libscihdf5_algo_la-H5VlenData.lo \
212 src/cpp/libscihdf5_algo_la-H5Options.lo \
213 src/cpp/libscihdf5_algo_la-handle_properties.lo \
214 src/c/libscihdf5_algo_la-DllmainHdf5.lo
215 am_libscihdf5_algo_la_OBJECTS = $(am__objects_1) $(am__objects_2)
216 libscihdf5_algo_la_OBJECTS = $(am_libscihdf5_algo_la_OBJECTS)
217 AM_V_lt = $(am__v_lt_@AM_V@)
218 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
219 am__v_lt_0 = --silent
222 libscihdf5_la_DEPENDENCIES = libscihdf5-algo.la $(am__DEPENDENCIES_1)
223 am__objects_3 = sci_gateway/cpp/libscihdf5_la-hdf5_gw.lo \
224 sci_gateway/cpp/libscihdf5_la-sci_hdf5_save.lo \
225 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load.lo \
226 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v1.lo \
227 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v2.lo \
228 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v3.lo \
229 sci_gateway/cpp/libscihdf5_la-sci_hdf5_is_file.lo \
230 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar.lo \
231 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v2.lo \
232 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v3.lo \
233 sci_gateway/cpp/libscihdf5_la-sci_hdf5_file_version.lo \
234 sci_gateway/cpp/libscihdf5_la-sci_h5dump.lo \
235 sci_gateway/cpp/libscihdf5_la-sci_h5open.lo \
236 sci_gateway/cpp/libscihdf5_la-sci_h5close.lo \
237 sci_gateway/cpp/libscihdf5_la-sci_h5read.lo \
238 sci_gateway/cpp/libscihdf5_la-sci_h5ls.lo \
239 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_p.lo \
240 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_e.lo \
241 sci_gateway/cpp/libscihdf5_la-sci_h5group.lo \
242 sci_gateway/cpp/libscihdf5_la-sci_h5rm.lo \
243 sci_gateway/cpp/libscihdf5_la-sci_h5dataset.lo \
244 sci_gateway/cpp/libscihdf5_la-sci_h5write.lo \
245 sci_gateway/cpp/libscihdf5_la-sci_h5attr.lo \
246 sci_gateway/cpp/libscihdf5_la-sci_h5ln.lo \
247 sci_gateway/cpp/libscihdf5_la-sci_h5readattr.lo \
248 sci_gateway/cpp/libscihdf5_la-sci_h5flush.lo \
249 sci_gateway/cpp/libscihdf5_la-sci_h5cp.lo \
250 sci_gateway/cpp/libscihdf5_la-sci_h5isfoo.lo \
251 sci_gateway/cpp/libscihdf5_la-sci_h5mount.lo \
252 sci_gateway/cpp/libscihdf5_la-sci_h5umount.lo \
253 sci_gateway/cpp/libscihdf5_la-sci_h5mv.lo \
254 sci_gateway/cpp/libscihdf5_la-sci_h5get.lo \
255 sci_gateway/cpp/libscihdf5_la-sci_h5label.lo \
256 sci_gateway/cpp/libscihdf5_la-sci_h5exists.lo \
257 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_fieldnames.lo
258 am_libscihdf5_la_OBJECTS = $(am__objects_3)
259 libscihdf5_la_OBJECTS = $(am_libscihdf5_la_OBJECTS)
260 libscihdf5_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
261 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
262 $(AM_CXXFLAGS) $(CXXFLAGS) $(libscihdf5_la_LDFLAGS) $(LDFLAGS) \
264 AM_V_P = $(am__v_P_@AM_V@)
265 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
268 AM_V_GEN = $(am__v_GEN_@AM_V@)
269 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
270 am__v_GEN_0 = @echo " GEN " $@;
272 AM_V_at = $(am__v_at_@AM_V@)
273 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
276 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/modules/core/includes
277 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
278 am__maybe_remake_depfiles = depfiles
279 am__depfiles_remade = \
280 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-hdf5_gw.Plo \
281 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5attr.Plo \
282 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5close.Plo \
283 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5cp.Plo \
284 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dataset.Plo \
285 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dump.Plo \
286 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5exists.Plo \
287 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5flush.Plo \
288 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5get.Plo \
289 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5group.Plo \
290 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5isfoo.Plo \
291 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5label.Plo \
292 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ln.Plo \
293 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ls.Plo \
294 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mount.Plo \
295 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mv.Plo \
296 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5open.Plo \
297 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5read.Plo \
298 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5readattr.Plo \
299 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5rm.Plo \
300 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5umount.Plo \
301 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5write.Plo \
302 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_file_version.Plo \
303 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_is_file.Plo \
304 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar.Plo \
305 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v2.Plo \
306 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v3.Plo \
307 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load.Plo \
308 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v1.Plo \
309 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v2.Plo \
310 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v3.Plo \
311 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_save.Plo \
312 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_e.Plo \
313 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_fieldnames.Plo \
314 sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_p.Plo \
315 src/c/$(DEPDIR)/libscihdf5_algo_la-DllmainHdf5.Plo \
316 src/c/$(DEPDIR)/libscihdf5_algo_la-h5_fileManagement.Plo \
317 src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile.Plo \
318 src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile_v1.Plo \
319 src/c/$(DEPDIR)/libscihdf5_algo_la-h5_writeDataToFile.Plo \
320 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ArrayData.Plo \
321 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Attribute.Plo \
322 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5AttributesList.Plo \
323 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5CompoundData.Plo \
324 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataConverter.Plo \
325 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataFactory.Plo \
326 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataset.Plo \
327 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataspace.Plo \
328 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ExternalLink.Plo \
329 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5File.Plo \
330 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Group.Plo \
331 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5HardLink.Plo \
332 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Link.Plo \
333 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Object.Plo \
334 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Options.Plo \
335 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ReferenceData.Plo \
336 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5SoftLink.Plo \
337 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5StringData.Plo \
338 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Type.Plo \
339 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VariableScope.Plo \
340 src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VlenData.Plo \
341 src/cpp/$(DEPDIR)/libscihdf5_algo_la-HDF5Scilab.Plo \
342 src/cpp/$(DEPDIR)/libscihdf5_algo_la-handle_properties.Plo \
343 src/cpp/$(DEPDIR)/libscihdf5_algo_la-listvar_in_hdf5_v1.Plo
345 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
346 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
347 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
348 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
349 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
350 $(AM_CFLAGS) $(CFLAGS)
351 AM_V_CC = $(am__v_CC_@AM_V@)
352 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
353 am__v_CC_0 = @echo " CC " $@;
356 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
357 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
358 $(AM_LDFLAGS) $(LDFLAGS) -o $@
359 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
360 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
361 am__v_CCLD_0 = @echo " CCLD " $@;
363 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
364 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
365 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
366 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
367 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
368 $(AM_CXXFLAGS) $(CXXFLAGS)
369 AM_V_CXX = $(am__v_CXX_@AM_V@)
370 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
371 am__v_CXX_0 = @echo " CXX " $@;
374 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
375 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
376 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
377 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
378 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
379 am__v_CXXLD_0 = @echo " CXXLD " $@;
381 SOURCES = $(libscihdf5_algo_la_SOURCES) $(libscihdf5_la_SOURCES)
382 DIST_SOURCES = $(libscihdf5_algo_la_SOURCES) $(libscihdf5_la_SOURCES)
383 am__can_run_installinfo = \
384 case $$AM_UPDATE_INFO_DIR in \
386 *) (install-info --version) >/dev/null 2>&1;; \
388 DATA = $(libscihdf5_la_etc_DATA) $(libscihdf5_la_root_DATA) \
389 $(libscihdf5_la_sci_gateway_DATA) \
390 $(libscihdf5_la_testsampledata_DATA)
391 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
392 # Read a list of newline-separated strings from the standard input,
393 # and print each of them once, without duplicates. Input order is
395 am__uniquify_input = $(AWK) '\
396 BEGIN { nonempty = 0; } \
397 { items[$$0] = 1; nonempty = 1; } \
398 END { if (nonempty) { for (i in items) print i; }; } \
400 # Make sure the list of sources is unique. This is necessary because,
401 # e.g., the same source file might be shared among _SOURCES variables
402 # for different programs/libraries.
403 am__define_uniq_tagged_files = \
404 list='$(am__tagged_files)'; \
405 unique=`for i in $$list; do \
406 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407 done | $(am__uniquify_input)`
410 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.incl.am \
411 $(top_srcdir)/config/depcomp \
412 $(top_srcdir)/config/mkinstalldirs
413 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
415 ALL_LINGUAS = @ALL_LINGUAS@
416 ALL_LINGUAS_DOC = @ALL_LINGUAS_DOC@
418 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
422 ARPACK_LIBS = @ARPACK_LIBS@
424 AUTOCONF = @AUTOCONF@
425 AUTOHEADER = @AUTOHEADER@
426 AUTOMAKE = @AUTOMAKE@
427 AVALON_FRAMEWORK = @AVALON_FRAMEWORK@
430 BLAS_CFLAGS = @BLAS_CFLAGS@
431 BLAS_LIBS = @BLAS_LIBS@
434 CCDEPMODE = @CCDEPMODE@
436 CHECKSTYLE = @CHECKSTYLE@
437 COBERTURA = @COBERTURA@
438 COMMONS_BEANUTILS = @COMMONS_BEANUTILS@
439 COMMONS_IO = @COMMONS_IO@
440 COMMONS_LOGGING = @COMMONS_LOGGING@
442 CPPFLAGS = @CPPFLAGS@
443 CURL_CFLAGS = @CURL_CFLAGS@
444 CURL_CONFIG = @CURL_CONFIG@
445 CURL_LIBS = @CURL_LIBS@
446 CURL_VERSION = @CURL_VERSION@
449 CXXDEPMODE = @CXXDEPMODE@
450 CXXFLAGS = @CXXFLAGS@
451 CYGPATH_W = @CYGPATH_W@
453 DEMOTOOLS_ENABLE = @DEMOTOOLS_ENABLE@
456 DOCBOOK_ROOT = @DOCBOOK_ROOT@
457 DOXYGEN_BIN = @DOXYGEN_BIN@
458 DSYMUTIL = @DSYMUTIL@
465 EIGEN_CPPFLAGS = @EIGEN_CPPFLAGS@
469 FFTW3_LIB = @FFTW3_LIB@
470 FFTW_ENABLE = @FFTW_ENABLE@
472 FLEXDOCK = @FLEXDOCK@
475 FREEHEP_GRAPHICS2D = @FREEHEP_GRAPHICS2D@
476 FREEHEP_GRAPHICSIO = @FREEHEP_GRAPHICSIO@
477 FREEHEP_GRAPHICSIO_EMF = @FREEHEP_GRAPHICSIO_EMF@
478 FREEHEP_IO = @FREEHEP_IO@
479 FREEHEP_UTIL = @FREEHEP_UTIL@
481 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
482 GIWS_BIN = @GIWS_BIN@
483 GLUEGEN2_RT = @GLUEGEN2_RT@
485 GMSGFMT_015 = @GMSGFMT_015@
486 GRAPHICS_ENABLE = @GRAPHICS_ENABLE@
488 GUI_ENABLE = @GUI_ENABLE@
489 HAMCREST = @HAMCREST@
490 HAVE_CXX17 = @HAVE_CXX17@
491 HDF5_CFLAGS = @HDF5_CFLAGS@
492 HDF5_LIBS = @HDF5_LIBS@
493 HELP_ENABLE = @HELP_ENABLE@
495 INSTALL_DATA = @INSTALL_DATA@
496 INSTALL_PROGRAM = @INSTALL_PROGRAM@
497 INSTALL_SCRIPT = @INSTALL_SCRIPT@
498 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
499 INTLLIBS = @INTLLIBS@
500 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
504 JAVAC_DEBUG = @JAVAC_DEBUG@
507 JAVASCI_ENABLE = @JAVASCI_ENABLE@
508 JAVA_ENABLE = @JAVA_ENABLE@
510 JAVA_HOME = @JAVA_HOME@
511 JAVA_JNI_INCLUDE = @JAVA_JNI_INCLUDE@
512 JAVA_JNI_LIBS = @JAVA_JNI_LIBS@
514 JEUCLID_CORE = @JEUCLID_CORE@
517 JLATEXMATH = @JLATEXMATH@
518 JLATEXMATH_FOP = @JLATEXMATH_FOP@
520 JROSETTA_API = @JROSETTA_API@
521 JROSETTA_ENGINE = @JROSETTA_ENGINE@
523 LAPACK_LIBS = @LAPACK_LIBS@
529 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
530 LIBICONV = @LIBICONV@
538 LOGGING_LEVEL = @LOGGING_LEVEL@
540 LTLIBICONV = @LTLIBICONV@
541 LTLIBINTL = @LTLIBINTL@
542 LTLIBOBJS = @LTLIBOBJS@
543 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
545 LUCENE_ANALYZER = @LUCENE_ANALYZER@
546 LUCENE_PARSER = @LUCENE_PARSER@
548 MAKEINFO = @MAKEINFO@
549 MANIFEST_TOOL = @MANIFEST_TOOL@
550 MATIO_CFLAGS = @MATIO_CFLAGS@
551 MATIO_ENABLE = @MATIO_ENABLE@
552 MATIO_LIBS = @MATIO_LIBS@
554 MPI_ENABLE = @MPI_ENABLE@
557 MSGFMT_015 = @MSGFMT_015@
558 MSGMERGE = @MSGMERGE@
564 OCAMLDEP = @OCAMLDEP@
565 OCAMLLEX = @OCAMLLEX@
566 OCAMLOPT = @OCAMLOPT@
567 OCAMLYACC = @OCAMLYACC@
568 OPENMPI_CC = @OPENMPI_CC@
569 OPENMPI_CFLAGS = @OPENMPI_CFLAGS@
570 OPENMPI_CXX = @OPENMPI_CXX@
571 OPENMPI_CXXFLAGS = @OPENMPI_CXXFLAGS@
572 OPENMPI_LIBS = @OPENMPI_LIBS@
573 OPENMP_CFLAGS = @OPENMP_CFLAGS@
574 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
575 OPENMP_ENABLE = @OPENMP_ENABLE@
576 OPENMP_LIBS = @OPENMP_LIBS@
580 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
581 PACKAGE_NAME = @PACKAGE_NAME@
582 PACKAGE_STRING = @PACKAGE_STRING@
583 PACKAGE_TARNAME = @PACKAGE_TARNAME@
584 PACKAGE_URL = @PACKAGE_URL@
585 PACKAGE_VERSION = @PACKAGE_VERSION@
586 PATH_SEPARATOR = @PATH_SEPARATOR@
587 PCRE_CFLAGS = @PCRE_CFLAGS@
588 PCRE_CONFIG = @PCRE_CONFIG@
589 PCRE_LIBS = @PCRE_LIBS@
590 PCRE_VERSION = @PCRE_VERSION@
591 PKG_CONFIG = @PKG_CONFIG@
596 RELOCATABLE = @RELOCATABLE@
599 SCILAB_BINARY_VERSION = @SCILAB_BINARY_VERSION@
600 SCILAB_LIBRARY_VERSION = @SCILAB_LIBRARY_VERSION@
601 SCILAB_VERSION_MAINTENANCE = @SCILAB_VERSION_MAINTENANCE@
602 SCILAB_VERSION_MAJOR = @SCILAB_VERSION_MAJOR@
603 SCILAB_VERSION_MINOR = @SCILAB_VERSION_MINOR@
604 SCIRENDERER = @SCIRENDERER@
605 SCIRENDERER_CP = @SCIRENDERER_CP@
606 SCI_CFLAGS = @SCI_CFLAGS@
607 SCI_CXXFLAGS = @SCI_CXXFLAGS@
608 SCI_FFLAGS = @SCI_FFLAGS@
609 SCI_LDFLAGS = @SCI_LDFLAGS@
611 SET_MAKE = @SET_MAKE@
612 SET_RELOCATABLE = @SET_RELOCATABLE@
617 SWIG_BIN = @SWIG_BIN@
618 SWIG_JAVA = @SWIG_JAVA@
619 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
620 SWIG_SCILAB = @SWIG_SCILAB@
621 TCLTK_LIBS = @TCLTK_LIBS@
622 TCL_INC_PATH = @TCL_INC_PATH@
623 TK_INC_PATH = @TK_INC_PATH@
624 UMFPACK_CFLAGS = @UMFPACK_CFLAGS@
625 UMFPACK_ENABLE = @UMFPACK_ENABLE@
626 UMFPACK_LIB = @UMFPACK_LIB@
628 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
629 VALGRIND_LIBS = @VALGRIND_LIBS@
631 WITH_OCAML = @WITH_OCAML@
632 WITH_TKSCI = @WITH_TKSCI@
633 XCOS_ENABLE = @XCOS_ENABLE@
634 XGETTEXT = @XGETTEXT@
635 XGETTEXT_015 = @XGETTEXT_015@
636 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
638 XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
639 XML_APIS_EXT = @XML_APIS_EXT@
640 XML_CONFIG = @XML_CONFIG@
641 XML_FLAGS = @XML_FLAGS@
642 XML_LIBS = @XML_LIBS@
643 XML_VERSION = @XML_VERSION@
644 X_CFLAGS = @X_CFLAGS@
645 X_EXTRA_LIBS = @X_EXTRA_LIBS@
647 X_PRE_LIBS = @X_PRE_LIBS@
650 abs_builddir = @abs_builddir@
651 abs_srcdir = @abs_srcdir@
652 abs_top_builddir = @abs_top_builddir@
653 abs_top_srcdir = @abs_top_srcdir@
654 ac_ct_AR = @ac_ct_AR@
655 ac_ct_CC = @ac_ct_CC@
656 ac_ct_CXX = @ac_ct_CXX@
657 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
658 ac_ct_F77 = @ac_ct_F77@
659 am__include = @am__include@
660 am__leading_dot = @am__leading_dot@
661 am__quote = @am__quote@
663 am__untar = @am__untar@
666 build_alias = @build_alias@
667 build_cpu = @build_cpu@
668 build_os = @build_os@
669 build_vendor = @build_vendor@
670 builddir = @builddir@
671 cxx_present = @cxx_present@
673 datarootdir = @datarootdir@
676 exec_prefix = @exec_prefix@
678 host_alias = @host_alias@
679 host_cpu = @host_cpu@
681 host_vendor = @host_vendor@
683 includedir = @includedir@
685 install_sh = @install_sh@
687 libexecdir = @libexecdir@
688 localedir = @localedir@
689 localstatedir = @localstatedir@
692 oldincludedir = @oldincludedir@
695 program_transform_name = @program_transform_name@
698 sharedstatedir = @sharedstatedir@
700 sysconfdir = @sysconfdir@
701 target_alias = @target_alias@
702 top_build_prefix = @top_build_prefix@
703 top_builddir = @top_builddir@
704 top_srcdir = @top_srcdir@
705 yacc_present = @yacc_present@
707 # No GUI. Disable the Java build
708 @GUI_TRUE@@XCOS_TRUE@USEANT = 1
710 src/c/h5_fileManagement.c \
711 src/c/h5_writeDataToFile.c \
712 src/c/h5_readDataFromFile.c \
713 src/c/h5_readDataFromFile_v1.c \
714 src/cpp/listvar_in_hdf5_v1.cpp
717 src/cpp/H5Attribute.cpp \
718 src/cpp/H5AttributesList.cpp \
719 src/cpp/H5DataConverter.cpp \
720 src/cpp/H5Dataset.cpp \
721 src/cpp/H5Dataspace.cpp \
723 src/cpp/H5Group.cpp \
724 src/cpp/H5Object.cpp \
726 src/cpp/H5DataFactory.cpp \
727 src/cpp/H5VariableScope.cpp \
728 src/cpp/H5SoftLink.cpp \
729 src/cpp/H5ExternalLink.cpp \
730 src/cpp/H5HardLink.cpp \
732 src/cpp/HDF5Scilab.cpp \
733 src/cpp/H5StringData.cpp \
734 src/cpp/H5ReferenceData.cpp \
735 src/cpp/H5CompoundData.cpp \
736 src/cpp/H5ArrayData.cpp \
737 src/cpp/H5VlenData.cpp \
738 src/cpp/H5Options.cpp \
739 src/cpp/handle_properties.cpp \
742 GATEWAY_CXX_SOURCES = \
743 sci_gateway/cpp/hdf5_gw.cpp \
744 sci_gateway/cpp/sci_hdf5_save.cpp \
745 sci_gateway/cpp/sci_hdf5_load.cpp \
746 sci_gateway/cpp/sci_hdf5_load_v1.cpp \
747 sci_gateway/cpp/sci_hdf5_load_v2.cpp \
748 sci_gateway/cpp/sci_hdf5_load_v3.cpp \
749 sci_gateway/cpp/sci_hdf5_is_file.cpp \
750 sci_gateway/cpp/sci_hdf5_listvar.cpp \
751 sci_gateway/cpp/sci_hdf5_listvar_v2.cpp \
752 sci_gateway/cpp/sci_hdf5_listvar_v3.cpp \
753 sci_gateway/cpp/sci_hdf5_file_version.cpp \
754 sci_gateway/cpp/sci_h5dump.cpp \
755 sci_gateway/cpp/sci_h5open.cpp \
756 sci_gateway/cpp/sci_h5close.cpp \
757 sci_gateway/cpp/sci_h5read.cpp \
758 sci_gateway/cpp/sci_h5ls.cpp \
759 sci_gateway/cpp/sci_percent_H5Object_p.cpp \
760 sci_gateway/cpp/sci_percent_H5Object_e.cpp \
761 sci_gateway/cpp/sci_h5group.cpp \
762 sci_gateway/cpp/sci_h5rm.cpp \
763 sci_gateway/cpp/sci_h5dataset.cpp \
764 sci_gateway/cpp/sci_h5write.cpp \
765 sci_gateway/cpp/sci_h5attr.cpp \
766 sci_gateway/cpp/sci_h5ln.cpp \
767 sci_gateway/cpp/sci_h5readattr.cpp \
768 sci_gateway/cpp/sci_h5flush.cpp \
769 sci_gateway/cpp/sci_h5cp.cpp \
770 sci_gateway/cpp/sci_h5isfoo.cpp \
771 sci_gateway/cpp/sci_h5mount.cpp \
772 sci_gateway/cpp/sci_h5umount.cpp \
773 sci_gateway/cpp/sci_h5mv.cpp \
774 sci_gateway/cpp/sci_h5get.cpp \
775 sci_gateway/cpp/sci_h5label.cpp \
776 sci_gateway/cpp/sci_h5exists.cpp \
777 sci_gateway/cpp/sci_percent_H5Object_fieldnames.cpp
779 @GIWS_TRUE@BUILT_SOURCES = giws
781 #### hdf5 : include files ####
786 -DH5Aiterate_vers=2 \
789 -DH5Tget_array_dims_vers=2 \
791 -DH5Rdereference_vers=2 \
792 -DNO_DEPRECATED_SYMBOLS
794 libscihdf5_la_CPPFLAGS = \
795 -I$(srcdir)/includes/ \
797 -I$(srcdir)/src/cpp/ \
798 -I$(top_srcdir)/modules/ast/includes/ast/ \
799 -I$(top_srcdir)/modules/ast/includes/exps/ \
800 -I$(top_srcdir)/modules/ast/includes/operations/ \
801 -I$(top_srcdir)/modules/ast/includes/parse/ \
802 -I$(top_srcdir)/modules/ast/includes/symbol/ \
803 -I$(top_srcdir)/modules/ast/includes/system_env/ \
804 -I$(top_srcdir)/modules/ast/includes/types/ \
805 -I$(top_srcdir)/modules/ast/includes/analysis/ \
806 -I$(top_srcdir)/modules/threads/includes/ \
807 -I$(top_srcdir)/modules/dynamic_link/includes/ \
808 -I$(top_srcdir)/modules/output_stream/includes/ \
809 -I$(top_srcdir)/modules/api_scilab/includes/ \
810 -I$(top_srcdir)/modules/jvm/includes/ \
811 -I$(top_srcdir)/modules/commons/src/jni/ \
812 -I$(top_srcdir)/modules/localization/includes/ \
813 -I$(top_srcdir)/modules/fileio/includes/ \
814 -I$(top_srcdir)/modules/string/includes/ \
815 -I$(top_srcdir)/modules/console/includes/ \
816 -I$(top_srcdir)/modules/graphic_objects/includes/ \
817 -I$(top_srcdir)/modules/graphics/includes/ \
818 -I$(top_srcdir)/modules/io/includes/ \
819 $(JAVA_JNI_INCLUDE) \
825 #### hdf5 : gateway declaration ####
826 libscihdf5_la_sci_gatewaydir = $(mydatadir)/sci_gateway
827 libscihdf5_la_sci_gateway_DATA = sci_gateway/hdf5_gateway.xml
828 pkglib_LTLIBRARIES = libscihdf5.la
829 noinst_LTLIBRARIES = libscihdf5-algo.la
831 # When Scilab is built with HDF5, we need some libraries for a workaround
832 libscihdf5_la_LDFLAGS = $(AM_LDFLAGS)
833 libscihdf5_algo_la_SOURCES = $(HDF5_SOURCES) $(HDF5_CXX_SOURCES)
834 libscihdf5_la_SOURCES = $(GATEWAY_CXX_SOURCES)
835 libscihdf5_algo_la_CPPFLAGS = $(libscihdf5_la_CPPFLAGS)
837 # For the code check (splint)
838 CHECK_SRC = $(HDF5_SOURCES) $(GATEWAY_CXX_SOURCES)
839 INCLUDE_FLAGS = $(libscihdf5_la_CPPFLAGS)
840 libscihdf5_la_LIBADD = libscihdf5-algo.la $(HDF5_LIBS)
845 #### hdf5 : Conf files ####
846 libscihdf5_la_rootdir = $(mydatadir)
847 libscihdf5_la_root_DATA = license.txt
849 #### hdf5 : init scripts ####
850 libscihdf5_la_etcdir = $(mydatadir)/etc
851 libscihdf5_la_etc_DATA = \
856 #### hdf5 : test file ####
857 libscihdf5_la_testsampledatadir = $(mydatadir)/tests/sample_scilab_data
858 libscihdf5_la_testsampledata_DATA = \
859 tests/sample_scilab_data/booleanmatrix.sod \
860 tests/sample_scilab_data/booleanmatrix_v1.sod \
861 tests/sample_scilab_data/booleanscalar.sod \
862 tests/sample_scilab_data/booleanscalar_v1.sod \
863 tests/sample_scilab_data/booleansparse.sod \
864 tests/sample_scilab_data/booleansparse_v1.sod \
865 tests/sample_scilab_data/emptymatrix.sod \
866 tests/sample_scilab_data/emptysparse.sod \
867 tests/sample_scilab_data/emptysparse_v1.sod \
868 tests/sample_scilab_data/hypermatrixcomplex.sod \
869 tests/sample_scilab_data/hypermatrixcomplex_v1.sod \
870 tests/sample_scilab_data/hypermatrix.sod \
871 tests/sample_scilab_data/hypermatrix_v1.sod \
872 tests/sample_scilab_data/int16.sod \
873 tests/sample_scilab_data/int16_v1.sod \
874 tests/sample_scilab_data/int32.sod \
875 tests/sample_scilab_data/int32_v1.sod \
876 tests/sample_scilab_data/int8.sod \
877 tests/sample_scilab_data/int8_v1.sod \
878 tests/sample_scilab_data/list.sod \
879 tests/sample_scilab_data/list_v1.sod \
880 tests/sample_scilab_data/listnested.sod \
881 tests/sample_scilab_data/listnested_v1.sod \
882 tests/sample_scilab_data/matricedoublecomplex.sod \
883 tests/sample_scilab_data/matricedoublecomplex_v1.sod \
884 tests/sample_scilab_data/matricedoublecomplexscalar.sod \
885 tests/sample_scilab_data/matricedoublecomplexscalar_v1.sod \
886 tests/sample_scilab_data/matricedouble.sod \
887 tests/sample_scilab_data/matricedouble_v1.sod \
888 tests/sample_scilab_data/matricedoublescalar.sod \
889 tests/sample_scilab_data/matricedoublescalar_v1.sod \
890 tests/sample_scilab_data/matricestring.sod \
891 tests/sample_scilab_data/matricestring_v1.sod \
892 tests/sample_scilab_data/matricestringscalar.sod \
893 tests/sample_scilab_data/matricestringscalar_v1.sod \
894 tests/sample_scilab_data/mlist.sod \
895 tests/sample_scilab_data/mlist_v1.sod \
896 tests/sample_scilab_data/polynomialscoef.sod \
897 tests/sample_scilab_data/polynomialscoef_v1.sod \
898 tests/sample_scilab_data/polynomials.sod \
899 tests/sample_scilab_data/polynomials_v1.sod \
900 tests/sample_scilab_data/sparsematrix.sod \
901 tests/sample_scilab_data/sparsematrix_v1.sod \
902 tests/sample_scilab_data/tlist.sod \
903 tests/sample_scilab_data/tlist_v1.sod \
904 tests/sample_scilab_data/uint16.sod \
905 tests/sample_scilab_data/uint16_v1.sod \
906 tests/sample_scilab_data/uint32.sod \
907 tests/sample_scilab_data/uint32_v1.sod \
908 tests/sample_scilab_data/uint8.sod \
909 tests/sample_scilab_data/uint8_v1.sod \
910 tests/sample_scilab_data/undefinedelement.sod \
911 tests/sample_scilab_data/undefinedelement_v1.sod \
912 tests/sample_scilab_data/voidelement.sod \
913 tests/sample_scilab_data/voidelement_v1.sod
916 # Where all the Scilab stuff is installed (macros, help, ...)
917 mydatadir = $(pkgdatadir)/modules/$(modulename)
919 # Set AM_* SCI detected settings
920 AM_CPPFLAGS = $(SCI_CPPFLAGS)
921 AM_CFLAGS = $(SCI_CFLAGS)
922 AM_CXXFLAGS = $(SCI_CXXFLAGS)
923 # append includes to AM_FFLAGS to manage fortran includes
924 AM_FFLAGS = $(SCI_FFLAGS) -I$(top_srcdir)/modules/core/includes/
926 # Tag shared libraries with the Scilab version
927 AM_LDFLAGS = $(SCI_LDFLAGS) -version-number $(SCILAB_LIBRARY_VERSION)
930 SPLINT_OPTIONS = -weak -booltype BOOL
932 ########################### JAVA ######################################
933 #### We are delegating java compilation to ant... Thanks to that
934 #### the procedure will be the same with Microsoft Windows (C)
936 #######################################################################
937 TARGETS_ALL = $(am__append_1)
939 ################ MACROS ######################
940 # Rule to build a macro
941 # NOT USED AT THE MOMENT
944 ########### INSTALL DOCUMENTATION ###################
946 # Install documentation files into the right target
947 # We do not use the automake mechanism (libxxxx_la_help_fr_DATA) because
948 # automake needs the html files to be present which is not the case when
949 # we are building Scilab
951 # Where it should be installed
952 pkgdocdir = $(mydatadir)
954 # What is the mask of the help source
957 # What is the mask of the MathML sources
960 ########### INSTALL DATA ###################
961 # Install macros, help & demos
962 # Where it should be installed
963 pkgmacrosdir = $(mydatadir)
964 # Which directory we process
966 # Mask of the Scilab sources macros
968 # Mask of the Scilab executable sources macros
969 MACROBUILDMASK = *.sce
970 # Mask of the Scilab compiled macros
972 # List of the standard directory for tests
973 TESTS_DIR = tests/benchmarks tests/nonreg_tests tests/unit_tests tests/java
974 # Where the demos should be installed
975 pkgdemosdir = $(mydatadir)
976 # List of the standard directory for demos
978 # List of the standard directory for examples
979 EXAMPLES_DIR = examples
980 # Where to export JAVA archives (.jar)
985 HELP_CHAPTERDIR = help/
986 HELP_CHAPTERFILE = addchapter.sce
987 HELP_CHAPTERLANG = en_US fr_FR pt_BR
988 all: $(BUILT_SOURCES)
989 $(MAKE) $(AM_MAKEFLAGS) all-am
992 .SUFFIXES: .sci .bin .c .cpp .lo .o .obj
993 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl.am $(am__configure_deps)
995 case '$(am__configure_deps)' in \
997 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
998 && { if test -f $@; then exit 0; else break; fi; }; \
1002 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/hdf5/Makefile'; \
1003 $(am__cd) $(top_srcdir) && \
1004 $(AUTOMAKE) --foreign modules/hdf5/Makefile
1005 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1008 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1010 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1011 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1013 $(top_srcdir)/Makefile.incl.am $(am__empty):
1015 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1016 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1018 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1019 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1020 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1021 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1022 $(am__aclocal_m4_deps):
1024 clean-noinstLTLIBRARIES:
1025 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1026 @list='$(noinst_LTLIBRARIES)'; \
1027 locs=`for p in $$list; do echo $$p; done | \
1028 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1030 test -z "$$locs" || { \
1031 echo rm -f $${locs}; \
1035 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
1037 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
1038 list2=; for p in $$list; do \
1039 if test -f $$p; then \
1040 list2="$$list2 $$p"; \
1043 test -z "$$list2" || { \
1044 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
1045 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
1046 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
1047 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
1050 uninstall-pkglibLTLIBRARIES:
1051 @$(NORMAL_UNINSTALL)
1052 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
1053 for p in $$list; do \
1055 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
1056 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
1059 clean-pkglibLTLIBRARIES:
1060 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
1061 @list='$(pkglib_LTLIBRARIES)'; \
1062 locs=`for p in $$list; do echo $$p; done | \
1063 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1065 test -z "$$locs" || { \
1066 echo rm -f $${locs}; \
1069 src/c/$(am__dirstamp):
1071 @: > src/c/$(am__dirstamp)
1072 src/c/$(DEPDIR)/$(am__dirstamp):
1073 @$(MKDIR_P) src/c/$(DEPDIR)
1074 @: > src/c/$(DEPDIR)/$(am__dirstamp)
1075 src/c/libscihdf5_algo_la-h5_fileManagement.lo: src/c/$(am__dirstamp) \
1076 src/c/$(DEPDIR)/$(am__dirstamp)
1077 src/c/libscihdf5_algo_la-h5_writeDataToFile.lo: src/c/$(am__dirstamp) \
1078 src/c/$(DEPDIR)/$(am__dirstamp)
1079 src/c/libscihdf5_algo_la-h5_readDataFromFile.lo: \
1080 src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp)
1081 src/c/libscihdf5_algo_la-h5_readDataFromFile_v1.lo: \
1082 src/c/$(am__dirstamp) src/c/$(DEPDIR)/$(am__dirstamp)
1083 src/cpp/$(am__dirstamp):
1085 @: > src/cpp/$(am__dirstamp)
1086 src/cpp/$(DEPDIR)/$(am__dirstamp):
1087 @$(MKDIR_P) src/cpp/$(DEPDIR)
1088 @: > src/cpp/$(DEPDIR)/$(am__dirstamp)
1089 src/cpp/libscihdf5_algo_la-listvar_in_hdf5_v1.lo: \
1090 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
1091 src/cpp/libscihdf5_algo_la-H5Attribute.lo: src/cpp/$(am__dirstamp) \
1092 src/cpp/$(DEPDIR)/$(am__dirstamp)
1093 src/cpp/libscihdf5_algo_la-H5AttributesList.lo: \
1094 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
1095 src/cpp/libscihdf5_algo_la-H5DataConverter.lo: \
1096 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
1097 src/cpp/libscihdf5_algo_la-H5Dataset.lo: src/cpp/$(am__dirstamp) \
1098 src/cpp/$(DEPDIR)/$(am__dirstamp)
1099 src/cpp/libscihdf5_algo_la-H5Dataspace.lo: src/cpp/$(am__dirstamp) \
1100 src/cpp/$(DEPDIR)/$(am__dirstamp)
1101 src/cpp/libscihdf5_algo_la-H5File.lo: src/cpp/$(am__dirstamp) \
1102 src/cpp/$(DEPDIR)/$(am__dirstamp)
1103 src/cpp/libscihdf5_algo_la-H5Group.lo: src/cpp/$(am__dirstamp) \
1104 src/cpp/$(DEPDIR)/$(am__dirstamp)
1105 src/cpp/libscihdf5_algo_la-H5Object.lo: src/cpp/$(am__dirstamp) \
1106 src/cpp/$(DEPDIR)/$(am__dirstamp)
1107 src/cpp/libscihdf5_algo_la-H5Type.lo: src/cpp/$(am__dirstamp) \
1108 src/cpp/$(DEPDIR)/$(am__dirstamp)
1109 src/cpp/libscihdf5_algo_la-H5DataFactory.lo: src/cpp/$(am__dirstamp) \
1110 src/cpp/$(DEPDIR)/$(am__dirstamp)
1111 src/cpp/libscihdf5_algo_la-H5VariableScope.lo: \
1112 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
1113 src/cpp/libscihdf5_algo_la-H5SoftLink.lo: src/cpp/$(am__dirstamp) \
1114 src/cpp/$(DEPDIR)/$(am__dirstamp)
1115 src/cpp/libscihdf5_algo_la-H5ExternalLink.lo: src/cpp/$(am__dirstamp) \
1116 src/cpp/$(DEPDIR)/$(am__dirstamp)
1117 src/cpp/libscihdf5_algo_la-H5HardLink.lo: src/cpp/$(am__dirstamp) \
1118 src/cpp/$(DEPDIR)/$(am__dirstamp)
1119 src/cpp/libscihdf5_algo_la-H5Link.lo: src/cpp/$(am__dirstamp) \
1120 src/cpp/$(DEPDIR)/$(am__dirstamp)
1121 src/cpp/libscihdf5_algo_la-HDF5Scilab.lo: src/cpp/$(am__dirstamp) \
1122 src/cpp/$(DEPDIR)/$(am__dirstamp)
1123 src/cpp/libscihdf5_algo_la-H5StringData.lo: src/cpp/$(am__dirstamp) \
1124 src/cpp/$(DEPDIR)/$(am__dirstamp)
1125 src/cpp/libscihdf5_algo_la-H5ReferenceData.lo: \
1126 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
1127 src/cpp/libscihdf5_algo_la-H5CompoundData.lo: src/cpp/$(am__dirstamp) \
1128 src/cpp/$(DEPDIR)/$(am__dirstamp)
1129 src/cpp/libscihdf5_algo_la-H5ArrayData.lo: src/cpp/$(am__dirstamp) \
1130 src/cpp/$(DEPDIR)/$(am__dirstamp)
1131 src/cpp/libscihdf5_algo_la-H5VlenData.lo: src/cpp/$(am__dirstamp) \
1132 src/cpp/$(DEPDIR)/$(am__dirstamp)
1133 src/cpp/libscihdf5_algo_la-H5Options.lo: src/cpp/$(am__dirstamp) \
1134 src/cpp/$(DEPDIR)/$(am__dirstamp)
1135 src/cpp/libscihdf5_algo_la-handle_properties.lo: \
1136 src/cpp/$(am__dirstamp) src/cpp/$(DEPDIR)/$(am__dirstamp)
1137 src/c/libscihdf5_algo_la-DllmainHdf5.lo: src/c/$(am__dirstamp) \
1138 src/c/$(DEPDIR)/$(am__dirstamp)
1140 libscihdf5-algo.la: $(libscihdf5_algo_la_OBJECTS) $(libscihdf5_algo_la_DEPENDENCIES) $(EXTRA_libscihdf5_algo_la_DEPENDENCIES)
1141 $(AM_V_CXXLD)$(CXXLINK) $(libscihdf5_algo_la_OBJECTS) $(libscihdf5_algo_la_LIBADD) $(LIBS)
1142 sci_gateway/cpp/$(am__dirstamp):
1143 @$(MKDIR_P) sci_gateway/cpp
1144 @: > sci_gateway/cpp/$(am__dirstamp)
1145 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp):
1146 @$(MKDIR_P) sci_gateway/cpp/$(DEPDIR)
1147 @: > sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1148 sci_gateway/cpp/libscihdf5_la-hdf5_gw.lo: \
1149 sci_gateway/cpp/$(am__dirstamp) \
1150 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1151 sci_gateway/cpp/libscihdf5_la-sci_hdf5_save.lo: \
1152 sci_gateway/cpp/$(am__dirstamp) \
1153 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1154 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load.lo: \
1155 sci_gateway/cpp/$(am__dirstamp) \
1156 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1157 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v1.lo: \
1158 sci_gateway/cpp/$(am__dirstamp) \
1159 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1160 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v2.lo: \
1161 sci_gateway/cpp/$(am__dirstamp) \
1162 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1163 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v3.lo: \
1164 sci_gateway/cpp/$(am__dirstamp) \
1165 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1166 sci_gateway/cpp/libscihdf5_la-sci_hdf5_is_file.lo: \
1167 sci_gateway/cpp/$(am__dirstamp) \
1168 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1169 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar.lo: \
1170 sci_gateway/cpp/$(am__dirstamp) \
1171 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1172 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v2.lo: \
1173 sci_gateway/cpp/$(am__dirstamp) \
1174 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1175 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v3.lo: \
1176 sci_gateway/cpp/$(am__dirstamp) \
1177 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1178 sci_gateway/cpp/libscihdf5_la-sci_hdf5_file_version.lo: \
1179 sci_gateway/cpp/$(am__dirstamp) \
1180 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1181 sci_gateway/cpp/libscihdf5_la-sci_h5dump.lo: \
1182 sci_gateway/cpp/$(am__dirstamp) \
1183 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1184 sci_gateway/cpp/libscihdf5_la-sci_h5open.lo: \
1185 sci_gateway/cpp/$(am__dirstamp) \
1186 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1187 sci_gateway/cpp/libscihdf5_la-sci_h5close.lo: \
1188 sci_gateway/cpp/$(am__dirstamp) \
1189 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1190 sci_gateway/cpp/libscihdf5_la-sci_h5read.lo: \
1191 sci_gateway/cpp/$(am__dirstamp) \
1192 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1193 sci_gateway/cpp/libscihdf5_la-sci_h5ls.lo: \
1194 sci_gateway/cpp/$(am__dirstamp) \
1195 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1196 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_p.lo: \
1197 sci_gateway/cpp/$(am__dirstamp) \
1198 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1199 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_e.lo: \
1200 sci_gateway/cpp/$(am__dirstamp) \
1201 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1202 sci_gateway/cpp/libscihdf5_la-sci_h5group.lo: \
1203 sci_gateway/cpp/$(am__dirstamp) \
1204 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1205 sci_gateway/cpp/libscihdf5_la-sci_h5rm.lo: \
1206 sci_gateway/cpp/$(am__dirstamp) \
1207 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1208 sci_gateway/cpp/libscihdf5_la-sci_h5dataset.lo: \
1209 sci_gateway/cpp/$(am__dirstamp) \
1210 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1211 sci_gateway/cpp/libscihdf5_la-sci_h5write.lo: \
1212 sci_gateway/cpp/$(am__dirstamp) \
1213 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1214 sci_gateway/cpp/libscihdf5_la-sci_h5attr.lo: \
1215 sci_gateway/cpp/$(am__dirstamp) \
1216 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1217 sci_gateway/cpp/libscihdf5_la-sci_h5ln.lo: \
1218 sci_gateway/cpp/$(am__dirstamp) \
1219 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1220 sci_gateway/cpp/libscihdf5_la-sci_h5readattr.lo: \
1221 sci_gateway/cpp/$(am__dirstamp) \
1222 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1223 sci_gateway/cpp/libscihdf5_la-sci_h5flush.lo: \
1224 sci_gateway/cpp/$(am__dirstamp) \
1225 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1226 sci_gateway/cpp/libscihdf5_la-sci_h5cp.lo: \
1227 sci_gateway/cpp/$(am__dirstamp) \
1228 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1229 sci_gateway/cpp/libscihdf5_la-sci_h5isfoo.lo: \
1230 sci_gateway/cpp/$(am__dirstamp) \
1231 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1232 sci_gateway/cpp/libscihdf5_la-sci_h5mount.lo: \
1233 sci_gateway/cpp/$(am__dirstamp) \
1234 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1235 sci_gateway/cpp/libscihdf5_la-sci_h5umount.lo: \
1236 sci_gateway/cpp/$(am__dirstamp) \
1237 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1238 sci_gateway/cpp/libscihdf5_la-sci_h5mv.lo: \
1239 sci_gateway/cpp/$(am__dirstamp) \
1240 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1241 sci_gateway/cpp/libscihdf5_la-sci_h5get.lo: \
1242 sci_gateway/cpp/$(am__dirstamp) \
1243 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1244 sci_gateway/cpp/libscihdf5_la-sci_h5label.lo: \
1245 sci_gateway/cpp/$(am__dirstamp) \
1246 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1247 sci_gateway/cpp/libscihdf5_la-sci_h5exists.lo: \
1248 sci_gateway/cpp/$(am__dirstamp) \
1249 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1250 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_fieldnames.lo: \
1251 sci_gateway/cpp/$(am__dirstamp) \
1252 sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
1254 libscihdf5.la: $(libscihdf5_la_OBJECTS) $(libscihdf5_la_DEPENDENCIES) $(EXTRA_libscihdf5_la_DEPENDENCIES)
1255 $(AM_V_CXXLD)$(libscihdf5_la_LINK) -rpath $(pkglibdir) $(libscihdf5_la_OBJECTS) $(libscihdf5_la_LIBADD) $(LIBS)
1257 mostlyclean-compile:
1259 -rm -f sci_gateway/cpp/*.$(OBJEXT)
1260 -rm -f sci_gateway/cpp/*.lo
1261 -rm -f src/c/*.$(OBJEXT)
1263 -rm -f src/cpp/*.$(OBJEXT)
1269 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-hdf5_gw.Plo@am__quote@ # am--include-marker
1270 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5attr.Plo@am__quote@ # am--include-marker
1271 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5close.Plo@am__quote@ # am--include-marker
1272 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5cp.Plo@am__quote@ # am--include-marker
1273 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dataset.Plo@am__quote@ # am--include-marker
1274 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dump.Plo@am__quote@ # am--include-marker
1275 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5exists.Plo@am__quote@ # am--include-marker
1276 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5flush.Plo@am__quote@ # am--include-marker
1277 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5get.Plo@am__quote@ # am--include-marker
1278 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5group.Plo@am__quote@ # am--include-marker
1279 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5isfoo.Plo@am__quote@ # am--include-marker
1280 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5label.Plo@am__quote@ # am--include-marker
1281 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ln.Plo@am__quote@ # am--include-marker
1282 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ls.Plo@am__quote@ # am--include-marker
1283 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mount.Plo@am__quote@ # am--include-marker
1284 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mv.Plo@am__quote@ # am--include-marker
1285 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5open.Plo@am__quote@ # am--include-marker
1286 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5read.Plo@am__quote@ # am--include-marker
1287 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5readattr.Plo@am__quote@ # am--include-marker
1288 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5rm.Plo@am__quote@ # am--include-marker
1289 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5umount.Plo@am__quote@ # am--include-marker
1290 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5write.Plo@am__quote@ # am--include-marker
1291 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_file_version.Plo@am__quote@ # am--include-marker
1292 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_is_file.Plo@am__quote@ # am--include-marker
1293 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar.Plo@am__quote@ # am--include-marker
1294 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v2.Plo@am__quote@ # am--include-marker
1295 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v3.Plo@am__quote@ # am--include-marker
1296 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load.Plo@am__quote@ # am--include-marker
1297 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v1.Plo@am__quote@ # am--include-marker
1298 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v2.Plo@am__quote@ # am--include-marker
1299 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v3.Plo@am__quote@ # am--include-marker
1300 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_save.Plo@am__quote@ # am--include-marker
1301 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_e.Plo@am__quote@ # am--include-marker
1302 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_fieldnames.Plo@am__quote@ # am--include-marker
1303 @AMDEP_TRUE@@am__include@ @am__quote@sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_p.Plo@am__quote@ # am--include-marker
1304 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscihdf5_algo_la-DllmainHdf5.Plo@am__quote@ # am--include-marker
1305 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscihdf5_algo_la-h5_fileManagement.Plo@am__quote@ # am--include-marker
1306 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile.Plo@am__quote@ # am--include-marker
1307 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile_v1.Plo@am__quote@ # am--include-marker
1308 @AMDEP_TRUE@@am__include@ @am__quote@src/c/$(DEPDIR)/libscihdf5_algo_la-h5_writeDataToFile.Plo@am__quote@ # am--include-marker
1309 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ArrayData.Plo@am__quote@ # am--include-marker
1310 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Attribute.Plo@am__quote@ # am--include-marker
1311 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5AttributesList.Plo@am__quote@ # am--include-marker
1312 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5CompoundData.Plo@am__quote@ # am--include-marker
1313 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataConverter.Plo@am__quote@ # am--include-marker
1314 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataFactory.Plo@am__quote@ # am--include-marker
1315 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataset.Plo@am__quote@ # am--include-marker
1316 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataspace.Plo@am__quote@ # am--include-marker
1317 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ExternalLink.Plo@am__quote@ # am--include-marker
1318 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5File.Plo@am__quote@ # am--include-marker
1319 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Group.Plo@am__quote@ # am--include-marker
1320 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5HardLink.Plo@am__quote@ # am--include-marker
1321 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Link.Plo@am__quote@ # am--include-marker
1322 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Object.Plo@am__quote@ # am--include-marker
1323 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Options.Plo@am__quote@ # am--include-marker
1324 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ReferenceData.Plo@am__quote@ # am--include-marker
1325 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5SoftLink.Plo@am__quote@ # am--include-marker
1326 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5StringData.Plo@am__quote@ # am--include-marker
1327 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Type.Plo@am__quote@ # am--include-marker
1328 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VariableScope.Plo@am__quote@ # am--include-marker
1329 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VlenData.Plo@am__quote@ # am--include-marker
1330 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-HDF5Scilab.Plo@am__quote@ # am--include-marker
1331 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-handle_properties.Plo@am__quote@ # am--include-marker
1332 @AMDEP_TRUE@@am__include@ @am__quote@src/cpp/$(DEPDIR)/libscihdf5_algo_la-listvar_in_hdf5_v1.Plo@am__quote@ # am--include-marker
1334 $(am__depfiles_remade):
1336 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
1338 am--depfiles: $(am__depfiles_remade)
1341 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1342 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1343 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1344 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1345 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1346 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1349 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1350 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1351 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1352 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1354 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1357 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1358 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1359 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1360 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1362 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1364 src/c/libscihdf5_algo_la-h5_fileManagement.lo: src/c/h5_fileManagement.c
1365 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscihdf5_algo_la-h5_fileManagement.lo -MD -MP -MF src/c/$(DEPDIR)/libscihdf5_algo_la-h5_fileManagement.Tpo -c -o src/c/libscihdf5_algo_la-h5_fileManagement.lo `test -f 'src/c/h5_fileManagement.c' || echo '$(srcdir)/'`src/c/h5_fileManagement.c
1366 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscihdf5_algo_la-h5_fileManagement.Tpo src/c/$(DEPDIR)/libscihdf5_algo_la-h5_fileManagement.Plo
1367 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/h5_fileManagement.c' object='src/c/libscihdf5_algo_la-h5_fileManagement.lo' libtool=yes @AMDEPBACKSLASH@
1368 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1369 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscihdf5_algo_la-h5_fileManagement.lo `test -f 'src/c/h5_fileManagement.c' || echo '$(srcdir)/'`src/c/h5_fileManagement.c
1371 src/c/libscihdf5_algo_la-h5_writeDataToFile.lo: src/c/h5_writeDataToFile.c
1372 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscihdf5_algo_la-h5_writeDataToFile.lo -MD -MP -MF src/c/$(DEPDIR)/libscihdf5_algo_la-h5_writeDataToFile.Tpo -c -o src/c/libscihdf5_algo_la-h5_writeDataToFile.lo `test -f 'src/c/h5_writeDataToFile.c' || echo '$(srcdir)/'`src/c/h5_writeDataToFile.c
1373 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscihdf5_algo_la-h5_writeDataToFile.Tpo src/c/$(DEPDIR)/libscihdf5_algo_la-h5_writeDataToFile.Plo
1374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/h5_writeDataToFile.c' object='src/c/libscihdf5_algo_la-h5_writeDataToFile.lo' libtool=yes @AMDEPBACKSLASH@
1375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1376 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscihdf5_algo_la-h5_writeDataToFile.lo `test -f 'src/c/h5_writeDataToFile.c' || echo '$(srcdir)/'`src/c/h5_writeDataToFile.c
1378 src/c/libscihdf5_algo_la-h5_readDataFromFile.lo: src/c/h5_readDataFromFile.c
1379 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscihdf5_algo_la-h5_readDataFromFile.lo -MD -MP -MF src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile.Tpo -c -o src/c/libscihdf5_algo_la-h5_readDataFromFile.lo `test -f 'src/c/h5_readDataFromFile.c' || echo '$(srcdir)/'`src/c/h5_readDataFromFile.c
1380 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile.Tpo src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile.Plo
1381 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/h5_readDataFromFile.c' object='src/c/libscihdf5_algo_la-h5_readDataFromFile.lo' libtool=yes @AMDEPBACKSLASH@
1382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1383 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscihdf5_algo_la-h5_readDataFromFile.lo `test -f 'src/c/h5_readDataFromFile.c' || echo '$(srcdir)/'`src/c/h5_readDataFromFile.c
1385 src/c/libscihdf5_algo_la-h5_readDataFromFile_v1.lo: src/c/h5_readDataFromFile_v1.c
1386 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscihdf5_algo_la-h5_readDataFromFile_v1.lo -MD -MP -MF src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile_v1.Tpo -c -o src/c/libscihdf5_algo_la-h5_readDataFromFile_v1.lo `test -f 'src/c/h5_readDataFromFile_v1.c' || echo '$(srcdir)/'`src/c/h5_readDataFromFile_v1.c
1387 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile_v1.Tpo src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile_v1.Plo
1388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/h5_readDataFromFile_v1.c' object='src/c/libscihdf5_algo_la-h5_readDataFromFile_v1.lo' libtool=yes @AMDEPBACKSLASH@
1389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1390 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscihdf5_algo_la-h5_readDataFromFile_v1.lo `test -f 'src/c/h5_readDataFromFile_v1.c' || echo '$(srcdir)/'`src/c/h5_readDataFromFile_v1.c
1392 src/c/libscihdf5_algo_la-DllmainHdf5.lo: src/c/DllmainHdf5.c
1393 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/c/libscihdf5_algo_la-DllmainHdf5.lo -MD -MP -MF src/c/$(DEPDIR)/libscihdf5_algo_la-DllmainHdf5.Tpo -c -o src/c/libscihdf5_algo_la-DllmainHdf5.lo `test -f 'src/c/DllmainHdf5.c' || echo '$(srcdir)/'`src/c/DllmainHdf5.c
1394 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/c/$(DEPDIR)/libscihdf5_algo_la-DllmainHdf5.Tpo src/c/$(DEPDIR)/libscihdf5_algo_la-DllmainHdf5.Plo
1395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/c/DllmainHdf5.c' object='src/c/libscihdf5_algo_la-DllmainHdf5.lo' libtool=yes @AMDEPBACKSLASH@
1396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1397 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/c/libscihdf5_algo_la-DllmainHdf5.lo `test -f 'src/c/DllmainHdf5.c' || echo '$(srcdir)/'`src/c/DllmainHdf5.c
1400 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1401 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1402 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1403 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1404 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1405 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1408 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1409 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1410 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1411 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1412 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1413 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1416 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1417 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1418 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1419 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1420 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1421 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1423 src/cpp/libscihdf5_algo_la-listvar_in_hdf5_v1.lo: src/cpp/listvar_in_hdf5_v1.cpp
1424 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-listvar_in_hdf5_v1.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-listvar_in_hdf5_v1.Tpo -c -o src/cpp/libscihdf5_algo_la-listvar_in_hdf5_v1.lo `test -f 'src/cpp/listvar_in_hdf5_v1.cpp' || echo '$(srcdir)/'`src/cpp/listvar_in_hdf5_v1.cpp
1425 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-listvar_in_hdf5_v1.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-listvar_in_hdf5_v1.Plo
1426 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/listvar_in_hdf5_v1.cpp' object='src/cpp/libscihdf5_algo_la-listvar_in_hdf5_v1.lo' libtool=yes @AMDEPBACKSLASH@
1427 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1428 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-listvar_in_hdf5_v1.lo `test -f 'src/cpp/listvar_in_hdf5_v1.cpp' || echo '$(srcdir)/'`src/cpp/listvar_in_hdf5_v1.cpp
1430 src/cpp/libscihdf5_algo_la-H5Attribute.lo: src/cpp/H5Attribute.cpp
1431 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Attribute.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Attribute.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Attribute.lo `test -f 'src/cpp/H5Attribute.cpp' || echo '$(srcdir)/'`src/cpp/H5Attribute.cpp
1432 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Attribute.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Attribute.Plo
1433 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Attribute.cpp' object='src/cpp/libscihdf5_algo_la-H5Attribute.lo' libtool=yes @AMDEPBACKSLASH@
1434 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1435 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Attribute.lo `test -f 'src/cpp/H5Attribute.cpp' || echo '$(srcdir)/'`src/cpp/H5Attribute.cpp
1437 src/cpp/libscihdf5_algo_la-H5AttributesList.lo: src/cpp/H5AttributesList.cpp
1438 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5AttributesList.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5AttributesList.Tpo -c -o src/cpp/libscihdf5_algo_la-H5AttributesList.lo `test -f 'src/cpp/H5AttributesList.cpp' || echo '$(srcdir)/'`src/cpp/H5AttributesList.cpp
1439 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5AttributesList.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5AttributesList.Plo
1440 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5AttributesList.cpp' object='src/cpp/libscihdf5_algo_la-H5AttributesList.lo' libtool=yes @AMDEPBACKSLASH@
1441 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1442 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5AttributesList.lo `test -f 'src/cpp/H5AttributesList.cpp' || echo '$(srcdir)/'`src/cpp/H5AttributesList.cpp
1444 src/cpp/libscihdf5_algo_la-H5DataConverter.lo: src/cpp/H5DataConverter.cpp
1445 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5DataConverter.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataConverter.Tpo -c -o src/cpp/libscihdf5_algo_la-H5DataConverter.lo `test -f 'src/cpp/H5DataConverter.cpp' || echo '$(srcdir)/'`src/cpp/H5DataConverter.cpp
1446 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataConverter.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataConverter.Plo
1447 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5DataConverter.cpp' object='src/cpp/libscihdf5_algo_la-H5DataConverter.lo' libtool=yes @AMDEPBACKSLASH@
1448 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1449 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5DataConverter.lo `test -f 'src/cpp/H5DataConverter.cpp' || echo '$(srcdir)/'`src/cpp/H5DataConverter.cpp
1451 src/cpp/libscihdf5_algo_la-H5Dataset.lo: src/cpp/H5Dataset.cpp
1452 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Dataset.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataset.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Dataset.lo `test -f 'src/cpp/H5Dataset.cpp' || echo '$(srcdir)/'`src/cpp/H5Dataset.cpp
1453 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataset.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataset.Plo
1454 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Dataset.cpp' object='src/cpp/libscihdf5_algo_la-H5Dataset.lo' libtool=yes @AMDEPBACKSLASH@
1455 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1456 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Dataset.lo `test -f 'src/cpp/H5Dataset.cpp' || echo '$(srcdir)/'`src/cpp/H5Dataset.cpp
1458 src/cpp/libscihdf5_algo_la-H5Dataspace.lo: src/cpp/H5Dataspace.cpp
1459 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Dataspace.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataspace.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Dataspace.lo `test -f 'src/cpp/H5Dataspace.cpp' || echo '$(srcdir)/'`src/cpp/H5Dataspace.cpp
1460 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataspace.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataspace.Plo
1461 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Dataspace.cpp' object='src/cpp/libscihdf5_algo_la-H5Dataspace.lo' libtool=yes @AMDEPBACKSLASH@
1462 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1463 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Dataspace.lo `test -f 'src/cpp/H5Dataspace.cpp' || echo '$(srcdir)/'`src/cpp/H5Dataspace.cpp
1465 src/cpp/libscihdf5_algo_la-H5File.lo: src/cpp/H5File.cpp
1466 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5File.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5File.Tpo -c -o src/cpp/libscihdf5_algo_la-H5File.lo `test -f 'src/cpp/H5File.cpp' || echo '$(srcdir)/'`src/cpp/H5File.cpp
1467 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5File.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5File.Plo
1468 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5File.cpp' object='src/cpp/libscihdf5_algo_la-H5File.lo' libtool=yes @AMDEPBACKSLASH@
1469 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1470 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5File.lo `test -f 'src/cpp/H5File.cpp' || echo '$(srcdir)/'`src/cpp/H5File.cpp
1472 src/cpp/libscihdf5_algo_la-H5Group.lo: src/cpp/H5Group.cpp
1473 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Group.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Group.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Group.lo `test -f 'src/cpp/H5Group.cpp' || echo '$(srcdir)/'`src/cpp/H5Group.cpp
1474 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Group.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Group.Plo
1475 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Group.cpp' object='src/cpp/libscihdf5_algo_la-H5Group.lo' libtool=yes @AMDEPBACKSLASH@
1476 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1477 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Group.lo `test -f 'src/cpp/H5Group.cpp' || echo '$(srcdir)/'`src/cpp/H5Group.cpp
1479 src/cpp/libscihdf5_algo_la-H5Object.lo: src/cpp/H5Object.cpp
1480 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Object.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Object.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Object.lo `test -f 'src/cpp/H5Object.cpp' || echo '$(srcdir)/'`src/cpp/H5Object.cpp
1481 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Object.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Object.Plo
1482 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Object.cpp' object='src/cpp/libscihdf5_algo_la-H5Object.lo' libtool=yes @AMDEPBACKSLASH@
1483 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1484 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Object.lo `test -f 'src/cpp/H5Object.cpp' || echo '$(srcdir)/'`src/cpp/H5Object.cpp
1486 src/cpp/libscihdf5_algo_la-H5Type.lo: src/cpp/H5Type.cpp
1487 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Type.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Type.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Type.lo `test -f 'src/cpp/H5Type.cpp' || echo '$(srcdir)/'`src/cpp/H5Type.cpp
1488 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Type.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Type.Plo
1489 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Type.cpp' object='src/cpp/libscihdf5_algo_la-H5Type.lo' libtool=yes @AMDEPBACKSLASH@
1490 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1491 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Type.lo `test -f 'src/cpp/H5Type.cpp' || echo '$(srcdir)/'`src/cpp/H5Type.cpp
1493 src/cpp/libscihdf5_algo_la-H5DataFactory.lo: src/cpp/H5DataFactory.cpp
1494 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5DataFactory.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataFactory.Tpo -c -o src/cpp/libscihdf5_algo_la-H5DataFactory.lo `test -f 'src/cpp/H5DataFactory.cpp' || echo '$(srcdir)/'`src/cpp/H5DataFactory.cpp
1495 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataFactory.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataFactory.Plo
1496 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5DataFactory.cpp' object='src/cpp/libscihdf5_algo_la-H5DataFactory.lo' libtool=yes @AMDEPBACKSLASH@
1497 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1498 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5DataFactory.lo `test -f 'src/cpp/H5DataFactory.cpp' || echo '$(srcdir)/'`src/cpp/H5DataFactory.cpp
1500 src/cpp/libscihdf5_algo_la-H5VariableScope.lo: src/cpp/H5VariableScope.cpp
1501 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5VariableScope.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VariableScope.Tpo -c -o src/cpp/libscihdf5_algo_la-H5VariableScope.lo `test -f 'src/cpp/H5VariableScope.cpp' || echo '$(srcdir)/'`src/cpp/H5VariableScope.cpp
1502 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VariableScope.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VariableScope.Plo
1503 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5VariableScope.cpp' object='src/cpp/libscihdf5_algo_la-H5VariableScope.lo' libtool=yes @AMDEPBACKSLASH@
1504 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1505 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5VariableScope.lo `test -f 'src/cpp/H5VariableScope.cpp' || echo '$(srcdir)/'`src/cpp/H5VariableScope.cpp
1507 src/cpp/libscihdf5_algo_la-H5SoftLink.lo: src/cpp/H5SoftLink.cpp
1508 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5SoftLink.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5SoftLink.Tpo -c -o src/cpp/libscihdf5_algo_la-H5SoftLink.lo `test -f 'src/cpp/H5SoftLink.cpp' || echo '$(srcdir)/'`src/cpp/H5SoftLink.cpp
1509 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5SoftLink.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5SoftLink.Plo
1510 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5SoftLink.cpp' object='src/cpp/libscihdf5_algo_la-H5SoftLink.lo' libtool=yes @AMDEPBACKSLASH@
1511 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1512 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5SoftLink.lo `test -f 'src/cpp/H5SoftLink.cpp' || echo '$(srcdir)/'`src/cpp/H5SoftLink.cpp
1514 src/cpp/libscihdf5_algo_la-H5ExternalLink.lo: src/cpp/H5ExternalLink.cpp
1515 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5ExternalLink.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ExternalLink.Tpo -c -o src/cpp/libscihdf5_algo_la-H5ExternalLink.lo `test -f 'src/cpp/H5ExternalLink.cpp' || echo '$(srcdir)/'`src/cpp/H5ExternalLink.cpp
1516 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ExternalLink.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ExternalLink.Plo
1517 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5ExternalLink.cpp' object='src/cpp/libscihdf5_algo_la-H5ExternalLink.lo' libtool=yes @AMDEPBACKSLASH@
1518 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1519 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5ExternalLink.lo `test -f 'src/cpp/H5ExternalLink.cpp' || echo '$(srcdir)/'`src/cpp/H5ExternalLink.cpp
1521 src/cpp/libscihdf5_algo_la-H5HardLink.lo: src/cpp/H5HardLink.cpp
1522 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5HardLink.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5HardLink.Tpo -c -o src/cpp/libscihdf5_algo_la-H5HardLink.lo `test -f 'src/cpp/H5HardLink.cpp' || echo '$(srcdir)/'`src/cpp/H5HardLink.cpp
1523 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5HardLink.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5HardLink.Plo
1524 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5HardLink.cpp' object='src/cpp/libscihdf5_algo_la-H5HardLink.lo' libtool=yes @AMDEPBACKSLASH@
1525 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1526 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5HardLink.lo `test -f 'src/cpp/H5HardLink.cpp' || echo '$(srcdir)/'`src/cpp/H5HardLink.cpp
1528 src/cpp/libscihdf5_algo_la-H5Link.lo: src/cpp/H5Link.cpp
1529 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Link.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Link.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Link.lo `test -f 'src/cpp/H5Link.cpp' || echo '$(srcdir)/'`src/cpp/H5Link.cpp
1530 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Link.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Link.Plo
1531 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Link.cpp' object='src/cpp/libscihdf5_algo_la-H5Link.lo' libtool=yes @AMDEPBACKSLASH@
1532 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1533 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Link.lo `test -f 'src/cpp/H5Link.cpp' || echo '$(srcdir)/'`src/cpp/H5Link.cpp
1535 src/cpp/libscihdf5_algo_la-HDF5Scilab.lo: src/cpp/HDF5Scilab.cpp
1536 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-HDF5Scilab.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-HDF5Scilab.Tpo -c -o src/cpp/libscihdf5_algo_la-HDF5Scilab.lo `test -f 'src/cpp/HDF5Scilab.cpp' || echo '$(srcdir)/'`src/cpp/HDF5Scilab.cpp
1537 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-HDF5Scilab.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-HDF5Scilab.Plo
1538 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/HDF5Scilab.cpp' object='src/cpp/libscihdf5_algo_la-HDF5Scilab.lo' libtool=yes @AMDEPBACKSLASH@
1539 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1540 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-HDF5Scilab.lo `test -f 'src/cpp/HDF5Scilab.cpp' || echo '$(srcdir)/'`src/cpp/HDF5Scilab.cpp
1542 src/cpp/libscihdf5_algo_la-H5StringData.lo: src/cpp/H5StringData.cpp
1543 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5StringData.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5StringData.Tpo -c -o src/cpp/libscihdf5_algo_la-H5StringData.lo `test -f 'src/cpp/H5StringData.cpp' || echo '$(srcdir)/'`src/cpp/H5StringData.cpp
1544 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5StringData.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5StringData.Plo
1545 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5StringData.cpp' object='src/cpp/libscihdf5_algo_la-H5StringData.lo' libtool=yes @AMDEPBACKSLASH@
1546 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1547 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5StringData.lo `test -f 'src/cpp/H5StringData.cpp' || echo '$(srcdir)/'`src/cpp/H5StringData.cpp
1549 src/cpp/libscihdf5_algo_la-H5ReferenceData.lo: src/cpp/H5ReferenceData.cpp
1550 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5ReferenceData.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ReferenceData.Tpo -c -o src/cpp/libscihdf5_algo_la-H5ReferenceData.lo `test -f 'src/cpp/H5ReferenceData.cpp' || echo '$(srcdir)/'`src/cpp/H5ReferenceData.cpp
1551 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ReferenceData.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ReferenceData.Plo
1552 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5ReferenceData.cpp' object='src/cpp/libscihdf5_algo_la-H5ReferenceData.lo' libtool=yes @AMDEPBACKSLASH@
1553 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1554 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5ReferenceData.lo `test -f 'src/cpp/H5ReferenceData.cpp' || echo '$(srcdir)/'`src/cpp/H5ReferenceData.cpp
1556 src/cpp/libscihdf5_algo_la-H5CompoundData.lo: src/cpp/H5CompoundData.cpp
1557 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5CompoundData.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5CompoundData.Tpo -c -o src/cpp/libscihdf5_algo_la-H5CompoundData.lo `test -f 'src/cpp/H5CompoundData.cpp' || echo '$(srcdir)/'`src/cpp/H5CompoundData.cpp
1558 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5CompoundData.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5CompoundData.Plo
1559 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5CompoundData.cpp' object='src/cpp/libscihdf5_algo_la-H5CompoundData.lo' libtool=yes @AMDEPBACKSLASH@
1560 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1561 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5CompoundData.lo `test -f 'src/cpp/H5CompoundData.cpp' || echo '$(srcdir)/'`src/cpp/H5CompoundData.cpp
1563 src/cpp/libscihdf5_algo_la-H5ArrayData.lo: src/cpp/H5ArrayData.cpp
1564 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5ArrayData.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ArrayData.Tpo -c -o src/cpp/libscihdf5_algo_la-H5ArrayData.lo `test -f 'src/cpp/H5ArrayData.cpp' || echo '$(srcdir)/'`src/cpp/H5ArrayData.cpp
1565 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ArrayData.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ArrayData.Plo
1566 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5ArrayData.cpp' object='src/cpp/libscihdf5_algo_la-H5ArrayData.lo' libtool=yes @AMDEPBACKSLASH@
1567 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1568 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5ArrayData.lo `test -f 'src/cpp/H5ArrayData.cpp' || echo '$(srcdir)/'`src/cpp/H5ArrayData.cpp
1570 src/cpp/libscihdf5_algo_la-H5VlenData.lo: src/cpp/H5VlenData.cpp
1571 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5VlenData.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VlenData.Tpo -c -o src/cpp/libscihdf5_algo_la-H5VlenData.lo `test -f 'src/cpp/H5VlenData.cpp' || echo '$(srcdir)/'`src/cpp/H5VlenData.cpp
1572 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VlenData.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VlenData.Plo
1573 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5VlenData.cpp' object='src/cpp/libscihdf5_algo_la-H5VlenData.lo' libtool=yes @AMDEPBACKSLASH@
1574 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1575 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5VlenData.lo `test -f 'src/cpp/H5VlenData.cpp' || echo '$(srcdir)/'`src/cpp/H5VlenData.cpp
1577 src/cpp/libscihdf5_algo_la-H5Options.lo: src/cpp/H5Options.cpp
1578 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-H5Options.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Options.Tpo -c -o src/cpp/libscihdf5_algo_la-H5Options.lo `test -f 'src/cpp/H5Options.cpp' || echo '$(srcdir)/'`src/cpp/H5Options.cpp
1579 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Options.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Options.Plo
1580 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/H5Options.cpp' object='src/cpp/libscihdf5_algo_la-H5Options.lo' libtool=yes @AMDEPBACKSLASH@
1581 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1582 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-H5Options.lo `test -f 'src/cpp/H5Options.cpp' || echo '$(srcdir)/'`src/cpp/H5Options.cpp
1584 src/cpp/libscihdf5_algo_la-handle_properties.lo: src/cpp/handle_properties.cpp
1585 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT src/cpp/libscihdf5_algo_la-handle_properties.lo -MD -MP -MF src/cpp/$(DEPDIR)/libscihdf5_algo_la-handle_properties.Tpo -c -o src/cpp/libscihdf5_algo_la-handle_properties.lo `test -f 'src/cpp/handle_properties.cpp' || echo '$(srcdir)/'`src/cpp/handle_properties.cpp
1586 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/cpp/$(DEPDIR)/libscihdf5_algo_la-handle_properties.Tpo src/cpp/$(DEPDIR)/libscihdf5_algo_la-handle_properties.Plo
1587 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/cpp/handle_properties.cpp' object='src/cpp/libscihdf5_algo_la-handle_properties.lo' libtool=yes @AMDEPBACKSLASH@
1588 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1589 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_algo_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o src/cpp/libscihdf5_algo_la-handle_properties.lo `test -f 'src/cpp/handle_properties.cpp' || echo '$(srcdir)/'`src/cpp/handle_properties.cpp
1591 sci_gateway/cpp/libscihdf5_la-hdf5_gw.lo: sci_gateway/cpp/hdf5_gw.cpp
1592 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-hdf5_gw.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-hdf5_gw.Tpo -c -o sci_gateway/cpp/libscihdf5_la-hdf5_gw.lo `test -f 'sci_gateway/cpp/hdf5_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/hdf5_gw.cpp
1593 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-hdf5_gw.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-hdf5_gw.Plo
1594 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/hdf5_gw.cpp' object='sci_gateway/cpp/libscihdf5_la-hdf5_gw.lo' libtool=yes @AMDEPBACKSLASH@
1595 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1596 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-hdf5_gw.lo `test -f 'sci_gateway/cpp/hdf5_gw.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/hdf5_gw.cpp
1598 sci_gateway/cpp/libscihdf5_la-sci_hdf5_save.lo: sci_gateway/cpp/sci_hdf5_save.cpp
1599 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_save.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_save.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_save.lo `test -f 'sci_gateway/cpp/sci_hdf5_save.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_save.cpp
1600 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_save.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_save.Plo
1601 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_save.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_save.lo' libtool=yes @AMDEPBACKSLASH@
1602 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1603 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_save.lo `test -f 'sci_gateway/cpp/sci_hdf5_save.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_save.cpp
1605 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load.lo: sci_gateway/cpp/sci_hdf5_load.cpp
1606 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_load.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load.lo `test -f 'sci_gateway/cpp/sci_hdf5_load.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load.cpp
1607 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load.Plo
1608 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_load.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_load.lo' libtool=yes @AMDEPBACKSLASH@
1609 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1610 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load.lo `test -f 'sci_gateway/cpp/sci_hdf5_load.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load.cpp
1612 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v1.lo: sci_gateway/cpp/sci_hdf5_load_v1.cpp
1613 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v1.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v1.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v1.lo `test -f 'sci_gateway/cpp/sci_hdf5_load_v1.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load_v1.cpp
1614 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v1.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v1.Plo
1615 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_load_v1.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v1.lo' libtool=yes @AMDEPBACKSLASH@
1616 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1617 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v1.lo `test -f 'sci_gateway/cpp/sci_hdf5_load_v1.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load_v1.cpp
1619 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v2.lo: sci_gateway/cpp/sci_hdf5_load_v2.cpp
1620 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v2.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v2.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v2.lo `test -f 'sci_gateway/cpp/sci_hdf5_load_v2.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load_v2.cpp
1621 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v2.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v2.Plo
1622 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_load_v2.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v2.lo' libtool=yes @AMDEPBACKSLASH@
1623 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1624 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v2.lo `test -f 'sci_gateway/cpp/sci_hdf5_load_v2.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load_v2.cpp
1626 sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v3.lo: sci_gateway/cpp/sci_hdf5_load_v3.cpp
1627 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v3.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v3.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v3.lo `test -f 'sci_gateway/cpp/sci_hdf5_load_v3.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load_v3.cpp
1628 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v3.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v3.Plo
1629 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_load_v3.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v3.lo' libtool=yes @AMDEPBACKSLASH@
1630 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1631 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_load_v3.lo `test -f 'sci_gateway/cpp/sci_hdf5_load_v3.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_load_v3.cpp
1633 sci_gateway/cpp/libscihdf5_la-sci_hdf5_is_file.lo: sci_gateway/cpp/sci_hdf5_is_file.cpp
1634 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_is_file.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_is_file.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_is_file.lo `test -f 'sci_gateway/cpp/sci_hdf5_is_file.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_is_file.cpp
1635 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_is_file.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_is_file.Plo
1636 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_is_file.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_is_file.lo' libtool=yes @AMDEPBACKSLASH@
1637 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1638 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_is_file.lo `test -f 'sci_gateway/cpp/sci_hdf5_is_file.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_is_file.cpp
1640 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar.lo: sci_gateway/cpp/sci_hdf5_listvar.cpp
1641 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar.lo `test -f 'sci_gateway/cpp/sci_hdf5_listvar.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_listvar.cpp
1642 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar.Plo
1643 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_listvar.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar.lo' libtool=yes @AMDEPBACKSLASH@
1644 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1645 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar.lo `test -f 'sci_gateway/cpp/sci_hdf5_listvar.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_listvar.cpp
1647 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v2.lo: sci_gateway/cpp/sci_hdf5_listvar_v2.cpp
1648 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v2.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v2.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v2.lo `test -f 'sci_gateway/cpp/sci_hdf5_listvar_v2.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_listvar_v2.cpp
1649 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v2.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v2.Plo
1650 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_listvar_v2.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v2.lo' libtool=yes @AMDEPBACKSLASH@
1651 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1652 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v2.lo `test -f 'sci_gateway/cpp/sci_hdf5_listvar_v2.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_listvar_v2.cpp
1654 sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v3.lo: sci_gateway/cpp/sci_hdf5_listvar_v3.cpp
1655 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v3.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v3.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v3.lo `test -f 'sci_gateway/cpp/sci_hdf5_listvar_v3.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_listvar_v3.cpp
1656 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v3.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v3.Plo
1657 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_listvar_v3.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v3.lo' libtool=yes @AMDEPBACKSLASH@
1658 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1659 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_listvar_v3.lo `test -f 'sci_gateway/cpp/sci_hdf5_listvar_v3.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_listvar_v3.cpp
1661 sci_gateway/cpp/libscihdf5_la-sci_hdf5_file_version.lo: sci_gateway/cpp/sci_hdf5_file_version.cpp
1662 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_hdf5_file_version.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_file_version.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_file_version.lo `test -f 'sci_gateway/cpp/sci_hdf5_file_version.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_file_version.cpp
1663 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_file_version.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_file_version.Plo
1664 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_hdf5_file_version.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_hdf5_file_version.lo' libtool=yes @AMDEPBACKSLASH@
1665 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1666 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_hdf5_file_version.lo `test -f 'sci_gateway/cpp/sci_hdf5_file_version.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_hdf5_file_version.cpp
1668 sci_gateway/cpp/libscihdf5_la-sci_h5dump.lo: sci_gateway/cpp/sci_h5dump.cpp
1669 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5dump.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dump.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5dump.lo `test -f 'sci_gateway/cpp/sci_h5dump.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5dump.cpp
1670 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dump.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dump.Plo
1671 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5dump.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5dump.lo' libtool=yes @AMDEPBACKSLASH@
1672 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1673 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5dump.lo `test -f 'sci_gateway/cpp/sci_h5dump.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5dump.cpp
1675 sci_gateway/cpp/libscihdf5_la-sci_h5open.lo: sci_gateway/cpp/sci_h5open.cpp
1676 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5open.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5open.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5open.lo `test -f 'sci_gateway/cpp/sci_h5open.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5open.cpp
1677 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5open.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5open.Plo
1678 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5open.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5open.lo' libtool=yes @AMDEPBACKSLASH@
1679 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1680 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5open.lo `test -f 'sci_gateway/cpp/sci_h5open.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5open.cpp
1682 sci_gateway/cpp/libscihdf5_la-sci_h5close.lo: sci_gateway/cpp/sci_h5close.cpp
1683 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5close.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5close.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5close.lo `test -f 'sci_gateway/cpp/sci_h5close.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5close.cpp
1684 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5close.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5close.Plo
1685 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5close.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5close.lo' libtool=yes @AMDEPBACKSLASH@
1686 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1687 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5close.lo `test -f 'sci_gateway/cpp/sci_h5close.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5close.cpp
1689 sci_gateway/cpp/libscihdf5_la-sci_h5read.lo: sci_gateway/cpp/sci_h5read.cpp
1690 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5read.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5read.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5read.lo `test -f 'sci_gateway/cpp/sci_h5read.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5read.cpp
1691 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5read.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5read.Plo
1692 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5read.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5read.lo' libtool=yes @AMDEPBACKSLASH@
1693 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1694 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5read.lo `test -f 'sci_gateway/cpp/sci_h5read.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5read.cpp
1696 sci_gateway/cpp/libscihdf5_la-sci_h5ls.lo: sci_gateway/cpp/sci_h5ls.cpp
1697 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5ls.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ls.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5ls.lo `test -f 'sci_gateway/cpp/sci_h5ls.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5ls.cpp
1698 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ls.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ls.Plo
1699 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5ls.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5ls.lo' libtool=yes @AMDEPBACKSLASH@
1700 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1701 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5ls.lo `test -f 'sci_gateway/cpp/sci_h5ls.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5ls.cpp
1703 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_p.lo: sci_gateway/cpp/sci_percent_H5Object_p.cpp
1704 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_p.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_p.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_p.lo `test -f 'sci_gateway/cpp/sci_percent_H5Object_p.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_percent_H5Object_p.cpp
1705 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_p.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_p.Plo
1706 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_percent_H5Object_p.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_p.lo' libtool=yes @AMDEPBACKSLASH@
1707 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1708 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_p.lo `test -f 'sci_gateway/cpp/sci_percent_H5Object_p.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_percent_H5Object_p.cpp
1710 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_e.lo: sci_gateway/cpp/sci_percent_H5Object_e.cpp
1711 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_e.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_e.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_e.lo `test -f 'sci_gateway/cpp/sci_percent_H5Object_e.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_percent_H5Object_e.cpp
1712 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_e.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_e.Plo
1713 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_percent_H5Object_e.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_e.lo' libtool=yes @AMDEPBACKSLASH@
1714 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1715 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_e.lo `test -f 'sci_gateway/cpp/sci_percent_H5Object_e.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_percent_H5Object_e.cpp
1717 sci_gateway/cpp/libscihdf5_la-sci_h5group.lo: sci_gateway/cpp/sci_h5group.cpp
1718 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5group.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5group.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5group.lo `test -f 'sci_gateway/cpp/sci_h5group.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5group.cpp
1719 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5group.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5group.Plo
1720 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5group.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5group.lo' libtool=yes @AMDEPBACKSLASH@
1721 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1722 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5group.lo `test -f 'sci_gateway/cpp/sci_h5group.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5group.cpp
1724 sci_gateway/cpp/libscihdf5_la-sci_h5rm.lo: sci_gateway/cpp/sci_h5rm.cpp
1725 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5rm.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5rm.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5rm.lo `test -f 'sci_gateway/cpp/sci_h5rm.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5rm.cpp
1726 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5rm.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5rm.Plo
1727 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5rm.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5rm.lo' libtool=yes @AMDEPBACKSLASH@
1728 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1729 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5rm.lo `test -f 'sci_gateway/cpp/sci_h5rm.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5rm.cpp
1731 sci_gateway/cpp/libscihdf5_la-sci_h5dataset.lo: sci_gateway/cpp/sci_h5dataset.cpp
1732 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5dataset.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dataset.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5dataset.lo `test -f 'sci_gateway/cpp/sci_h5dataset.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5dataset.cpp
1733 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dataset.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dataset.Plo
1734 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5dataset.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5dataset.lo' libtool=yes @AMDEPBACKSLASH@
1735 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1736 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5dataset.lo `test -f 'sci_gateway/cpp/sci_h5dataset.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5dataset.cpp
1738 sci_gateway/cpp/libscihdf5_la-sci_h5write.lo: sci_gateway/cpp/sci_h5write.cpp
1739 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5write.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5write.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5write.lo `test -f 'sci_gateway/cpp/sci_h5write.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5write.cpp
1740 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5write.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5write.Plo
1741 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5write.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5write.lo' libtool=yes @AMDEPBACKSLASH@
1742 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1743 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5write.lo `test -f 'sci_gateway/cpp/sci_h5write.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5write.cpp
1745 sci_gateway/cpp/libscihdf5_la-sci_h5attr.lo: sci_gateway/cpp/sci_h5attr.cpp
1746 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5attr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5attr.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5attr.lo `test -f 'sci_gateway/cpp/sci_h5attr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5attr.cpp
1747 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5attr.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5attr.Plo
1748 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5attr.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5attr.lo' libtool=yes @AMDEPBACKSLASH@
1749 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1750 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5attr.lo `test -f 'sci_gateway/cpp/sci_h5attr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5attr.cpp
1752 sci_gateway/cpp/libscihdf5_la-sci_h5ln.lo: sci_gateway/cpp/sci_h5ln.cpp
1753 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5ln.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ln.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5ln.lo `test -f 'sci_gateway/cpp/sci_h5ln.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5ln.cpp
1754 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ln.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ln.Plo
1755 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5ln.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5ln.lo' libtool=yes @AMDEPBACKSLASH@
1756 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1757 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5ln.lo `test -f 'sci_gateway/cpp/sci_h5ln.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5ln.cpp
1759 sci_gateway/cpp/libscihdf5_la-sci_h5readattr.lo: sci_gateway/cpp/sci_h5readattr.cpp
1760 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5readattr.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5readattr.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5readattr.lo `test -f 'sci_gateway/cpp/sci_h5readattr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5readattr.cpp
1761 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5readattr.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5readattr.Plo
1762 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5readattr.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5readattr.lo' libtool=yes @AMDEPBACKSLASH@
1763 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1764 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5readattr.lo `test -f 'sci_gateway/cpp/sci_h5readattr.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5readattr.cpp
1766 sci_gateway/cpp/libscihdf5_la-sci_h5flush.lo: sci_gateway/cpp/sci_h5flush.cpp
1767 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5flush.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5flush.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5flush.lo `test -f 'sci_gateway/cpp/sci_h5flush.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5flush.cpp
1768 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5flush.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5flush.Plo
1769 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5flush.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5flush.lo' libtool=yes @AMDEPBACKSLASH@
1770 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1771 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5flush.lo `test -f 'sci_gateway/cpp/sci_h5flush.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5flush.cpp
1773 sci_gateway/cpp/libscihdf5_la-sci_h5cp.lo: sci_gateway/cpp/sci_h5cp.cpp
1774 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5cp.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5cp.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5cp.lo `test -f 'sci_gateway/cpp/sci_h5cp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5cp.cpp
1775 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5cp.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5cp.Plo
1776 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5cp.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5cp.lo' libtool=yes @AMDEPBACKSLASH@
1777 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1778 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5cp.lo `test -f 'sci_gateway/cpp/sci_h5cp.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5cp.cpp
1780 sci_gateway/cpp/libscihdf5_la-sci_h5isfoo.lo: sci_gateway/cpp/sci_h5isfoo.cpp
1781 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5isfoo.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5isfoo.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5isfoo.lo `test -f 'sci_gateway/cpp/sci_h5isfoo.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5isfoo.cpp
1782 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5isfoo.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5isfoo.Plo
1783 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5isfoo.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5isfoo.lo' libtool=yes @AMDEPBACKSLASH@
1784 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1785 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5isfoo.lo `test -f 'sci_gateway/cpp/sci_h5isfoo.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5isfoo.cpp
1787 sci_gateway/cpp/libscihdf5_la-sci_h5mount.lo: sci_gateway/cpp/sci_h5mount.cpp
1788 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5mount.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mount.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5mount.lo `test -f 'sci_gateway/cpp/sci_h5mount.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5mount.cpp
1789 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mount.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mount.Plo
1790 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5mount.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5mount.lo' libtool=yes @AMDEPBACKSLASH@
1791 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1792 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5mount.lo `test -f 'sci_gateway/cpp/sci_h5mount.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5mount.cpp
1794 sci_gateway/cpp/libscihdf5_la-sci_h5umount.lo: sci_gateway/cpp/sci_h5umount.cpp
1795 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5umount.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5umount.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5umount.lo `test -f 'sci_gateway/cpp/sci_h5umount.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5umount.cpp
1796 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5umount.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5umount.Plo
1797 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5umount.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5umount.lo' libtool=yes @AMDEPBACKSLASH@
1798 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1799 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5umount.lo `test -f 'sci_gateway/cpp/sci_h5umount.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5umount.cpp
1801 sci_gateway/cpp/libscihdf5_la-sci_h5mv.lo: sci_gateway/cpp/sci_h5mv.cpp
1802 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5mv.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mv.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5mv.lo `test -f 'sci_gateway/cpp/sci_h5mv.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5mv.cpp
1803 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mv.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mv.Plo
1804 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5mv.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5mv.lo' libtool=yes @AMDEPBACKSLASH@
1805 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1806 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5mv.lo `test -f 'sci_gateway/cpp/sci_h5mv.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5mv.cpp
1808 sci_gateway/cpp/libscihdf5_la-sci_h5get.lo: sci_gateway/cpp/sci_h5get.cpp
1809 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5get.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5get.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5get.lo `test -f 'sci_gateway/cpp/sci_h5get.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5get.cpp
1810 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5get.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5get.Plo
1811 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5get.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5get.lo' libtool=yes @AMDEPBACKSLASH@
1812 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1813 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5get.lo `test -f 'sci_gateway/cpp/sci_h5get.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5get.cpp
1815 sci_gateway/cpp/libscihdf5_la-sci_h5label.lo: sci_gateway/cpp/sci_h5label.cpp
1816 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5label.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5label.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5label.lo `test -f 'sci_gateway/cpp/sci_h5label.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5label.cpp
1817 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5label.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5label.Plo
1818 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5label.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5label.lo' libtool=yes @AMDEPBACKSLASH@
1819 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1820 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5label.lo `test -f 'sci_gateway/cpp/sci_h5label.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5label.cpp
1822 sci_gateway/cpp/libscihdf5_la-sci_h5exists.lo: sci_gateway/cpp/sci_h5exists.cpp
1823 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_h5exists.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5exists.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_h5exists.lo `test -f 'sci_gateway/cpp/sci_h5exists.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5exists.cpp
1824 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5exists.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5exists.Plo
1825 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_h5exists.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_h5exists.lo' libtool=yes @AMDEPBACKSLASH@
1826 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1827 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_h5exists.lo `test -f 'sci_gateway/cpp/sci_h5exists.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_h5exists.cpp
1829 sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_fieldnames.lo: sci_gateway/cpp/sci_percent_H5Object_fieldnames.cpp
1830 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_fieldnames.lo -MD -MP -MF sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_fieldnames.Tpo -c -o sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_fieldnames.lo `test -f 'sci_gateway/cpp/sci_percent_H5Object_fieldnames.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_percent_H5Object_fieldnames.cpp
1831 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_fieldnames.Tpo sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_fieldnames.Plo
1832 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sci_gateway/cpp/sci_percent_H5Object_fieldnames.cpp' object='sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_fieldnames.lo' libtool=yes @AMDEPBACKSLASH@
1833 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1834 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscihdf5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sci_gateway/cpp/libscihdf5_la-sci_percent_H5Object_fieldnames.lo `test -f 'sci_gateway/cpp/sci_percent_H5Object_fieldnames.cpp' || echo '$(srcdir)/'`sci_gateway/cpp/sci_percent_H5Object_fieldnames.cpp
1836 mostlyclean-libtool:
1841 -rm -rf sci_gateway/cpp/.libs sci_gateway/cpp/_libs
1842 -rm -rf src/c/.libs src/c/_libs
1843 -rm -rf src/cpp/.libs src/cpp/_libs
1844 install-libscihdf5_la_etcDATA: $(libscihdf5_la_etc_DATA)
1846 @list='$(libscihdf5_la_etc_DATA)'; test -n "$(libscihdf5_la_etcdir)" || list=; \
1847 if test -n "$$list"; then \
1848 echo " $(MKDIR_P) '$(DESTDIR)$(libscihdf5_la_etcdir)'"; \
1849 $(MKDIR_P) "$(DESTDIR)$(libscihdf5_la_etcdir)" || exit 1; \
1851 for p in $$list; do \
1852 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1854 done | $(am__base_list) | \
1855 while read files; do \
1856 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscihdf5_la_etcdir)'"; \
1857 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscihdf5_la_etcdir)" || exit $$?; \
1860 uninstall-libscihdf5_la_etcDATA:
1861 @$(NORMAL_UNINSTALL)
1862 @list='$(libscihdf5_la_etc_DATA)'; test -n "$(libscihdf5_la_etcdir)" || list=; \
1863 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1864 dir='$(DESTDIR)$(libscihdf5_la_etcdir)'; $(am__uninstall_files_from_dir)
1865 install-libscihdf5_la_rootDATA: $(libscihdf5_la_root_DATA)
1867 @list='$(libscihdf5_la_root_DATA)'; test -n "$(libscihdf5_la_rootdir)" || list=; \
1868 if test -n "$$list"; then \
1869 echo " $(MKDIR_P) '$(DESTDIR)$(libscihdf5_la_rootdir)'"; \
1870 $(MKDIR_P) "$(DESTDIR)$(libscihdf5_la_rootdir)" || exit 1; \
1872 for p in $$list; do \
1873 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1875 done | $(am__base_list) | \
1876 while read files; do \
1877 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscihdf5_la_rootdir)'"; \
1878 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscihdf5_la_rootdir)" || exit $$?; \
1881 uninstall-libscihdf5_la_rootDATA:
1882 @$(NORMAL_UNINSTALL)
1883 @list='$(libscihdf5_la_root_DATA)'; test -n "$(libscihdf5_la_rootdir)" || list=; \
1884 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1885 dir='$(DESTDIR)$(libscihdf5_la_rootdir)'; $(am__uninstall_files_from_dir)
1886 install-libscihdf5_la_sci_gatewayDATA: $(libscihdf5_la_sci_gateway_DATA)
1888 @list='$(libscihdf5_la_sci_gateway_DATA)'; test -n "$(libscihdf5_la_sci_gatewaydir)" || list=; \
1889 if test -n "$$list"; then \
1890 echo " $(MKDIR_P) '$(DESTDIR)$(libscihdf5_la_sci_gatewaydir)'"; \
1891 $(MKDIR_P) "$(DESTDIR)$(libscihdf5_la_sci_gatewaydir)" || exit 1; \
1893 for p in $$list; do \
1894 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1896 done | $(am__base_list) | \
1897 while read files; do \
1898 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscihdf5_la_sci_gatewaydir)'"; \
1899 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscihdf5_la_sci_gatewaydir)" || exit $$?; \
1902 uninstall-libscihdf5_la_sci_gatewayDATA:
1903 @$(NORMAL_UNINSTALL)
1904 @list='$(libscihdf5_la_sci_gateway_DATA)'; test -n "$(libscihdf5_la_sci_gatewaydir)" || list=; \
1905 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1906 dir='$(DESTDIR)$(libscihdf5_la_sci_gatewaydir)'; $(am__uninstall_files_from_dir)
1907 install-libscihdf5_la_testsampledataDATA: $(libscihdf5_la_testsampledata_DATA)
1909 @list='$(libscihdf5_la_testsampledata_DATA)'; test -n "$(libscihdf5_la_testsampledatadir)" || list=; \
1910 if test -n "$$list"; then \
1911 echo " $(MKDIR_P) '$(DESTDIR)$(libscihdf5_la_testsampledatadir)'"; \
1912 $(MKDIR_P) "$(DESTDIR)$(libscihdf5_la_testsampledatadir)" || exit 1; \
1914 for p in $$list; do \
1915 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1917 done | $(am__base_list) | \
1918 while read files; do \
1919 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libscihdf5_la_testsampledatadir)'"; \
1920 $(INSTALL_DATA) $$files "$(DESTDIR)$(libscihdf5_la_testsampledatadir)" || exit $$?; \
1923 uninstall-libscihdf5_la_testsampledataDATA:
1924 @$(NORMAL_UNINSTALL)
1925 @list='$(libscihdf5_la_testsampledata_DATA)'; test -n "$(libscihdf5_la_testsampledatadir)" || list=; \
1926 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1927 dir='$(DESTDIR)$(libscihdf5_la_testsampledatadir)'; $(am__uninstall_files_from_dir)
1929 ID: $(am__tagged_files)
1930 $(am__define_uniq_tagged_files); mkid -fID $$unique
1934 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1937 $(am__define_uniq_tagged_files); \
1939 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1940 test -n "$$unique" || unique=$$empty_fix; \
1941 if test $$# -gt 0; then \
1942 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1945 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1952 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1953 $(am__define_uniq_tagged_files); \
1954 test -z "$(CTAGS_ARGS)$$unique" \
1955 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1959 here=`$(am__cd) $(top_builddir) && pwd` \
1960 && $(am__cd) $(top_srcdir) \
1961 && gtags -i $(GTAGS_ARGS) "$$here"
1962 cscopelist: cscopelist-am
1964 cscopelist-am: $(am__tagged_files)
1965 list='$(am__tagged_files)'; \
1966 case "$(srcdir)" in \
1967 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1968 *) sdir=$(subdir)/$(srcdir) ;; \
1970 for i in $$list; do \
1971 if test -f "$$i"; then \
1972 echo "$(subdir)/$$i"; \
1974 echo "$$sdir/$$i"; \
1976 done >> $(top_builddir)/cscope.files
1979 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1981 distdir: $(BUILT_SOURCES)
1982 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1984 distdir-am: $(DISTFILES)
1985 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1986 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1987 list='$(DISTFILES)'; \
1988 dist_files=`for file in $$list; do echo $$file; done | \
1989 sed -e "s|^$$srcdirstrip/||;t" \
1990 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1991 case $$dist_files in \
1992 */*) $(MKDIR_P) `echo "$$dist_files" | \
1993 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1996 for file in $$dist_files; do \
1997 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1998 if test -d $$d/$$file; then \
1999 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2000 if test -d "$(distdir)/$$file"; then \
2001 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2003 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2004 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2005 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2007 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2009 test -f "$(distdir)/$$file" \
2010 || cp -p $$d/$$file "$(distdir)/$$file" \
2015 $(MAKE) $(AM_MAKEFLAGS) check-local
2016 check: $(BUILT_SOURCES)
2017 $(MAKE) $(AM_MAKEFLAGS) check-am
2018 all-am: Makefile $(LTLIBRARIES) $(DATA) all-local
2020 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(libscihdf5_la_etcdir)" "$(DESTDIR)$(libscihdf5_la_rootdir)" "$(DESTDIR)$(libscihdf5_la_sci_gatewaydir)" "$(DESTDIR)$(libscihdf5_la_testsampledatadir)"; do \
2021 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2023 install: $(BUILT_SOURCES)
2024 $(MAKE) $(AM_MAKEFLAGS) install-am
2025 install-exec: install-exec-am
2026 install-data: install-data-am
2027 uninstall: uninstall-am
2030 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2032 installcheck: installcheck-am
2034 if test -z '$(STRIP)'; then \
2035 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2036 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2039 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2040 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2041 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2043 mostlyclean-generic:
2048 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2049 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2050 -rm -f sci_gateway/cpp/$(DEPDIR)/$(am__dirstamp)
2051 -rm -f sci_gateway/cpp/$(am__dirstamp)
2052 -rm -f src/c/$(DEPDIR)/$(am__dirstamp)
2053 -rm -f src/c/$(am__dirstamp)
2054 -rm -f src/cpp/$(DEPDIR)/$(am__dirstamp)
2055 -rm -f src/cpp/$(am__dirstamp)
2057 maintainer-clean-generic:
2058 @echo "This command is intended for maintainers to use"
2059 @echo "it deletes files that may require special tools to rebuild."
2060 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2063 clean-am: clean-generic clean-libtool clean-local \
2064 clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
2066 distclean: distclean-am
2067 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-hdf5_gw.Plo
2068 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5attr.Plo
2069 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5close.Plo
2070 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5cp.Plo
2071 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dataset.Plo
2072 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dump.Plo
2073 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5exists.Plo
2074 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5flush.Plo
2075 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5get.Plo
2076 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5group.Plo
2077 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5isfoo.Plo
2078 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5label.Plo
2079 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ln.Plo
2080 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ls.Plo
2081 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mount.Plo
2082 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mv.Plo
2083 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5open.Plo
2084 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5read.Plo
2085 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5readattr.Plo
2086 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5rm.Plo
2087 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5umount.Plo
2088 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5write.Plo
2089 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_file_version.Plo
2090 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_is_file.Plo
2091 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar.Plo
2092 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v2.Plo
2093 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v3.Plo
2094 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load.Plo
2095 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v1.Plo
2096 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v2.Plo
2097 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v3.Plo
2098 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_save.Plo
2099 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_e.Plo
2100 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_fieldnames.Plo
2101 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_p.Plo
2102 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-DllmainHdf5.Plo
2103 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_fileManagement.Plo
2104 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile.Plo
2105 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile_v1.Plo
2106 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_writeDataToFile.Plo
2107 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ArrayData.Plo
2108 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Attribute.Plo
2109 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5AttributesList.Plo
2110 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5CompoundData.Plo
2111 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataConverter.Plo
2112 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataFactory.Plo
2113 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataset.Plo
2114 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataspace.Plo
2115 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ExternalLink.Plo
2116 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5File.Plo
2117 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Group.Plo
2118 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5HardLink.Plo
2119 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Link.Plo
2120 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Object.Plo
2121 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Options.Plo
2122 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ReferenceData.Plo
2123 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5SoftLink.Plo
2124 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5StringData.Plo
2125 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Type.Plo
2126 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VariableScope.Plo
2127 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VlenData.Plo
2128 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-HDF5Scilab.Plo
2129 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-handle_properties.Plo
2130 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-listvar_in_hdf5_v1.Plo
2132 distclean-am: clean-am distclean-compile distclean-generic \
2133 distclean-local distclean-tags
2147 install-data-am: install-data-local install-libscihdf5_la_etcDATA \
2148 install-libscihdf5_la_rootDATA \
2149 install-libscihdf5_la_sci_gatewayDATA \
2150 install-libscihdf5_la_testsampledataDATA
2152 install-dvi: install-dvi-am
2156 install-exec-am: install-pkglibLTLIBRARIES
2158 install-html: install-html-am
2160 install-html-am: install-html-local
2162 install-info: install-info-am
2168 install-pdf: install-pdf-am
2172 install-ps: install-ps-am
2178 maintainer-clean: maintainer-clean-am
2179 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-hdf5_gw.Plo
2180 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5attr.Plo
2181 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5close.Plo
2182 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5cp.Plo
2183 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dataset.Plo
2184 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5dump.Plo
2185 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5exists.Plo
2186 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5flush.Plo
2187 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5get.Plo
2188 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5group.Plo
2189 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5isfoo.Plo
2190 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5label.Plo
2191 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ln.Plo
2192 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5ls.Plo
2193 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mount.Plo
2194 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5mv.Plo
2195 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5open.Plo
2196 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5read.Plo
2197 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5readattr.Plo
2198 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5rm.Plo
2199 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5umount.Plo
2200 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_h5write.Plo
2201 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_file_version.Plo
2202 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_is_file.Plo
2203 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar.Plo
2204 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v2.Plo
2205 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_listvar_v3.Plo
2206 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load.Plo
2207 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v1.Plo
2208 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v2.Plo
2209 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_load_v3.Plo
2210 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_hdf5_save.Plo
2211 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_e.Plo
2212 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_fieldnames.Plo
2213 -rm -f sci_gateway/cpp/$(DEPDIR)/libscihdf5_la-sci_percent_H5Object_p.Plo
2214 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-DllmainHdf5.Plo
2215 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_fileManagement.Plo
2216 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile.Plo
2217 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_readDataFromFile_v1.Plo
2218 -rm -f src/c/$(DEPDIR)/libscihdf5_algo_la-h5_writeDataToFile.Plo
2219 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ArrayData.Plo
2220 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Attribute.Plo
2221 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5AttributesList.Plo
2222 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5CompoundData.Plo
2223 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataConverter.Plo
2224 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5DataFactory.Plo
2225 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataset.Plo
2226 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Dataspace.Plo
2227 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ExternalLink.Plo
2228 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5File.Plo
2229 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Group.Plo
2230 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5HardLink.Plo
2231 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Link.Plo
2232 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Object.Plo
2233 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Options.Plo
2234 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5ReferenceData.Plo
2235 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5SoftLink.Plo
2236 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5StringData.Plo
2237 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5Type.Plo
2238 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VariableScope.Plo
2239 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-H5VlenData.Plo
2240 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-HDF5Scilab.Plo
2241 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-handle_properties.Plo
2242 -rm -f src/cpp/$(DEPDIR)/libscihdf5_algo_la-listvar_in_hdf5_v1.Plo
2244 maintainer-clean-am: distclean-am maintainer-clean-generic
2246 mostlyclean: mostlyclean-am
2248 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2259 uninstall-am: uninstall-libscihdf5_la_etcDATA \
2260 uninstall-libscihdf5_la_rootDATA \
2261 uninstall-libscihdf5_la_sci_gatewayDATA \
2262 uninstall-libscihdf5_la_testsampledataDATA \
2263 uninstall-pkglibLTLIBRARIES
2265 .MAKE: all check check-am install install-am install-strip
2267 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
2268 check-am check-local clean clean-generic clean-libtool \
2269 clean-local clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
2270 cscopelist-am ctags ctags-am distclean distclean-compile \
2271 distclean-generic distclean-libtool distclean-local \
2272 distclean-tags distdir dvi dvi-am html html-am info info-am \
2273 install install-am install-data install-data-am \
2274 install-data-local install-dvi install-dvi-am install-exec \
2275 install-exec-am install-html install-html-am \
2276 install-html-local install-info install-info-am \
2277 install-libscihdf5_la_etcDATA install-libscihdf5_la_rootDATA \
2278 install-libscihdf5_la_sci_gatewayDATA \
2279 install-libscihdf5_la_testsampledataDATA install-man \
2280 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
2281 install-ps install-ps-am install-strip installcheck \
2282 installcheck-am installdirs maintainer-clean \
2283 maintainer-clean-generic mostlyclean mostlyclean-compile \
2284 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
2285 tags tags-am uninstall uninstall-am \
2286 uninstall-libscihdf5_la_etcDATA \
2287 uninstall-libscihdf5_la_rootDATA \
2288 uninstall-libscihdf5_la_sci_gatewayDATA \
2289 uninstall-libscihdf5_la_testsampledataDATA \
2290 uninstall-pkglibLTLIBRARIES
2295 # This target enables tests for Scilab
2296 check-local: $(top_builddir)/scilab-bin test
2297 if test -d $(mydatadir)/tests; then \
2298 @COMMAND="try test_run('$(modulename)');catch exit(-1);end;exit(0)"; export LANG=C; $(top_builddir)/bin/scilab -nwni -nb -e "$$COMMAND"; \
2301 if test -f build.xml; then \
2302 $(ANT) checkstyle; \
2304 if test -x "$(SPLINT)"; then \
2305 $(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); \
2307 @NEED_JAVA_TRUE@java:
2308 # Some configurations needs to export JAVA_HOME in the current env
2309 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
2310 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2311 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
2312 @NEED_JAVA_TRUE@ $(ANT); \
2315 @NEED_JAVA_TRUE@clean-java:
2316 # Some configurations needs to export JAVA_HOME in the current env
2317 @NEED_JAVA_TRUE@ @if test "$(JAVA_HOME)"; then export JAVA_HOME=$(JAVA_HOME); fi; \
2318 @NEED_JAVA_TRUE@ if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2319 @NEED_JAVA_TRUE@ if test -f build.xml -a $$USEANT -eq 1; then \
2320 @NEED_JAVA_TRUE@ $(ANT) clean; \
2321 @NEED_JAVA_TRUE@ fi;
2323 # If the user request for the SWIG generation of the wrappers Java => C/C++
2324 # We call the target swig-build on the variable SWIG_WRAPPERS
2326 @SWIG_TRUE@swig: $(SWIG_WRAPPERS)
2327 @SWIG_TRUE@ @SWIG_PACKAGENAME=org.scilab.modules.$(modulename); \
2328 @SWIG_TRUE@ SWIG_OUTDIR=src/java/org/scilab/modules/$(modulename)/; \
2329 @SWIG_TRUE@ if test -n "$(SWIG_WRAPPERS)"; then \
2330 @SWIG_TRUE@ for file in $(SWIG_WRAPPERS) ; do \
2331 @SWIG_TRUE@ echo "Swig process of $$file (Java) ..."; \
2332 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_JAVA) -package $$SWIG_PACKAGENAME -outdir $$SWIG_OUTDIR $$file; \
2336 @SWIG_TRUE@swig-scilab: $(SWIG_SCILAB_WRAPPERS)
2337 @SWIG_TRUE@ @SWIG_OUTDIR=src/swig/; \
2338 @SWIG_TRUE@ if test -n "$(SWIG_SCILAB_WRAPPERS)"; then \
2339 @SWIG_TRUE@ for file in $(SWIG_SCILAB_WRAPPERS) ; do \
2340 @SWIG_TRUE@ echo "Swig process of $$file (Scilab) ..."; \
2341 @SWIG_TRUE@ $(SWIG_BIN) $(SWIG_OPTIONS) $(SWIG_SCILAB) -outdir $$SWIG_OUTDIR $$file; \
2345 # If the user request for the SWIG generation of the wrappers Java => C/C++
2346 # We call the target swig-build on the variable SWIG_WRAPPERS
2348 @GIWS_TRUE@giws: $(GIWS_WRAPPERS)
2349 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/; \
2350 @GIWS_TRUE@ MANDATORY_OPTIONS="--throws-exception-on-error --description-file"; \
2351 @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \
2352 @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \
2353 @GIWS_TRUE@ echo "GIWS process of $$file ..."; \
2354 @GIWS_TRUE@ if test -z "$(GIWS_OPTIONS)"; then \
2355 @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
2357 @GIWS_TRUE@ echo "Custom GIWS call with '$$GIWS_OPTIONS'"; \
2358 @GIWS_TRUE@ $(GIWS_BIN) $$GIWS_OPTIONS --output-dir $$GIWS_OUTPUTDIR $$MANDATORY_OPTIONS $$file; \
2363 @GIWS_TRUE@giws-exception:
2364 @GIWS_TRUE@ @GIWS_OUTPUTDIR=src/jni/;\
2365 @GIWS_TRUE@ echo "GIWS: Generation of exception class ..."; \
2366 @GIWS_TRUE@ $(GIWS_BIN) --generate-exception-class --output-dir $$GIWS_OUTPUTDIR
2369 -@( if test ! -x $(top_builddir)/scilab-bin; then \
2370 echo "Error : Cannot build $< : Scilab has not been built"; \
2372 $(top_builddir)/bin/scilab -ns -nwni -e "exec('macros/buildmacros.sce');quit;";\
2375 # Removes the macros
2377 # Removes macros (*.bin generated from .sci)
2378 @for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
2379 echo "rm -f $(builddir)/$$dir/$(MACROBINMASK)"; \
2380 rm -f $(builddir)/$$dir/$(MACROBINMASK); \
2384 # More tests could be added here
2385 @if test -z "$(USEANT)"; then USEANT=0; else USEANT=1; fi; \
2386 if test -f build.xml -a $$USEANT -eq 1; then \
2390 all-local: $(TARGETS_ALL)
2393 -@( if test ! -x $(top_builddir)/scilab-bin; then \
2394 echo "Error : Cannot build $< : Scilab has not been build"; \
2396 echo "Creating $@"; \
2397 $(top_builddir)/bin/scilab -ns -nwni -e "exec('$(abs_srcdir)/$<');save('$(abs_srcdir)/$@');exit;"; \
2402 install-data-local-local:
2403 # Mainly for javasci
2404 @if test -d $(srcdir)/javadoc; then \
2405 cp -R $(srcdir)/javadoc $(DESTDIR)/$(mydatadir)/; \
2407 # If the user wants the help sources to be installed
2408 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of XML sources of help files --------"; \
2409 @INSTALL_HELP_XML_TRUE@ for lang in $(ALL_LINGUAS); do \
2410 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/$$lang; then \
2411 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/$$lang && \
2412 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/$$lang/$(DOCMASKXML) >/dev/null 2>&1; then \
2413 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/$$lang/$(DOCMASKXML) ; do \
2414 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/$$lang" ; \
2415 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/$$lang ; \
2416 @INSTALL_HELP_XML_TRUE@ done ; \
2417 @INSTALL_HELP_XML_TRUE@ fi; \
2418 @INSTALL_HELP_XML_TRUE@ fi; \
2419 @INSTALL_HELP_XML_TRUE@ done; \
2420 @INSTALL_HELP_XML_TRUE@ @echo "-------- Install of MathML sources --------"; \
2421 @INSTALL_HELP_XML_TRUE@ if test -d $(srcdir)/help/mml/; then \
2422 @INSTALL_HELP_XML_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/help/mml/ && \
2423 @INSTALL_HELP_XML_TRUE@ if ls -lLd $(srcdir)/help/mml/$(DOCMASKMML) >/dev/null 2>&1; then \
2424 @INSTALL_HELP_XML_TRUE@ for file in $(srcdir)/help/mml/$(DOCMASKMML) ; do \
2425 @INSTALL_HELP_XML_TRUE@ echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/help/mml" ; \
2426 @INSTALL_HELP_XML_TRUE@ $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/help/mml ; \
2427 @INSTALL_HELP_XML_TRUE@ done ; \
2428 @INSTALL_HELP_XML_TRUE@ fi; \
2429 @INSTALL_HELP_XML_TRUE@ fi
2432 @echo "-------- Install tests (if any) --------"; \
2433 for dir in $(TESTS_DIR) $(TESTS_DIREXT) ; do \
2434 if test -d $(srcdir)/$$dir/; then \
2435 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
2436 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
2437 if test -d "$(srcdir)/$$dir/$$file"; then \
2438 echo $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir/$$file; \
2439 $(mkinstalldirs) "$(DESTDIR)$(pkgmacrosdir)/$$dir/$$file"; \
2441 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
2442 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgmacrosdir)/`dirname $$dir/$$file`" ; \
2447 # Install the help chapter
2448 @echo "-------- Install the help chapter (if any) --------"; \
2449 for lang in $(HELP_CHAPTERLANG); do \
2450 HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
2451 if test -f $$HELPFILE; then \
2452 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
2453 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \
2454 echo $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
2455 $(INSTALL_DATA) $$HELPFILE $(DESTDIR)$(pkgdocdir)/$$HELPFILE; \
2458 # Install the demos & examples
2459 @echo "-------- Install demos & examples (if any) --------"; \
2460 for dir in $(DEMOS_DIR) $(DEMOS_DIREXT) $(EXAMPLES_DIR) $(EXAMPLES_DIREXT) ; do \
2461 if test -d $(srcdir)/$$dir/; then \
2462 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir && \
2463 for file in `find $(srcdir)/$$dir | sed "s|^$(srcdir)/$$dir||" 2>/dev/null`; do \
2464 if test -d "$(srcdir)/$$dir/$$file"; then \
2465 echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$$dir/$$file; \
2466 $(mkinstalldirs) "$(DESTDIR)$(pkgdocdir)/$$dir/$$file"; \
2468 echo "$(INSTALL_DATA) $(srcdir)/$$dir/$$file $(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
2469 $(INSTALL_DATA) "$(srcdir)/$$dir/$$file" "$(DESTDIR)$(pkgdocdir)/`dirname $$dir/$$file`" ; \
2474 # Install the macros
2475 @echo "-------- Install macros (if any) --------"; \
2476 for dir in $(MACRODIRS) $(MACROSDIRSEXT) ; do \
2477 $(mkinstalldirs) $(DESTDIR)$(pkgmacrosdir)/$$dir && \
2478 if test -d $(srcdir)/$$dir/; then \
2479 FILELIST="$(srcdir)/$$dir/$(MACROMASK) $(srcdir)/$$dir/$(MACROBINMASK) $(srcdir)/$$dir/$(MACROBUILDMASK) $(srcdir)/$$dir/names $(srcdir)/$$dir/lib";\
2480 if test -n "$(MACROSSPECIALEXT)"; then \
2482 for specialExt in $(MACROSSPECIALEXT); do \
2483 specialExtDir="$$specialExtDir $(srcdir)/$$dir/$$specialExt"; \
2485 FILELIST="$$FILELIST $$specialExtDir"; \
2487 for file in `ls -1 $$FILELIST 2>/dev/null`; do \
2488 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgmacrosdir)/$$dir" ; \
2489 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgmacrosdir)/$$dir ; \
2493 # Install java files (.jar)
2494 @if ls -lLd $(srcdir)/$(JARDIR)$(JARMASK) >/dev/null 2>&1; then \
2495 echo "-------- Install jar files --------"; \
2496 $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(JARDIR); \
2497 for file in $(srcdir)/$(JARDIR)$(JARMASK); do\
2498 echo "$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdocdir)/$(JARDIR)" ; \
2499 $(INSTALL_DATA) "$$file" $(DESTDIR)$(pkgdocdir)/$(JARDIR) ; \
2503 ########### CLEAN ###################
2504 # Clean help (generated automatically by Scilab)
2505 # It used to clean the macro (clean-macros) but this was causing
2506 # make clean && make to fail Scilab startup
2507 @NEED_JAVA_TRUE@clean-local: clean-java
2508 @NEED_JAVA_FALSE@clean-local:
2511 rm -f $(builddir)/help/*/.last_successful_build_javaHelp $(builddir)/help/*/.list_*
2513 .PHONY: macros java swig giws
2515 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2516 # Otherwise a system limit (for SysV at least) may be exceeded.