File: Makefile.am

package info (click to toggle)
cmph 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,900 kB
  • ctags: 911
  • sloc: sh: 9,649; ansic: 9,546; makefile: 65
file content (21 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
noinst_PROGRAMS = graph_tests packed_mphf_tests mphf_tests select_tests compressed_seq_tests compressed_rank_tests

INCLUDES = -I../src/

graph_tests_SOURCES = graph_tests.c
graph_tests_LDADD = ../src/libcmph.la

packed_mphf_tests_SOURCES = packed_mphf_tests.c
packed_mphf_tests_LDADD = ../src/libcmph.la

mphf_tests_SOURCES = mphf_tests.c
mphf_tests_LDADD = ../src/libcmph.la

select_tests_SOURCES = select_tests.c
select_tests_LDADD = ../src/libcmph.la

compressed_seq_tests_SOURCES = compressed_seq_tests.c
compressed_seq_tests_LDADD = ../src/libcmph.la

compressed_rank_tests_SOURCES = compressed_rank_tests.c
compressed_rank_tests_LDADD = ../src/libcmph.la