diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:46:03 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:06:11 +0100 |
commit | 4327ec0deee4b5362354bd4bc0ec885a412cd071 (patch) | |
tree | 5ce6ce3b4b2408d57cba606f9e22559fcac2d46a /wizards/source | |
parent | e5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff) |
Clean up makefiles
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/configshare/makefile.mk | 14 | ||||
-rw-r--r-- | wizards/source/depot/makefile.mk | 8 |
2 files changed, 0 insertions, 22 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 |