summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-08-26 12:15:42 +0000
committermichelou <michelou@epfl.ch>2005-08-26 12:15:42 +0000
commite4ce06a93366f3186d295dbfd3f32c557ba8c718 (patch)
treef7c814f0265c9bd7dd5ae68f78ddba354eb5e76c /Makefile.config
parent3d0bf84e9b9235e03478b3f7746774c630a3b513 (diff)
downloadscala-e4ce06a93366f3186d295dbfd3f32c557ba8c718.tar.gz
scala-e4ce06a93366f3186d295dbfd3f32c557ba8c718.tar.bz2
scala-e4ce06a93366f3186d295dbfd3f32c557ba8c718.zip
- added nsc source directory.
- added IzPack tool.
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config15
1 files changed, 14 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 9d87d35272..a84e150258 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -25,6 +25,8 @@ PROJECT_DISTRIBDIR ?= $(PROJECT_ROOT)/distribs
PROJECT_ARCHIVEDIR ?= $(PROJECT_DISTRIBDIR)
PROJECT_LISTDIR ?= $(PROJECT_CONFIGDIR)/list
+PROJECT_NSC_SOURCEDIR ?= $(PROJECT_ROOT)/newsources
+
##############################################################################
# External libraries
@@ -63,7 +65,6 @@ FIND ?= find
GREP ?= grep
GZIP ?= gzip
HEAD ?= head
-IA ?= build
INSTALL ?= $(PROJECT_SUPPORTDIR)/scripts/install
JAR ?= jar
JAVA ?= java
@@ -123,6 +124,18 @@ XSLTPROC ?= xsltproc
XSLTPROC_FLAGS ?=
##############################################################################
+# InstallAnywhere (http://www.zerog.com/)
+
+IA ?= build
+IA_FLAGS ?=
+
+##############################################################################
+# IzPack (http://www.izforge.com/izpack/)
+
+IZPACK ?= compile
+IZPACK_FLAGS ?= -k standard
+
+##############################################################################
# Latest files
LATEST_PREFIX ?= .latest