Powered by Apache

CVS log for OpenXM/src/kan96xx/Kan/Makefile.in

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Thu Sep 8 10:49:30 2022 UTC (20 months, 3 weeks ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

cmotag.htmp, lookup.h are generated by
  make gen-cmptag.htmp
  make gen-lookup.h
(They are not automatic).
The change is for the cross compiling.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Mar 24 04:58:32 2021 UTC (3 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

The cflag option -fcommon is added to allow duplicated function pointer definitions
in gradedset.h, e.g., POLY (*lcm)(POLY f, POLY g).

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:46 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

All causes of the warnings are fixed.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Sep 20 04:47:36 2016 UTC (7 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Added -no_pie since position independent executable raises a warning on xcode >=5.0.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 19 07:50:02 2016 UTC (7 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.22: +4 -2 lines
Diff to previous 1.22 (colored)

Static link is used for MacOS X.
(cf. otool -L prog,  install_name_tool --change  or --id  do not work well)

Revision 1.22 / (download) - annotate - [select for diffs], Mon Feb 19 06:57:14 2007 UTC (17 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.21: +7 -2 lines
Diff to previous 1.21 (colored)

ar should be replaced by libtool on MacOS X for fat binaries.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 24 07:10:06 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3, KNOPPIX_2006
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

Added oxxml and oxcgi to PLUGIN*.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 25 04:37:54 2004 UTC (19 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Undo the previous commit; it was not a bug of Makefile.in
Added a new shell script ar-decomp2 to generate kanlib.a correctly.

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

The module kan96xx accepts the option --prefix.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 4 08:10:02 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Merged the macro "doPolymake" into the standard macros.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Dec 3 01:21:43 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

The command shell:which is moved to a part of the primitive command
oxshell.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 27 03:23:39 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

shell.o depends on plugin.h

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 24 12:38:17 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 (colored)

Added a new function KoxWhich();

Examples:
sm1>[(shell:which) (sm1)] extension ::
$/home/taka/OpenXM/bin/sm1$
sm1>[(shell:which) (hoge)] extension ::
Error: oxWhich_unix: could not find it in the path string.
%[null]
sm1>[(shell:which) (shell.c) (/home/taka/OpenXM/src/kan96xx/Kan)] extension ::
$/home/taka/OpenXM/src/kan96xx/Kan/shell.c$

Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 24 08:16:13 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.13: +6 -5 lines
Diff to previous 1.13 (colored)

The first version of the data translater between OpenXM CMO and polymake.

Example:

$polymake.data(polymake.POINTS([[1,0,0],[1,1,0],[1,0,1],[1,1,1],[1,2,0]]),polymake.FACETS([[1,0,-1],[0,1,0],[2,-1,-1],[0,0,1]]),polymake.AFFINE_HULL(),polymake.N_FACETS([[4]]),polymake.VERTICES([[1,0,0],[1,0,1],[1,1,1],[1,2,0]]),polymake.VERTICES_IN_FACETS([[1,2],[0,1],[2,3],[0,3]]),polymake.AMBIENT_DIM([[2]]),polymake.BOUNDED(),polymake.GRAPH([[1,3],[0,2],[1,3],[0,2]]),polymake.DUAL_GRAPH([[1,2],[0,3],[0,3],[1,2]]));$ /pstr set
[(parse) (ox.sm1) pushfile] extension
k0connectr
oxk0.ccc ( polymake=Object; ) oxexecutestring
oxk0.ccc ( QuoteMode(1); ) oxexecutestring
oxk0.ccc pstr oxexecutestring
oxk0.ccc oxpopcmo /ptree set
oxk0.ccc ( QuoteMode(0); ) oxexecutestring
[(treeToPolymake) ptree] extension /ss set
ss message

Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 24 02:33:39 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.12: +1 -16 lines
Diff to previous 1.12 (colored)

Moved data converstion modules into kan96xx/trans.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 24 02:13:40 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Added some interfaces to sm1 tree objects;
treeCreateElement, treeGetDocumentElement, treeGetAttributes, treeGetChildNodes.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 21 02:10:37 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.10: +4 -2 lines
Diff to previous 1.10 (colored)

Moved codes on cmo tree to Kclass/tree.c

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 20 06:04:04 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.9: +14 -2 lines
Diff to previous 1.9 (colored)

Make rules for polymake2tfb are added.
main() is separated and moved to yymain_polymake.c.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 11 00:52:05 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Added the distclean target.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 2 03:31:12 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

./configure --> sh ./configure

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 2 03:24:48 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.6: +32 -91 lines
Diff to previous 1.6 (colored)

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

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

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

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

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

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 17 12:32:08 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

I forgot to commit Makefile.in.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 9 06:21:02 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Added new macro
   ring_of_differential_difference_operators

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 4 07:58:28 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.1: +5 -4 lines
Diff to previous 1.1 (colored)

An experimental implementation of the ring of differential-difference
operators.

Revision 1.1 / (download) - annotate - [select for diffs], Sun May 20 07:48:19 2001 UTC (23 years ago) by takayama
Branch: MAIN

Kan/sm1 and ox_sm1 for windows (cygwin) are now ready.

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>