Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37, Thu Jun 24 12:45:15 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.36: +1 -1 lines
FILE REMOVED

The module kan96xx accepts the option --prefix.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 23 11:38:36 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.35: +2 -2 lines
Diff to previous 1.35 (colored)

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

Revision 1.35 / (download) - annotate - [select for diffs], Thu Dec 4 07:49:24 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.34: +4 -1 lines
Diff to previous 1.34 (colored)

"doPolymake" calls polymake to make several constructions for polytopes.
[action data_in_polymake_tfb_format] doPolymake
         [result_in_tfb result_in_tree errors]
polymake, polymake2tfb, ox_k0 must be installed.
Example:
 [(FACETS) (polymake.data(polymake.POINTS([[1,0,0],[1,1,0],[1,0,1],[1,0,0]])))]
         doPolymake /rr set

Revision 1.34 / (download) - annotate - [select for diffs], Mon Nov 24 23:16:02 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

Fixed a bug on the dependency on all-trans.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Nov 24 08:16:13 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.32: +6 -1 lines
Diff to previous 1.32 (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.32 / (download) - annotate - [select for diffs], Thu Sep 11 00:52:04 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.31: +5 -1 lines
Diff to previous 1.31 (colored)

Added the distclean target.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Sep 8 01:22:56 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.30: +3 -9 lines
Diff to previous 1.30 (colored)

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

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

./configure --> sh ./configure

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 2 03:24:47 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.28: +45 -109 lines
Diff to previous 1.28 (colored)

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

Revision 1.28 / (download) - annotate - [select for diffs], Fri Dec 28 02:33:56 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

*** empty log message ***

Revision 1.27 / (download) - annotate - [select for diffs], Mon Dec 24 00:49:56 2001 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Correction for windows.

Revision 1.26 / (download) - annotate - [select for diffs], Sun May 20 07:48:17 2001 UTC (23 years ago) by takayama
Branch: MAIN
Changes since 1.25: +12 -4 lines
Diff to previous 1.25 (colored)

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

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 25 06:19:10 2000 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.24: +6 -6 lines
Diff to previous 1.24 (colored)

make TOPDIR=xxxxyyyy can be used.

Revision 1.24 / (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.23: +2 -19 lines
Diff to previous 1.23 (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.23 / (download) - annotate - [select for diffs], Thu Aug 31 13:35:09 2000 UTC (23 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.22: +9 -4 lines
Diff to previous 1.22 (colored)

The convension
     install-bin-*
     install-doc-*
     install-lib-*
would be better.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 31 13:27:33 2000 UTC (23 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.21: +9 -5 lines
Diff to previous 1.21 (colored)

Following the target conventions:
  install-*-bin
  install-doc
  install-man
  install-*-lib

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 6 14:58:01 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.20: +3 -20 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Sat Mar 4 11:03:37 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

The following changes are mainly for /usr/port/math/openxm in FreeBSD.
The name of OpenXM/rc/gp is chagend to oxgp to avoid a conflict
with /usr/ports/math/pari.
An online manual for sm1 will be installed to /usr/local/man/man1.
The shell script openxm to start commands in OpenXM/bin will be installed
to ${PREFIX}/bin.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Feb 28 07:19:40 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.18: +10 -1 lines
Diff to previous 1.18 (colored)

The target install.man is added.  Correction of typos for sm1.1

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 3 09:30:17 2000 UTC (24 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

I have fixed a bug "if ! ...".

Revision 1.17 / (download) - annotate - [select for diffs], Tue Feb 1 04:24:19 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.16: +17 -11 lines
Diff to previous 1.16 (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.16 / (download) - annotate - [select for diffs], Wed Jan 19 02:43:12 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Removed .SUFFIX to take the safe side.
I will think about it again after the source melt.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 18 09:46:52 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

I added .SUFFIXES:

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 17 12:58:16 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

install target copies documents to OpenXM/doc/kan96xx

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 17 09:50:20 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.12: +18 -5 lines
Diff to previous 1.12 (colored)

Write .gmp_configured to avoid unnecessary reconfiguration of gmp.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 15 22:18:15 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.11: +18 -8 lines
Diff to previous 1.11 (colored)

Added targets
    install, install-for-debug, install-document
to kan96xx/Makefile

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 10 19:17:24 2000 UTC (24 years, 4 months ago) by maekawa
Branch: MAIN
Changes since 1.10: +6 -4 lines
Diff to previous 1.10 (colored)

If doesn't configure for gmp, use the target 'configure-gmp'.
	e.g. just type 'make all' before 'make configure'.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 10 19:11:59 2000 UTC (24 years, 4 months ago) by maekawa
Branch: MAIN
Changes since 1.9: +22 -18 lines
Diff to previous 1.9 (colored)

Change directories of gc or gmp directly.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 27 13:24:40 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.8: +39 -15 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Mon Nov 22 04:22:57 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.7: +5 -3 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Sun Nov 7 13:24:19 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

A new command
     [(LeftBrace) "{"] system_variable
is added.
The arrays are usually enclosed by [ and ], but you can change them
by this command.   (note: it is for ToExpression[] of Mathematica)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 7 06:45:25 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Tue Nov 2 12:28:56 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Clean automatically generated files.  ln -fs is replaced by ln -f -s

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 30 02:19:45 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +4 -0 lines
Diff to previous 1.3 (colored)

make install2 is added for debugging. See OpenXM/install.txt.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 27 10:22:19 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.2: +11 -7 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 25 01:39:03 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +7 -1 lines
Diff to previous 1.1 (colored)

Build symbolic links automatically.
Use gmp-2.0.2-ssh-2 for FreeBSD 3.3.

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