comparison configure.ac @ 20343:bacaec9b5535

eliminate recursive make invocation in test directory tree * test/module.mk: New file created from test/Makefile.am, test/bug-35448/module.mk, test/bug-36025/module.mk, test/bug-38236/module.mk, test/bug-38691/module.mk, test/bug-44940/module.mk, test/class-concat/module.mk, test/classdef/module.mk, test/classes/module.mk, test/ctor-vs-method/module.mk, test/fcn-handle-derived-resolution/module.mk, and test/nest/module.mk. * test/Makefile.am, test/bug-35448/module.mk, test/bug-36025/module.mk, test/bug-38236/module.mk, test/bug-38691/module.mk, test/bug-44940/module.mk, test/class-concat/module.mk, test/classdef/module.mk, test/classes/module.mk, test/ctor-vs-method/module.mk, test/fcn-handle-derived-resolution/module.mk, test/nest/module.mk: Delete. * configure.ac (AC_OUTPUT): Don't generate test/Makefile. * Makefile.am: Include test/module.mk. * build-aux/common.mk, test/build-bc-overload-tests.sh: Adapt to changes in Makefile structure.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Jul 2015 10:40:38 -0400
parents c3c1fb44f9b5
children 2d84d27dc9f0
comparison
equal deleted inserted replaced
20342:c3c1fb44f9b5 20343:bacaec9b5535
3001 libgui/Makefile 3001 libgui/Makefile
3002 libinterp/Makefile 3002 libinterp/Makefile
3003 liboctave/Makefile 3003 liboctave/Makefile
3004 liboctave/cruft/mkf77def 3004 liboctave/cruft/mkf77def
3005 scripts/Makefile 3005 scripts/Makefile
3006 src/Makefile 3006 src/Makefile])
3007 test/Makefile])
3008 3007
3009 AC_OUTPUT 3008 AC_OUTPUT
3010 3009
3011 ### Print a summary so that important information isn't missed. 3010 ### Print a summary so that important information isn't missed.
3012 3011