summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UnoControls/source/base/makefile.mk28
-rw-r--r--bean/native/win32/makefile.mk1
-rwxr-xr-xcrashrep/source/win32/makefile.mk2
-rwxr-xr-xembedserv/source/embed/makefile.mk4
-rw-r--r--extensions/test/pgp/makefile.mk55
-rw-r--r--forms/qa/makefile.mk1
-rw-r--r--forms/source/misc/makefile.mk1
-rw-r--r--package/source/zipapi/makefile.mk1
-rw-r--r--package/source/zippackage/makefile.mk9
-rw-r--r--setup_native/source/win32/customactions/regpatchactivex/makefile.mk4
-rw-r--r--setup_native/source/win32/customactions/tools/makefile.mk2
-rw-r--r--setup_native/source/win32/stwrapper/makefile.mk3
-rw-r--r--wizards/com/sun/star/wizards/agenda/makefile.mk1
-rw-r--r--wizards/com/sun/star/wizards/fax/makefile.mk1
-rw-r--r--wizards/com/sun/star/wizards/form/makefile.mk5
-rw-r--r--wizards/com/sun/star/wizards/letter/makefile.mk1
-rw-r--r--wizards/com/sun/star/wizards/makefile.mk4
-rw-r--r--wizards/com/sun/star/wizards/query/makefile.mk5
-rw-r--r--wizards/com/sun/star/wizards/report/makefile.mk1
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk6
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/makefile.mk3
-rw-r--r--wizards/com/sun/star/wizards/table/makefile.mk5
-rw-r--r--wizards/com/sun/star/wizards/web/data/makefile.mk4
-rw-r--r--wizards/com/sun/star/wizards/web/export/makefile.mk4
-rw-r--r--wizards/com/sun/star/wizards/web/makefile.mk2
-rw-r--r--xmlsecurity/util/makefile.mk2
-rw-r--r--xmlsecurity/util/target.pmk1
27 files changed, 8 insertions, 148 deletions
diff --git a/UnoControls/source/base/makefile.mk b/UnoControls/source/base/makefile.mk
index be1fcbf5c8c2..66b87395abfe 100644
--- a/UnoControls/source/base/makefile.mk
+++ b/UnoControls/source/base/makefile.mk
@@ -29,40 +29,18 @@ PRJ=..$/..
PRJNAME=UnoControls
TARGET=base
ENABLE_EXCEPTIONS=TRUE
-#LIBTARGET=NO
-#USE_LDUMP2=TRUE
-#USE_DEFFILE=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
+
SLOFILES= $(SLO)$/multiplexer.obj \
$(SLO)$/basecontrol.obj \
$(SLO)$/basecontainercontrol.obj \
$(SLO)$/registercontrols.obj
-#LIB1TARGET= $(SLB)$/$(TARGET).lib
-#LIB1OBJFILES= $(SLOFILES)
-
-#SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
-
-#SHL1STDLIBS=\
-# $(ONELIB) \
-# $(USRLIB) \
-# $(UNOLIB) \
-# $(OSLLIB) \
-# $(TOOLSLIB) \
-# $(RTLLIB)
-
-#SHL1DEPN= makefile.mk
-#SHL1LIBS= $(LIB1TARGET)
-#SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-#DEF1NAME= $(SHL1TARGET)
-#DEF1EXPORTFILE= exports.dxp
-
# --- Targets ------------------------------------------------------
+
.INCLUDE : target.mk
-#.INCLUDE : $(PRJ)$/util$/target.pmk
diff --git a/bean/native/win32/makefile.mk b/bean/native/win32/makefile.mk
index e05d270815a7..f846578055dc 100644
--- a/bean/native/win32/makefile.mk
+++ b/bean/native/win32/makefile.mk
@@ -21,7 +21,6 @@ SLOFILES = \
SHL1TARGET=$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
-#SHL1IMPLIB= i$(TARGET)
SHL1STDLIBS=$(AWTLIB) $(SALLIB)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk
index fe4078c08602..f46e6dbfb029 100755
--- a/crashrep/source/win32/makefile.mk
+++ b/crashrep/source/win32/makefile.mk
@@ -61,8 +61,6 @@ APP1NOSAL=TRUE
APP1TARGET=$(TARGET)
APP1RPATH=BRAND
-#SHL1STDLIBS=$(SALLIB)
-
STDLIB1=\
$(SALLIB)\
$(GDI32LIB)\
diff --git a/embedserv/source/embed/makefile.mk b/embedserv/source/embed/makefile.mk
index 9156b6a8e88a..a531858bcf22 100755
--- a/embedserv/source/embed/makefile.mk
+++ b/embedserv/source/embed/makefile.mk
@@ -25,8 +25,6 @@
#
#*************************************************************************
-#MKDEPENDSOLVER=YES
-
PRJ=..$/..
PRJNAME=embedserv
@@ -36,7 +34,6 @@ TARGET=emser
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(DISABLE_ATL)"==""
@@ -75,6 +72,7 @@ EXCEPTIONSFILES= \
$(SLO)$/tracker.obj
.ENDIF
+
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk
diff --git a/extensions/test/pgp/makefile.mk b/extensions/test/pgp/makefile.mk
index 9fe20937d2b7..96b7883e9e7a 100644
--- a/extensions/test/pgp/makefile.mk
+++ b/extensions/test/pgp/makefile.mk
@@ -25,23 +25,18 @@
#
#*************************************************************************
-
-
PRJ=..$/..
PRJNAME := extensions
-#PACKAGE := com$/sun$/star$/pgp
PACKAGE :=
TARGET := test_com_sun_star_pgp
-
# --- Settings -----------------------------------------------------
-.INCLUDE : settings.mk
+.INCLUDE : settings.mk
# Files --------------------------------------------------------
-
APPLICATRDB := $(SOLARBINDIR)$/applicat.rdb
RDB := $(APPLICATRDB)
@@ -52,51 +47,6 @@ GENJAVACLASSFILES= \
$(CLASSDIR)$/com$/sun$/star$/beans$/PropertyState.class \
$(CLASSDIR)$/com$/sun$/star$/container$/XSet.class \
-
-#$(CLASSDIR)$/com$/sun$/star$/awt$/FocusEvent.class
-
-# $(CLASSDIR)$/com$/sun$/star$/awt$/InputEvent.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/KeyEvent.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/MouseEvent.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/WindowEvent.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/PaintEvent.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/Rectangle.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/XFocusListener.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/XKeyListener.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/XMouseListener.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/XMouseMotionListener.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/XWindow.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/XWindowListener.class \
-# $(CLASSDIR)$/com$/sun$/star$/awt$/XPaintListener.class \
-# $(CLASSDIR)$/com$/sun$/star$/bridge$/XBridge.class \
-# $(CLASSDIR)$/com$/sun$/star$/container$/XIndexAccess.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/FrameAction.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/FrameActionEvent.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/XComponentLoader.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/XController.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/XFrame.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/XFrameActionListener.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/XFrames.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/XFramesSupplier.class \
-# $(CLASSDIR)$/com$/sun$/star$/frame$/XModel.class \
-# $(CLASSDIR)$/com$/sun$/star$/io$/BufferSizeExceededException.class \
-# $(CLASSDIR)$/com$/sun$/star$/io$/NotConnectedException.class \
-# $(CLASSDIR)$/com$/sun$/star$/io$/XInputStream.class \
-# $(CLASSDIR)$/com$/sun$/star$/io$/XOutputStream.class \
-# $(CLASSDIR)$/com$/sun$/star$/lang$/IndexOutOfBoundsException.class \
-# $(CLASSDIR)$/com$/sun$/star$/lang$/XComponent.class \
-# $(CLASSDIR)$/com$/sun$/star$/lang$/XMultiServiceFactory.class \
-# $(CLASSDIR)$/com$/sun$/star$/lang$/XServiceInfo.class \
-# $(CLASSDIR)$/com$/sun$/star$/text$/XSimpleText.class \
-# $(CLASSDIR)$/com$/sun$/star$/text$/XText.class \
-# $(CLASSDIR)$/com$/sun$/star$/text$/XTextContent.class \
-# $(CLASSDIR)$/com$/sun$/star$/text$/XTextCursor.class \
-# $(CLASSDIR)$/com$/sun$/star$/text$/XTextDocument.class \
-# $(CLASSDIR)$/com$/sun$/star$/text$/XTextRange.class \
-# $(CLASSDIR)$/com$/sun$/star$/uno$/XNamingService.class \
-# $(CLASSDIR)$/com$/sun$/star$/uno$/Enum.class
-
-
JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/TestPGP.class
@@ -105,10 +55,8 @@ TYPES={$(subst,.class, $(subst,$/,. $(subst,$(CLASSDIR)$/,-T $(GENJAVACLASSFIL
GENJAVAFILES = {$(subst,.class,.java $(subst,$/class, $(GENJAVACLASSFILES)))}
JAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) $(GENJAVAFILES)
-
# --- Targets ------------------------------------------------------
-
.IF "$(depend)" == ""
ALL : $(GENJAVAFILES) ALLTAR
.ELSE
@@ -118,7 +66,6 @@ ALL: ALLDEP
.INCLUDE : target.mk
$(GENJAVAFILES) : $(RDB)
-# javamaker -BUCR -O$(OUT) $(TYPES) $(RDB)
javamaker @$(mktmp -BUCR -O$(OUT) $(TYPES) $(RDB))
$(JAVACLASSFILES) : $(GENJAVAFILES)
diff --git a/forms/qa/makefile.mk b/forms/qa/makefile.mk
index afafcca427aa..6bfdaeef8125 100644
--- a/forms/qa/makefile.mk
+++ b/forms/qa/makefile.mk
@@ -43,7 +43,6 @@ JAVACLASSFILES := $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(i:d)$/$(i:b).class)
MAXLINELENGTH = 100000
-#JARCLASSDIRS =
JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE
diff --git a/forms/source/misc/makefile.mk b/forms/source/misc/makefile.mk
index 64af07b00c01..c824369751ad 100644
--- a/forms/source/misc/makefile.mk
+++ b/forms/source/misc/makefile.mk
@@ -31,7 +31,6 @@ PRJNAME=forms
TARGET=common
ENABLE_EXCEPTIONS=TRUE
-#TARGETTYPE=GUI
# --- Settings ----------------------------------
diff --git a/package/source/zipapi/makefile.mk b/package/source/zipapi/makefile.mk
index a9548ace659b..1b941fadd99b 100644
--- a/package/source/zipapi/makefile.mk
+++ b/package/source/zipapi/makefile.mk
@@ -37,7 +37,6 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
.IF "$(L10N_framework)"==""
-#CFLAGS+=/Ob0 /Od
.IF "$(SYSTEM_ZLIB)" == "YES"
CFLAGS+=-DSYSTEM_ZLIB
.ENDIF
diff --git a/package/source/zippackage/makefile.mk b/package/source/zippackage/makefile.mk
index 4bab1649b491..c729b945f0df 100644
--- a/package/source/zippackage/makefile.mk
+++ b/package/source/zippackage/makefile.mk
@@ -36,11 +36,9 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-.IF "$(L10N_framework)"==""
-
# --- Files --------------------------------------------------------
-# the following flag un-inlines function calls and disables optimisations
-#CFLAGS+=/Ob0 /Od
+
+.IF "$(L10N_framework)"==""
SLOFILES= \
$(SLO)$/ZipPackage.obj \
@@ -53,9 +51,6 @@ SLOFILES= \
$(SLO)$/wrapstreamforshare.obj \
$(SLO)$/zipfileaccess.obj
-# $(SLO)$/InteractionRequest.obj \
-# $(SLO)$/InteractionContinuation.obj
-
.ENDIF # L10N_framework
# --- Targets ------------------------------------------------------
diff --git a/setup_native/source/win32/customactions/regpatchactivex/makefile.mk b/setup_native/source/win32/customactions/regpatchactivex/makefile.mk
index d79593abcc69..4c6668db268c 100644
--- a/setup_native/source/win32/customactions/regpatchactivex/makefile.mk
+++ b/setup_native/source/win32/customactions/regpatchactivex/makefile.mk
@@ -34,19 +34,16 @@ USE_DEFFILE=TRUE
# --- Settings -----------------------------------------------------
-# NO_DEFAULT_STL=TRUE
ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
STDSHL=
-# SOLARINC!:=$(SOLARINC:s/stl//)
# --- Files --------------------------------------------------------
INCPRE+=.\Include
.DIRCACHE=NO
-# CFLAGS+=-E
SLOFILES = $(SLO)$/regpatchactivex.obj
@@ -72,7 +69,6 @@ SHL1STDLIBS+= libcmt.lib
SHL1LIBS = $(SLB)$/$(TARGET).lib
-#SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
SHL1TARGET = $(TARGET)
SHL1IMPLIB = i$(TARGET)
diff --git a/setup_native/source/win32/customactions/tools/makefile.mk b/setup_native/source/win32/customactions/tools/makefile.mk
index 4e8d791eff15..9be7d7093da3 100644
--- a/setup_native/source/win32/customactions/tools/makefile.mk
+++ b/setup_native/source/win32/customactions/tools/makefile.mk
@@ -62,8 +62,6 @@ STDSHL+= \
STDSHL+=$(LIBSTLPORTST)
.ENDIF
-#SHL1LIBS = $(SLB)$/$(TARGET).lib
-
SHL1TARGET = $(TARGET)
SHL1IMPLIB = i$(TARGET)
diff --git a/setup_native/source/win32/stwrapper/makefile.mk b/setup_native/source/win32/stwrapper/makefile.mk
index ca035b4a9ad0..f81d86dc2f19 100644
--- a/setup_native/source/win32/stwrapper/makefile.mk
+++ b/setup_native/source/win32/stwrapper/makefile.mk
@@ -6,7 +6,6 @@ LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
TARGETTYPE=GUI
USE_DEFFILE=TRUE
-#DYNAMIC_CRT:=
NO_DEFAULT_STL=TRUE
# --- Settings -----------------------------------------------------
@@ -46,5 +45,3 @@ DLLPRE =
.INCLUDE : target.mk
$(OBJ)$/stwrapper.obj: $(INCCOM)$/_version.h
-
-#$(RCFILES) : resource.rc
diff --git a/wizards/com/sun/star/wizards/agenda/makefile.mk b/wizards/com/sun/star/wizards/agenda/makefile.mk
index 314dcf3b7da9..10c89c88aef6 100644
--- a/wizards/com/sun/star/wizards/agenda/makefile.mk
+++ b/wizards/com/sun/star/wizards/agenda/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/agenda
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar \
jurt.jar \
diff --git a/wizards/com/sun/star/wizards/fax/makefile.mk b/wizards/com/sun/star/wizards/fax/makefile.mk
index 247aaf063529..0fef6de23674 100644
--- a/wizards/com/sun/star/wizards/fax/makefile.mk
+++ b/wizards/com/sun/star/wizards/fax/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/fax
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
diff --git a/wizards/com/sun/star/wizards/form/makefile.mk b/wizards/com/sun/star/wizards/form/makefile.mk
index 092135289fc9..0a229c96ce5e 100644
--- a/wizards/com/sun/star/wizards/form/makefile.mk
+++ b/wizards/com/sun/star/wizards/form/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/form
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar
CUSTOMMANIFESTFILE= MANIFEST.MF
@@ -43,10 +42,6 @@ JARTARGET = $(TARGET).jar
JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-#SRS2NAME = dbwizres
-#SRC2FILES= dbwizres.src
-#RESLIB2SRSFILES= $(SRS)$/dbwizres.srs
-#RESLIB2NAME= dbw
JAVAFILES= \
CallFormWizard.java \
diff --git a/wizards/com/sun/star/wizards/letter/makefile.mk b/wizards/com/sun/star/wizards/letter/makefile.mk
index 700d0b72dfb7..45af4a1de37f 100644
--- a/wizards/com/sun/star/wizards/letter/makefile.mk
+++ b/wizards/com/sun/star/wizards/letter/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/letter
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
diff --git a/wizards/com/sun/star/wizards/makefile.mk b/wizards/com/sun/star/wizards/makefile.mk
index fb9c3e18558d..8f3b45538c21 100644
--- a/wizards/com/sun/star/wizards/makefile.mk
+++ b/wizards/com/sun/star/wizards/makefile.mk
@@ -32,7 +32,6 @@ PACKAGE = com$/sun$/star$/wizards
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge
@@ -141,9 +140,6 @@ JAVAFILES= \
text$/TextTableHandler.java \
text$/ViewHandler.java
-
-#JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:s/.java/.class/))
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
diff --git a/wizards/com/sun/star/wizards/query/makefile.mk b/wizards/com/sun/star/wizards/query/makefile.mk
index af5056ba5221..b80e19e3a781 100644
--- a/wizards/com/sun/star/wizards/query/makefile.mk
+++ b/wizards/com/sun/star/wizards/query/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/query
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar commonwizards.jar
CUSTOMMANIFESTFILE= MANIFEST.MF
@@ -43,10 +42,6 @@ JARTARGET = $(TARGET).jar
JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-#SRS2NAME = dbwizres
-#SRC2FILES= dbwizres.src
-#RESLIB2SRSFILES= $(SRS)$/dbwizres.srs
-#RESLIB2NAME= dbw
JAVAFILES= \
CallQueryWizard.java \
diff --git a/wizards/com/sun/star/wizards/report/makefile.mk b/wizards/com/sun/star/wizards/report/makefile.mk
index b31639d21a46..0507e10a30d1 100644
--- a/wizards/com/sun/star/wizards/report/makefile.mk
+++ b/wizards/com/sun/star/wizards/report/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/report
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk b/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
index 1af9e7c53862..3781f4246acd 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
@@ -33,19 +33,13 @@ PACKAGE = com$/sun$/star$/wizards$/reportbuilder$/layout
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar report.jar
-# CUSTOMMANIFESTFILE= MANIFEST.MF
-
JARCLASSDIRS = \
com$/sun$/star$/wizards$/reportbuilder$/layout \
com$/sun$/star$/wizards$/report
-# JARTARGET = $(TARGET).jar
-# JARCLASSPATH = commonwizards.jar report.jar
-
# --- Files --------------------------------------------------------
JAVAFILES= \
diff --git a/wizards/com/sun/star/wizards/reportbuilder/makefile.mk b/wizards/com/sun/star/wizards/reportbuilder/makefile.mk
index d9a1a7447fe8..41e4d3cd9c79 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/makefile.mk
+++ b/wizards/com/sun/star/wizards/reportbuilder/makefile.mk
@@ -33,12 +33,9 @@ PACKAGE = com$/sun$/star$/wizards$/reportbuilder
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar report.jar
-# CUSTOMMANIFESTFILE= Manifest.mf
-
JARCLASSDIRS = com$/sun$/star$/wizards$/reportbuilder
JARTARGET = $(TARGET).jar
JARCLASSPATH = commonwizards.jar report.jar
diff --git a/wizards/com/sun/star/wizards/table/makefile.mk b/wizards/com/sun/star/wizards/table/makefile.mk
index c0d62baa7cac..90bb7167c0f4 100644
--- a/wizards/com/sun/star/wizards/table/makefile.mk
+++ b/wizards/com/sun/star/wizards/table/makefile.mk
@@ -32,7 +32,6 @@ PACKAGE = com$/sun$/star$/wizards$/table
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar
CUSTOMMANIFESTFILE= MANIFEST.MF
@@ -42,10 +41,6 @@ JARTARGET = $(TARGET).jar
JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-#SRS2NAME = dbwizres
-#SRC2FILES= dbwizres.src
-#RESLIB2SRSFILES= $(SRS)$/dbwizres.srs
-#RESLIB2NAME= dbw
JAVAFILES= \
CallTableWizard.java \
diff --git a/wizards/com/sun/star/wizards/web/data/makefile.mk b/wizards/com/sun/star/wizards/web/data/makefile.mk
index 1bfc02cf8351..17a78f063246 100644
--- a/wizards/com/sun/star/wizards/web/data/makefile.mk
+++ b/wizards/com/sun/star/wizards/web/data/makefile.mk
@@ -34,7 +34,6 @@ PACKAGE = com$/sun$/star$/wizards$/web$/data
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
.IF "$(SYSTEM_SAXON)" == "YES"
@@ -43,9 +42,6 @@ EXTRAJARFILES = $(SAXON_JAR)
JARFILES += saxon9.jar
.ENDIF
-#JARCLASSDIRS = com$/sun$/star$/wizards$/web
-#JARTARGET = $(TARGET).jar
-
# --- Files --------------------------------------------------------
JAVAFILES= \
diff --git a/wizards/com/sun/star/wizards/web/export/makefile.mk b/wizards/com/sun/star/wizards/web/export/makefile.mk
index 46cd65044e81..c898fdfce964 100644
--- a/wizards/com/sun/star/wizards/web/export/makefile.mk
+++ b/wizards/com/sun/star/wizards/web/export/makefile.mk
@@ -34,7 +34,6 @@ PACKAGE = com$/sun$/star$/wizards$/web$/export
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
.IF "$(SYSTEM_SAXON)" == "YES"
@@ -43,9 +42,6 @@ EXTRAJARFILES = $(SAXON_JAR)
JARFILES += saxon9.jar
.ENDIF
-#JARCLASSDIRS = com$/sun$/star$/wizards$/web
-#JARTARGET = $(TARGET).jar
-
# --- Files --------------------------------------------------------
JAVAFILES= \
diff --git a/wizards/com/sun/star/wizards/web/makefile.mk b/wizards/com/sun/star/wizards/web/makefile.mk
index 9cc97e1b88ab..3601b2eb622c 100644
--- a/wizards/com/sun/star/wizards/web/makefile.mk
+++ b/wizards/com/sun/star/wizards/web/makefile.mk
@@ -33,7 +33,7 @@ PACKAGE = com$/sun$/star$/wizards$/web
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
.IF "$(SYSTEM_SAXON)" == "YES"
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index f1b4866dc407..3e3a6b4b2c39 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -30,8 +30,6 @@ PRJ=..
PRJNAME=xmlsecurity
TARGET=xmlsecurity
-# Disable '-z defs' due to broken libxpcom.
-#LINKFLAGSDEFS=$(0)
USE_DEFFILE=TRUE
# --- Settings -----------------------------------------------------
diff --git a/xmlsecurity/util/target.pmk b/xmlsecurity/util/target.pmk
index e46a4a0d817a..42451acf2af9 100644
--- a/xmlsecurity/util/target.pmk
+++ b/xmlsecurity/util/target.pmk
@@ -26,7 +26,6 @@
#*************************************************************************
.IF "$(GUI)" == "WNT"
CRYPTO_ENGINE = mscrypto
-#CRYPTO_ENGINE = nss
.ELSE
CRYPTO_ENGINE = nss
.ENDIF