Powered by Apache

CVS log for OpenXM/src/Makefile

[BACK] Up to [local] / OpenXM / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.189 / (download) - annotate - [select for diffs], Wed Sep 7 04:05:00 2022 UTC (18 months, 2 weeks ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.188: +8 -2 lines
Diff to previous 1.188 (colored)

Add dependencies.

Revision 1.188 / (download) - annotate - [select for diffs], Thu Mar 5 00:29:44 2020 UTC (4 years ago) by takayama
Branch: MAIN
Changes since 1.187: +2 -2 lines
Diff to previous 1.187 (colored)

install-for-debug links asir2018/.libs/asir to OpenXM/bin/asir

Revision 1.187 / (download) - annotate - [select for diffs], Wed Jan 8 17:29:26 2020 UTC (4 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.186: +10 -5 lines
Diff to previous 1.186 (colored)

Updated build system.

Revision 1.186 / (download) - annotate - [select for diffs], Tue Nov 12 11:00:04 2019 UTC (4 years, 4 months ago) by kondoh
Branch: MAIN
Changes since 1.185: +15 -6 lines
Diff to previous 1.185 (colored)

Added mpfi for interval arithmetic

Revision 1.185 / (download) - annotate - [select for diffs], Fri Apr 5 12:05:56 2019 UTC (4 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.184: +2 -2 lines
Diff to previous 1.184 (colored)

make install-for-debug links asir (2018) under OpenXM/bin

Revision 1.184 / (download) - annotate - [select for diffs], Fri Mar 29 08:10:17 2019 UTC (5 years ago) by takayama
Branch: MAIN
Changes since 1.183: +3 -3 lines
Diff to previous 1.183 (colored)

ox_cdd, ox_pari are added to clean and distclean targets.

Revision 1.183 / (download) - annotate - [select for diffs], Fri Mar 29 08:07:32 2019 UTC (5 years ago) by takayama
Branch: MAIN
Changes since 1.182: +2 -2 lines
Diff to previous 1.182 (colored)

mpc, mpfr are added to the distclean target.

Revision 1.182 / (download) - annotate - [select for diffs], Fri Mar 29 04:54:39 2019 UTC (5 years ago) by ohara
Branch: MAIN
Changes since 1.181: +3 -3 lines
Diff to previous 1.181 (colored)

asir2018 is added to the list of targets for "make clean".

Revision 1.181 / (download) - annotate - [select for diffs], Wed Mar 27 05:06:51 2019 UTC (5 years ago) by noro
Branch: MAIN
Changes since 1.180: +2 -2 lines
Diff to previous 1.180 (colored)

Added the target 'all-asir2000' to the target 'all'.

Revision 1.180 / (download) - annotate - [select for diffs], Wed Mar 27 05:02:31 2019 UTC (5 years ago) by noro
Branch: MAIN
Changes since 1.179: +2 -2 lines
Diff to previous 1.179 (colored)

Added the target 'install-asir2000' to the target 'install'.

Revision 1.179 / (download) - annotate - [select for diffs], Sat Mar 23 12:22:09 2019 UTC (5 years ago) by ohara
Branch: MAIN
Changes since 1.178: +12 -2 lines
Diff to previous 1.178 (colored)

Now the build system install asir2018 by default.
asir2000 can be installed as OpenXM/bin/asir2000 by
(cd OpenXM/src/; make install-asir2000)

Revision 1.178 / (download) - annotate - [select for diffs], Thu Apr 5 08:25:00 2018 UTC (5 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.177: +2 -2 lines
Diff to previous 1.177 (colored)

Now ${OpenXM}/src/pari can be built with perl 5.26.

Revision 1.177 / (download) - annotate - [select for diffs], Fri Mar 31 00:43:02 2017 UTC (6 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.176: +2 -3 lines
Diff to previous 1.176 (colored)

oxtoolkit depends on install-oxtags and not on install-kan96xx

Revision 1.176 / (download) - annotate - [select for diffs], Mon Sep 26 05:41:30 2016 UTC (7 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.175: +2 -1 lines
Diff to previous 1.175 (colored)

install-for-debug target generates a sybolic link to src/ox_pari from bin.

Revision 1.175 / (download) - annotate - [select for diffs], Fri Sep 23 05:37:43 2016 UTC (7 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.174: +4 -1 lines
Diff to previous 1.174 (colored)

configure-oxc is added.

Revision 1.174 / (download) - annotate - [select for diffs], Fri Sep 23 03:04:22 2016 UTC (7 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.173: +8 -1 lines
Diff to previous 1.173 (colored)

make configure-static
forces to configure for static linking in asir2000 and ox_pari.
Bug: it calls make configure in advance, then configures for asir2000 and ox_pari are called two times.

Revision 1.173 / (download) - annotate - [select for diffs], Thu Sep 22 10:26:30 2016 UTC (7 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.172: +5 -2 lines
Diff to previous 1.172 (colored)

Add new target configure-oxpari.

Revision 1.172 / (download) - annotate - [select for diffs], Wed Jun 8 02:49:16 2016 UTC (7 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.171: +4 -4 lines
Diff to previous 1.171 (colored)

We temporaly add '-' to the following builds. (These should be fixed.)
-(cd asir2000 ; make install)
-(cd oxc; make all)
-(cd oxc; make install)

Revision 1.171 / (download) - annotate - [select for diffs], Wed Jun 8 02:35:49 2016 UTC (7 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.170: +2 -2 lines
Diff to previous 1.170 (colored)

Added (cd mpfr ; make clean) to the clean target.

Revision 1.170 / (download) - annotate - [select for diffs], Fri Feb 12 02:39:26 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.169: +7 -2 lines
Diff to previous 1.169 (colored)

use-asir-mode.sh --local
installs asir-mode.el

Revision 1.169 / (download) - annotate - [select for diffs], Sun Sep 27 00:12:31 2015 UTC (8 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.168: +2 -2 lines
Diff to previous 1.168 (colored)

The order of libnames for the linker should be this one on cygwin and msys2
all-oxpari depends on install-pari.

Revision 1.168 / (download) - annotate - [select for diffs], Tue Sep 15 11:28:16 2015 UTC (8 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.167: +3 -3 lines
Diff to previous 1.167 (colored)

Fixed wrong dependencies.

Revision 1.167 / (download) - annotate - [select for diffs], Mon Sep 14 07:32:18 2015 UTC (8 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.166: +2 -2 lines
Diff to previous 1.166 (colored)

configure-mpc should depend on install-gmp.

Revision 1.166 / (download) - annotate - [select for diffs], Thu Aug 20 07:45:12 2015 UTC (8 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.165: +14 -5 lines
Diff to previous 1.165 (colored)

Added mpc.

Revision 1.165 / (download) - annotate - [select for diffs], Tue Aug 4 07:09:58 2015 UTC (8 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.164: +15 -6 lines
Diff to previous 1.164 (colored)

Added a target install-oxpari.

Revision 1.164 / (download) - annotate - [select for diffs], Tue Aug 4 05:52:22 2015 UTC (8 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.163: +9 -2 lines
Diff to previous 1.163 (colored)

Added targets all-oxpari and install-oxpari to src/Makefile.
Updated the version of mpfr.

Revision 1.163 / (download) - annotate - [select for diffs], Fri Dec 20 02:10:25 2013 UTC (10 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.162: +2 -2 lines
Diff to previous 1.162 (colored)

Added the target install-gmp to all-asir.

Revision 1.162 / (download) - annotate - [select for diffs], Wed Nov 6 00:32:59 2013 UTC (10 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.161: +3 -2 lines
Diff to previous 1.161 (colored)

Added missing targets in distclean.

Revision 1.161 / (download) - annotate - [select for diffs], Fri May 13 08:14:30 2011 UTC (12 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.160: +12 -12 lines
Diff to previous 1.160 (colored)

mcpp is replaced by the pcc as ox_cpp.
The cpp of pcc works for large inputs.

Revision 1.160 / (download) - annotate - [select for diffs], Sat Jul 31 10:00:59 2010 UTC (13 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.159: +14 -6 lines
Diff to previous 1.159 (colored)

make install-mcpp installs mcpp to OpenXM/bin with the name cpp.

Revision 1.159 / (download) - annotate - [select for diffs], Mon Feb 23 02:12:24 2009 UTC (15 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.158: +2 -2 lines
Diff to previous 1.158 (colored)

make install target of asir-contrib/packages/doc is added to install
online manuals.

Revision 1.158 / (download) - annotate - [select for diffs], Mon Feb 23 01:34:51 2009 UTC (15 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.157: +2 -2 lines
Diff to previous 1.157 (colored)

make install --> make install-document  in asir-contrib/packages/doc
(build system is now almost stable.)

Revision 1.157 / (download) - annotate - [select for diffs], Sun Feb 22 15:20:17 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.156: +17 -6 lines
Diff to previous 1.156 (colored)

The {all,install}-util targets are separated to *-util-bin and *-util-lib.

Revision 1.156 / (download) - annotate - [select for diffs], Sat Feb 21 22:12:30 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.155: +9 -3 lines
Diff to previous 1.155 (colored)

Using new build system of asir-contrib/packages/doc.

Revision 1.155 / (download) - annotate - [select for diffs], Sun Feb 8 05:05:35 2009 UTC (15 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.154: +17 -5 lines
Diff to previous 1.154 (colored)

Added oxmgraph to the top level Makefile.
If glut is not installed, it will do nothing.

Revision 1.154 / (download) - annotate - [select for diffs], Fri Aug 8 05:41:26 2008 UTC (15 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.153: +1 -4 lines
Diff to previous 1.153 (colored)

Some targets are removed.

Revision 1.153 / (download) - annotate - [select for diffs], Sun Mar 18 04:52:38 2007 UTC (17 years ago) by noro
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.152: +3 -3 lines
Diff to previous 1.152 (colored)

Errors are ignored for ox_cdd.

Revision 1.152 / (download) - annotate - [select for diffs], Sat Mar 17 09:19:55 2007 UTC (17 years ago) by noro
Branch: MAIN
Changes since 1.151: +9 -3 lines
Diff to previous 1.151 (colored)

Modified OpenXM/src/Makefile so that ox_cdd is built and installed.

Revision 1.151 / (download) - annotate - [select for diffs], Tue Feb 20 02:37:18 2007 UTC (17 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.150: +3 -3 lines
Diff to previous 1.150 (colored)

which is replaced with which.pl

Revision 1.150 / (download) - annotate - [select for diffs], Thu Nov 10 05:56:50 2005 UTC (18 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.149: +16 -9 lines
Diff to previous 1.149 (colored)

Removed install-uuencoded target

Revision 1.149 / (download) - annotate - [select for diffs], Tue Jul 19 03:37:49 2005 UTC (18 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148 (colored)

Configure-asir depends on install-util to use oxfetch.sh.

Revision 1.148 / (download) - annotate - [select for diffs], Thu Dec 16 16:19:15 2004 UTC (19 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.147: +8 -3 lines
Diff to previous 1.147 (colored)

fixed

Revision 1.147 / (download) - annotate - [select for diffs], Tue Dec 14 17:11:25 2004 UTC (19 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.146: +100 -129 lines
Diff to previous 1.146 (colored)

"make" replaced by ${MAKE}.

Revision 1.146 / (download) - annotate - [select for diffs], Tue Dec 7 15:26:41 2004 UTC (19 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.145: +2 -2 lines
Diff to previous 1.145 (colored)

Let configure-pari depend on install-util

Revision 1.145 / (download) - annotate - [select for diffs], Tue Jul 27 07:12:25 2004 UTC (19 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.144: +2 -3 lines
Diff to previous 1.144 (colored)

Remove unnecessary relation.

Revision 1.144 / (download) - annotate - [select for diffs], Sat Jul 3 06:53:55 2004 UTC (19 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.143: +2 -2 lines
Diff to previous 1.143 (colored)

Add dependence

Revision 1.143 / (download) - annotate - [select for diffs], Fri Jul 2 07:48:46 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.142: +6 -3 lines
Diff to previous 1.142 (colored)

Asir-contrib starts to use "configure".

Please clean OpenXM and checkout it before make;
otherwise a make error will happen.

Revision 1.142 / (download) - annotate - [select for diffs], Wed Jun 30 22:14:06 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.141: +7 -4 lines
Diff to previous 1.141 (colored)

The target configure-asir-doc is added.

Revision 1.141 / (download) - annotate - [select for diffs], Wed Jun 30 12:13:05 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.140: +2 -2 lines
Diff to previous 1.140 (colored)

configure is introduced.

Revision 1.140 / (download) - annotate - [select for diffs], Thu Jun 24 12:45:15 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored)

The module kan96xx accepts the option --prefix.

Revision 1.139 / (download) - annotate - [select for diffs], Mon Jun 21 04:50:21 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.138: +2 -2 lines
Diff to previous 1.138 (colored)

Fixed a typo:  install.man ==> install-man

Revision 1.138 / (download) - annotate - [select for diffs], Mon Jun 14 09:07:32 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.137: +6 -3 lines
Diff to previous 1.137 (colored)

Some changes to build on MacOS X (ranlib and ar problems).

Revision 1.137 / (download) - annotate - [select for diffs], Thu Mar 25 01:52:18 2004 UTC (20 years ago) by takayama
Branch: MAIN
Changes since 1.136: +2 -2 lines
Diff to previous 1.136 (colored)

OpenXM_contrib/gc and OpenXM_contrib/gmp will no longer be used.
They will be downloaded.

Revision 1.136 / (download) - annotate - [select for diffs], Thu Feb 26 23:29:46 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.135: +2 -2 lines
Diff to previous 1.135 (colored)

Install-asir-port is called in debian/rules.

Revision 1.135 / (download) - annotate - [select for diffs], Mon Feb 23 11:38:36 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.134: +7 -1 lines
Diff to previous 1.134 (colored)

The target install is decomposed into
make install and make install-document.

Revision 1.134 / (download) - annotate - [select for diffs], Sun Feb 22 06:39:09 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.133: +5 -2 lines
Diff to previous 1.133 (colored)

Changes to generate an OpenXM package for KNOPPIX.
"touch OpenXM/src/asir-port/for_knoppix" has not yet been implemented.
(incompleted)

Revision 1.133 / (download) - annotate - [select for diffs], Thu Nov 27 12:10:18 2003 UTC (20 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.132: +2 -2 lines
Diff to previous 1.132 (colored)

all-gc depends on install-util

Revision 1.132 / (download) - annotate - [select for diffs], Sun Sep 14 01:19:55 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.131: +6 -6 lines
Diff to previous 1.131 (colored)

make distclean removed the directories gmp and gc (bug).  It is fixed.

Revision 1.131 / (download) - annotate - [select for diffs], Thu Sep 11 00:46:18 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.130: +5 -1 lines
Diff to previous 1.130 (colored)

clean and distclean targets calls those in oxc.

Revision 1.130 / (download) - annotate - [select for diffs], Thu Sep 11 00:43:16 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.129: +4 -4 lines
Diff to previous 1.129 (colored)

install-k097 depends on install-oxc

Revision 1.129 / (download) - annotate - [select for diffs], Mon Sep 8 13:11:41 2003 UTC (20 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.128: +7 -2 lines
Diff to previous 1.128 (colored)

configure-oxmath was fixed.

Revision 1.128 / (download) - annotate - [select for diffs], Sat Sep 6 11:43:52 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.127: +1 -37 lines
Diff to previous 1.127 (colored)

Removed obsolete targets.

Revision 1.127 / (download) - annotate - [select for diffs], Wed Sep 3 02:03:23 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.126: +8 -2 lines
Diff to previous 1.126 (colored)

The target install-asir-contrib installs OpenXM/Risa/Asir (asir programs and
ox servers).

Revision 1.126 / (download) - annotate - [select for diffs], Wed Sep 3 00:21:14 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored)

Fixed a bug on the dependency of the target install-k097.

Revision 1.125 / (download) - annotate - [select for diffs], Tue Sep 2 22:18:39 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored)

Fixed a bug of repeating "configure" at everytime of make.

Revision 1.124 / (download) - annotate - [select for diffs], Tue Sep 2 15:15:58 2003 UTC (20 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.123: +63 -144 lines
Diff to previous 1.123 (colored)

An experimental version of the new top Makefile.
* Make configure is not necessary.
* configure-symbolic-links, configure-bin, ... are removed.
* Makefile became simpler.

Testing of this Makefile is not enough.
Any bug reports are welcome!

Many thanks in advance.  Nobuki

PS.
It's highly recommended to do
   rm -rf OpenXM
   rcvs checkout OpenXM
   cd OpenXM/src
   make install
because a new directory structure is also introduced.

Revision 1.123 / (download) - annotate - [select for diffs], Tue Sep 2 03:35:56 2003 UTC (20 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored)

The configure-k097 target calls ./configure in k097

Revision 1.122 / (download) - annotate - [select for diffs], Tue Aug 26 05:04:40 2003 UTC (20 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.121: +5 -4 lines
Diff to previous 1.121 (colored)

Fix for the new gmp imported. (cmo-gmp.c)

The new gmp requires texinfo 4.12 or later, however,
there are systems of which default texinfo is version 4.11 or before.
The target install is changed to install-exec to avoid making info files.
(Temporary workaround.)

Revision 1.121 / (download) - annotate - [select for diffs], Mon Aug 25 14:24:45 2003 UTC (20 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.120: +5 -2 lines
Diff to previous 1.120 (colored)

Fixed a stupid bug of the all-gmp target.

Revision 1.120 / (download) - annotate - [select for diffs], Mon Jul 21 11:36:09 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.119: +3 -3 lines
Diff to previous 1.119 (colored)

The library libox_pathfinder.a contains the functions
char **catArgv(char **argv1,char **argv2);
char *getOStypes();
char *getOpenXM_HOME();
char *getLOAD_SM1_PATH2();
char **getServerEnv(char *oxServer);
char **debugServerEnv(char *oxServer);
char *cygwinPathToWinPath(char *s);

Revision 1.119 / (download) - annotate - [select for diffs], Thu Jun 26 08:59:12 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.118: +12 -1 lines
Diff to previous 1.118 (colored)

Added the target install-asir-gc,
which installs libasir-gc.a instead of libgc.a under OpenXM/lib

Revision 1.118 / (download) - annotate - [select for diffs], Mon Jun 2 20:26:58 2003 UTC (20 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.117: +3 -1 lines
Diff to previous 1.117 (colored)

headers of gc will be installed by install-gc

Revision 1.117 / (download) - annotate - [select for diffs], Sat May 17 08:24:56 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored)

Added the dependency  all-k097 : all-kxx

Revision 1.116 / (download) - annotate - [select for diffs], Thu Mar 6 10:36:03 2003 UTC (21 years ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored)

the "make configure-asir" uses OpenXM/bin/lndir.sh

Revision 1.115 / (download) - annotate - [select for diffs], Sun Feb 2 01:36:31 2003 UTC (21 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored)

Added "if ! -d ../lib"

Revision 1.114 / (download) - annotate - [select for diffs], Mon Jan 13 14:10:59 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.113: +5 -5 lines
Diff to previous 1.113 (colored)

fixed dependency.

Revision 1.113 / (download) - annotate - [select for diffs], Tue Sep 3 01:05:28 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.112: +10 -3 lines
Diff to previous 1.112 (colored)

OpenXM/bin/fep will be generated from the source at
OpenXM_contrib2/fep.
make all-fep
make install-fep

Revision 1.112 / (download) - annotate - [select for diffs], Fri Apr 5 01:43:48 2002 UTC (21 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.111: +3 -3 lines
Diff to previous 1.111 (colored)

Fixed a bug on dependency.
configure-kxx : configure-util

Revision 1.111 / (download) - annotate - [select for diffs], Fri Apr 5 01:28:46 2002 UTC (21 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.110: +7 -3 lines
Diff to previous 1.110 (colored)

configure-util :  compile and install oxweave.
oxweave is installed to OpenXM/bin.

Revision 1.110 / (download) - annotate - [select for diffs], Mon Feb 25 08:18:40 2002 UTC (22 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.109: +3 -3 lines
Diff to previous 1.109 (colored)

Added "-" for buggy (old) javac.

Revision 1.109 / (download) - annotate - [select for diffs], Tue Dec 18 04:24:04 2001 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.108: +7 -2 lines
Diff to previous 1.108 (colored)

Added the target configure-directory
to generate the bin directory.

Revision 1.108 / (download) - annotate - [select for diffs], Tue Aug 21 00:47:17 2001 UTC (22 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.107: +3 -3 lines
Diff to previous 1.107 (colored)

The top level Makefile is rewritten for a new directory layout:
  OpenXM/bin
--->
  OpenXM_contrib/uuencoded
  OpenXM/src/uuencoded

Revision 1.107 / (download) - annotate - [select for diffs], Thu May 31 08:04:34 2001 UTC (22 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 (colored)

Now ox-toolkit depends on libgc.

Revision 1.106 / (download) - annotate - [select for diffs], Sun May 20 09:19:16 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.105: +2 -1 lines
Diff to previous 1.105 (colored)

Asir man pages for unix.

Revision 1.105 / (download) - annotate - [select for diffs], Thu Dec 21 12:26:57 2000 UTC (23 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.104: +13 -8 lines
Diff to previous 1.104 (colored)

install-kan-ox (src/Makefile) : generate kan/k0, kan/sm1 and ox_asir.
copy-head-tar-ball-to-ftp-area (misc/packages/Makefile) : generate the tarball
   of the head branch and copy it to ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/Head

Revision 1.104 / (download) - annotate - [select for diffs], Thu Dec 21 09:25:23 2000 UTC (23 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.103: +9 -2 lines
Diff to previous 1.103 (colored)

ox.k uses OpenXM/bin/oxc.

Revision 1.103 / (download) - annotate - [select for diffs], Thu Dec 21 09:13:05 2000 UTC (23 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.102: +9 -2 lines
Diff to previous 1.102 (colored)

Correction of typos.

Revision 1.102 / (download) - annotate - [select for diffs], Thu Dec 21 08:20:09 2000 UTC (23 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.101: +10 -1 lines
Diff to previous 1.101 (colored)

New targets:
   install-asir:  to generate a package only including asir.
   install-k0-ox:  to generate kan/k0 and kan/sm1 with ox_asir.

Revision 1.101 / (download) - annotate - [select for diffs], Thu Dec 21 07:29:39 2000 UTC (23 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.100: +27 -21 lines
Diff to previous 1.100 (colored)

Configure-oxc and configure-kan96xx depend on configure-include and
configure-links.

Revision 1.100 / (download) - annotate - [select for diffs], Wed Dec 20 11:12:52 2000 UTC (23 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.99: +8 -8 lines
Diff to previous 1.99 (colored)

Added "-" to gnuplot make.

Revision 1.99 / (download) - annotate - [select for diffs], Sat Dec 16 05:58:34 2000 UTC (23 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.98: +3 -3 lines
Diff to previous 1.98 (colored)

*** empty log message ***

Revision 1.98 / (download) - annotate - [select for diffs], Fri Dec 15 06:20:37 2000 UTC (23 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.97: +10 -1 lines
Diff to previous 1.97 (colored)

Add the following targets:
configure-oxc, all-oxc, install-oxc

Revision 1.97 / (download) - annotate - [select for diffs], Fri Nov 17 04:47:20 2000 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.96: +18 -2 lines
Diff to previous 1.96 (colored)

configure-include target added.
It copies OX, CMO, SM tags to OpenXM/include/ox.

Revision 1.96 / (download) - annotate - [select for diffs], Sun Sep 17 03:12:09 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3
Changes since 1.95: +5 -15 lines
Diff to previous 1.95 (colored)

Change of Makefile's for gmp-3.1.
Recompilation with new include files is necessary.
Otherwise, you will have link errors.
All libgmp.* and include files of gmp are installed in
OpenXM/lib and OpenXM/include respectively by the target install-gmp.
This target is executed in the configuration stage.
If you have a trouble, please let me know.

Revision 1.95 / (download) - annotate - [select for diffs], Thu Aug 31 13:23:12 2000 UTC (23 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.94: +3 -2 lines
Diff to previous 1.94 (colored)

Removed autoconf from generate-source-distribution-kxx,
because configure is now put in the cvs repository.

Revision 1.94 / (download) - annotate - [select for diffs], Sat Mar 25 13:35:12 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.93: +3 -1 lines
Diff to previous 1.93 (colored)

"-mkdir OpenXM/libexec" to put binaries that cannot be executed
by users.

Revision 1.93 / (download) - annotate - [select for diffs], Mon Mar 13 06:51:04 2000 UTC (24 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.92: +5 -2 lines
Diff to previous 1.92 (colored)

Added (cd asir2000 ; make install-lib-small) for the target
binary-dist

Revision 1.92 / (download) - annotate - [select for diffs], Fri Mar 10 03:15:57 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.91: +6 -4 lines
Diff to previous 1.91 (colored)

Removed post-install-correction-for-asir since asir2000/Makefile
is updated.

Revision 1.91 / (download) - annotate - [select for diffs], Fri Mar 10 02:35:53 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.90: +7 -2 lines
Diff to previous 1.90 (colored)

Move OpenXM/lib/asir/asir to OpenXM/bin because it is architecture
dependent file.
This is done in the target post-install-correction.

Revision 1.90 / (download) - annotate - [select for diffs], Wed Mar 8 06:30:29 2000 UTC (24 years ago) by ohara
Branch: MAIN
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored)

I have fixed a bug of dependency on oxmath and oxtoolkit.

Revision 1.89 / (download) - annotate - [select for diffs], Wed Mar 8 06:08:18 2000 UTC (24 years ago) by ohara
Branch: MAIN
Changes since 1.88: +3 -1 lines
Diff to previous 1.88 (colored)

I have added (cd ox_toolkit; make distclean) etc.

Revision 1.88 / (download) - annotate - [select for diffs], Wed Mar 8 05:48:44 2000 UTC (24 years ago) by ohara
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored)

I have changed a dependency relation of all-oxmath.

Revision 1.87 / (download) - annotate - [select for diffs], Wed Mar 8 05:31:33 2000 UTC (24 years ago) by ohara
Branch: MAIN
Changes since 1.86: +9 -1 lines
Diff to previous 1.86 (colored)

I have added *-oxtoolkit targets to src/Makefile.

Revision 1.86 / (download) - annotate - [select for diffs], Wed Mar 8 04:51:37 2000 UTC (24 years ago) by ohara
Branch: MAIN
Changes since 1.85: +3 -3 lines
Diff to previous 1.85 (colored)

Use /usr/local/bin/math instead of /usr/local/mathematica
to check if mathematica exists.

Revision 1.85 / (download) - annotate - [select for diffs], Mon Mar 6 14:58:00 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.84: +56 -5 lines
Diff to previous 1.84 (colored)

gmp and gc are configured, compiled, and installed from the top level
makefile : src/Makefile.
Libgc.a and libgmp.a are installed to lib and gmp.h is installed to
include.

Revision 1.84 / (download) - annotate - [select for diffs], Mon Mar 6 04:30:39 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored)

Installing the man page openxm.1 to OpenXM/man/man1

Revision 1.83 / (download) - annotate - [select for diffs], Sun Mar 5 06:54:00 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.82: +6 -2 lines
Diff to previous 1.82 (colored)

openxm.1 is a unix style manual for the shell script openxm.
It is installed under OpenXM/man by  (cd OpenXM/rc ; make install.man)
The install.man target is executed when (cd OpenXM/src ; make install)
is executed.
PS. OpenXM/man/* are copied to /usr/local/man by the Makefile for
the FreeBSD port.

Revision 1.82 / (download) - annotate - [select for diffs], Wed Mar 1 00:15:46 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.81: +4 -2 lines
Diff to previous 1.81 (colored)

${PREFIX} is used for the Free-BSD port system.
A target post-install-correction is added for fixing bugs
of the install target.

Revision 1.81 / (download) - annotate - [select for diffs], Mon Feb 28 08:03:08 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.80: +20 -4 lines
Diff to previous 1.80 (colored)

If there is no OpenXM_contrib2 source, then skip to compile asir.

Revision 1.80 / (download) - annotate - [select for diffs], Tue Feb 8 21:16:15 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

I rewrote the target configure-oxmath.

Revision 1.79 / (download) - annotate - [select for diffs], Tue Feb 8 12:03:39 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.78: +5 -2 lines
Diff to previous 1.78 (colored)

Added a target generate-source-distribution-ox_toolkit.
Type in make generate-source-distribution
before making a tar ball of source files.
This target generates configure's by autoconf.

Revision 1.78 / (download) - annotate - [select for diffs], Tue Feb 1 10:12:47 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.77: +6 -1 lines
Diff to previous 1.77 (colored)

Target generate-source-distribution is added.
It is used to generate configure's

Revision 1.77 / (download) - annotate - [select for diffs], Tue Feb 1 09:59:42 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.76: +5 -4 lines
Diff to previous 1.76 (colored)

OpenXM/kxx starts to use autoconf.
After updating, run ./make-configure in the directory src/kxx or
type in "make configure-kxx" in the directory src.

Revision 1.76 / (download) - annotate - [select for diffs], Tue Feb 1 05:11:09 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

asir-contrib depends on kxx (oxweave)

Revision 1.75 / (download) - annotate - [select for diffs], Tue Feb 1 04:24:18 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.74: +5 -5 lines
Diff to previous 1.74 (colored)

Preparation to use autoconf.
The first step: configure_symbolic_links automatically done before make all
               (using a file .done_links to tell the system that configuration done.)
Compiled with $CFLAGS and $DDD (original).

Revision 1.74 / (download) - annotate - [select for diffs], Tue Jan 25 02:52:23 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.73: +4 -2 lines
Diff to previous 1.73 (colored)

More troubles on symbolic links in the binary distribution are found.
These are a first-aid to fix these troubles.

Revision 1.73 / (download) - annotate - [select for diffs], Tue Jan 25 02:10:02 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored)

The symbolic link of OpenXM/bin/asir was wrong.
This comment is added to ERRATA.html and binary distributions
a

Revision 1.72 / (download) - annotate - [select for diffs], Mon Jan 24 11:20:29 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

Cosmetic change : make dist ===> make binary-dist

Revision 1.71 / (download) - annotate - [select for diffs], Mon Jan 24 11:01:13 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.70: +3 -2 lines
Diff to previous 1.70 (colored)

all-misc target in src/Makefile generates dvi files for the OpenXM specificaiton
in doc/OpenXM-specs

Revision 1.70 / (download) - annotate - [select for diffs], Fri Jan 21 09:38:36 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.69: +9 -1 lines
Diff to previous 1.69 (colored)

install ox_math/documents and lib even when /usr/local/Mathematica
does not exist.

Revision 1.69 / (download) - annotate - [select for diffs], Thu Jan 20 09:17:44 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.68: +5 -2 lines
Diff to previous 1.68 (colored)

Makefile to copy all copyright notices in OpenXM_contrib/

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jan 20 07:25:26 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.67: +6 -2 lines
Diff to previous 1.67 (colored)

Installation guide which is close to final.
Checkout the web page http://www.math.kobe-u.ac.jp/OpenXM

Revision 1.67 / (download) - annotate - [select for diffs], Wed Jan 19 12:05:59 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.66: +7 -1 lines
Diff to previous 1.66 (colored)

dist target generates a complete binary distribution with documents.
Binary distribution is OpenXM \setminus src.

Revision 1.66 / (download) - annotate - [select for diffs], Wed Jan 19 07:30:34 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.65: +8 -2 lines
Diff to previous 1.65 (colored)

Check if there is javac for install-OpenMath target.

Revision 1.65 / (download) - annotate - [select for diffs], Wed Jan 19 06:06:30 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.64: +2 -4 lines
Diff to previous 1.64 (colored)

Remove configure-gmp target.
remove .gmp_configured by hand.

Revision 1.64 / (download) - annotate - [select for diffs], Wed Jan 19 03:03:34 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored)

Added 'cd asir-doc; make clean'.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jan 19 01:15:45 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.62: +5 -2 lines
Diff to previous 1.62 (colored)

'make install' now executes '(cd asir-doc; make install)'.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Jan 19 00:26:20 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.61: +6 -2 lines
Diff to previous 1.61 (colored)

Remove .gmp_configured when configure target is explicitly given.

Revision 1.61 / (download) - annotate - [select for diffs], Tue Jan 18 02:03:42 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

src/Makefile : rm -f -> rm -f -r (to remove directories)
asir-contrib/packages/doc/Makefile : oxweave -> ../../../kxx/oxweave

Revision 1.60 / (download) - annotate - [select for diffs], Mon Jan 17 10:41:50 2000 UTC (24 years, 2 months ago) by tam
Branch: MAIN
Changes since 1.59: +5 -2 lines
Diff to previous 1.59 (colored)

I imitated Makefile to Mr.Takayama's direction.
	But there are many problems yet.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Jan 16 22:20:31 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.58: +6 -2 lines
Diff to previous 1.58 (colored)

Add (cd asir-contrib ; make  install) etc
to the top level Makefile.
The targets are  install-asir-contrib and clean-asir-contrib

Revision 1.58 / (download) - annotate - [select for diffs], Sun Jan 16 01:35:49 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Add and modify targets
   make install
and
   make install-for-debug
in OpenXM/src/kxx.
sm1 and ox_sm1 work without OpenXM/src/kan96xx/lib
after executing make install

Revision 1.57 / (download) - annotate - [select for diffs], Sat Jan 15 22:19:06 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

The target install2 for kan96xx in the top level Makefile
is changed to install.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Jan 9 20:19:40 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.55: +4 -4 lines
Diff to previous 1.55 (colored)

Add Makefile instead of shell script.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Jan 9 20:13:24 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.54: +4 -3 lines
Diff to previous 1.54 (colored)

Fix typos.

Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 9 19:34:55 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.53: +6 -6 lines
Diff to previous 1.53 (colored)

Cosmetic changes.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jan 9 19:32:13 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.52: +25 -9 lines
Diff to previous 1.52 (colored)

Merge make-links to Makefile.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Jan 9 18:44:55 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.51: +25 -12 lines
Diff to previous 1.51 (colored)

Must not need to resolve the dependence here. (asir <-> pari)

Revision 1.51 / (download) - annotate - [select for diffs], Sun Jan 9 18:20:14 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.50: +10 -4 lines
Diff to previous 1.50 (colored)

Cosmetic changes.

Revision 1.50 / (download) - annotate - [select for diffs], Sun Jan 9 16:25:20 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.49: +3 -2 lines
Diff to previous 1.49 (colored)

Clean up the configure stage.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Jan 9 16:16:20 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.48: +4 -4 lines
Diff to previous 1.48 (colored)

Cosmetic changes.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Jan 9 16:15:05 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.47: +5 -3 lines
Diff to previous 1.47 (colored)

k097 depends on kan96xx.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jan 9 16:10:08 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.46: +6 -3 lines
Diff to previous 1.46 (colored)

kxx depends on kan96xx. (resolved)

Revision 1.46 / (download) - annotate - [select for diffs], Sun Jan 9 15:59:44 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

Activate the target 'distclean' of asir2000.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Jan 8 20:54:57 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.44: +19 -10 lines
Diff to previous 1.44 (colored)

Cosmetic changes.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Jan 8 20:46:20 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored)

Add the target 'distclean'.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 8 20:13:30 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Oops, pseudo Makefile doesn't have the target 'install2'.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Jan 8 19:11:10 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)

Add the customized Makefile for building asir.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Jan 8 18:48:46 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.40: +7 -5 lines
Diff to previous 1.40 (colored)

Split some building stages.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Jan 8 18:43:02 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored)

Add the target 'distclean' for the installed binary.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jan 8 18:36:25 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.38: +2 -9 lines
Diff to previous 1.38 (colored)

The target 'distclean' calls 'clean'. And some unneeded lines is deleted.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jan 8 18:25:36 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored)

Add target 'distclean' for deleting installed binaries.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jan 8 17:56:57 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.36: +18 -8 lines
Diff to previous 1.36 (colored)

Resolved some dependencies.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jan 8 17:17:49 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.35: +18 -19 lines
Diff to previous 1.35 (colored)

Add the customized Makefile for OpenXM.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jan 8 16:38:32 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (colored)

Cosmetic changes (related the changes of Makefile of gnuplot)

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jan 7 22:53:41 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

Go away patched sources. Only have patches and Makefile.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jan 7 20:18:00 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.32: +4 -2 lines
Diff to previous 1.32 (colored)

Cosmetic changes.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jan 7 19:47:51 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.31: +8 -8 lines
Diff to previous 1.31 (colored)

Divide the target all1 to all-kan96xx and all-kxx.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jan 7 19:45:25 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

Rename the target all4 to all-k097.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jan 7 19:40:30 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.29: +9 -9 lines
Diff to previous 1.29 (colored)

Sort targets as alphabetical.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jan 7 19:38:49 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.28: +7 -12 lines
Diff to previous 1.28 (colored)

Cosmetic changes. (fix white spaces)

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 7 19:36:51 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.27: +1 -5 lines
Diff to previous 1.27 (colored)

Oops, defined the target all-asir twice.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jan 7 19:35:24 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.26: +10 -8 lines
Diff to previous 1.26 (colored)

Rename the target all6 to all-oxmath.

Display the warning if Mathematica is not installed.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jan 7 19:28:32 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.25: +4 -1 lines
Diff to previous 1.25 (colored)

Cosmetic change. (location of the target all-asir)

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jan 7 19:26:24 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored)

Cosmetic change. (location of the target all-pari)

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 7 19:21:39 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored)

Cosmetic changes.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 7 19:18:13 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.22: +9 -9 lines
Diff to previous 1.22 (colored)

Rename all5 to all-openmath.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jan 7 19:10:16 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.21: +7 -4 lines
Diff to previous 1.21 (colored)

Divide the target all3 from all-phc and all-tigers.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 7 18:46:19 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.20: +6 -5 lines
Diff to previous 1.20 (colored)

Cosmetic changes about building gnuplot.

...Work in progress Maekawa project in TODO.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 7 18:38:12 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.19: +5 -6 lines
Diff to previous 1.19 (colored)

Be quiet, please.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jan 7 18:03:23 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

Change the directory of gnuplot. (cosmetic)

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 7 16:40:53 2000 UTC (24 years, 2 months ago) by maekawa
Branch: MAIN
Changes since 1.17: +1 -3 lines
Diff to previous 1.17 (colored)

Remove unneeded lines from 'clean' and 'distclean' targets.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Dec 11 12:57:03 1999 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.16: +6 -3 lines
Diff to previous 1.16 (colored)

BSD which.pl is used to check if javac (java compiler) is in the
search path.  OpenXM/misc is a temporary place to put which.pl

Revision 1.16 / (download) - annotate - [select for diffs], Sat Dec 4 02:20:08 1999 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.15: +6 -8 lines
Diff to previous 1.15 (colored)

Pari is moved to OpenXM_contrib.
I changed src/Makefile, src/make-links to make everything work fine.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 3 12:56:39 1999 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.14: +5 -3 lines
Diff to previous 1.14 (colored)

New top level Makefile for asir2000.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 23 02:08:16 1999 UTC (24 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Makefile invoke ox_math/configure.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 23 01:38:32 1999 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

make install2 (asir) is added in the top level Makefile.
Two install targets --- install and install2 are for debugging of
developers.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 22 08:55:07 1999 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

gnuplot is put at the last of the make procedure

Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 22 04:22:53 1999 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.10: +46 -24 lines
Diff to previous 1.10 (colored)

I cleaned the top level Makefile.
Targets are all, clean, distclean.
Install target will be added in a future.
Makefile.pari-asir will be removed soon.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 20 21:33:09 1999 UTC (24 years, 4 months ago) by maekawa
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

o add 'install' target for gnuplot

Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 7 06:45:24 1999 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.8: +5 -8 lines
Diff to previous 1.8 (colored)

configure2, Makefile: removing symbolic links before ln -f -s
                      install does not copy binary files to OpenXM/bin,
                      but it makes symbolic links from binary files in src
                      directory to OpenXM/bin
doc: new top level document files.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 2 16:29:46 1999 UTC (24 years, 5 months ago) by tam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

changed from JavaSupport to OpenMath

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 2 12:33:56 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.6: +7 -7 lines
Diff to previous 1.6 (colored)

ln -fs is replaced by ln -f -s

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 2 09:17:08 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

Added $OpenXM$

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 2 09:16:31 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)

If you type in make configure, it will generate symbolic links from
src/kan96xx/gc to src/gc and
src/kan96xx/gmp to src/gmp.
So, if you need to use gc or gmp, use gc or gmp under src.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 1 06:39:57 1999 UTC (24 years, 5 months ago) by tam
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3 (colored)

new Makefile for JavaSupport

Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 30 11:28:37 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

A symbolic link from OpenXM/src/kan96xx/gmp to OpenXM/src/gmp is created
by make configure.
TODO: OpenXM/src/kan96xx/gmp should be moved to OpenXM/src/gmp in a future.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 27 10:22:18 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +9 -0 lines
Diff to previous 1.1 (colored)

make configure builds symbolic links for appropiate binary
files and other necessary symbolic links.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:01 1999 UTC (24 years, 5 months ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

o import OpenXM sources

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:01 1999 UTC (24 years, 5 months ago) by maekawa
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>