utils: added collect-symbols in an attempt to eliminate depending on ctags.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 10 Dec 2012 20:27:22 +0000 (22:27 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Mon, 11 Feb 2013 17:44:12 +0000 (19:44 +0200)
commita391e561e0ae974fbca1a861d24ac3de2264f5ce
treeae7763004fd7efc9aae049b3f600c53d7591a428
parent04dc3976eda30ffbe9da2026f6a605461e13f1d4
utils: added collect-symbols in an attempt to eliminate depending on ctags.

collect-symbols is a primitive parser that tries to understand just enough
of (preprocessed) C that it can extract symbols exported from header files.
configure.ac
utils/Makefile.am [new file with mode: 0644]
utils/collect-symbols.c [new file with mode: 0644]