Makefile.am and configure.ac updated
This commit is contained in:
parent
1acdcba4b7
commit
d5bfc91289
2
BMZ.t2t
2
BMZ.t2t
|
@ -39,7 +39,7 @@ minimal perfect hash functions had been designed.
|
||||||
We refer the algorithm to as **BMZ**, because it was conceived by Fabiano C. **B**otelho,
|
We refer the algorithm to as **BMZ**, because it was conceived by Fabiano C. **B**otelho,
|
||||||
David **M**enoti and Nivio **Z**iviani. The algorithm is described in [[1 #papers]].
|
David **M**enoti and Nivio **Z**iviani. The algorithm is described in [[1 #papers]].
|
||||||
To analyse BMZ algorithm we needed some results from the random graph theory, so
|
To analyse BMZ algorithm we needed some results from the random graph theory, so
|
||||||
we invite professor [Yoshiharu Kohayakawa http://www.ime.usp.br/~yoshi] to help us.
|
we invited professor [Yoshiharu Kohayakawa http://www.ime.usp.br/~yoshi] to help us.
|
||||||
The final description and analysis of BMZ algorithm is presented in [[2 #papers]].
|
The final description and analysis of BMZ algorithm is presented in [[2 #papers]].
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(Makefile.am)
|
AC_INIT(Makefile.am)
|
||||||
AM_INIT_AUTOMAKE(cmph, 0.4)
|
AM_INIT_AUTOMAKE(cmph, 0.5)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin_PROGRAMS = cmph
|
bin_PROGRAMS = cmph
|
||||||
lib_LTLIBRARIES = libcmph.la
|
lib_LTLIBRARIES = libcmph.la
|
||||||
include_HEADERS = cmph.h cmph_types.h
|
include_HEADERS = cmph.h cmph_types.h
|
||||||
libcmph_la_SOURCES = util.h debug.h\
|
libcmph_la_SOURCES = debug.h\
|
||||||
bitbool.h bitbool.c\
|
bitbool.h bitbool.c\
|
||||||
cmph_types.h\
|
cmph_types.h\
|
||||||
hash.h hash_state.h hash.c\
|
hash.h hash_state.h hash.c\
|
||||||
|
|
Loading…
Reference in New Issue