1SUBDIRS = algorithm io trie vector
2
3noinst_HEADERS = \
4  intrin.h \
5  io.h \
6  vector.h \
7  algorithm.h \
8  trie.h
9