blob: 6bada8cac6a0d4aa12f8a10ee8019ab3e5475c5d (
plain)
1
2
3
4
5
6
7
8
|
src := filter.c f-util.c tree.c trie.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
tests_src := tree_test.c filter_test.c trie_test.c
tests_targets := $(tests_targets) $(tests-target-files)
tests_objs := $(tests_objs) $(src-o-files)
|