ABC is a logic synthesis and verification system developed by Alan Mishchenko, Prof. Robert Brayton and others. I did a few minor modifications to it for use with our SMT solver beaver. You can download my copy here: abc-70930-modified-1.tar.gz
How to install
One of the changes I did was to use autoconf, automake, which makes compilation as easy as: configure; make install. You can also provide --prefix as usual.
List of changes