W3C CVS

CVS log for Amaya/batch/Makefile.in

[BACK] Up to [Public] / Amaya / batch

Request diff between arbitrary revisions


Default branch: 1

Revision 1.33 / (download) - annotate - [select for diffs] , Wed Nov 15 11:48:54 2006 UTC (12 months ago) by vatton
CVS Tags: HEAD, Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53
Changes since 1.32: +1 -1 lines
Diff to previous 1.32 (colored)
Clean up
Irene

Revision 1.32 / (download) - annotate - [select for diffs] , Wed Oct 13 09:44:41 2004 UTC (3 years, 1 month ago) by vatton
CVS Tags: Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2, Amaya-9-1, Amaya-8-7
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 (colored)
Use Thot functions to open local files.
Irene

Revision 1.31 / (download) - annotate - [select for diffs] , Thu Sep 2 09:03:53 2004 UTC (3 years, 2 months ago) by vatton
Changes since 1.30: +0 -2 lines
Diff to previous 1.30 (colored)
Moving writeprs.c and writestr.c to the thotlib.
WARNING: need "../configure --options; make clean ; make depend ; make"

Irene

Revision 1.30 / (download) - annotate - [select for diffs] , Fri Jul 23 15:38:36 2004 UTC (3 years, 3 months ago) by gully
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (colored)
oups, compilation fix
S. GULLY

Revision 1.29 / (download) - annotate - [select for diffs] , Tue Jun 1 16:09:46 2004 UTC (3 years, 5 months ago) by gully
CVS Tags: Amaya-8-6
Changes since 1.28: +1 -1 lines
Diff to previous 1.28 (colored)
+ compilation simplifications : remove X_* flags.
S. GULLY

Revision 1.28 / (download) - annotate - [select for diffs] , Wed Apr 7 09:06:09 2004 UTC (3 years, 7 months ago) by gully
CVS Tags: Amaya-8-5, Amaya-8-4
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (colored)
Compilation fix on macosx :
+ remove appkit.h check in amaya configure (note used)
+ add a check for gdk_imlib.h path
+ fix a syntaxe error in makefile : (LIBS    = -L../thotlib/)

TODO:
+ add a sed command int makefile to patch libwww wwwconfig.h file and libraptor/libtool file.

S. GULLY

Revision 1.27 / (download) - annotate - [select for diffs] , Wed Nov 19 10:02:09 2003 UTC (4 years ago) by gully
CVS Tags: Amaya-8-3
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)
Compilation fix (bookmarks)

S. GULLY

Revision 1.26 / (download) - annotate - [select for diffs] , Tue Nov 18 08:10:24 2003 UTC (4 years ago) by gully
Changes since 1.25: +10 -10 lines
Diff to previous 1.25 (colored)
This is the Amaya C++ version : ie amaya uses now g++ (c++ version of gcc)

WARNING:
Before compilation do :
    - On debian just install g++ : "apt-get install g++"
    - A cvs update into libwww directory because there is a expat header to update.
    - "rm -rf *"
    - "../configure [options...]"

S. GULLY

Revision 1.25 / (download) - annotate - [select for diffs] , Tue Oct 21 16:22:57 2003 UTC (4 years ago) by gully
CVS Tags: Amaya-8-2
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 (colored)
Code cleaning :
- adding a new flag in configure : _NOGUI ( easier to use than !defined(_GTK) && !defined(_MOTIF) && !defined(_WINDOWS) )
- adding the _GTK _MOTIF _WINDOWS _NOGUI everywhere when it's needed

NOTICE: normaly you do not need to reconfigure ...
but if there is problemes go into your compilation directory and execute :
../configure --with-gtk             <-- gtk version
../configure --with-gl              <-- gtk + gl canvas version
../configure --with-motif           <-- motif version
../configure --with-nogui           <-- nogui version

SG

Revision 1.24 / (download) - annotate - [select for diffs] , Tue Mar 25 16:12:28 2003 UTC (4 years, 7 months ago) by vatton
CVS Tags: Amaya-8-1b, Amaya-8-1, Amaya-8-0
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 (colored)
I ignore why, but it was impossible to regenerate Thot compilers.
Irene

Revision 1.23 / (download) - annotate - [select for diffs] , Mon Jan 21 08:45:47 2002 UTC (5 years, 9 months ago) by quint
CVS Tags: Amaya-7-2, Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3, Amaya-6-2, Amaya-6-1, Amaya-6-0
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)
Extension of P language to allow attributes to better control presentation.
Implementation of the dir attribute of HTML (change layout according to
script direction) based on this extension of P language.
VQ.

Revision 1.22 / (download) - annotate - [select for diffs] , Wed Dec 19 09:57:56 2001 UTC (5 years, 11 months ago) by kahan
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)
JK: Added some missing NODISPLAY protections

Revision 1.21 / (download) - annotate - [select for diffs] , Tue Dec 18 18:49:55 2001 UTC (5 years, 11 months ago) by kahan
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (colored)
JK: The compilers were making Motif includes when compiling under GTK

Revision 1.20 / (download) - annotate - [select for diffs] , Tue Jul 10 08:46:17 2001 UTC (6 years, 4 months ago) by cvs
CVS Tags: Amaya-5-3, Amaya-5-2, Amaya-5-1
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)
printprs: adding a new parameter to command printprs. You must specify
          both the S schema and the P schema.
VQ

Revision 1.19 / (download) - annotate - [select for diffs] , Fri Dec 15 08:47:48 2000 UTC (6 years, 11 months ago) by cvs
CVS Tags: Amaya-5-0, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2
Changes since 1.18: +0 -15 lines
Diff to previous 1.18 (colored)
- Amaya is now able to export UTF_8 documents.
- A schema id is based on the date of its compiling (in seconds) and Amaya
  detected that two schemas were different when they had different ids.
  That method doesn't work today because new computers are now able to compile
  more than one schema per second. So Amaya now compares schema names instead
  of schema ids.
- Fixing some compiler warnings.
Irene

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Jan 8 13:59:40 1999 UTC (8 years, 10 months ago) by cvs
CVS Tags: Release-2-1, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2
Changes since 1.17: +10 -15 lines
Diff to previous 1.17 (colored)
Bug fixes:
- changing Data Cell into Heading Cell provided a bad display
- changing browser mode into editor mode didn't restore editing menus of
  closed windows.
Irene

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Jan 5 13:39:56 1999 UTC (8 years, 10 months ago) by cvs
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)
Change the install (/usr/local instead of /usr/local/share).
Detection of gcc as current compiler in Makefile.in
Bug fix in the graphics creation
Irene

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Dec 8 08:01:37 1998 UTC (8 years, 11 months ago) by cvs
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)
Integrate patches which allows to easily compile Amaya on different platforms.
Improve the management of the control click for Thot and Amaya.
Irene

Revision 1.15 / (download) - annotate - [select for diffs] , Tue Aug 18 14:46:36 1998 UTC (9 years, 3 months ago) by cvs
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)
Fixing a bug in compilation of Amaya with plugins
Irene

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Apr 29 06:50:49 1998 UTC (9 years, 6 months ago) by cvs
Changes since 1.13: +15 -15 lines
Diff to previous 1.13 (colored)
Revisit of Makefiles to install only amaya, thot and print binaries and
not libraries. The make of rescandialogue application has been added.
Suppress the generation of "-T" and "-#" options because these options
are only supported by "lpr" and not by "lp".
Irene

Revision 1.13 / (download) - annotate - [select for diffs] , Tue Jan 20 15:42:37 1998 UTC (9 years, 10 months ago) by cvs
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)
New implementation of table formatting.
Irene

Revision 1.12 / (download) - annotate - [select for diffs] , Fri Nov 14 17:04:56 1997 UTC (10 years ago) by cvs
Changes since 1.11: +6 -4 lines
Diff to previous 1.11 (colored)
Update configuration (release number + install)
Corrected bug for plugins.
Irene

Revision 1.11 / (download) - annotate - [select for diffs] , Wed Oct 1 09:32:28 1997 UTC (10 years, 1 month ago) by cvs
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)
Irene

Revision 1.10 / (download) - annotate - [select for diffs] , Tue Jul 8 14:32:08 1997 UTC (10 years, 4 months ago) by cvs
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored)
Sorted out the "const" problem with Java stubs, using CONST #define, Daniel.

Revision 1.9 / (download) - annotate - [select for diffs] , Fri Jul 4 15:02:56 1997 UTC (10 years, 4 months ago) by cvs
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)
Corrected bugs:
- publishing in local mode
- underline
Irene

Revision 1.8 / (download) - annotate - [select for diffs] , Thu May 29 11:17:09 1997 UTC (10 years, 5 months ago) by cvs
Changes since 1.7: +18 -13 lines
Diff to previous 1.7 (colored)
Corrected bugs, Daniel.

Revision 1.7 / (download) - annotate - [select for diffs] , Wed May 28 10:41:54 1997 UTC (10 years, 5 months ago) by cvs
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)
Corrected the Makefile.in(s) , Daniel.

Revision 1.6 / (download) - annotate - [select for diffs] , Mon May 26 10:23:20 1997 UTC (10 years, 5 months ago) by cvs
Changes since 1.5: +21 -4 lines
Diff to previous 1.5 (colored)
Updated the Makefiles, Daniel.

Revision 1.5 / (download) - annotate - [select for diffs] , Fri May 16 07:41:46 1997 UTC (10 years, 6 months ago) by cvs
Changes since 1.4: +17 -1 lines
Diff to previous 1.4 (colored)
Improved Autoconf and Makefiles : install and uninstall work, Daniel.

Revision 1.4 / (download) - annotate - [select for diffs] , Thu May 15 10:12:47 1997 UTC (10 years, 6 months ago) by cvs
Changes since 1.3: +26 -0 lines
Diff to previous 1.3 (colored)
Updated autoconf for make proto and Options versions, Daniel.

Revision 1.3 / (download) - annotate - [select for diffs] , Tue May 13 12:31:58 1997 UTC (10 years, 6 months ago) by cvs
Changes since 1.2: +11 -11 lines
Diff to previous 1.2 (colored)
Updtaed the autoconf makefiles, more Options. Corrected a bug related
to Save dialogs, Daniel.

Revision 1.2 / (download) - annotate - [select for diffs] , Mon May 12 14:04:14 1997 UTC (10 years, 6 months ago) by cvs
Changes since 1.1: +3 -8 lines
Diff to previous 1.1 (colored)
Updated autoconf stuff to support an Option file, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Mon May 12 09:11:13 1997 UTC (10 years, 6 months ago) by cvs
Diff
Added support for Autoconf, Daniel.

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.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster