comparison liboctave/Makefile.am @ 11524:bd6e37860be5

use gnulib filemode module
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jan 2011 06:18:51 -0500
parents fd0a3ac60b0e
children a21a3875ca83
comparison
equal deleted inserted replaced
11523:fd0a3ac60b0e 11524:bd6e37860be5
195 cmd-hist.h \ 195 cmd-hist.h \
196 data-conv.h \ 196 data-conv.h \
197 dir-ops.h \ 197 dir-ops.h \
198 file-ops.h \ 198 file-ops.h \
199 file-stat.h \ 199 file-stat.h \
200 filemode.h \
201 functor.h \ 200 functor.h \
202 glob-match.h \ 201 glob-match.h \
203 idx-vector.h \ 202 idx-vector.h \
204 lo-array-gripes.h \ 203 lo-array-gripes.h \
205 lo-cutils.h \ 204 lo-cutils.h \
476 $(VX_OP_SRC) \ 475 $(VX_OP_SRC) \
477 $(SMX_OP_SRC) 476 $(SMX_OP_SRC)
478 477
479 LIBOCTAVE_C_SOURCES = \ 478 LIBOCTAVE_C_SOURCES = \
480 f2c-main.c \ 479 f2c-main.c \
481 filemode.c \
482 lo-cieee.c \ 480 lo-cieee.c \
483 lo-cutils.c \ 481 lo-cutils.c \
484 randgamma.c \ 482 randgamma.c \
485 randmtzig.c \ 483 randmtzig.c \
486 randpoisson.c \ 484 randpoisson.c \