summaryrefslogtreecommitdiff
path: root/volk/Makefile.am
AgeCommit message (Collapse)Author
2011-01-21Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster
Conflicts: volk/lib/Makefile.am
2011-01-14Cleans up the Makefiles for the various platforms. This should also make it ↵Tom Rondeau
easier to add new architectures. Thanks to Josh for the inspiration.
2010-12-14Volk: Build fixes to work with/without Orc.Nick Foster
2010-12-14Volk: More autotools stuff for Orc. Should build OK with or without Orc now.Nick Foster
2010-12-14Volk: Automated more automake for orc. Brought orcc generation in. Shared ↵Nick Foster
library libvolk_orc.la. Linking is hackery right now with specified -lorc-0.4 flags; this should change. Otherwise pretty much OK.
2010-12-13volk: committed some stuff i neglectedNick Foster
2010-12-10volk: Removing unnecessary shell script; last commit takes care if its ↵Tom Rondeau
functions.
2010-12-08volk: Working on VPATH build issues. Makes it through configure, fails on make.Tom Rondeau
2010-12-07Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a ↵Tom Rondeau
new SIMD library. It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.