summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-02 11:46:03 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-02 12:06:11 +0100
commit4327ec0deee4b5362354bd4bc0ec885a412cd071 (patch)
tree5ce6ce3b4b2408d57cba606f9e22559fcac2d46a /wizards
parente5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff)
Clean up makefiles
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/configshare/makefile.mk14
-rw-r--r--wizards/source/depot/makefile.mk8
-rw-r--r--wizards/util/target.pmk2
3 files changed, 1 insertions, 23 deletions
diff --git a/wizards/source/configshare/makefile.mk b/wizards/source/configshare/makefile.mk
index c86f66fb8a76..63c8b5304296 100644
--- a/wizards/source/configshare/makefile.mk
+++ b/wizards/source/configshare/makefile.mk
@@ -26,27 +26,13 @@
#*************************************************************************
PRJ=..$/..
-
-
PRJNAME=wizards
TARGET=configshare
.INCLUDE : settings.mk
-
.INCLUDE : $(PRJ)$/util$/target.pmk
-
-
ZIP1TARGET = $(CONFIG_SHARE_TARGET)
-
ZIP1LIST = * -x makefile.*
-
-
-
.INCLUDE : target.mk
-
-
-
-
-
diff --git a/wizards/source/depot/makefile.mk b/wizards/source/depot/makefile.mk
index 2049b6a173a0..9de23408e575 100644
--- a/wizards/source/depot/makefile.mk
+++ b/wizards/source/depot/makefile.mk
@@ -36,14 +36,6 @@ TARGET=depotall
# --- Files --------------------------------------------------------
-#
-# testresource.
-#
-# SRS2NAME = depot
-# SRC2FILES= webwizar.src
-# RESLIB2SRSFILES= $(SRS)$/webwizar.srs
-# RESLIB2NAME= wwz
-
ZIP1TARGET = $(DEPOT_ALL_TARGET)
ZIP1LIST = *.xdl *.xba *.xlb
diff --git a/wizards/util/target.pmk b/wizards/util/target.pmk
index c44093461234..59a7066d85ff 100644
--- a/wizards/util/target.pmk
+++ b/wizards/util/target.pmk
@@ -24,6 +24,7 @@
# for a copy of the LGPLv3 License.
#
#*************************************************************************
+
CONFIG_ALL_TARGET = basicusr
CONFIG_SHARE_TARGET = basicshare
EURO_ALL_TARGET = basicsrveuro
@@ -38,4 +39,3 @@ DEPOT_ALL_TARGET = basicsrvdepot
STANDARD_ALL_TARGET = basicsrvstandard
LAUNCHER_ALL_TARGET = basicsrvlauncher
TUTORIALS_ALL_TARGET = basicsrvtutorials
-