mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r9778] Purpose:
Remove feature Description: Retire threaded, balanced binary tree code from HDF5 use. Requiescat in pace... Also, regenerate dependencies files. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require full h5committesting (the code is already disconnected from everything except its tests)
This commit is contained in:
parent
9dbf9e9e76
commit
3e582deaae
3
MANIFEST
3
MANIFEST
@ -952,8 +952,6 @@
|
||||
./src/H5Tpublic.h
|
||||
./src/H5Tstrpad.c
|
||||
./src/H5Tvlen.c
|
||||
./src/H5TB.c
|
||||
./src/H5TBprivate.h
|
||||
./src/H5TS.c
|
||||
./src/H5TSprivate.h
|
||||
./src/H5V.c
|
||||
@ -1058,7 +1056,6 @@
|
||||
./test/trefstr.c
|
||||
./test/tselect.c
|
||||
./test/tskiplist.c
|
||||
./test/ttbbt.c
|
||||
./test/ttst.c
|
||||
./test/ttsafe.c
|
||||
./test/ttsafe.h
|
||||
|
@ -1,14 +1,14 @@
|
||||
## This file is machine generated on GNU systems.
|
||||
## Only temporary changes may be made here.
|
||||
|
||||
H5IM.lo: \
|
||||
$(srcdir)/H5IM.c \
|
||||
$(srcdir)/H5IM.h \
|
||||
$(srcdir)/H5LT.h
|
||||
H5LT.lo: \
|
||||
$(srcdir)/H5LT.c \
|
||||
$(srcdir)/H5LT.h
|
||||
H5TB.lo: \
|
||||
$(srcdir)/H5TB.c \
|
||||
$(srcdir)/H5TB.h \
|
||||
$(srcdir)/H5LT.h
|
||||
$(top_srcdir)/hl/src/H5LT.c \
|
||||
$(top_srcdir)/hl/src/H5LT.h
|
||||
H5TA.lo: \
|
||||
$(top_srcdir)/hl/src/H5TA.c \
|
||||
$(top_srcdir)/hl/src/H5TA.h \
|
||||
$(top_srcdir)/hl/src/H5LT.h
|
||||
H5IM.lo: \
|
||||
$(top_srcdir)/hl/src/H5IM.c \
|
||||
$(top_srcdir)/hl/src/H5IM.h \
|
||||
$(top_srcdir)/hl/src/H5LT.h
|
||||
|
@ -1,69 +1,14 @@
|
||||
## This file is machine generated on GNU systems.
|
||||
## Only temporary changes may be made here.
|
||||
|
||||
lite_dset_test.lo: \
|
||||
$(srcdir)/lite_dset_test.c \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
lite_attr_test.lo: \
|
||||
$(srcdir)/lite_attr_test.c \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
image_test.lo: \
|
||||
$(srcdir)/image_test.c \
|
||||
$(top_srcdir)/src/H5IM.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
image_demo.lo: \
|
||||
$(srcdir)/image_demo.c \
|
||||
$(top_srcdir)/src/H5IM.h \
|
||||
$(top_srcdir)/src/H5LT.h \
|
||||
$(srcdir)/pal_rgb.h
|
||||
image_make.lo: \
|
||||
$(srcdir)/image_make.c \
|
||||
$(top_srcdir)/src/H5IM.h \
|
||||
$(top_srcdir)/src/H5LT.h \
|
||||
$(srcdir)/pal_rgb.h
|
||||
make_table.lo: \
|
||||
$(srcdir)/make_table.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
append_record.lo: \
|
||||
$(srcdir)/append_record.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
write_record_fill.lo: \
|
||||
$(srcdir)/write_record_fill.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
field_names.lo: \
|
||||
$(srcdir)/field_names.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
field_index.lo: \
|
||||
$(srcdir)/field_index.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
query_table.lo: \
|
||||
$(srcdir)/query_table.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
insert_record.lo: \
|
||||
$(srcdir)/insert_record.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
delete_record.lo: \
|
||||
$(srcdir)/delete_record.c
|
||||
add_record_from.lo: \
|
||||
$(srcdir)/add_record_from.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
combine_tables.lo: \
|
||||
$(srcdir)/combine_tables.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
insert_field.lo: \
|
||||
$(srcdir)/insert_field.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
delete_field.lo: \
|
||||
$(srcdir)/delete_field.c \
|
||||
$(top_srcdir)/src/H5TB.h \
|
||||
$(top_srcdir)/src/H5LT.h
|
||||
test_lite.lo: \
|
||||
$(top_srcdir)/hl/test/test_lite.c \
|
||||
$(top_srcdir)/hl/src/H5LT.h
|
||||
test_image.lo: \
|
||||
$(top_srcdir)/hl/test/test_image.c \
|
||||
$(top_srcdir)/hl/src/H5IM.h \
|
||||
$(top_srcdir)/hl/src/H5LT.h
|
||||
test_table.lo: \
|
||||
$(top_srcdir)/hl/test/test_table.c \
|
||||
$(top_srcdir)/hl/src/H5TA.h \
|
||||
$(top_srcdir)/hl/src/H5LT.h
|
||||
|
357
src/Dependencies
357
src/Dependencies
File diff suppressed because it is too large
Load Diff
1677
src/H5TB.c
1677
src/H5TB.c
File diff suppressed because it is too large
Load Diff
@ -1,152 +0,0 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* Copyright by the Board of Trustees of the University of Illinois. *
|
||||
* All rights reserved. *
|
||||
* *
|
||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||
* terms governing use, modification, and redistribution, is contained in *
|
||||
* the files COPYING and Copyright.html. COPYING can be found at the root *
|
||||
* of the source code distribution tree; Copyright.html can be found at the *
|
||||
* root level of an installed copy of the electronic HDF5 document set and *
|
||||
* is linked from the top-level documents page. It can also be found at *
|
||||
* http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have *
|
||||
* access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* Created: H5TBprivate.h
|
||||
* Apr 22 2000
|
||||
* Quincey Koziol <koziol@ncsa.uiuc.edu>
|
||||
*
|
||||
* Purpose: Private non-prototype header.
|
||||
*
|
||||
* Modifications:
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef _H5TBprivate_H
|
||||
#define _H5TBprivate_H
|
||||
|
||||
/* Public headers needed by this file */
|
||||
#ifdef LATER
|
||||
#include "H5TBpublic.h" /*Public API prototypes */
|
||||
#endif /* LATER */
|
||||
|
||||
/* Typedef for key comparison function */
|
||||
typedef int (*H5TB_cmp_t)(const void *k1, const void *k2, int cmparg);
|
||||
|
||||
/* Shortcut macros for links */
|
||||
# define PARENT 0
|
||||
# define LEFT 1
|
||||
# define RIGHT 2
|
||||
|
||||
# define Parent link[PARENT]
|
||||
# define Lchild link[LEFT]
|
||||
# define Rchild link[RIGHT]
|
||||
|
||||
/* Tree-balancing flags */
|
||||
# define H5TB_HEAVY(s) s /* If the `s' sub-tree is deeper than the other */
|
||||
# define H5TB_DOUBLE 4 /* If "heavy" sub-tree is two levels deeper */
|
||||
# define H5TB_INTERN 8 /* If node is internal (has two children) */
|
||||
# define H5TB_UNBAL ( H5TB_HEAVY(LEFT) | H5TB_HEAVY(RIGHT) )
|
||||
# define H5TB_FLAGS ( H5TB_UNBAL | H5TB_INTERN | H5TB_DOUBLE )
|
||||
# define H5TB_CHILD(s) ( H5TB_INTERN | H5TB_HEAVY(s) )
|
||||
|
||||
/* Internal macros */
|
||||
# define LeftCnt(node) ( (node)->lcnt ) /* Left descendants */
|
||||
# define RightCnt(node) ( (node)->rcnt ) /* Right descendants */
|
||||
# define Cnt(node,s) ( LEFT==(s) ? LeftCnt(node) : RightCnt(node) )
|
||||
# define HasChild(n,s) ( Cnt(n,s)>0 )
|
||||
# define Heavy(n,s) ( (s) & (LeftCnt(n)>RightCnt(n) ? LEFT : \
|
||||
LeftCnt(n)==RightCnt(n) ? 0 : RIGHT))
|
||||
# define HeavyCnt(l,r,s) ( (s) & ((l)>(r) ? LEFT : (l)==(r) ? 0 : RIGHT))
|
||||
# define Intern(n) ( LeftCnt(n) && RightCnt(n) )
|
||||
# define UnBal(n) ( LeftCnt(n)>RightCnt(n) ? LEFT : \
|
||||
LeftCnt(n)==RightCnt(n) ? 0 : RIGHT)
|
||||
# define UnBalanced(n) ( LeftCnt(n)!=RightCnt(n) )
|
||||
# define UnBalancedCnt(l,r) ( (l)!=(r) )
|
||||
# define Double(n) ( H5TB_DOUBLE & (n)->flags )
|
||||
# define Other(side) ( LEFT + RIGHT - (side) )
|
||||
# define Weight(n) ( Double(n) ? 2 : UnBalanced(n) )
|
||||
# define WeightCnt(l,r,d) ( (d) ? 2 : UnBalancedCnt(l,r) )
|
||||
# define Delta(n,s) ( Heavy(n,s) ? Weight(n) : -Weight(n) )
|
||||
# define DeltaCnt(l,r,d,s) ( HeavyCnt(l,r,s) ? WeightCnt(l,r,d) : \
|
||||
-WeightCnt(l,r,d) )
|
||||
# define SetFlags(n,s,b,i) ( ( -2<(b) && (b)<2 ? 0 : H5TB_DOUBLE ) \
|
||||
| ( 0>(b) ? H5TB_HEAVY(s) : (b)>0 ? H5TB_HEAVY(Other(s)) : 0 ) \
|
||||
| ( (i) ? H5TB_INTERN : 0 ) )
|
||||
|
||||
/* Internal types for flags & leaf counts */
|
||||
typedef unsigned long H5TB_flag;
|
||||
typedef unsigned long H5TB_leaf;
|
||||
|
||||
/* Threaded node structure */
|
||||
typedef struct H5TB_node
|
||||
{
|
||||
void * data; /* Pointer to user data to be associated with node */
|
||||
void * key; /* Field to sort nodes on */
|
||||
|
||||
struct H5TB_node *link[3]; /* Pointers to parent, left child, and right child */
|
||||
H5TB_flag flags; /* Combination of the bit fields */
|
||||
H5TB_leaf lcnt; /* count of left children */
|
||||
H5TB_leaf rcnt; /* count of right children */
|
||||
} H5TB_NODE;
|
||||
|
||||
/* Threaded tree structure */
|
||||
typedef struct H5TB_tree
|
||||
{
|
||||
H5TB_NODE *root; /* Pointer to actual root of tbbt tree */
|
||||
unsigned long count; /* The number of nodes in the tree currently */
|
||||
unsigned fast_compare; /* use a faster in-line compare (with casts) instead of function call */
|
||||
H5TB_cmp_t compar; /* Key comparison function */
|
||||
int cmparg;
|
||||
} H5TB_TREE;
|
||||
|
||||
/* Define the "fast compare" values */
|
||||
#define H5TB_FAST_HADDR_COMPARE 1
|
||||
#define H5TB_FAST_INTN_COMPARE 2
|
||||
#define H5TB_FAST_STR_COMPARE 3
|
||||
#define H5TB_FAST_HSIZE_COMPARE 4
|
||||
|
||||
/* Define an access macro for getting a node's data */
|
||||
#define H5TB_NODE_DATA(n) ((n)->data)
|
||||
|
||||
/* Define some "function-like" macros */
|
||||
#define H5TB_first(root) H5TB_end(root,LEFT)
|
||||
#define H5TB_last(root) H5TB_end(root,RIGHT)
|
||||
#define H5TB_next(node) H5TB_nbr(node,RIGHT)
|
||||
#define H5TB_prev(node) H5TB_nbr(node,LEFT)
|
||||
|
||||
#if defined c_plusplus || defined __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* c_plusplus || __cplusplus */
|
||||
|
||||
H5_DLL H5TB_TREE *H5TB_dmake (H5TB_cmp_t cmp, int arg, unsigned fast_compare);
|
||||
H5_DLL H5TB_TREE *H5TB_fast_dmake (unsigned fast_compare);
|
||||
H5_DLL H5TB_NODE *H5TB_dfind (H5TB_TREE * tree, const void * key, H5TB_NODE ** pp);
|
||||
H5_DLL H5TB_NODE *H5TB_find(H5TB_NODE * root, const void * key, H5TB_cmp_t cmp,
|
||||
int arg, H5TB_NODE ** pp);
|
||||
H5_DLL H5TB_NODE *H5TB_dless (H5TB_TREE * tree, void * key, H5TB_NODE ** pp);
|
||||
H5_DLL H5TB_NODE *H5TB_less (H5TB_NODE * root, void * key, H5TB_cmp_t cmp,
|
||||
int arg, H5TB_NODE ** pp);
|
||||
H5_DLL H5TB_NODE *H5TB_index (H5TB_NODE * root, unsigned indx);
|
||||
H5_DLL H5TB_NODE *H5TB_dins (H5TB_TREE * tree, void * item, void * key);
|
||||
H5_DLL H5TB_NODE *H5TB_ins (H5TB_NODE ** root, void * item, void * key, unsigned fast_compare, H5TB_cmp_t cmp, int arg);
|
||||
H5_DLL void *H5TB_rem(H5TB_NODE ** root, H5TB_NODE * node, void * *kp);
|
||||
H5_DLL H5TB_TREE *H5TB_dfree (H5TB_TREE * tree, void(*fd) (void *), void(*fk) (void *));
|
||||
H5_DLL void *H5TB_free (H5TB_NODE ** root, void(*fd) (void *), void(*fk) (void *));
|
||||
H5_DLL long H5TB_count (H5TB_TREE * tree);
|
||||
H5_DLL H5TB_NODE * H5TB_end(H5TB_NODE * root, int side);
|
||||
H5_DLL H5TB_NODE *H5TB_nbr(H5TB_NODE * ptr, int side);
|
||||
|
||||
#ifdef H5TB_DEBUG
|
||||
H5_DLL herr_t H5TB_dump(H5TB_TREE *ptree, void (*key_dump)(void *,void *), int method);
|
||||
#endif /* H5TB_DEBUG */
|
||||
|
||||
#if defined c_plusplus || defined __cplusplus
|
||||
}
|
||||
#endif /* c_plusplus || __cplusplus */
|
||||
|
||||
#endif /* _H5TBprivate_H */
|
||||
|
@ -46,7 +46,7 @@ LIB_SRC=H5.c H5A.c H5AC.c H5B.c H5C.c H5D.c H5Dcontig.c H5Dcompact.c H5Defl.c \
|
||||
H5Tbit.c \
|
||||
H5Tcommit.c H5Tcompound.c H5Tconv.c H5Tcset.c H5Tenum.c H5Tfields.c \
|
||||
H5Tfixed.c H5Tfloat.c H5Tinit.c H5Tnative.c H5Toffset.c H5Topaque.c \
|
||||
H5Torder.c H5Tpad.c H5Tprecis.c H5Tstrpad.c H5Tvlen.c H5TB.c H5TS.c \
|
||||
H5Torder.c H5Tpad.c H5Tprecis.c H5Tstrpad.c H5Tvlen.c H5TS.c \
|
||||
H5V.c H5Z.c H5Zdeflate.c H5Zfletcher32.c H5Zshuffle.c H5Zszip.c \
|
||||
H5Znbit.c H5Ztrans.c
|
||||
|
||||
@ -73,7 +73,7 @@ PRIVATE_HDR=H5private.h H5Aprivate.h H5Apkg.h H5ACprivate.h H5Bprivate.h \
|
||||
H5HGpkg.h H5HLprivate.h H5HLpkg.h H5HPprivate.h H5Iprivate.h \
|
||||
H5MFprivate.h H5MMprivate.h H5Oprivate.h H5Opkg.h H5Pprivate.h \
|
||||
H5Ppkg.h H5Rprivate.h H5RCprivate.h H5RSprivate.h H5Sprivate.h \
|
||||
H5SLprivate.h H5STprivate.h H5Tprivate.h H5TBprivate.h H5Tpkg.h \
|
||||
H5SLprivate.h H5STprivate.h H5Tprivate.h H5Tpkg.h \
|
||||
H5TSprivate.h H5Vprivate.h H5Zprivate.h H5Zpkg.h H5config.h
|
||||
|
||||
## Error header generation
|
||||
|
@ -34,7 +34,6 @@
|
||||
-esym(534, H5I_clear_type, H5I_dec_type_ref)
|
||||
-esym(534, H5MM_xfree)
|
||||
-esym(534, H5RC_decr)
|
||||
-esym(534, H5TB_dfree)
|
||||
-esym(534, H5V_array_fill)
|
||||
|
||||
// Turn off warnings about not using PABLO_MASK macro
|
||||
|
@ -230,10 +230,11 @@ cache.lo: \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Iprivate.h \
|
||||
$(top_srcdir)/src/H5TBprivate.h \
|
||||
$(top_srcdir)/src/H5Cpkg.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5SLprivate.h
|
||||
cmpd_dset.lo: \
|
||||
$(top_srcdir)/test/cmpd_dset.c \
|
||||
$(top_srcdir)/src/H5Tpkg.h \
|
||||
@ -764,13 +765,13 @@ istore.lo: \
|
||||
$(top_srcdir)/src/H5Oprivate.h \
|
||||
$(top_srcdir)/src/H5HGprivate.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5Tprivate.h \
|
||||
$(top_srcdir)/src/H5Gprivate.h \
|
||||
$(top_srcdir)/src/H5Bprivate.h \
|
||||
$(top_srcdir)/src/H5ACprivate.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5RSprivate.h \
|
||||
$(top_srcdir)/src/H5Rprivate.h \
|
||||
$(top_srcdir)/src/H5Zprivate.h \
|
||||
@ -779,7 +780,7 @@ istore.lo: \
|
||||
$(top_srcdir)/src/H5Pprivate.h \
|
||||
$(top_srcdir)/src/H5Fpkg.h \
|
||||
$(top_srcdir)/src/H5FOprivate.h \
|
||||
$(top_srcdir)/src/H5TBprivate.h \
|
||||
$(top_srcdir)/src/H5SLprivate.h \
|
||||
$(top_srcdir)/src/H5Vprivate.h
|
||||
lheap.lo: \
|
||||
$(top_srcdir)/test/lheap.c \
|
||||
@ -1004,13 +1005,13 @@ ohdr.lo: \
|
||||
$(top_srcdir)/src/H5Oprivate.h \
|
||||
$(top_srcdir)/src/H5HGprivate.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5Tprivate.h \
|
||||
$(top_srcdir)/src/H5Gprivate.h \
|
||||
$(top_srcdir)/src/H5Bprivate.h \
|
||||
$(top_srcdir)/src/H5ACprivate.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5RSprivate.h \
|
||||
$(top_srcdir)/src/H5Rprivate.h \
|
||||
$(top_srcdir)/src/H5Zprivate.h \
|
||||
@ -1395,19 +1396,19 @@ tgenprop.lo: \
|
||||
$(top_srcdir)/src/H5Oprivate.h \
|
||||
$(top_srcdir)/src/H5HGprivate.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5Tprivate.h \
|
||||
$(top_srcdir)/src/H5Gprivate.h \
|
||||
$(top_srcdir)/src/H5Bprivate.h \
|
||||
$(top_srcdir)/src/H5ACprivate.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5RSprivate.h \
|
||||
$(top_srcdir)/src/H5Rprivate.h \
|
||||
$(top_srcdir)/src/H5Zprivate.h \
|
||||
$(top_srcdir)/src/H5Ppkg.h \
|
||||
$(top_srcdir)/src/H5Pprivate.h \
|
||||
$(top_srcdir)/src/H5TBprivate.h
|
||||
$(top_srcdir)/src/H5SLprivate.h
|
||||
th5s.lo: \
|
||||
$(top_srcdir)/test/th5s.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
@ -1516,6 +1517,53 @@ theap.lo: \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5HPprivate.h
|
||||
tid.lo: \
|
||||
$(top_srcdir)/test/tid.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5Ipkg.h \
|
||||
$(top_srcdir)/src/H5Iprivate.h
|
||||
titerate.lo: \
|
||||
$(top_srcdir)/test/titerate.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
@ -1607,6 +1655,69 @@ tmeta.lo: \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h
|
||||
tmisc.lo: \
|
||||
$(top_srcdir)/test/tmisc.c \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/H5Dpkg.h \
|
||||
$(top_srcdir)/src/H5Dprivate.h \
|
||||
$(top_srcdir)/src/H5FDprivate.h \
|
||||
$(top_srcdir)/src/H5Oprivate.h \
|
||||
$(top_srcdir)/src/H5HGprivate.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5Tprivate.h \
|
||||
$(top_srcdir)/src/H5Gprivate.h \
|
||||
$(top_srcdir)/src/H5Bprivate.h \
|
||||
$(top_srcdir)/src/H5ACprivate.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5RSprivate.h \
|
||||
$(top_srcdir)/src/H5Rprivate.h \
|
||||
$(top_srcdir)/src/H5Zprivate.h \
|
||||
$(top_srcdir)/src/H5Sprivate.h \
|
||||
$(top_srcdir)/src/H5Pprivate.h
|
||||
trefer.lo: \
|
||||
$(top_srcdir)/test/trefer.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
@ -1751,17 +1862,63 @@ tselect.lo: \
|
||||
$(top_srcdir)/src/H5Oprivate.h \
|
||||
$(top_srcdir)/src/H5HGprivate.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5Tprivate.h \
|
||||
$(top_srcdir)/src/H5Gprivate.h \
|
||||
$(top_srcdir)/src/H5Bprivate.h \
|
||||
$(top_srcdir)/src/H5ACprivate.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5RSprivate.h \
|
||||
$(top_srcdir)/src/H5Rprivate.h \
|
||||
$(top_srcdir)/src/H5Zprivate.h \
|
||||
$(top_srcdir)/src/H5Pprivate.h
|
||||
tskiplist.lo: \
|
||||
$(top_srcdir)/test/tskiplist.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5SLprivate.h
|
||||
ttime.lo: \
|
||||
$(top_srcdir)/test/ttime.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
@ -1807,52 +1964,6 @@ ttime.lo: \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h
|
||||
ttbbt.lo: \
|
||||
$(top_srcdir)/test/ttbbt.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5TBprivate.h
|
||||
ttst.lo: \
|
||||
$(top_srcdir)/test/ttst.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
@ -1989,116 +2100,6 @@ tvlstr.lo: \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h
|
||||
tmisc.lo: \
|
||||
$(top_srcdir)/test/tmisc.c \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/H5Dpkg.h \
|
||||
$(top_srcdir)/src/H5Dprivate.h \
|
||||
$(top_srcdir)/src/H5FDprivate.h \
|
||||
$(top_srcdir)/src/H5Oprivate.h \
|
||||
$(top_srcdir)/src/H5HGprivate.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5Tprivate.h \
|
||||
$(top_srcdir)/src/H5Gprivate.h \
|
||||
$(top_srcdir)/src/H5Bprivate.h \
|
||||
$(top_srcdir)/src/H5ACprivate.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5RSprivate.h \
|
||||
$(top_srcdir)/src/H5Rprivate.h \
|
||||
$(top_srcdir)/src/H5Zprivate.h \
|
||||
$(top_srcdir)/src/H5Sprivate.h \
|
||||
$(top_srcdir)/src/H5Pprivate.h
|
||||
tid.lo: \
|
||||
$(top_srcdir)/test/tid.c \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5Ipkg.h \
|
||||
$(top_srcdir)/src/H5Iprivate.h
|
||||
unlink.lo: \
|
||||
$(top_srcdir)/test/unlink.c \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
@ -3058,17 +3059,23 @@ dtransform.lo: \
|
||||
$(top_srcdir)/src/H5FSprivate.h
|
||||
filename.lo: \
|
||||
$(top_srcdir)/test/filename.c \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
@ -3094,13 +3101,7 @@ filename.lo: \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/test/testhdf5.h \
|
||||
$(top_srcdir)/src/H5Eprivate.h
|
||||
$(top_srcdir)/src/H5FDstream.h
|
||||
reserved.lo: \
|
||||
$(top_srcdir)/test/reserved.c \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
|
@ -84,7 +84,7 @@ TEST_SRC=big.c bittests.c cache.c cmpd_dset.c dsets.c dtypes.c extend.c \
|
||||
istore.c lheap.c links.c mount.c mtime.c ohdr.c stab.c tarray.c \
|
||||
tattr.c tconfig.c testhdf5.c testmeta.c tfile.c \
|
||||
tgenprop.c th5s.c theap.c tid.c titerate.c tmeta.c tmisc.c trefer.c \
|
||||
trefstr.c tselect.c tskiplist.c ttime.c ttbbt.c ttst.c tvltypes.c \
|
||||
trefstr.c tselect.c tskiplist.c ttime.c ttst.c tvltypes.c \
|
||||
tvlstr.c unlink.c enum.c ttsafe.c ttsafe_dcreate.c ttsafe_error.c \
|
||||
ttsafe_cancel.c ttsafe_acreate.c gass_write.c gass_read.c \
|
||||
gass_append.c srb_read.c srb_write.c srb_append.c stream_test.c \
|
||||
@ -117,7 +117,7 @@ $(PROGS): $(LIB) $(LIBHDF5)
|
||||
|
||||
TESTHDF5_OBJ=testhdf5.lo tarray.lo tattr.lo tconfig.lo tfile.lo tgenprop.lo \
|
||||
th5s.lo theap.lo tid.lo titerate.lo tmeta.lo tmisc.lo trefer.lo trefstr.lo \
|
||||
tselect.lo tskiplist.lo ttbbt.lo ttime.lo ttst.lo tvltypes.lo tvlstr.lo
|
||||
tselect.lo tskiplist.lo ttime.lo ttst.lo tvltypes.lo tvlstr.lo
|
||||
|
||||
TTS_OBJ=ttsafe.lo ttsafe_dcreate.lo ttsafe_error.lo \
|
||||
ttsafe_cancel.lo ttsafe_acreate.lo
|
||||
|
@ -45,7 +45,6 @@ main(int argc, char *argv[])
|
||||
/* Tests are generally arranged from least to most complexity... */
|
||||
AddTest("config", test_configure, cleanup_configure, "Configure definitions", NULL);
|
||||
AddTest("metadata", test_metadata, cleanup_metadata, "Encode/decode metadata code", NULL);
|
||||
AddTest("tbbt", test_tbbt, NULL, "Threaded, Balanced, Binary Trees", NULL);
|
||||
AddTest("tst", test_tst, NULL, "Ternary Search Trees", NULL);
|
||||
AddTest("heap", test_heap, NULL, "Memory Heaps", NULL);
|
||||
AddTest("skiplist", test_skiplist, NULL, "Skip Lists", NULL);
|
||||
|
@ -110,7 +110,6 @@ extern "C" {
|
||||
|
||||
/* Prototypes for the test routines */
|
||||
void test_metadata(void);
|
||||
void test_tbbt(void);
|
||||
void test_tst(void);
|
||||
void test_heap(void);
|
||||
void test_refstr(void);
|
||||
|
143
test/ttbbt.c
143
test/ttbbt.c
@ -1,143 +0,0 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* Copyright by the Board of Trustees of the University of Illinois. *
|
||||
* All rights reserved. *
|
||||
* *
|
||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||
* terms governing use, modification, and redistribution, is contained in *
|
||||
* the files COPYING and Copyright.html. COPYING can be found at the root *
|
||||
* of the source code distribution tree; Copyright.html can be found at the *
|
||||
* root level of an installed copy of the electronic HDF5 document set and *
|
||||
* is linked from the top-level documents page. It can also be found at *
|
||||
* http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have *
|
||||
* access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
/*
|
||||
FILE
|
||||
tbbt.c
|
||||
Test HDF Threaded-Balanced-Binary Tree (tbbt) routines.
|
||||
|
||||
REMARKS
|
||||
|
||||
DESIGN
|
||||
|
||||
BUGS/LIMITATIONS
|
||||
|
||||
EXPORTED ROUTINES
|
||||
|
||||
AUTHOR
|
||||
Quincey Koziol
|
||||
|
||||
MODIFICATION HISTORY
|
||||
4/22/00 - Converted from HDF4 test routine.
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include "testhdf5.h"
|
||||
#include "H5TBprivate.h"
|
||||
|
||||
#define MAX_TEST_SIZE 31 /* maximum number of elements to insert */
|
||||
#define NUM_TEST_RUNS 100 /* number of times to insert & remove each size */
|
||||
|
||||
#define RandInt(a,b) ((rand()%(((b)-(a))+1))+(a))
|
||||
|
||||
int tcompare (const void * k1, const void * k2, int cmparg);
|
||||
|
||||
static void swap_arr(int *arr, int a, int b)
|
||||
{
|
||||
int t;
|
||||
|
||||
if (a != b)
|
||||
{
|
||||
t = arr[a];
|
||||
arr[a] = arr[b];
|
||||
arr[b] = t;
|
||||
} /* end if */
|
||||
} /* end swap_arr() */
|
||||
|
||||
int
|
||||
tcompare(const void * k1, const void * k2, int cmparg)
|
||||
{
|
||||
/* shut compiler up */
|
||||
cmparg=cmparg;
|
||||
return ((int) ((*(const int *) k1) - (*(const int *) k2)));
|
||||
}
|
||||
|
||||
void
|
||||
test_tbbt(void)
|
||||
{
|
||||
int test_size;
|
||||
int i, j;
|
||||
int ins_arr[MAX_TEST_SIZE];
|
||||
int rem_arr[MAX_TEST_SIZE];
|
||||
int t;
|
||||
H5TB_TREE *tree;
|
||||
void * *r;
|
||||
|
||||
t = (int)time(NULL);
|
||||
srand((unsigned)t);
|
||||
|
||||
for (test_size = 3; test_size <= MAX_TEST_SIZE; test_size++)
|
||||
{
|
||||
MESSAGE(7, ("\nTesting trees with %d elements\n", test_size));
|
||||
MESSAGE(8, ("Testing tree #:"));
|
||||
for (j = 0; j < NUM_TEST_RUNS; j++)
|
||||
{
|
||||
MESSAGE(8, (" %d", j));
|
||||
for (i = 0; i < test_size; i++)
|
||||
{ /* initialize the arrays */
|
||||
ins_arr[i] = i;
|
||||
rem_arr[i] = i;
|
||||
} /* end for */
|
||||
for (i = 0; i < test_size; i++)
|
||||
{ /* shuffle the arrays */
|
||||
t = RandInt(i, test_size - 1);
|
||||
swap_arr(ins_arr, i, t);
|
||||
t = RandInt(i, test_size - 1);
|
||||
swap_arr(rem_arr, i, t);
|
||||
} /* end for */
|
||||
|
||||
if (GetTestVerbosity() >= VERBO_HI)
|
||||
{
|
||||
printf("ins_arr: \n");
|
||||
for (i = 0; i < test_size; i++) /* print the arrays */
|
||||
printf("%d \n", (int) ins_arr[i]);
|
||||
printf("\nrem_arr: \n");
|
||||
for (i = 0; i < test_size; i++) /* print the arrays */
|
||||
printf("%d \n", (int) rem_arr[i]);
|
||||
printf("\n");
|
||||
} /* end if */
|
||||
|
||||
tree = H5TB_dmake(tcompare, sizeof(int),0);
|
||||
for (i = 0; i < test_size; i++)
|
||||
{
|
||||
MESSAGE(9, ("inserting %d\n", (int) ins_arr[i]));
|
||||
H5TB_dins(tree, (void *) &ins_arr[i], NULL);
|
||||
#ifdef H5TB_DEBUG
|
||||
if(GetTestVerbosity() >= VERBO_HI)
|
||||
H5TB_dump(tree, -1);
|
||||
#endif /* H5TB_DEBUG */
|
||||
}
|
||||
#ifdef H5TB_DEBUG
|
||||
if(GetTestVerbosity() >= VERBO_HI)
|
||||
H5TB_dump(tree, -1);
|
||||
#endif /* H5TB_DEBUG */
|
||||
for (i = 0; i < test_size; i++)
|
||||
{
|
||||
int key;
|
||||
|
||||
key = rem_arr[i];
|
||||
r = (void * *) H5TB_dfind(tree, (void *) &key, NULL);
|
||||
MESSAGE(9, ("removing %d\n", (int) key));
|
||||
H5TB_rem((H5TB_NODE **) tree, (H5TB_NODE *) r, NULL);
|
||||
#ifdef H5TB_DEBUG
|
||||
if(GetTestVerbosity() >= VERBO_HI)
|
||||
H5TB_dump(tree, -1);
|
||||
#endif /* H5TB_DEBUG */
|
||||
} /* end for */
|
||||
H5TB_dfree(tree, NULL, NULL);
|
||||
} /* end for */
|
||||
} /* end for */
|
||||
} /* end test_tbbt() */
|
||||
|
@ -309,94 +309,6 @@ t_ph5basic.lo: \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h
|
||||
testphdf5.lo: \
|
||||
$(top_srcdir)/testpar/testphdf5.c \
|
||||
$(top_srcdir)/testpar/testphdf5.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h
|
||||
t_dset.lo: \
|
||||
$(top_srcdir)/testpar/t_dset.c \
|
||||
$(top_srcdir)/testpar/testphdf5.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h
|
||||
t_coll_chunk.lo: \
|
||||
$(top_srcdir)/testpar/t_coll_chunk.c \
|
||||
$(top_srcdir)/testpar/testphdf5.h \
|
||||
@ -446,13 +358,57 @@ t_coll_chunk.lo: \
|
||||
$(top_srcdir)/src/H5Oprivate.h \
|
||||
$(top_srcdir)/src/H5HGprivate.h \
|
||||
$(top_srcdir)/src/H5Fprivate.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5Tprivate.h \
|
||||
$(top_srcdir)/src/H5Gprivate.h \
|
||||
$(top_srcdir)/src/H5Bprivate.h \
|
||||
$(top_srcdir)/src/H5ACprivate.h \
|
||||
$(top_srcdir)/src/H5Cprivate.h \
|
||||
$(top_srcdir)/src/H5Cpublic.h \
|
||||
$(top_srcdir)/src/H5RCprivate.h \
|
||||
$(top_srcdir)/src/H5RSprivate.h \
|
||||
$(top_srcdir)/src/H5Rprivate.h \
|
||||
$(top_srcdir)/src/H5Zprivate.h
|
||||
t_span_tree.lo: \
|
||||
$(top_srcdir)/testpar/t_span_tree.c \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/testpar/testphdf5.h \
|
||||
$(top_srcdir)/test/h5test.h
|
||||
|
@ -89,4 +89,5 @@ h5dumpgentest.lo: \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/tools/lib/h5tools.h
|
||||
|
@ -40,6 +40,9 @@ h5jam.lo: \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/tools/lib/h5tools_utils.h
|
||||
h5unjam.lo: \
|
||||
$(top_srcdir)/tools/h5jam/h5unjam.c \
|
||||
@ -80,4 +83,7 @@ h5unjam.lo: \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/tools/lib/h5tools_utils.h
|
||||
|
@ -183,53 +183,6 @@ h5repack_refs.lo: \
|
||||
$(top_srcdir)/tools/lib/h5trav.h \
|
||||
$(top_srcdir)/tools/lib/h5diff.h \
|
||||
$(top_srcdir)/tools/lib/h5tools.h
|
||||
h5repack_layout.lo: \
|
||||
$(top_srcdir)/tools/h5repack/h5repack_layout.c \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/test/h5test.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/tools/h5repack/h5repack.h \
|
||||
$(top_srcdir)/tools/lib/h5trav.h \
|
||||
$(top_srcdir)/tools/lib/h5diff.h \
|
||||
$(top_srcdir)/tools/lib/h5tools.h
|
||||
h5repack_list.lo: \
|
||||
$(top_srcdir)/tools/h5repack/h5repack_list.c \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
|
@ -224,7 +224,7 @@ h5diff_array.lo: \
|
||||
$(top_srcdir)/src/H5FSprivate.h
|
||||
h5diff_attr.lo: \
|
||||
$(top_srcdir)/tools/lib/h5diff_attr.c \
|
||||
$(top_srcdir)/tools/lib/h5diff.h \
|
||||
$(top_srcdir)/tools/lib/h5tools.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
@ -262,6 +262,7 @@ h5diff_attr.lo: \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/tools/lib/h5diff.h \
|
||||
$(top_srcdir)/tools/lib/h5trav.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
@ -526,6 +527,46 @@ h5tools_ref.lo: \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/tools/lib/h5tools.h \
|
||||
$(top_srcdir)/tools/lib/h5tools_utils.h
|
||||
h5tools_type.lo: \
|
||||
$(top_srcdir)/tools/lib/h5tools_type.c \
|
||||
$(top_srcdir)/tools/lib/h5tools.h \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
$(top_srcdir)/src/H5public.h \
|
||||
$(top_builddir)/src/H5pubconf.h \
|
||||
$(top_srcdir)/src/H5api_adpt.h \
|
||||
$(top_srcdir)/src/H5Apublic.h \
|
||||
$(top_srcdir)/src/H5Ipublic.h \
|
||||
$(top_srcdir)/src/H5ACpublic.h \
|
||||
$(top_srcdir)/src/H5Bpublic.h \
|
||||
$(top_srcdir)/src/H5Dpublic.h \
|
||||
$(top_srcdir)/src/H5Epublic.h \
|
||||
$(top_srcdir)/src/H5Epubgen.h \
|
||||
$(top_srcdir)/src/H5Fpublic.h \
|
||||
$(top_srcdir)/src/H5FDpublic.h \
|
||||
$(top_srcdir)/src/H5FPpublic.h \
|
||||
$(top_srcdir)/src/H5Gpublic.h \
|
||||
$(top_srcdir)/src/H5Opublic.h \
|
||||
$(top_srcdir)/src/H5HGpublic.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5MMpublic.h \
|
||||
$(top_srcdir)/src/H5Ppublic.h \
|
||||
$(top_srcdir)/src/H5Tpublic.h \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Rpublic.h \
|
||||
$(top_srcdir)/src/H5Spublic.h \
|
||||
$(top_srcdir)/src/H5FDcore.h \
|
||||
$(top_srcdir)/src/H5FDfamily.h \
|
||||
$(top_srcdir)/src/H5FDgass.h \
|
||||
$(top_srcdir)/src/H5FDlog.h \
|
||||
$(top_srcdir)/src/H5FDmpi.h \
|
||||
$(top_srcdir)/src/H5FDfphdf5.h \
|
||||
$(top_srcdir)/src/H5FDmpio.h \
|
||||
$(top_srcdir)/src/H5FDmpiposix.h \
|
||||
$(top_srcdir)/src/H5FDmulti.h \
|
||||
$(top_srcdir)/src/H5FDsec2.h \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h
|
||||
talign.lo: \
|
||||
$(top_srcdir)/tools/lib/talign.c \
|
||||
$(top_srcdir)/src/hdf5.h \
|
||||
@ -565,4 +606,7 @@ talign.lo: \
|
||||
$(top_srcdir)/src/H5FDsrb.h \
|
||||
$(top_srcdir)/src/H5FDstdio.h \
|
||||
$(top_srcdir)/src/H5FDstream.h \
|
||||
$(top_srcdir)/src/H5private.h \
|
||||
$(top_srcdir)/src/H5MPprivate.h \
|
||||
$(top_srcdir)/src/H5FSprivate.h \
|
||||
$(top_srcdir)/tools/lib/h5tools.h
|
||||
|
@ -44,7 +44,7 @@ h5debug.lo: \
|
||||
$(top_srcdir)/src/H5Zpublic.h \
|
||||
$(top_srcdir)/src/H5Fpkg.h \
|
||||
$(top_srcdir)/src/H5FOprivate.h \
|
||||
$(top_srcdir)/src/H5TBprivate.h \
|
||||
$(top_srcdir)/src/H5SLprivate.h \
|
||||
$(top_srcdir)/src/H5HLprivate.h \
|
||||
$(top_srcdir)/src/H5HLpublic.h \
|
||||
$(top_srcdir)/src/H5Iprivate.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user