comparison src/Makefile.in @ 8946:e7e928088e90

fix CRLF issues with text-mode reading in windows when loading ascii data
author Benjamin Lindner <lindnerb@users.sourceforge.net>
date Tue, 10 Mar 2009 01:01:50 -0400
parents 4e1fed5d847b
children 93f18f166aba
comparison
equal deleted inserted replaced
8945:45f8197ffd51 8946:e7e928088e90
121 121
122 INCLUDES := Cell.h base-list.h builtins.h c-file-ptr-stream.h \ 122 INCLUDES := Cell.h base-list.h builtins.h c-file-ptr-stream.h \
123 comment-list.h debug.h defun-dld.h defun-int.h defun.h \ 123 comment-list.h debug.h defun-dld.h defun-int.h defun.h \
124 dirfns.h display.h dynamic-ld.h error.h file-io.h gl-render.h \ 124 dirfns.h display.h dynamic-ld.h error.h file-io.h gl-render.h \
125 gripes.h help.h input.h lex.h load-path.h load-save.h ls-hdf5.h \ 125 gripes.h help.h input.h lex.h load-path.h load-save.h ls-hdf5.h \
126 ls-mat-ascii.h ls-mat4.h ls-mat5.h ls-oct-ascii.h \ 126 ls-mat-ascii.h ls-mat4.h ls-mat5.h ls-oct-ascii.h ls-ascii-helper.h \
127 ls-oct-binary.h ls-utils.h mex.h mexproto.h oct-errno.h \ 127 ls-oct-binary.h ls-utils.h mex.h mexproto.h oct-errno.h \
128 oct-fstrm.h oct-hdf5.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ 128 oct-fstrm.h oct-hdf5.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \
129 oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ 129 oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \
130 zfstream.h oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h \ 130 zfstream.h oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h \
131 pager.h parse.h pr-output.h procstream.h sighandlers.h \ 131 pager.h parse.h pr-output.h procstream.h sighandlers.h \
215 pt-mat.cc pt-misc.cc pt-pr-code.cc pt-select.cc pt-stmt.cc \ 215 pt-mat.cc pt-misc.cc pt-pr-code.cc pt-select.cc pt-stmt.cc \
216 pt-unop.cc 216 pt-unop.cc
217 217
218 DIST_SRC := Cell.cc bitfcns.cc c-file-ptr-stream.cc comment-list.cc \ 218 DIST_SRC := Cell.cc bitfcns.cc c-file-ptr-stream.cc comment-list.cc \
219 cutils.c data.cc debug.cc defaults.cc defun.cc dirfns.cc \ 219 cutils.c data.cc debug.cc defaults.cc defun.cc dirfns.cc \
220 display.cc dynamic-ld.cc error.cc file-io.cc gl-render.cc graphics.cc \ 220 display.cc dynamic-ld.cc error.cc file-io.cc gl-render.cc \
221 gripes.cc help.cc input.cc lex.l load-path.cc load-save.cc \ 221 graphics.cc gripes.cc help.cc input.cc lex.l load-path.cc \
222 ls-hdf5.cc ls-mat-ascii.cc ls-mat4.cc ls-mat5.cc ls-oct-ascii.cc \ 222 load-save.cc ls-hdf5.cc ls-mat-ascii.cc ls-mat4.cc \
223 ls-mat5.cc ls-oct-ascii.cc ls-ascii-helper.cc \
223 ls-oct-binary.cc ls-utils.cc main.c mappers.cc matherr.c \ 224 ls-oct-binary.cc ls-utils.cc main.c mappers.cc matherr.c \
224 mex.cc oct-fstrm.cc oct-hist.cc oct-iostrm.cc oct-map.cc \ 225 mex.cc oct-fstrm.cc oct-hist.cc oct-iostrm.cc oct-map.cc \
225 oct-obj.cc oct-prcstrm.cc oct-procbuf.cc oct-stream.cc \ 226 oct-obj.cc oct-prcstrm.cc oct-procbuf.cc oct-stream.cc \
226 octave.cc zfstream.cc oct-strstrm.cc oct-lvalue.cc pager.cc \ 227 octave.cc zfstream.cc oct-strstrm.cc oct-lvalue.cc pager.cc \
227 parse.y pr-output.cc procstream.cc sighandlers.cc \ 228 parse.y pr-output.cc procstream.cc sighandlers.cc \