summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Added wc.mkpaltherr2003-02-151-0/+1
|
* - Added exec.mkpaltherr2003-02-151-0/+1
|
* - Added grep.mkpaltherr2003-02-141-3/+8
|
* - Added list of compiler source filespaltherr2003-02-141-0/+157
- Added Makefile