summaryrefslogtreecommitdiffstats
path: root/java/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-191-0/+1
| | | | Added -I.. to java Makefile.am CFLAGS.
* Some modifications.Romain Chantereay2004-08-191-7/+11
|
* Use JDK_INCLUDE if jdk is Kaffe's or Sun's.Romain Chantereay2004-08-191-0/+1
|
* Java now distributes itself well and compile well too.Romain Chantereay2004-08-181-4/+3
| | | | (SWIG not needed when compiling sources distribution.)
* Corrected automake problems.Romain Chantereay2004-08-101-2/+2
|
* Create package directory if not exists.Romain Chantereay2004-08-101-0/+1
|
* - Added java binding swig generation.Romain Chantereay2004-08-101-61/+91
| | | | | | | | | - Added Swig Interface file. - Added readme for java build dependencies - Removed old java/src directory (still present on the CVS and this is important).
* Me 1, Litlle memory stick Windows computer 0.Romain Chantereay2004-08-041-20/+5
| | | | | | First step toward a fully automaked java build. java now compile and build the DLL.
* No more anoying warning.Romain Chantereay2004-08-031-2/+2
|
* - Learn back to the previous Python detection.Romain Chantereay2004-08-031-2/+0
| | | | - Corrected invalid variable in automake java top dir Makefile.
* New Autotools infrastructure.Romain Chantereay2004-08-031-0/+79
Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.