Powered by Apache

CVS log for OpenXM/src/k097/Makefile.in

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 24 05:00:11 2021 UTC (3 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

-fcommon is added.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 7 23:53:25 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)

All causes of the warnings are fixed.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 28 04:51:51 2019 UTC (5 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

Added --enable-shared to configure to avoid the error "recompile with -fPIC"

Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 27 01:05:55 2016 UTC (7 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.7: +8 -6 lines
Diff to previous 1.7 (colored)

The libraries are linked statistically on MacOS.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 29 01:52:14 2015 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.6: +13 -2 lines
Diff to previous 1.6 (colored)

_setjmp should be used instead of setjmp on cygwin too. Otherwise, segfault will be caused.
The macro GC_INIT is called instead of GC_init().

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 6 06:23:23 2013 UTC (10 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

return; in int valued functions is replaced by return number;

It still stops with a core for the input
(2).. /ff set
ff ::
cf. coeff.c

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 24 11:59:22 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.4: +16 -10 lines
Diff to previous 1.4 (colored)

Bug fix for using --prefix.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 3 03:07:42 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

Bug fix:
OpenXM/lib/sm1/bin/ox_k0 was not a symbolic link to OpenXM/bin/ox_k0.
It is changed to a symbolic link.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 28 17:07:12 2004 UTC (20 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Add options -c/-s to the "install"

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 8 01:22:55 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.1: +5 -4 lines
Diff to previous 1.1 (colored)

Replaced most " if .... CYGWIN .. then  cp afo.exe ${OpenXM_bin}
else cp afo ${OpenXM_bin} "
by
install afo ${OpenXM_bin}

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 2 03:24:52 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN

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

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>