comparison liboctave/ChangeLog @ 11244:dea482126ec3

liboctave/Makefile.am: clean up some variables; don't distribute generated files
author John W. Eaton <jwe@octave.org>
date Fri, 12 Nov 2010 20:49:02 -0500
parents 0090bb47d0b5
children a117dc8ea1b9
comparison
equal deleted inserted replaced
11243:dc5d1280ef14 11244:dea482126ec3
1 2010-11-12 John W. Eaton <jwe@octave.org>
2
3 * Makefile.am (LIBOCTAVE_SOURCES): Delete variable.
4 (liboctave_la_SOURCES): Include $(LIBOCTAVE_CXX_SOURCES) and
5 $(LIBOCTAVE_C_SOURCES) in this list instead of
6 $(LIBOCTAVE_SOURCES).
7 (nodist_liboctave_la_SOURCES): New variable.
8 (octinclude_HEADERS): Don't include $(BUILT_INCS) in the list.
9 (noinst_octinclude_HEADERS): New variable.
10 (PRIVATE_INCS): Delete variable.
11 (INCS): Include oct-glob.h in the list.
12 (liboctave_la_SOURCES): Don't include $(PRIVATE_INCS) in the
13 list.
14 (LIBOCT_PATHSEARCH_CXX_SOURCES, LIBOCT_PATHSEARCH_C_SOURCES,
15 LIBOCT_PATHSEARCH_SOURCES): Delete variables.
16 (LIBOCTAVE_CXX_SOURCES): Include pathsearch.cc in the list.
17
1 2010-11-12 John W. Eaton <jwe@octave.org> 18 2010-11-12 John W. Eaton <jwe@octave.org>
2 19
3 * Array.cc (Array<T>::cat): Simplify previous change. 20 * Array.cc (Array<T>::cat): Simplify previous change.
4 21
5 2010-11-11 John W. Eaton <jwe@octave.org> 22 2010-11-11 John W. Eaton <jwe@octave.org>