diff options
author | Nick Foster <nick@nerdnetworks.org> | 2011-02-15 21:28:43 -0800 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2011-02-15 21:28:43 -0800 |
commit | d364316fa2e047890af09c7bdeed776d6391b3db (patch) | |
tree | 10783c1d7195b2a547dfdcdca6be0fb00def96ea /volk/lib | |
parent | 2387618a492c73ec029599027daeaeebe937e7a7 (diff) |
Removed some mktables stuff since it's passe
Diffstat (limited to 'volk/lib')
-rw-r--r-- | volk/lib/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am index 4ffe97d7e8..af655a1c5c 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -55,9 +55,7 @@ lib_LTLIBRARIES = \ libvolk_runtime.la EXTRA_DIST = \ - volk_mktables.c \ volk_rank_archs.h \ - volk_proccpu_sim.c \ gcc_x86_cpuid.h # ---------------------------------------------------------------- @@ -140,7 +138,6 @@ distclean-local: rm -f volk_cpu_x86.c rm -f volk_init.c rm -f volk_init.h - rm -f volk_mktables.c rm -f volk_proccpu_sim.c rm -f volk_runtime.c rm -f volk_tables.h |