2010-10-28 03:17:09 +03:00
|
|
|
bin_PROGRAMS = cmph_hash_map_test mphtable_test trigraph_test
|
2010-10-05 17:51:17 +03:00
|
|
|
lib_LTLIBRARIES = libcxxmph.la
|
2010-06-28 22:01:18 +03:00
|
|
|
|
2010-10-25 05:12:47 +03:00
|
|
|
libcxxmph_la_SOURCES = stringpiece.h MurmurHash2.h randomly_seeded_hash.h trigragh.h trigraph.cc mphtable.h mphtable.cc
|
2010-10-05 17:51:17 +03:00
|
|
|
libcxxmph_la_LDFLAGS = -version-info 0:0:0
|
2010-06-28 22:01:18 +03:00
|
|
|
|
2010-10-05 17:51:17 +03:00
|
|
|
cmph_hash_map_test_LDADD = libcxxmph.la
|
2010-06-28 22:01:18 +03:00
|
|
|
cmph_hash_map_test_SOURCES = cmph_hash_map_test.cc
|
2010-10-25 05:12:47 +03:00
|
|
|
|
|
|
|
mphtable_test_LDADD = libcxxmph.la
|
|
|
|
mphtable_test_SOURCES = mphtable_test.cc
|
2010-10-28 03:17:09 +03:00
|
|
|
|
|
|
|
trigraph_test_LDADD = libcxxmph.la
|
|
|
|
trigraph_test_SOURCES = trigraph_test.cc
|