summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accessibility/util/makefile.mk4
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.mk8
-rw-r--r--accessibility/workben/org/openoffice/accessibility/misc/makefile.mk9
-rw-r--r--automation/source/mozillaserver/makefile.mk32
-rw-r--r--basctl/inc/makefile.mk2
-rw-r--r--basctl/sdi/makefile.mk1
-rw-r--r--basctl/source/basicide/makefile.mk1
-rw-r--r--bean/test/makefile.mk19
-rw-r--r--extensions/source/nsplugin/source/makefile.mk3
-rw-r--r--extensions/source/plugin/aqua/makefile.mk11
-rw-r--r--extensions/source/plugin/win/makefile.mk9
-rw-r--r--extensions/source/update/tools/makefile.mk24
-rw-r--r--extensions/test/ole/cpnt/makefile.mk18
-rw-r--r--extensions/workben/makefile.mk18
-rw-r--r--setup_native/source/win32/customactions/languagepacks/makefile.mk5
-rwxr-xr-xsetup_native/source/win32/customactions/patch/makefile.mk1
-rw-r--r--setup_native/source/win32/customactions/reg64/makefile.mk27
-rw-r--r--wizards/source/configshare/makefile.mk14
-rw-r--r--wizards/source/depot/makefile.mk8
-rw-r--r--wizards/util/target.pmk2
-rw-r--r--xmlsecurity/source/xmlsec/nss/makefile.mk15
-rw-r--r--xmlsecurity/tools/standalone/mscsfit/makefile.mk16
22 files changed, 3 insertions, 244 deletions
diff --git a/accessibility/util/makefile.mk b/accessibility/util/makefile.mk
index 42a6061fa2c9..b9f57a8a1170 100644
--- a/accessibility/util/makefile.mk
+++ b/accessibility/util/makefile.mk
@@ -34,10 +34,6 @@ USE_DEFFILE=TRUE
.INCLUDE : settings.mk
-#.INCLUDE : svpre.mk
-#.INCLUDE : settings.mk
-#.INCLUDE : sv.mk
-
LDUMP=ldump2.exe
# --- Library -----------------------------------
diff --git a/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.mk b/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.mk
index 1e56c10c98b4..d2feccfb80cf 100644
--- a/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.mk
+++ b/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.mk
@@ -37,19 +37,11 @@ USE_JAVAVER:=TRUE
.INCLUDE : settings.mk
.IF "$(JAVAVER:s/.//)" >= "140"
-
.INCLUDE : makefile.common
-
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-#JARTARGET = $(TARGET).jar
-#JARCOMPRESS = TRUE
JARCLASSDIRS = $(PACKAGE) org/openoffice/java/accessibility/awb
-#CUSTOMMANIFESTFILE = manifest
.ENDIF
# --- Targets ------------------------------------------------------
-
.INCLUDE : target.mk
-
diff --git a/accessibility/workben/org/openoffice/accessibility/misc/makefile.mk b/accessibility/workben/org/openoffice/accessibility/misc/makefile.mk
index 312410c1de48..fe56ef406e23 100644
--- a/accessibility/workben/org/openoffice/accessibility/misc/makefile.mk
+++ b/accessibility/workben/org/openoffice/accessibility/misc/makefile.mk
@@ -37,19 +37,10 @@ USE_JAVAVER:=TRUE
.INCLUDE : settings.mk
.IF "$(JAVAVER:s/.//)" >= "140"
-
.INCLUDE : makefile.common
-
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-#JARTARGET = $(TARGET).jar
-#JARCOMPRESS = TRUE
-#JARCLASSDIRS = $(PACKAGE) org/openoffice/java/accessibility/awb
-#CUSTOMMANIFESTFILE = manifest
.ENDIF
# --- Targets ------------------------------------------------------
-
.INCLUDE : target.mk
-
diff --git a/automation/source/mozillaserver/makefile.mk b/automation/source/mozillaserver/makefile.mk
index 064f4284fd36..fcd7e1cc6c49 100644
--- a/automation/source/mozillaserver/makefile.mk
+++ b/automation/source/mozillaserver/makefile.mk
@@ -43,8 +43,6 @@ LIBTARGET=NO
PACKAGE := com$/sun$/star$/testtool
TARGET := com_sun_star_testtool
-
-#RDB=$(SOLARBINDIR)$/applicat.rdb
RDB=$(BIN)$/mozillatesttool.rdb
@@ -61,8 +59,6 @@ GENJAVACLASSFILES = \
TYPES={$(subst,.class, $(subst,$/,. $(subst,$(CLASSDIR)$/,-T $(GENJAVACLASSFILES))))}
GENJAVAFILES = {$(subst,.class,.java $(subst,$/class, $(GENJAVACLASSFILES)))}
-#JAVAFILES= $(GENJAVAFILES)
-
UNOUCRDEP=$(RDB)
@@ -94,34 +90,6 @@ UNOTYPES= \
com.sun.star.testtool.ResultType \
com.sun.star.testtool.XMozillaTesttoolServer
-
-
-#SLOFILES= \
-# $(SLO)$/iserverproxy.obj \
-# $(SLO)$/broadcastclient.obj \
-# $(SLO)$/genericinformation.obj \
-# $(SLO)$/informationclient.obj
-
-# ---- test ----
-
-#LIB1TARGET=$(SLB)$/iserverproxy.lib
-#LIB1OBJFILES=$(SLOFILES)
-
-#SHL1TARGET=iserverproxy
-#SHL1STDLIBS= \
-# $(OSLLIB) $(RTLLIB) $(TOOLSLIB) \
-# $(CPPULIB) \
-# $(CPPUHELPERLIB) \
-# $(UNOLIB) \
-# $(SVTOOLLIB) \
-# $(SALLIB) \
-# $(BOOTSTRP)
-
-#SHL1LIBS= $(LIB1TARGET) $(LB)$/ico.lib
-#SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-#DEF1NAME= $(SHL1TARGET)
-#DEF1EXPORTFILE= exports.dxp
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
diff --git a/basctl/inc/makefile.mk b/basctl/inc/makefile.mk
index 6cb80f1dc5bc..894c77722abc 100644
--- a/basctl/inc/makefile.mk
+++ b/basctl/inc/makefile.mk
@@ -24,6 +24,7 @@
# for a copy of the LGPLv3 License.
#
#*************************************************************************
+
PRJ=..
PRJNAME=basctl
@@ -44,4 +45,3 @@ ALLTAR : \
$(SLO)$/precompiled_ex.pch
.ENDIF # "$(ENABLE_PCH)"!=""
-
diff --git a/basctl/sdi/makefile.mk b/basctl/sdi/makefile.mk
index 2e8a49ef992d..d334ad7f86d0 100644
--- a/basctl/sdi/makefile.mk
+++ b/basctl/sdi/makefile.mk
@@ -25,7 +25,6 @@
#
#*************************************************************************
-
PRJ=..
PRJNAME=basctl
diff --git a/basctl/source/basicide/makefile.mk b/basctl/source/basicide/makefile.mk
index be81dd77e110..1b1081220e41 100644
--- a/basctl/source/basicide/makefile.mk
+++ b/basctl/source/basicide/makefile.mk
@@ -43,7 +43,6 @@ PROJECTPCHSOURCE=ide_pch
CDEFS+=-DBASICDEBUG
.ENDIF
-
# --- Allgemein ----------------------------------------------------------
EXCEPTIONSFILES= \
diff --git a/bean/test/makefile.mk b/bean/test/makefile.mk
index 1032566dd36e..afc553c4994f 100644
--- a/bean/test/makefile.mk
+++ b/bean/test/makefile.mk
@@ -42,26 +42,7 @@ JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
MAXLINELENGTH = 100000
-#JARCLASSDIRS = $(PACKAGE)
-#JARTARGET = $(TARGET).jar
-#JARCOMPRESS = TRUE
-
-# --- Parameters for the test --------------------------------------
-
-# test base is java complex
-#CT_TESTBASE = -TestBase java_complex
-
-# test looks something like the.full.package.TestName
-#CT_TEST = -o $(PACKAGE:s\$/\.\).$(JAVAFILES:b)
-
-# start the runner application
-#CT_APP = org.openoffice.Runner
-
-#CT_NOOFFICE = -NoOffice
-
-
OFFICE_CLASSPATH_TMP:=$(foreach,i,$(JARFILES) $(office)$/program$/classes$/$(i)$(PATH_SEPERATOR))
-
OFFICE_CLASSPATH=$(OFFICE_CLASSPATH_TMP:t"")$(PATH_SEPERATOR)$(CLASSDIR)
OOOBEAN_OPTIONS=-Dcom.sun.star.officebean.Options=-norestore
diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk
index abe8ef71a9c5..9ef291f8094e 100644
--- a/extensions/source/nsplugin/source/makefile.mk
+++ b/extensions/source/nsplugin/source/makefile.mk
@@ -72,9 +72,6 @@ SHL1OBJS= $(SLO)$/npshell.obj \
.IF "$(GUI)"=="UNX"
STDLIBS+=$(SOLARLIBDIR)$/npunix.o
SHL1STDLIBS+=$(SOLARLIBDIR)$/npunix.o
-#.IF "$(OS)"!="FREEBSD"
-#SHL1STDLIBS+= -ldl -lnsl
-#.ENDIF #FREEBSD
.ENDIF #UNX
.IF "$(GUI)"=="WNT"
SHL1OBJS+=$(SOLARLIBDIR)$/pathutils-slo.obj
diff --git a/extensions/source/plugin/aqua/makefile.mk b/extensions/source/plugin/aqua/makefile.mk
index c0d3a2eed949..8d1aaa484d28 100644
--- a/extensions/source/plugin/aqua/makefile.mk
+++ b/extensions/source/plugin/aqua/makefile.mk
@@ -28,8 +28,6 @@ PRJ=..$/..$/..
PRJNAME=extensions
TARGET=plaqua
-#ENABLE_EXCEPTIONS=TRUE
-#TARGETTYPE=CUI
.INCLUDE : ..$/util$/makefile.pmk
@@ -58,15 +56,6 @@ SLOFILES=\
$(SLO)$/macmgr.obj \
$(SLO)$/sysplug.obj
-#APP1TARGET=pluginapp.bin
-#APP1OBJS=$(OBJFILES)
-#APP1STDLIBS=\
-# $(TOOLSLIB) \
-# $(SALLIB)
-
-#APP1DEF= $(MISC)$/$(TARGET).def
-
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
diff --git a/extensions/source/plugin/win/makefile.mk b/extensions/source/plugin/win/makefile.mk
index 3167c22d135d..7f676ac16748 100644
--- a/extensions/source/plugin/win/makefile.mk
+++ b/extensions/source/plugin/win/makefile.mk
@@ -46,20 +46,13 @@ CDEFS+=-DOJI
# --- Types -------------------------------------
.IF "$(WITH_MOZILLA)" != "NO"
-
-#UNOUCROUT=$(OUT)$/inc$/$(PRJNAME)
-#INCPRE+=$(UNOUCROUT)
-
-# --- Types -------------------------------------
-
SLOFILES = $(SLO)$/winmgr.obj \
$(SLO)$/sysplug.obj
-
.ENDIF # $(WITH_MOZILLA) != "NO"
+
.ENDIF
# ------------------------------------------------------------------
-
.INCLUDE : target.mk
diff --git a/extensions/source/update/tools/makefile.mk b/extensions/source/update/tools/makefile.mk
index d6baac98680a..110887bb102f 100644
--- a/extensions/source/update/tools/makefile.mk
+++ b/extensions/source/update/tools/makefile.mk
@@ -41,28 +41,4 @@ APP1TARGET = ztool
APP1OBJS = $(OBJ)$/ztool.obj
APP1STDLIBS = $(TOOLSLIB)
-#APP1TARGET = ztool
-#APP1OBJS = $(OBJ)$/ztool.obj
-#.IF "$(GUI)" == "UNX"
-#APP1STDLIBS = $(TOOLSLIB)
-#.ELSE
-#APP1LIBS = $(LB)$/itools.lib
-#.ENDIF
-
-#APP2TARGET = urltest
-#APP2OBJS = $(OBJ)$/urltest.obj
-#.IF "$(GUI)" == "UNX"
-#APP2STDLIBS = $(TOOLSLIB) $(SALLIB) $(CPPULIB) $(CPPUHELPERLIB)
-#.ELSE
-#APP2STDLIBS = $(LB)$/itools.lib isal.lib icppu.lib icppuhelper.lib
-#.ENDIF
-
-# APP3TARGET = tldem
-# APP3OBJS = $(OBJ)$/tldem.obj
-# .IF "$(GUI)" == "UNX"
-# APP3STDLIBS = $(TOOLSLIB)
-# .ELSE
-# APP3STDLIBS = $(LB)$/itools.lib
-# .ENDIF
-
.INCLUDE: target.mk
diff --git a/extensions/test/ole/cpnt/makefile.mk b/extensions/test/ole/cpnt/makefile.mk
index 53d3cc321c49..dc1835e956d4 100644
--- a/extensions/test/ole/cpnt/makefile.mk
+++ b/extensions/test/ole/cpnt/makefile.mk
@@ -35,20 +35,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
-#UNOUCRDEP= $(SOLARBINDIR)$/types.rdb $(BIN)$/oletest.rdb
-#UNOUCRRDB= $(SOLARBINDIR)$/types.rdb $(BIN)$/oletest.rdb
-
-#UNOUCROUT= $(OUT)$/inc
-
-#UNOTYPES= oletest.XTestSequence \
-# oletest.XTestStruct \
-# oletest.XTestOther \
-# oletest.XTestInterfaces \
-# oletest.XSimple \
-# oletest.XSimple2 \
-# oletest.XSimple3 \
-# oletest.XTestInParameters \
-# oletest.XIdentity
INCPRE+= -I$(ATL_INCLUDE)
@@ -62,10 +48,6 @@ SHL1STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB)
-#.IF "$(COMEX)"=="8" || "$(COMEX)"=="10"
-# SHL1STDLIBS+= $(COMPATH)$/atlmfc$/lib$/atls.lib
-#.ENDIF
-
.IF "$(COMEX)"=="8" || "$(COMEX)"=="10"
.IF "$(USE_STLP_DEBUG)" != ""
SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
diff --git a/extensions/workben/makefile.mk b/extensions/workben/makefile.mk
index ca25cfa51312..d62100ac26c5 100644
--- a/extensions/workben/makefile.mk
+++ b/extensions/workben/makefile.mk
@@ -32,11 +32,6 @@ TARGET=workben
LIBTARGET=NO
TESTAPP=testpgp
-#TESTAPP=testcomponent
-#TESTAPP=pythontest
-#TESTAPP=pythonautotest
-#TESTAPP=testresource
-#TESTAPP=testframecontrol
.IF "$(TESTAPP)" == "testresource" || "$(TESTAPP)" == "testframecontrol"
TARGETTYPE=GUI
@@ -106,27 +101,14 @@ APP2STDLIBS = \
# test python.
#
.IF "$(TESTAPP)" == "phytontest"
-
OBJFILES= $(OBJ)$/pythontest.obj
-
-#APP4TARGET= pythontest
-#APP4OBJS= $(OBJ)$/pythontest.obj
-#APP4STDLIBS=$(TOOLSLIB)
-#
-
.ENDIF # phytontest
#
# python auto test
#
.IF "$(TESTAPP)" == "phytonautotest"
-
OBJFILES= $(OBJ)$/pythonautotest.obj
-
-#APP5TARGET= pythonautotest
-#APP5OBJS = $(OBJ)$/pythonautotest.obj
-#APP5STDLIBS=$(TOOLSLIB)
-
.ENDIF # phytonautotest
#
diff --git a/setup_native/source/win32/customactions/languagepacks/makefile.mk b/setup_native/source/win32/customactions/languagepacks/makefile.mk
index 8da47ab1cc4f..cf703e033c8e 100644
--- a/setup_native/source/win32/customactions/languagepacks/makefile.mk
+++ b/setup_native/source/win32/customactions/languagepacks/makefile.mk
@@ -74,7 +74,6 @@ STDSHL+= \
-lmsvcrt
.ENDIF
-#SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1OBJS = $(SLOFILES) \
$(SLO)$/registerextensions.obj \
@@ -94,7 +93,3 @@ DEF1EXPORTFILE=exports.dxp
# --- Targets --------------------------------------------------------------
.INCLUDE : target.mk
-
-# -------------------------------------------------------------------------
-
-
diff --git a/setup_native/source/win32/customactions/patch/makefile.mk b/setup_native/source/win32/customactions/patch/makefile.mk
index 57705389248f..3abd9988b486 100755
--- a/setup_native/source/win32/customactions/patch/makefile.mk
+++ b/setup_native/source/win32/customactions/patch/makefile.mk
@@ -69,7 +69,6 @@ STDSHL+= \
-lmsvcrt
.ENDIF
-#SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1OBJS = $(SLOFILES) \
$(SLO)$/respintest.obj \
diff --git a/setup_native/source/win32/customactions/reg64/makefile.mk b/setup_native/source/win32/customactions/reg64/makefile.mk
index 04117c10365d..5e807cfbebb8 100644
--- a/setup_native/source/win32/customactions/reg64/makefile.mk
+++ b/setup_native/source/win32/customactions/reg64/makefile.mk
@@ -63,8 +63,6 @@ STDSHL += \
$(MSILIB)\
$(SHLWAPILIB)\
-# msvcprt.lib
-
SHL1TARGET = $(TARGET)
SHL1IMPLIB = i$(TARGET)
@@ -76,33 +74,8 @@ DEF1EXPORTFILE=exports.dxp
.ENDIF
-
-# --- mapimailer --------------------------------------------------------
-
-#TARGETTYPE=CUI
-
-#OBJFILES= $(OBJ)$/reg64.obj
-
-#APP1TARGET=reg64
-#APP1OBJS=$(OBJFILES)
-#APP1STDLIBS=$(KERNEL32LIB)\
-# $(ADVAPI32LIB)\
-# $(MSILIB)\
-# $(SHELL32LIB)\
-# msvcprt.lib\
-# $(OLE32LIB)\
-# $(COMCTL32LIB)\
-# $(UUIDLIB)
-
-
-#APP1DEF=$(MISC)$/$(APP1TARGET).def
-
# --- Targets --------------------------------------------------------------
.INCLUDE : target.mk
INCLUDE!:=$(subst,/stl, $(INCLUDE))
.EXPORT : INCLUDE
-
-# -------------------------------------------------------------------------
-
-
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
-
diff --git a/xmlsecurity/source/xmlsec/nss/makefile.mk b/xmlsecurity/source/xmlsec/nss/makefile.mk
index 227b6de88477..de6a059573a2 100644
--- a/xmlsecurity/source/xmlsec/nss/makefile.mk
+++ b/xmlsecurity/source/xmlsec/nss/makefile.mk
@@ -91,21 +91,6 @@ INCPOST += \
$(MOZ_INC)$/profile \
-I$(MOZ_INC)$/string \
-I$(MOZ_INC)$/embed_base
-#.IF "$(OS)" == "LINUX"
-#CFLAGS += -fPIC -g
-#CFLAGSCXX += \
-# -fno-rtti -Wall -Wconversion -Wpointer-arith \
-# -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth \
-# -Wno-long-long -pthread
-#CDEFS += -DTRACING
-#.ELIF "$(OS)" == "NETBSD"
-#CFLAGS += -fPIC
-#CFLAGSCXX += \
-# -fno-rtti -Wall -Wconversion -Wpointer-arith \
-# -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth \
-# -Wno-long-long
-#CDEFS += -DTRACING
-#.ENDIF
.ENDIF
CDEFS += -DXMLSEC_CRYPTO_NSS -DXMLSEC_NO_XSLT
diff --git a/xmlsecurity/tools/standalone/mscsfit/makefile.mk b/xmlsecurity/tools/standalone/mscsfit/makefile.mk
index 1ab4575b5226..ce8be66850cf 100644
--- a/xmlsecurity/tools/standalone/mscsfit/makefile.mk
+++ b/xmlsecurity/tools/standalone/mscsfit/makefile.mk
@@ -31,7 +31,6 @@ PRJNAME=xmlsecurity
TARGET=xmlsecurity-mscxsfit
ENABLE_EXCEPTIONS=TRUE
NO_BSYMBOLIC=TRUE
-#TARGETTYPE=CUI
LIBTARGET=NO
@@ -109,21 +108,6 @@ APP4STDLIBS+= -lstdc++
APP4STDLIBS+= \
$(SHARE_LIBS)
-##
-## The 4th application
-##
-#APP5TARGET= decrypter
-#APP5OBJS= \
-# $(SHARE_OBJS) \
-# $(OBJ)$/decrypter.obj
-#
-#.IF "$(OS)" == "LINUX"
-#APP5STDLIBS+= -lstdc++
-#.ENDIF
-#
-#APP5STDLIBS+= \
-# $(SHARE_LIBS)
-
#
# The 5th application
#