/[cln]/Makefile.devel
ViewVC logotype

Log of /Makefile.devel

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Mar 24 02:05:40 2008 UTC (5 years, 1 month ago) by haible
Branch: MAIN
CVS Tags: HEAD, cln_1-2-1, cln_1-2-2
Changes since 1.13: +4 -1 lines
Diff to previous 1.13
New file, for recreating the build prerequisites after a CVS checkout.


Revision 1.13 - (view) (annotate) - [select for diffs]
Sat Oct 22 19:44:34 2005 UTC (7 years, 6 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-10, cln_1-1-11, cln_1-1-12, cln_1-1-13, cln_1-1_maintenance-branchpoint, cln_1-2-0
Branch point for: cln_1-1
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
* Exclude CVSROOT from the package.


Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Aug 29 13:19:04 2005 UTC (7 years, 8 months ago) by haible
Branch: MAIN
Changes since 1.11: +3 -8 lines
Diff to previous 1.11
Split aclocal.m4 into many small files.


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Jan 1 17:57:36 2004 UTC (9 years, 4 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-6, cln_1-1-7, cln_1-1-8, cln_1-1-9
Changes since 1.10: +4 -1 lines
Diff to previous 1.10
* Finalize release 1.1.6 again.


Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Jan 1 16:14:30 2004 UTC (9 years, 4 months ago) by kreckel
Branch: MAIN
Changes since 1.9: +21 -3 lines
Diff to previous 1.9
* Finalize release 1.1.6.


Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Dec 29 19:03:32 2003 UTC (9 years, 4 months ago) by kreckel
Branch: MAIN
Changes since 1.8: +13 -15 lines
Diff to previous 1.8
	Rework of autoconfiscation infrastructure
	* autoconf/config.{guess,sub}: Update to GNU version 2003-10-07.
	* autoconf/ltmain.sh: Update to GNU version 1.4.3.
	* autoconf/autoconf: Remove (from now on we assume autoconf is
	  installed properly on the sytem).
	* autoconf/autoconf.m4: Likewise.
	* autoconf/autoconf.m4f: Likewise.
	* autoconf/acgeneral.m4: Likewise.
	* autoconf/acspecific.m4: Likewise.
	* autoconf/aclocal.m4: Regenerate.
	* autoconf/acinclude.m4: Remove (while moving the macros...)
	* m4/gmp.m4: New file (...to here).
	* Makefile.devel: Update to new scheme.
	* configure.ac: Likewise.
	* include/cln/GV_integer.h: Assume template specializations work.
	* include/cln/GV_modinteger.h: Likewise.
	* include/cln/config.h.in: Likewise, and drop HAVE_BOOL.
	* src/base/cl_base_config.h.in: Drop support for obsolete ftime(3).
	* src/base/random/cl_random_from.cc: Likewise.
	* src/timing/cl_base_config.h.in: Likewise.
	* src/timing/cl_t_current.cc: Likewise.


Revision 1.8 - (view) (annotate) - [select for diffs]
Tue May 28 16:58:01 2002 UTC (10 years, 11 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-5
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
        * Last bits for release 1.1.5.


Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Jan 3 17:06:07 2002 UTC (11 years, 4 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-4
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
        * autoconf/acinclude.m4: revamp MPN-matcher.
        * autoconf/aclocal.m4: upgrade to autoconf-2.52 infrastructure,
          sync with CLisp from CVS.
        * autoconf/autoconf: Likewise.
        * autoconf/autoconf.m4f: Likewise (new file).
        * configure.ac: Likewise (new file, replaces configure.in).
        * configure.in: Likewise (deleted, replaced by configure.ac).
        * autoconf/config.{guess,sub}: Update to GNU version 2001-12-13.
        * src/Makefile.in: made VPATH safe for autoconf-2.52.
        * include/cln/config.h.in: Add __s390__.


Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Nov 5 18:59:54 2001 UTC (11 years, 6 months ago) by kreckel
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
        * autoconf/ltmain.sh: Upgrade to libtool-1.4.2.
        * autoconf/config.{guess,sub}: Update to GNU version 2001-09-07.
        * Version 1.1.3 released.


Revision 1.5 - (view) (annotate) - [select for diffs]
Sun Jul 22 12:54:54 2001 UTC (11 years, 10 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-2, cln_1-1-3
Changes since 1.4: +6 -9 lines
Diff to previous 1.4
        * src/float/base/cl_ieee.cc: try to do magic to the FPU only if
          _FPU_IEEE is really defined.
        * include/cln/modules.h: change assembler labels from `label' to
          `label:' on hppa, needed by Linux (see comment).
        * autoconf/acinclude.m4: new file (for storing CLN-specific macros).
        * Makefile.devel: adjusted.
        * autoconf/aclocal.m4: regenerate.
        * src/base/low/cl_low_mul.cc: moved POD variables that are declared
          extern "C" elsewhere out of the namespace.
        * src/base/low/cl_low_div.cc: Likewise.


Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Nov 24 20:51:02 2000 UTC (12 years, 5 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-0, cln_1-1-1
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
        * */*: Removed problematic stdin, stdout and stderr definitions.
          Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
        * Makefile.devel: Use bzip2.
        * Makefile.in: Target maintainer-clean remove cln-config cln-config.1.


Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Aug 28 22:07:37 2000 UTC (12 years, 8 months ago) by kreckel
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
        * All Files have been modified for inclusion of namespace cln;
          I am too lazy for a detailed discussion of all the changes.
          Many identifiers got their `cl_' stripped off.  Ok, this is a
          clumpsy CVS log-entry.  Promise: more will soon go into the
          file ChangeLog.  I apologize for the inconvenience.   :-(


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue May 30 19:02:39 2000 UTC (12 years, 11 months ago) by kreckel
Branch: MAIN
Changes since 1.1: +9 -9 lines
Diff to previous 1.1
- configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
  New macros.
- configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
  CL_VERSION_PATCHLEVEL): New definitions.
- autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
  autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
- src/Makefile.in, configure.in: release-variables renamed from
  CLN_* to CL_*.
- configure.in: default to build both shared and static library
  (i.e. default to the most common behaviour).


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Fri Jan 28 11:37:18 2000 UTC (13 years, 3 months ago) by kreckel
Branch: cln
CVS Tags: release-1_0_3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.14
- CLN vanilla release 1.0.3.


Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Jan 28 11:37:18 2000 UTC (13 years, 3 months ago) by kreckel
Branch: MAIN
Branch point for: cln
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15