Powered by Apache

CVS log for OpenXM/src/k097/Attic/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27, Tue Sep 2 03:24:52 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.26: +1 -1 lines
FILE REMOVED

Cosmetic changes of Makefiles.
kan96xx and k097 use "configure"

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jul 21 13:36:40 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

[(getServerEnv) ox_server_name] extension returns the full pathes for
ox_servers and aux-command files.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 21 12:41:22 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)

The library libox_pathfinder.a is linked to ox_sm1, ox_k0, sm1, d0, and k0.

Revision 1.24 / (download) - annotate - [select for diffs], Wed May 14 07:29:53 2003 UTC (21 years ago) by takayama
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Fixed a bug.

Revision 1.23 / (download) - annotate - [select for diffs], Wed May 14 07:24:53 2003 UTC (21 years ago) by takayama
Branch: MAIN
Changes since 1.22: +7 -3 lines
Diff to previous 1.22 (colored)

Added ox_k0 to the target all, install, and install-for-debug.

Revision 1.22 / (download) - annotate - [select for diffs], Wed May 14 07:09:47 2003 UTC (21 years ago) by takayama
Branch: MAIN
Changes since 1.21: +4 -1 lines
Diff to previous 1.21 (colored)

The first version of ox_k0 sever.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 15 00:11:08 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Use -L${OpenXM_HOME}/lib -lgmp

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 8 05:26:47 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.19: +1 -7 lines
Diff to previous 1.19 (colored)

* Cleaned unnecessary files and functions.
* Completed the new help system. Type in make in the directory
  OpenXM/src/k097/Doc

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 25 14:14:34 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.18: +8 -53 lines
Diff to previous 1.18 (colored)

Added TOPDIR.
Cleaned old targets.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 21 12:26:58 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Sun Dec 10 03:12:19 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Boundp(s) checks if the symbol s is bounded to a value or not.
GetPathName(s) checks if the file s exists in the current direcotry or
in LOAD_K_PATH. If there exists, it returns the path name.

Loading method for minimal.k is rewritten with these functions.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Dec 10 02:25:31 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.15: +4 -1 lines
Diff to previous 1.15 (colored)

"make slib.sm1" generates slib.sm1 from slib.k
by the k0 compiler (d0), which translates k0 source codes into sm1
source codes.
If you update slib.sm1, do not forget "make slib.sm1".
k0 does not read slib.k, but reads slib.sm1.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 17 03:12:10 2000 UTC (23 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3
Changes since 1.14: +14 -15 lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Wed May 24 15:24:53 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.13: +8 -3 lines
Diff to previous 1.13 (colored)

Test codoes are removed from minimal.k

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 10 05:29:24 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Removed a strange default search path for sm1 macros.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 14 09:39:20 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

Removed -static

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 13 06:46:38 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Do not try static link on Solaris.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 11 01:18:24 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.9: +5 -4 lines
Diff to previous 1.9 (colored)

All binaries in k097, kan96xx, and kxx are linked with the -static
option.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 1 04:24:18 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.8: +14 -13 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Thu Jan 20 08:33:30 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.7: +15 -4 lines
Diff to previous 1.7 (colored)

install-lib and install-for-debug targets.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 17 21:12:22 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +8 -1 lines
Diff to previous 1.6 (colored)

Cosmetic change.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 17 01:08:34 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

bug fix.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 4 06:18:39 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

A bug fix.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 29 13:31:31 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Removed unnecessary libmpn.a

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 22 04:22:56 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Thu Nov 11 12:36:06 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +8 -3 lines
Diff to previous 1.1 (colored)

It does work on Solaris 2.*.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:14 1999 UTC (24 years, 7 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:14 1999 UTC (24 years, 7 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>