1
Fork 0
turbonss/cxxmph/Makefile.am

12 lines
416 B
Makefile
Raw Normal View History

bin_PROGRAMS = cmph_hash_map_test mphtable_test
2010-10-05 17:51:17 +03:00
lib_LTLIBRARIES = libcxxmph.la
2010-06-28 22:01:18 +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
mphtable_test_LDADD = libcxxmph.la
mphtable_test_SOURCES = mphtable_test.cc