comparison 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
comparison
equal deleted inserted replaced
15074:2cb76b2b8b29 15075:b62b0b85369c
236 jit-ir.cc \ 236 jit-ir.cc \
237 pt-jit.cc 237 pt-jit.cc
238 238
239 DIST_SRC = \ 239 DIST_SRC = \
240 Cell.cc \ 240 Cell.cc \
241 bitfcns.cc \
242 c-file-ptr-stream.cc \ 241 c-file-ptr-stream.cc \
243 comment-list.cc \ 242 comment-list.cc \
244 cutils.c \ 243 cutils.c \
245 data.cc \ 244 data.cc \
246 debug.cc \ 245 debug.cc \
266 ls-mat4.cc \ 265 ls-mat4.cc \
267 ls-mat5.cc \ 266 ls-mat5.cc \
268 ls-oct-ascii.cc \ 267 ls-oct-ascii.cc \
269 ls-oct-binary.cc \ 268 ls-oct-binary.cc \
270 ls-utils.cc \ 269 ls-utils.cc \
271 mappers.cc \
272 matherr.c \ 270 matherr.c \
273 mex.cc \ 271 mex.cc \
274 oct-fstrm.cc \ 272 oct-fstrm.cc \
275 oct-hist.cc \ 273 oct-hist.cc \
276 oct-iostrm.cc \ 274 oct-iostrm.cc \
287 pr-output.cc \ 285 pr-output.cc \
288 procstream.cc \ 286 procstream.cc \
289 profiler.cc \ 287 profiler.cc \
290 sighandlers.cc \ 288 sighandlers.cc \
291 siglist.c \ 289 siglist.c \
292 sparse.cc \
293 sparse-xdiv.cc \ 290 sparse-xdiv.cc \
294 sparse-xpow.cc \ 291 sparse-xpow.cc \
295 strfns.cc \
296 symtab.cc \ 292 symtab.cc \
297 syscalls.cc \
298 sysdep.cc \ 293 sysdep.cc \
299 token.cc \ 294 token.cc \
300 toplev.cc \ 295 toplev.cc \
301 txt-eng-ft.cc \ 296 txt-eng-ft.cc \
302 unwind-prot.cc \ 297 unwind-prot.cc \