Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10, Sun Jan 9 19:32:14 2000 UTC (24 years, 10 months ago) by maekawa
Branch: MAIN
CVS Tags: maekawa-ipv6,
R_1_3_1-2,
RELEASE_20000124,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.9: +1 -1
lines
FILE REMOVED
Merge make-links to Makefile.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 8 19:11:10 2000 UTC (24 years, 10 months ago) by maekawa
Branch: MAIN
Changes since 1.8: +2 -4
lines
Diff to previous 1.8 (colored) to selected 1.2 (colored)
Add the customized Makefile for building asir.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 8 17:17:49 2000 UTC (24 years, 10 months ago) by maekawa
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored) to selected 1.2 (colored)
Add the customized Makefile for OpenXM.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 7 18:21:49 2000 UTC (24 years, 10 months ago) by maekawa
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored) to selected 1.2 (colored)
Oops, don't try to remove the directory 'gnuplot'. It's not a symlink.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 7 16:56:34 2000 UTC (24 years, 10 months ago) by maekawa
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored) to selected 1.2 (colored)
Not need symlink for gnuplot.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 4 02:20:08 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored) to selected 1.2 (colored)
Pari is moved to OpenXM_contrib. I changed src/Makefile, src/make-links to make everything work fine.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 3 12:56:39 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored) to selected 1.2 (colored)
New top level Makefile for asir2000.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 29 07:22:27 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
bug fix.
Revision 1.2 / (download) - annotate - [selected], Sat Nov 27 13:24:40 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +6 -4
lines
Diff to previous 1.1 (colored)
If there exists /usr/lib/libgmp.a, then configure will be invoked in the directory gmp, but "make all" will not be executed. Configure is necessary, because kan96xx/plugin/cmo-gmp.c needs the file gmp/gmp-mparam.h, which is generated by configure.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 22 04:22:53 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Diff to selected 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.