changeset 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 2cb76b2b8b29
children 000587f92082
files src/Makefile.am src/bitfcns.cc src/corefcn/bitfcns.cc src/corefcn/mappers.cc src/corefcn/module.mk src/corefcn/sparse.cc src/corefcn/strfns.cc src/corefcn/syscalls.cc src/mappers.cc src/sparse.cc src/strfns.cc src/syscalls.cc
diffstat 7 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 \
rename from src/bitfcns.cc
rename to src/corefcn/bitfcns.cc
rename from src/mappers.cc
rename to src/corefcn/mappers.cc
--- a/src/corefcn/module.mk
+++ b/src/corefcn/module.mk
@@ -10,6 +10,7 @@
   corefcn/balance.cc \
   corefcn/besselj.cc \
   corefcn/betainc.cc \
+  corefcn/bitfcns.cc \
   corefcn/bsxfun.cc \
   corefcn/cellfun.cc \
   corefcn/colloc.cc \
@@ -40,6 +41,7 @@
   corefcn/lsode.cc \
   corefcn/lu.cc \
   corefcn/luinc.cc \
+  corefcn/mappers.cc \
   corefcn/matrix_type.cc \
   corefcn/max.cc \
   corefcn/md5sum.cc \
@@ -53,13 +55,16 @@
   corefcn/rcond.cc \
   corefcn/regexp.cc \
   corefcn/schur.cc \
+  corefcn/sparse.cc \
   corefcn/spparms.cc \
   corefcn/sqrtm.cc \
   corefcn/str2double.cc \
   corefcn/strfind.cc \
+  corefcn/strfns.cc \
   corefcn/sub2ind.cc \
   corefcn/svd.cc \
   corefcn/syl.cc \
+  corefcn/syscalls.cc \
   corefcn/time.cc \
   corefcn/tril.cc \
   corefcn/typecast.cc
rename from src/sparse.cc
rename to src/corefcn/sparse.cc
rename from src/strfns.cc
rename to src/corefcn/strfns.cc
rename from src/syscalls.cc
rename to src/corefcn/syscalls.cc