Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Tue Feb 1 09:59:43 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, 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, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.17: +1 -1 lines
FILE REMOVED

OpenXM/kxx starts to use autoconf.
After updating, run ./make-configure in the directory src/kxx or
type in "make configure-kxx" in the directory src.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Feb 1 04:24:21 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.16: +18 -18 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], Sun Jan 16 01:40:32 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.15: +7 -2 lines
Diff to previous 1.15 (colored)

Add an empty target install-document.
I need to go back to the work on doc/issac2000

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 16 01:35:50 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.14: +58 -22 lines
Diff to previous 1.14 (colored)

Add and modify targets
   make install
and
   make install-for-debug
in OpenXM/src/kxx.
sm1 and ox_sm1 work without OpenXM/src/kan96xx/lib
after executing make install

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 2 07:35:15 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.13: +11 -23 lines
Diff to previous 1.13 (colored)

A draft of English translation of openxxx.tex.
I will continue to work on it at Berkeley from after tomorrow.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 14 06:41:03 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Better version of oxweave (I believe). See the usage of oxweave.
oxweave.test is a test data.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 13 07:55:23 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

I'm working on oxweave.c. I've not yet finished.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 27 13:55:06 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

libmpn.a is not necessary to build ox_sm1.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 22 04:22:57 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Fri Nov 19 01:11:46 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

A bug fix of Makefile for Solaris.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 16 08:07:31 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

make clean : it cleans also oxweave

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 16 08:05:54 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.6: +5 -4 lines
Diff to previous 1.6 (colored)

make install : copy oxweave to OpenXM/bin
make install2 : make a symbolic link from OpenXM/src/kxx/oxweave to OpenXM/bin/oxweave

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 16 07:57:37 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5 (colored)

oxweave.c is a simple document generation system.
You can embed documents in source codes by tags such as
/*&jp  or /*&C  .
Example: Try to generate a document by entering
   cd OpenXM/src/kxx ; make ; ./oxweave --source jp <oxweave.c >oxweave.tex

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 7 06:45:26 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +9 -5 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Wed Nov 3 00:22:50 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +20 -7 lines
Diff to previous 1.3 (colored)

Solaris 2.* is supported in the Makefiles of src/kan96xx and src/kxx.
It is added to test OpenMathematica on Solaris.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 2 13:11:11 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.2: +12 -12 lines
Diff to previous 1.2 (colored)

ln -sf is replaced by ln -f -s

Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 30 02:24:26 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +8 -16 lines
Diff to previous 1.1 (colored)

A wrong statement about OpenXM protocol is corrected.
A usage is added to ox.

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