1
Fork 0
turbonss/cxxmph/Makefile.am

9 lines
249 B
Makefile
Raw Normal View History

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