1
Fork 0
turbonss/cxxmph/Makefile.am

9 lines
249 B
Makefile

bin_PROGRAMS = cmph_hash_map_test
lib_LTLIBRARIES = libcxxmph.la
libcxxmph_la_SOURCES = trigragh.h trigraph.cc
libcxxmph_la_LDFLAGS = -version-info 0:0:0
cmph_hash_map_test_LDADD = libcxxmph.la
cmph_hash_map_test_SOURCES = cmph_hash_map_test.cc