summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Split scala archive into two parts: scala.jar...paltherr2003-08-251-24/+31
| | | | | - Split scala archive into two parts: scala.jar & tools.jar
* - added resource files to generation of scaladocmichelou2003-08-211-4/+16
| | | | | - added scaladoc to generation of jar archive
* - made some makefile scripts a bit more robust ...paltherr2003-08-181-4/+4
| | | | | | - made some makefile scripts a bit more robust to filenames containing - $s reenabled generation of scala documentation
* *** empty log message ***Martin Odersky2003-08-151-1/+1
|
* - Updated Makefile.distribpaltherr2003-08-111-0/+1
|
* - Added command show-missingpaltherr2003-08-111-1/+18
| | | | | - Moved compilation of documentation after compilation of scaladoc
* - Fixed typopaltherr2003-08-111-1/+1
|
* - Renamed apidir to apidocdirpaltherr2003-08-111-1/+2
| | | | | - Added removal of apidocdir on distclean
* - Added compilation of scala documentationpaltherr2003-08-111-0/+8
|
* - Added new command namespaltherr2003-08-111-0/+8
|
* - Merged runtime.lst into compiler.lstpaltherr2003-08-071-34/+37
| | | | | | - Changed Makefile to always compile the library (Java AND Scala source files)
* - Simplified handling of PROJECT_OUTPUTDIRpaltherr2003-08-071-9/+1
|
* - Replaced some variablespaltherr2003-08-061-2/+2
| | | | | - Changed some formatting
* - Changed script generation codepaltherr2003-08-061-19/+24
|
* - Split Makefile into 3 filespaltherr2003-08-051-302/+6
| | | | | - Removed references to linuxsoft
* - Added scaladoc targetpaltherr2003-07-301-1/+17
|
* - Changed some MACRO_* for relative pathspaltherr2003-07-221-4/+4
|
* - Removed .scala_wrapperpaltherr2003-07-181-3/+38
| | | | | | - Added .scala_wrapper.tmpl - Modified Makefile to generate .scala_wrapper from .scala_wrapper.tmpl
* - Fixed XERCES_HOMEpaltherr2003-07-161-1/+1
|
* project sourcedir for dtd2scalaburaq2003-07-151-1/+1
|
* Fixed the FJBG_HOME entry; it was not consisten...Matthias Zenger2003-07-131-2/+2
| | | | | | | | Fixed the FJBG_HOME entry; it was not consistent with the other *_HOME entries which refer to the directory where the jar-file is stored. Otherwise installation is a pain for people that do not build scala on the lamp infrastructure.
* *** empty log message ***michelou2003-07-111-1/+1
|
* - Added script dtd2scalapaltherr2003-07-111-0/+3
| | | | | - Added msil.jar and fjbg.jar in the distribution
* added generation of dtd2scalamichelou2003-07-101-0/+21
|
* - introduced the new JVM backend as default, wh...schinz2003-07-101-1/+5
| | | | | | - introduced the new JVM backend as default, which uses FJBG instead of BCEL to generate bytecode
* - Fixed some variable namespaltherr2003-05-091-2/+2
|
* - Added target lamplib and corresponding variablespaltherr2003-05-091-9/+17
|
* - Added import of cygwin.mkpaltherr2003-05-051-0/+1
|
* - Added META_SOURCES to PROJECT_SOURCESpaltherr2003-04-301-0/+1
|
* - Fixed some small bugspaltherr2003-04-221-3/+3
|
* - Updated rules to build Tuple filespaltherr2003-04-161-5/+4
|
* - Added rule fastcleanpaltherr2003-04-161-9/+7
|
* - Added automatic generation of FunctionXpaltherr2003-04-161-11/+25
| | | | | - Fixed makefile rules related to automatic file generation
* - Fixed Makefile to generate files also when th...paltherr2003-04-161-2/+4
| | | | | - Fixed Makefile to generate files also when the emplate changes
* - Completed rule .latetest-meta to invoke Gener...paltherr2003-04-141-0/+4
| | | | | | - Completed rule .latetest-meta to invoke GenerateAll Completed rule - clean to remove generate files
* - Added rule fixcvspaltherr2003-04-141-0/+8
|
* - Added target metapaltherr2003-04-111-0/+14
|
* - Fixed function RUNpaltherr2003-04-111-1/+1
|
* - Added support for PROJECT_OUTPUTDIR_LINKpaltherr2003-04-111-0/+7
|
* - Changed args to datepaltherr2003-03-311-1/+1
|
* - Added rules to build distributionpaltherr2003-03-171-0/+226
|
* - Added java archivepaltherr2003-03-171-0/+10
|
* - Added a line to remove verbfilterScala.class ...paltherr2003-03-111-0/+1
| | | | | - Added a line to remove verbfilterScala.class on distclean
* - Updated to use jc.mkpaltherr2003-03-111-50/+11
|
* - do not remove the "classes" directory when cl...schinz2003-03-061-1/+2
| | | | | - do not remove the "classes" directory when cleaning, only its contents
* - Fixed rule "force"paltherr2003-03-051-0/+1
|
* - Added file interpreter.lstpaltherr2003-03-031-1/+17
| | | | | - Added target interpreter
* - Added rules to generate tuplespaltherr2003-02-171-8/+29
| | | | | - Added rules to generate library
* - Added rules to compile runtimepaltherr2003-02-171-0/+26
| | | | | - Added rules to generate files Function*.java
* - Added rules to create the links to the scala ...paltherr2003-02-171-0/+22
| | | | | - Added rules to create the links to the scala wrapper