summaryrefslogtreecommitdiff
path: root/tools/bootstrp/addexes2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-11 11:19:09 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-11 11:19:09 +0000
commit35d12385c8585bfbb7af1d5decf1b5a1deec9ed5 (patch)
tree21f6174eaa4a4bf3eb9e6e636ac42264b5625688 /tools/bootstrp/addexes2
parent3e196ec3e8951fb490d0ea5a91aad588b5744bf8 (diff)
INTEGRATION: CWS hr3 (1.8.168); FILE MERGED
2004/05/06 09:50:22 hr 1.8.168.1: #i28734#: cleanup
Diffstat (limited to 'tools/bootstrp/addexes2')
-rw-r--r--tools/bootstrp/addexes2/makefile.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk
index 8d9d1cbcb6ec..153e8b7502d1 100644
--- a/tools/bootstrp/addexes2/makefile.mk
+++ b/tools/bootstrp/addexes2/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: vg $ $Date: 2003-04-02 13:05:17 $
+# last change: $Author: kz $ $Date: 2004-06-11 12:19:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,20 +74,20 @@ TARGETTHREAD=MT
# --- Files --------------------------------------------------------
-APP3TARGET= mkunroll
-APP3OBJS= $(OBJ)$/mkfilt.obj
-APP3STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB)
+APP1TARGET= mkunroll
+APP1OBJS= $(OBJ)$/mkfilt.obj
+APP1STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB)
.IF "$(OS)"=="LINUX"
-APP3STDLIBS+=-lpthread
+APP1STDLIBS+=-lpthread
.ENDIF
.IF "$(OS)"=="NETBSD"
-APP3STDLIBS+=-lpthread
+APP1STDLIBS+=-lpthread
.ENDIF
-APP3LIBS= $(LB)$/bootstrp.lib
-APP3DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib
+APP1LIBS= $(LB)$/bootstrp.lib
+APP1DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib
-DEPOBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) $(APP8OBJS) $(APP9OBJS)
+DEPOBJFILES = $(APP1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk