log src/Makefile.am @ 12720:ccfe03bebeba stable

age author description
Wed, 08 Jun 2011 17:41:45 -0700 Rik src/Makefile.am: Fixes to get 'make dist' working stable
Wed, 08 Jun 2011 10:39:07 -0700 Rik maint: Update various Makefile.am to no longer distribute ChangeLog file stable
Mon, 06 Jun 2011 15:34:34 -0400 John W. Eaton maint: Periodic merge of stable to default branch
Thu, 02 Jun 2011 17:35:00 -0400 John W. Eaton maint: implement proper library versioning. stable
Thu, 21 Apr 2011 17:41:56 -0400 John W. Eaton fix precedence level of transpose operators (bug #32533)
Sun, 30 Jan 2011 02:43:10 -0500 John W. Eaton remove ARPACK from documentation and some config files
Sat, 29 Jan 2011 12:27:16 -0500 John W. Eaton use same compiler flags for __fltk_uigetfile__ as for __init_fltk__
Tue, 25 Jan 2011 21:38:05 -0800 Rik Use Automake and GNU Make variables for increased portability in DLD-FUNCTIONS/*.oct creation
Tue, 25 Jan 2011 19:54:06 -0800 John W. Eaton Use Makefile rules based on timestamp files for src/DLD-FUNCTIONS/*.oct
Thu, 20 Jan 2011 02:29:57 -0500 John W. Eaton rename backend to graphics_toolkit
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 07:23:36 -0500 John W. Eaton prototype fixes for C language files
Fri, 12 Nov 2010 20:33:19 -0500 John W. Eaton don't compile src/X-opts.cc files separately
Thu, 14 Oct 2010 11:53:04 -0400 John W. Eaton make issparse, sparse, and spalloc built-in functions
Thu, 23 Sep 2010 14:55:53 -0400 John W. Eaton src/Makefile.am: don't include dynamically linked files in DEF_FILES
Sun, 08 Aug 2010 14:44:38 -0700 Rik Create .DOCSTRINGS quietly and avoid screen clutter during build.
Sun, 08 Aug 2010 14:21:30 -0700 Rik Run do_subst macro quietly to avoid screen clutter during build.
Fri, 30 Jul 2010 10:43:54 -0700 Rik Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Sat, 24 Apr 2010 20:12:08 +0300 Shai Ayal fix fltk backend CPPFLAGS
Fri, 23 Apr 2010 22:20:12 -0700 Rik Clarify compilation note about defaults.h
Wed, 24 Mar 2010 15:43:17 -0400 John W. Eaton src/Makefile.am: typo
Sun, 28 Feb 2010 23:20:53 -0500 John W. Eaton Makefile.am rules for rebuilding .mk files
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
Tue, 16 Feb 2010 15:28:53 +0100 Jaroslav Hajek implement lazy index conversions
Thu, 04 Feb 2010 03:55:41 -0500 John W. Eaton src/Makefile.am (OCTAVE_LIBS): include all liboctave library dependencies here
Sat, 30 Jan 2010 22:35:27 +0100 Jaroslav Hajek remove deprecated list datatype
Mon, 11 Jan 2010 22:38:08 -0800 Rik Remove unnecessary uses of simple_move_if_change_rule
Mon, 11 Jan 2010 00:40:29 -0500 Tatsuro MATSUOKA src/Makefile.am (OCTINTERP_LINKDEPS): include FT2_LDFLAGS and FT2_LIBS in the list
Tue, 05 Jan 2010 02:02:28 -0500 John W. Eaton include -I../libgnu in AM_CPPFLAGS
Mon, 04 Jan 2010 02:11:07 -0500 Marco Atzeri src/Makefile.am: removed extra / on install-oct
Sun, 27 Dec 2009 21:39:44 -0500 John W. Eaton wrapper for gl2ps.c so config.h is included before oter headers
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Fri, 11 Dec 2009 13:30:16 -0500 John W. Eaton avoid cp -a --update
Thu, 10 Dec 2009 14:51:08 -0800 Rik distclean symbolic links for .oct files in src/DLD_FUNCTIONS
Thu, 10 Dec 2009 12:26:12 -0800 Rik Final patch to enable autotools VPATH builds of documentation
Wed, 09 Dec 2009 01:36:50 -0500 John W. Eaton start using gnulib
Tue, 08 Dec 2009 15:25:05 -0800 Rik Modifications to makefiles to pass distcheck test
Tue, 08 Dec 2009 02:57:58 -0500 John W. Eaton more makefile tweaks
Mon, 07 Dec 2009 08:28:33 +0100 Jaroslav Hajek add missing DLD_DEFS:OPT_HANDLERS dependency
Sun, 06 Dec 2009 20:40:42 -0800 Rik Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Fri, 04 Dec 2009 15:18:17 -0500 John W. Eaton provide OCTAVE_API_VERSION_NUMBER
Fri, 04 Dec 2009 12:55:41 -0500 John W. Eaton src/Makefile.am: generate output in mkdefs script, not Makefile
Fri, 04 Dec 2009 12:28:52 -0500 John W. Eaton src/Makefile.in (BUILT_SOURCES): include graphics-props.cc in the list
Fri, 04 Dec 2009 01:46:34 -0500 John W. Eaton minor makefile fix
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
Sat, 14 Nov 2009 00:39:28 -0500 John W. Eaton also include AM_CPPFLAGS in liboctinterp_la_CPPFLAGS
Fri, 13 Nov 2009 22:43:41 -0500 John W. Eaton add -DX_DLL_DEFS to CPPFLAGS
Tue, 10 Nov 2009 19:48:02 -0500 Shai Ayal printing for fltk backend using gl2ps
Tue, 10 Nov 2009 15:02:25 -0500 John W. Eaton convert build system to use automake and libtool