comparison ChangeLog @ 10986:20bb05b9fb3f

makefile rules for compiled auxiliary programs
author John W. Eaton <jwe@octave.org>
date Thu, 16 Sep 2010 06:30:15 -0400
parents 07b4cd795742
children 061bd86a0bf3
comparison
equal deleted inserted replaced
10985:165e7e79b82c 10986:20bb05b9fb3f
1 2010-09-16 John W. Eaton <jwe@octave.org>
2
3 * configure.ac (SCRIPTS_EXE_SUFFIX) Delete variable and all uses.
4 (BUILD_COMPILED_AUX_PROGRAMS): New variable.
5 (AMCOND_BUILD_COMPILED_AUX_PROGRAMS): New Automake conditional.
6 * Makefile.am (SCRIPTS_EXE_SUFFIX, BUILT_SHELL_FILES): Delete
7 variables and all uses.
8 (bin_SCRIPTS, bin_PROGRAMS, mkoctfile_SOURCES,
9 nodist_mkoctfile_SOURCES, octave_config_SOURCES,
10 nodist_octave_config_SOURCES, octave_bug_SOURCES,
11 nodist_octave_bug_SOURCES, BUILT_SOURCES): Define conditionally
12 based on AMCOND_BUILD_COMPILED_AUX_PROGRAMS.
13 (noinst_SCRIPTS): New variable.
14 (CLEANFILES): Include $(bin_PROGRAMS) $(bin_SCRIPTS)
15 $(BUILT_SOURCES) in the list.
16 (all-local): Also depend on $(bin_PROGRAMS) and $(noinst_SCRIPTS).
17 (octave-bug.cc, octave-config.cc, mkoctfile.cc, octave-bug)
18 (octave-config, mkoctfile): Make rules conditional on
19 AMCOND_BUILD_COMPILED_AUX_PROGRAMS.
20 (make-version-links, remove-version-links): Define different
21 rules conditional on AMCOND_BUILD_COMPILED_AUX_PROGRAMS.
22
1 2010-09-13 Jaroslav Hajek <highegg@gmail.com> 23 2010-09-13 Jaroslav Hajek <highegg@gmail.com>
2 24
3 * NEWS: Update. 25 * NEWS: Update.
4 26
5 2010-09-10 Jaroslav Hajek <highegg@gmail.com> 27 2010-09-10 Jaroslav Hajek <highegg@gmail.com>