view modules/avltreehash-list @ 15187:8f6c698d0789

crc: Move AC_LIBOBJ invocations to module description. * m4/crc.m4: Remove file. * modules/crc (Files): Remove it. (configure.ac): Remove gl_CRC call. (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 22:51:09 +0200
parents a8c91b846640
children
line wrap: on
line source

Description:
Sequential list data type implemented by a hash table with a binary tree.

Files:
lib/gl_avltreehash_list.h
lib/gl_avltreehash_list.c
lib/gl_anyhash_list1.h
lib/gl_anyhash_list2.h
lib/gl_anyavltree_list1.h
lib/gl_anyavltree_list2.h
lib/gl_anytree_list1.h
lib/gl_anytree_list2.h
lib/gl_anytreehash_list1.h
lib/gl_anytreehash_list2.h

Depends-on:
list
avltree-oset
stdint
xsize

configure.ac:

Makefile.am:
lib_SOURCES += gl_avltreehash_list.h gl_avltreehash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anyavltree_list1.h gl_anyavltree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h

Include:
"gl_avltreehash_list.h"

License:
GPL

Maintainer:
Bruno Haible