log liboctave/Makefile.am @ 10434:f387c5b3a369

age author description
Mon, 22 Mar 2010 19:03:07 -0400 John W. Eaton avoid problems if liboctave/config-ops.sh is run in parallel
Wed, 17 Mar 2010 10:30:36 +0100 Jaroslav Hajek implement generic macro magic for repeated decls
Tue, 02 Mar 2010 10:04:12 +0100 Jaroslav Hajek initial implementation of conv2/convn in liboctave
Sun, 28 Feb 2010 23:20:53 -0500 John W. Eaton Makefile.am rules for rebuilding .mk files
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Sun, 21 Feb 2010 17:33:58 +0000 Michael Goffioul Add -bindir flags to _LDFLAGS variables.
Wed, 17 Feb 2010 14:46:51 -0500 John W. Eaton never compile ranlib with 8-byte integers
Thu, 04 Feb 2010 14:36:49 +0100 Jaroslav Hajek don't instantiate MArray<char>
Tue, 02 Feb 2010 00:53:31 -0500 John W. Eaton use gnulib time, sys_time, and sys_times modules
Sat, 23 Jan 2010 12:42:48 -0500 John W. Eaton use getopt directly instead of the (mostly useless) prog_args wrapper class
Thu, 21 Jan 2010 02:07:32 -0500 John W. Eaton use strptime module from gnulib
Thu, 21 Jan 2010 02:07:24 -0500 John W. Eaton use rename module from gnulib
Thu, 21 Jan 2010 01:49:36 -0500 John W. Eaton use rmdir module from gnulib
Thu, 21 Jan 2010 01:09:42 -0500 John W. Eaton use c-strcase module from gnulib
Thu, 21 Jan 2010 01:03:37 -0500 John W. Eaton use getopt-gnu module from gnulib
Wed, 20 Jan 2010 13:03:10 -0500 John W. Eaton don't install oct-glob.h
Wed, 20 Jan 2010 01:57:41 -0500 John W. Eaton avoid conflict between glob.h definition of glob and glob_match::glob function
Mon, 11 Jan 2010 22:38:08 -0800 Rik Remove unnecessary uses of simple_move_if_change_rule
Tue, 05 Jan 2010 02:02:28 -0500 John W. Eaton include -I../libgnu in AM_CPPFLAGS
Sat, 26 Dec 2009 00:20:12 -0500 John W. Eaton use mkdir module from gnulib
Fri, 25 Dec 2009 21:38:20 -0500 John W. Eaton use gnuplib crypto/md5 module
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Sun, 13 Dec 2009 20:01:16 -0800 Rik Clean liboctave/Makefile.am to use more standard automake syntax
Wed, 09 Dec 2009 01:36:50 -0500 John W. Eaton start using gnulib
Thu, 03 Dec 2009 15:39:20 -0500 John W. Eaton more automake fixes
Wed, 25 Nov 2009 10:58:55 -0800 Rik Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Fri, 13 Nov 2009 22:43:41 -0500 John W. Eaton add -DX_DLL_DEFS to CPPFLAGS
Tue, 10 Nov 2009 15:02:25 -0500 John W. Eaton convert build system to use automake and libtool