summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-06-16 17:05:04 +0200
committerMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-06-16 17:05:04 +0200
commit5d2f6cb97629e2d3d876f31403ea2e022b22a2b9 (patch)
treee1e1ebeb9ff992f4d5dc8a2b8c431c140a4445d4 /tools
parentAdded enclosing classname to FixedMemPool diagnosis. (diff)
downloadcore-5d2f6cb97629e2d3d876f31403ea2e022b22a2b9.tar.gz
core-5d2f6cb97629e2d3d876f31403ea2e022b22a2b9.zip
Cleanup tools workben makefile.
Diffstat (limited to 'tools')
-rw-r--r--tools/workben/makefile.mk34
1 files changed, 4 insertions, 30 deletions
diff --git a/tools/workben/makefile.mk b/tools/workben/makefile.mk
index b73e8da83686..d97156c7f66c 100644
--- a/tools/workben/makefile.mk
+++ b/tools/workben/makefile.mk
@@ -26,8 +26,8 @@
#*************************************************************************
PRJ = ..
-PRJNAME = tl
-TARGET = tldem
+PRJNAME = tools
+TARGET = workben
LIBTARGET = NO
TARGETTYPE = CUI
ENABLE_EXCEPTIONS=TRUE
@@ -37,10 +37,8 @@ ENABLE_EXCEPTIONS=TRUE
OBJFILES = \
$(OBJ)$/solar.obj \
$(OBJ)$/urltest.obj \
- $(OBJ)$/inetmimetest.obj
-# $(OBJ)$/demostor.obj \
-# $(OBJ)$/fstest.obj \
-# $(OBJ)$/tldem.obj \
+ $(OBJ)$/inetmimetest.obj \
+ $(OBJ)$/mempooltest.obj
APP1TARGET = solar
APP1OBJS = $(OBJ)$/solar.obj
@@ -67,28 +65,4 @@ APP4OBJS = $(OBJ)$/mempooltest.obj
APP4STDLIBS = $(TOOLSLIB)
APP4RPATH = UREBIN
-# APP3TARGET = tldem
-# APP3OBJS = $(OBJ)$/tldem.obj
-# .IF "$(GUI)" == "UNX"
-# APP3STDLIBS = $(TOOLSLIB)
-# .ELSE
-# APP3STDLIBS = $(LB)$/itools.lib
-# .ENDIF
-
-# APP4TARGET = demostor
-# APP4OBJS = $(OBJ)$/demostor.obj
-# .IF "$(GUI)" == "UNX"
-# APP4STDLIBS = $(TOOLSLIB) $(VOSLIB) $(SALLIB)
-# .ELSE
-# APP4STDLIBS = $(LB)$/itools.lib $(VOSLIB) $(SALLIB)
-# .ENDIF
-
-# APP5TARGET = fstest
-# APP5OBJS = $(OBJ)$/fstest.obj
-# .IF "$(GUI)" == "UNX"
-# APP5STDLIBS = $(TOOLSLIB) $(VOSLIB) $(SALLIB)
-# .ELSE
-# APP5STDLIBS = $(LB)$/itools.lib $(VOSLIB) $(SALLIB)
-# .ENDIF
-
.INCLUDE: target.mk