diff src/Makefile.am @ 15075:b62b0b85369c

move more files to corefcn directory * bitfcns.cc, mappers.cc, sparse.cc, strfns.cc, syscalls.cc: Move to corefcn diretory. * src/Makefile.am (DIST_SRC): Remove bitfcns.cc, mappers.cc, sparse.cc, strfns.cc, and syscalls.cc from the list. * src/corefcn/module.mk (COREFCN_SRC): Add bitfcns.cc, mappers.cc, sparse.cc, strfns.cc, and syscalls.cc to the list
author John W. Eaton <jwe@octave.org>
date Tue, 31 Jul 2012 20:46:47 -0400
parents aa64715164dc
children 000587f92082
line wrap: on
line diff
--- a/src/Makefile.am	Tue Jul 31 20:39:08 2012 -0400
+++ b/src/Makefile.am	Tue Jul 31 20:46:47 2012 -0400
@@ -238,7 +238,6 @@
 
 DIST_SRC = \
   Cell.cc \
-  bitfcns.cc \
   c-file-ptr-stream.cc \
   comment-list.cc \
   cutils.c \
@@ -268,7 +267,6 @@
   ls-oct-ascii.cc \
   ls-oct-binary.cc \
   ls-utils.cc \
-  mappers.cc \
   matherr.c \
   mex.cc \
   oct-fstrm.cc \
@@ -289,12 +287,9 @@
   profiler.cc \
   sighandlers.cc \
   siglist.c \
-  sparse.cc \
   sparse-xdiv.cc \
   sparse-xpow.cc \
-  strfns.cc \
   symtab.cc \
-  syscalls.cc \
   sysdep.cc \
   token.cc \
   toplev.cc \