Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 7 07:47:23 2020 UTC (3 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

The causes of the warnings in kxx/ are fixed.

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

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

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

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

Revision 1.45 / (download) - annotate - [select for diffs], Thu Mar 31 06:34:29 2016 UTC (8 years ago) by takayama
Branch: MAIN
Changes since 1.44: +4 -1 lines
Diff to previous 1.44 (colored)

Bug fix on the result code in ki.c

Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 31 05:27:34 2016 UTC (8 years ago) by takayama
Branch: MAIN
Changes since 1.43: +6 -5 lines
Diff to previous 1.43 (colored)

mysig.c and mysig.h are moved to src/util and are installed under
OpenXM/lib and OpenXM/include.
mysignal is used in k097.

Revision 1.43 / (download) - annotate - [select for diffs], Wed Mar 30 08:25:44 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored)

A preparation to replace the BSD signal to posix signals.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Sep 27 05:06:29 2015 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.41: +3 -1 lines
Diff to previous 1.41 (colored)

A change for msys2.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Aug 18 07:23:32 2010 UTC (13 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.40: +4 -10 lines
Diff to previous 1.40 (colored)

Removed unused rules from Makefile.in

Revision 1.40 / (download) - annotate - [select for diffs], Sat Jan 12 11:26:16 2008 UTC (16 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.39: +6 -3 lines
Diff to previous 1.39 (colored)

Universal binary for MacOS X will no longer be supported.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Oct 8 23:49:18 2006 UTC (17 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

Changes to generate the universal binary "ox" on ppc.

Note:
1. Install Cross-Developement.mpkg from the Xcode distribution.
2. Add -isysroot option.
3. lipo is used to bundle binaries for different architectures.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Oct 5 21:14:23 2006 UTC (17 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

The option -arch i386 does not work on ld on my ppc Mac. It works on my intel Mac.
gcc and xcode are the latest. Why?...
To generate a universal binary on intel Mac's, change Makefile by hand.
Anyway, this commit does undo a part of the previous commit.
Cf. Try "file ox"  to check if the generated file is universal binary or not.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Oct 5 20:44:58 2006 UTC (17 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.36: +5 -4 lines
Diff to previous 1.36 (colored)

Changes to generate a universal binary "ox" on MacOS X.
(The method is not clean...)

Revision 1.36 / (download) - annotate - [select for diffs], Sat Feb 4 02:44:39 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

localizedString returns a translation of a given message.
See changelog-ja.tex for details.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Sep 17 03:28:21 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Bug: oxd could not be compiled. --> fixed.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jun 25 04:37:54 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (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.33 / (download) - annotate - [select for diffs], Fri Jun 25 04:25:48 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

Fixed a bug.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jun 24 11:59:22 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Bug fix for using --prefix.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 23 23:04:10 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.30: +24 -18 lines
Diff to previous 1.30 (colored)

kxx, now, uses --prefix.
Use kxx/make-configure to generate Makefile for OpenXM.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jun 23 22:49:17 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored)

Changing to use --prefix ( a work in progress ).

Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 1 09:48:45 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.28: +7 -6 lines
Diff to previous 1.28 (colored)

An universal frontend for texmacs and ox servers is installed
under OpenXM/bin.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 29 03:00:37 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored)

An universal interface to TeXmacs for ox engines
(experimental and primitive version).

* This program catches control-C of TeXmacs and makes an interruption
  to engines by OX-RFC 100 and OX-RFC 103.
* Messages will be displayed on ox xterm window.
* This program uses kan/sm1 as an interpreter between ox engines and
  TeXmacs.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 20 11:41:44 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Added new option -noexec.
Added a (temporary) command sm12ox100bin.sh to translate sm1 objects
into cmo binary objects.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Sep 8 01:34:27 2003 UTC (20 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

${OpenXM_lib}/libgmp.a --> -L${OpenXM_lib} -lgmp

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

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

Revision 1.24 / (download) - annotate - [select for diffs], Wed Sep 3 00:41:07 2003 UTC (20 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.23: +9 -9 lines
Diff to previous 1.23 (colored)

Fixed a bug of the target install-for-debug.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Sep 2 03:24:51 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.22: +115 -122 lines
Diff to previous 1.22 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 22 23:56:28 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.21: +4 -3 lines
Diff to previous 1.21 (colored)

Removed the old oxweave in src/kxx.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jul 21 13:36:42 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

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

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 21 11:56:33 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.19: +4 -3 lines
Diff to previous 1.19 (colored)

ox100start uses ox_pathfinder.a

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 21 07:32:01 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.18: +10 -7 lines
Diff to previous 1.18 (colored)

The new ox100 launcher ox100start replaces the old one.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 10 12:15:48 2002 UTC (21 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

oxd-thread.c is a multi-thread version of oxd (experimental).

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 20 23:05:16 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Fixed a typo (bug): -o ox ==> -o oxd

Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 20 13:13:35 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.15: +4 -1 lines
Diff to previous 1.15 (colored)

The first version of OpenXM super server oxd.
Example of a session with oxd:

nobuki@yama2:$ telnet localhost 8089
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
?<login method="file"/>
<challenge file="/home/nobuki/.oxd12174"/>
?<done/>
?<launch> ox -ox ox_asir </launch>
<bye/>
Connection closed by foreign host.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Aug 3 07:44:51 2002 UTC (21 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

phc works on windows/cygwin and windows/cygwin-XFree86, but it does not
work on windows/native (BUG).

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 6 12:15:55 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Added - (ignore errors) before cp, since I'm confused with differences of several versions
of cp command.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 6 02:17:55 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Remove the symbolic link to var.sm1 before copying.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 5 01:28:47 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.11: +8 -11 lines
Diff to previous 1.11 (colored)

configure-util :  compile and install oxweave.
oxweave is installed to OpenXM/bin.

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

If uname = CYGWIN_*, the environment is regarded as CYGWIN.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 24 01:29:45 2001 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Fixed a bug;  removed the command "cp ox-win.sm1 ox.sm1"

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 24 01:17:17 2001 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.8: +24 -5 lines
Diff to previous 1.8 (colored)

Corrections for Windows.  (We do not use symbolic links.)

Revision 1.8 / (download) - annotate - [select for diffs], Sun May 20 07:48:20 2001 UTC (22 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.7: +9 -2 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 21 08:20:10 2000 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +9 -3 lines
Diff to previous 1.6 (colored)

New targets:
   install-asir:  to generate a package only including asir.
   install-k0-ox:  to generate kan/k0 and kan/sm1 with ox_asir.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 20 01:43:34 2000 UTC (23 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3
Changes since 1.5: +4 -3 lines
Diff to previous 1.5 (colored)

Removed .error

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 17 03:12:12 2000 UTC (23 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Mon Mar 13 09:04:08 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Removed -static flag for Solaris.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 13 06:46:39 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.2: +8 -7 lines
Diff to previous 1.2 (colored)

Do not try static link on Solaris.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 11 01:18:25 2000 UTC (24 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.1: +7 -6 lines
Diff to previous 1.1 (colored)

All binaries in k097, kan96xx, and kxx are linked with the -static
option.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 1 09:59:43 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN

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.

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>