This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new f81ae43af2 pre-commit auto whitespace cleanup for `.pmk` files (#399)
f81ae43af2 is described below
commit f81ae43af28a5ac268b6f38f75e28b449083ec83
Author: John Bampton <[email protected]>
AuthorDate: Sun Aug 17 00:16:28 2025 +1000
pre-commit auto whitespace cleanup for `.pmk` files (#399)
Enforced 3 hooks for `.pmk` files:
- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace
(cherry picked from commit 681bf8c04591511021696eeecc34a88cdb90e447)
---
main/chart2/chartview.pmk | 8 +++----
main/chart2/util/makefile.pmk | 9 ++++----
main/chart2/util/target.pmk | 8 +++----
main/cli_ure/util/makefile.pmk | 9 ++++----
main/cli_ure/util/target.pmk | 8 +++----
main/connectivity/dbtools.pmk | 8 +++----
main/connectivity/makefile.pmk | 10 ++++----
main/connectivity/target.pmk | 9 ++++----
main/cppu/util/makefile.pmk | 8 +++----
main/cppu/util/target.pmk | 8 +++----
main/dbaccess/util/dba.pmk | 8 +++----
main/dbaccess/util/makefile.pmk | 8 +++----
main/desktop/source/deployment/target.pmk | 9 ++++----
main/extensions/source/oooimprovement/makefile.pmk | 9 ++++----
main/extensions/util/makefile.pmk | 9 ++++----
main/extensions/util/target.pmk | 9 ++++----
main/extras/util/target.pmk | 27 ++++++++++------------
main/filter/source/msfilter/makefile.pmk | 8 +++----
main/forms/makefile.pmk | 8 +++----
main/formula/util/makefile.pmk | 8 +++----
main/helpcontent2/makefile.pmk | 11 ++++-----
main/helpcontent2/settings.pmk | 10 ++++----
main/helpcontent2/util/target.pmk | 10 ++++----
main/i18npool/util/makefile.pmk | 8 +++----
main/jurt/util/makefile.pmk | 8 +++----
main/l10ntools/source/help/helplinker.pmk | 8 +++----
main/odk/util/makefile.pmk | 2 +-
main/odk/util/odk_rules.pmk | 11 ++++-----
main/officecfg/util/makefile.pmk | 9 ++++----
main/ooo_custom_images/util/settings.pmk | 9 ++++----
main/ooo_custom_images/util/target.pmk | 9 ++++----
main/oovbaapi/util/makefile.pmk | 9 ++++----
main/readlicense_oo/util/makefile.pmk | 13 +++++------
main/reportbuilder/util/makefile.pmk | 9 ++++----
main/reportbuilder/util/target.pmk | 9 ++++----
main/reportdesign/util/dll.pmk | 8 +++----
main/scripting/util/ant.pmk | 12 ++++------
main/scripting/util/makefile.pmk | 13 +++++------
main/scripting/util/target.pmk | 8 +++----
main/sdext/source/pdfimport/pdfisettings.pmk | 8 +++----
main/sdext/util/makefile.pmk | 9 ++++----
main/slideshow/util/makefile.pmk | 9 ++++----
main/soltools/util/makefile.pmk | 8 +++----
main/swext/makefile.pmk | 9 ++++----
main/testgraphical/util/makefile.pmk | 8 +++----
main/testtools/util/makefile.pmk | 9 ++++----
main/udkapi/util/makefile.pmk | 9 ++++----
main/udkapi/util/target.pmk | 10 ++++----
main/unoil/util/makefile.pmk | 9 ++++----
main/xmlsecurity/util/target.pmk | 8 +++----
50 files changed, 213 insertions(+), 247 deletions(-)
diff --git a/main/chart2/chartview.pmk b/main/chart2/chartview.pmk
index 9e5d9b0663..07cddf62f7 100644
--- a/main/chart2/chartview.pmk
+++ b/main/chart2/chartview.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/chart2/util/makefile.pmk b/main/chart2/util/makefile.pmk
index f64bf56e5d..2e45a269c8 100644
--- a/main/chart2/util/makefile.pmk
+++ b/main/chart2/util/makefile.pmk
@@ -1,6 +1,6 @@
# -*- makefile -*-
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -8,16 +8,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -39,4 +39,3 @@ ENABLE_EXCEPTIONS=TRUE
.ELSE
CHARTVIEW= -lchartview$(DLLPOSTFIX)
.ENDIF
-
diff --git a/main/chart2/util/target.pmk b/main/chart2/util/target.pmk
index 27363560e2..4baa86971e 100644
--- a/main/chart2/util/target.pmk
+++ b/main/chart2/util/target.pmk
@@ -1,6 +1,6 @@
# -*- makefile -*-
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -8,16 +8,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/cli_ure/util/makefile.pmk b/main/cli_ure/util/makefile.pmk
index b14b751b04..39a9274da7 100644
--- a/main/cli_ure/util/makefile.pmk
+++ b/main/cli_ure/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -28,4 +28,3 @@ BUILD_FOR_CLI = "true"
CFLAGSENABLESYMBOLS:=-Z7
.ENDIF
.ENDIF # "L10N_framework"==""
-
diff --git a/main/cli_ure/util/target.pmk b/main/cli_ure/util/target.pmk
index 4d31076f27..7bf0ba0a15 100644
--- a/main/cli_ure/util/target.pmk
+++ b/main/cli_ure/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/connectivity/dbtools.pmk b/main/connectivity/dbtools.pmk
index 4479298713..68bbe78834 100644
--- a/main/connectivity/dbtools.pmk
+++ b/main/connectivity/dbtools.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/connectivity/makefile.pmk b/main/connectivity/makefile.pmk
index d7e061b9b3..6b66bb6cb8 100644
--- a/main/connectivity/makefile.pmk
+++ b/main/connectivity/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -54,5 +54,3 @@ LOCALIZEDFILES= \
XCUFILES= \
$(LOCALIZEDFILES) \
-
-
diff --git a/main/connectivity/target.pmk b/main/connectivity/target.pmk
index 50e5b639d2..469cfac3cd 100644
--- a/main/connectivity/target.pmk
+++ b/main/connectivity/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -30,4 +30,3 @@ ALLTAR:
"$(PWD)$/$(MISC)$/registry$/schema$/$(PACKAGEDIR)$/$(COMPONENT_CONFIG_SC
"$(PWD)$/$(MISC)$/registry$/schema$/$(PACKAGEDIR)$/$(COMPONENT_CONFIG_SCHEMA)"
: $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Drivers.xcs
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
-
diff --git a/main/cppu/util/makefile.pmk b/main/cppu/util/makefile.pmk
index 794d3578b2..8180cbe39c 100644
--- a/main/cppu/util/makefile.pmk
+++ b/main/cppu/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/cppu/util/target.pmk b/main/cppu/util/target.pmk
index d2e11234ac..e57093ee7a 100644
--- a/main/cppu/util/target.pmk
+++ b/main/cppu/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/dbaccess/util/dba.pmk b/main/dbaccess/util/dba.pmk
index 56b05493b7..85294f04e9 100644
--- a/main/dbaccess/util/dba.pmk
+++ b/main/dbaccess/util/dba.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/dbaccess/util/makefile.pmk b/main/dbaccess/util/makefile.pmk
index 84bfbed10f..9692e0b2fc 100644
--- a/main/dbaccess/util/makefile.pmk
+++ b/main/dbaccess/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/desktop/source/deployment/target.pmk
b/main/desktop/source/deployment/target.pmk
index d2a7212b6b..49d7d5c5c5 100644
--- a/main/desktop/source/deployment/target.pmk
+++ b/main/desktop/source/deployment/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -29,4 +29,3 @@ CFLAGS += /Ob0
.ENDIF
.ENDIF
-
diff --git a/main/extensions/source/oooimprovement/makefile.pmk
b/main/extensions/source/oooimprovement/makefile.pmk
index 33f94a0941..e7bd5807bb 100644
--- a/main/extensions/source/oooimprovement/makefile.pmk
+++ b/main/extensions/source/oooimprovement/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
XSLDIR=$(SOLARXMLDIR)$/processing
@@ -28,4 +28,3 @@ PROCESSORDIR=$(SOLARBINDIR)
# no validation by inspector class
NO_INSPECTION=TRUE
-
diff --git a/main/extensions/util/makefile.pmk
b/main/extensions/util/makefile.pmk
index da7b437212..1fcee7ad07 100644
--- a/main/extensions/util/makefile.pmk
+++ b/main/extensions/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,19 +7,18 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
.INCLUDE : settings.mk
-
diff --git a/main/extensions/util/target.pmk b/main/extensions/util/target.pmk
index a55461e38a..5428c136d8 100644
--- a/main/extensions/util/target.pmk
+++ b/main/extensions/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -28,4 +28,3 @@ WHOLEPRJ:
cd $(PRJ)$/prj
make debug linkinc prjpch compinc
@echo "READY"
-
diff --git a/main/extras/util/target.pmk b/main/extras/util/target.pmk
index 6cd164246f..8d9923e1f7 100644
--- a/main/extras/util/target.pmk
+++ b/main/extras/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -52,14 +52,14 @@ GALLERY_SOUND_TARGET = gallsound
GALLERY_CLIPART_TARGET = gallclipart
GALLERY_BULLETS_TARGET = gallbullets
-GALLERY_ARROWS_TARGET = gallarrows
-GALLERY_COMPUTERS_TARGET = gallcomputers
-GALLERY_DIAGRAMS_TARGET = galldiagrams
-GALLERY_EDUCATION_TARGET = galleducation
-GALLERY_ENVIRONMENT_TARGET = gallenvironment
-GALLERY_FINANCE_TARGET = gallfinance
-GALLERY_PEOPLE_TARGET = gallpeople
-GALLERY_TRANSPORT_TARGET = galltransport
+GALLERY_ARROWS_TARGET = gallarrows
+GALLERY_COMPUTERS_TARGET = gallcomputers
+GALLERY_DIAGRAMS_TARGET = galldiagrams
+GALLERY_EDUCATION_TARGET = galleducation
+GALLERY_ENVIRONMENT_TARGET = gallenvironment
+GALLERY_FINANCE_TARGET = gallfinance
+GALLERY_PEOPLE_TARGET = gallpeople
+GALLERY_TRANSPORT_TARGET = galltransport
GALLERY_TXTSHAPES_TARGET = galltxtshapes
GALLERY_FLAGS_TARGET = gallflags
@@ -198,6 +198,3 @@ KDE_ICONS_TARGET = kdeicons
KDE_ICONS_MINI_TARGET = kdemini
KDE_MIMELNK_APPL_TARGET = kdemimeappl
KDE_MIMELNK_TEXT_TARGET = kdemimetext
-
-
-
diff --git a/main/filter/source/msfilter/makefile.pmk
b/main/filter/source/msfilter/makefile.pmk
index a110d5f879..481581de32 100644
--- a/main/filter/source/msfilter/makefile.pmk
+++ b/main/filter/source/msfilter/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/forms/makefile.pmk b/main/forms/makefile.pmk
index 0628135ddd..936dd6229a 100644
--- a/main/forms/makefile.pmk
+++ b/main/forms/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/formula/util/makefile.pmk b/main/formula/util/makefile.pmk
index 8c72c53794..697b30a032 100644
--- a/main/formula/util/makefile.pmk
+++ b/main/formula/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/helpcontent2/makefile.pmk b/main/helpcontent2/makefile.pmk
index 2e27353043..569dc5c020 100644
--- a/main/helpcontent2/makefile.pmk
+++ b/main/helpcontent2/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,20 +7,19 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
-# TODO: change makefile generator
+# TODO: change makefile generator
.INCLUDE :tg_help.mk
-
diff --git a/main/helpcontent2/settings.pmk b/main/helpcontent2/settings.pmk
index 27305d0d0c..0ba3b026af 100644
--- a/main/helpcontent2/settings.pmk
+++ b/main/helpcontent2/settings.pmk
@@ -1,5 +1,5 @@
# *************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
# *************************************************************
.INCLUDE : $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk
@@ -28,5 +28,5 @@
my_cp!:=$(my_cp)$(PATH_SEPERATOR)$(LUCENE_CORE_JAR)$(PATH_SEPERATOR)$(LUCENE_ANA
.ELSE
my_cp!:=$(my_cp)$(PATH_SEPERATOR)$(SOLARBINDIR)/lucene-core-2.9.4-dev.jar$(PATH_SEPERATOR)$(SOLARBINDIR)/lucene-analyzers-2.9.4-dev.jar
.ENDIF
-
+
aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs)
$(eq,$i,$j $i $(NULL))))
diff --git a/main/helpcontent2/util/target.pmk
b/main/helpcontent2/util/target.pmk
index 4531bb3075..a5425418da 100644
--- a/main/helpcontent2/util/target.pmk
+++ b/main/helpcontent2/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -28,7 +28,7 @@ ALLTAR : $(LINKALLTARGETS)
XSL_DIR*:=$(SOLARBINDIR)
-$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES)
$(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i)
$(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS))
$(COMMONMISC)$/xhp_changed.flag
+$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES)
$(COMMONMISC)$/$$(@:b:s/_/./:e:s/.//)/$i)
$(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS))
$(COMMONMISC)$/xhp_changed.flag
$(HELPLINKER) @$(mktmp -mod $(LINKNAME) -src $(COMMONMISC) -sty
$(XSL_DIR)/embed.xsl -zipdir $(MISC)$/ziptmp$(@:b) -idxcaption
$(XSL_DIR)/idxcaption.xsl -idxcontent $(XSL_DIR)/idxcontent.xsl -lang
{$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_,
$(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES)
$(COMMONMISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@.$(INPATH))
.IF "$(SOLAR_JAVA)" == "TRUE"
.IF "$(CHECK_LUCENCE_INDEXER_OUTPUT)" == ""
diff --git a/main/i18npool/util/makefile.pmk b/main/i18npool/util/makefile.pmk
index b5bb719c16..55756ac165 100644
--- a/main/i18npool/util/makefile.pmk
+++ b/main/i18npool/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/jurt/util/makefile.pmk b/main/jurt/util/makefile.pmk
index 0f493ec7b7..b17a847fbd 100644
--- a/main/jurt/util/makefile.pmk
+++ b/main/jurt/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/l10ntools/source/help/helplinker.pmk
b/main/l10ntools/source/help/helplinker.pmk
index a10d50a3fe..5345e04c0d 100644
--- a/main/l10ntools/source/help/helplinker.pmk
+++ b/main/l10ntools/source/help/helplinker.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/odk/util/makefile.pmk b/main/odk/util/makefile.pmk
index b016283862..37235b5aed 100644
--- a/main/odk/util/makefile.pmk
+++ b/main/odk/util/makefile.pmk
@@ -84,7 +84,7 @@ MY_COPY_RECURSIVE=$(GNUCOPY) -urf
.ENDIF
MY_DELETE_RECURSIVE=rm -rf
-MY_TEXTCOPY=@cp
+MY_TEXTCOPY=@cp
.IF "$(GUI)"=="WNT"
#--------------------
diff --git a/main/odk/util/odk_rules.pmk b/main/odk/util/odk_rules.pmk
index 8fc506e304..87e00d2611 100644
--- a/main/odk/util/odk_rules.pmk
+++ b/main/odk/util/odk_rules.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -177,6 +177,3 @@ $(DIR_FILE_LIST) : $(DIR_CREATE_FLAG)
$(DIR_FILE_FLAG) : $(DIR_FILE_LIST)
@echo "must be zipped" > $@
-
-
-
diff --git a/main/officecfg/util/makefile.pmk b/main/officecfg/util/makefile.pmk
index c52ffa9244..f02b895cb9 100644
--- a/main/officecfg/util/makefile.pmk
+++ b/main/officecfg/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -27,4 +27,3 @@ XCSROOT=..
DTDDIR=$(PRJ)
PROCESSOUT=$(MISC)
PROCESSORDIR=$(CLASSDIR)
-
diff --git a/main/ooo_custom_images/util/settings.pmk
b/main/ooo_custom_images/util/settings.pmk
index 44d537957b..b8fe6deff5 100644
--- a/main/ooo_custom_images/util/settings.pmk
+++ b/main/ooo_custom_images/util/settings.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,20 +7,19 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
ZIP1FLAGS += -r
ZIP1TARGET = images_brand_$(TARGET)
ZIP1LIST = * -x makefile.mk
-
diff --git a/main/ooo_custom_images/util/target.pmk
b/main/ooo_custom_images/util/target.pmk
index 0ec7d8749b..85ff09ffa3 100644
--- a/main/ooo_custom_images/util/target.pmk
+++ b/main/ooo_custom_images/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
.IF "$(depend)"==""
ALLTAR : $(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT)
@@ -25,4 +25,3 @@ ALLTAR : $(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT)
$(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT) :
$(COMMONBIN)$/images_brand_$(TARGET)$(ZIP1EXT)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
-
diff --git a/main/oovbaapi/util/makefile.pmk b/main/oovbaapi/util/makefile.pmk
index bb6bee695e..18dd0a663f 100644
--- a/main/oovbaapi/util/makefile.pmk
+++ b/main/oovbaapi/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -27,4 +27,3 @@
LOCALIDLFILES=TRUE
#URDDOC=TRUE
-
diff --git a/main/readlicense_oo/util/makefile.pmk
b/main/readlicense_oo/util/makefile.pmk
index a4900a5a2c..34a0dbe1d6 100644
--- a/main/readlicense_oo/util/makefile.pmk
+++ b/main/readlicense_oo/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -42,7 +42,7 @@ MERGEDXRM=.$/readme.xrm
ALLTAR : $(SYSTEXTDOCS) $(SYSHTMLDOCS)
-$(COMMONMISC)$/readme.dtd : ..$/readme.dtd
+$(COMMONMISC)$/readme.dtd : ..$/readme.dtd
$(MKDIRHIER) $(MISC)$/$(GUI)
$(COPY) $< $@
@@ -68,7 +68,7 @@ $(MISC)$/$(GUI)$/$(eq,$(GUI),OS2 readme README)_%.html :
'virtual'
--stringparam cp1 $(CPUNAME) --stringparam type html --stringparam
lang1 $* \
..$/readme.xsl $(MERGEDXRM)
-# no percent-rule to avoid ambiguous inference chains for README_<lang>.html
+# no percent-rule to avoid ambiguous inference chains for README_<lang>.html
$(SYSTEXTDOCS) : $(MISC)$/readme_text.xsl
@@-$(MKDIRHIER) $(@:d)
$(XSLTPROC) --nonet --novalid -o $@ \
@@ -79,4 +79,3 @@ $(SYSTEXTDOCS) : $(MISC)$/readme_text.xsl
.IF "$(GUI)"=="UNX"
chmod g+w $(MISC)$/$(GUI)
.ENDIF # "$(GUI)"=="UNX"
-
diff --git a/main/reportbuilder/util/makefile.pmk
b/main/reportbuilder/util/makefile.pmk
index a05f6ee85f..2dcedb2e61 100644
--- a/main/reportbuilder/util/makefile.pmk
+++ b/main/reportbuilder/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -59,4 +59,3 @@ URDDOC=TRUE
UNOIDL=unoidl
.ENDIF
.ENDIF
-
diff --git a/main/reportbuilder/util/target.pmk
b/main/reportbuilder/util/target.pmk
index 40758fc1b2..864c02f792 100644
--- a/main/reportbuilder/util/target.pmk
+++ b/main/reportbuilder/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -27,4 +27,3 @@ $(OUT)$/misc$/$(TARGET).idls: makefile.mk
+$(TYPE) $(mktmp $(foreach,i,$(IDLFILES) $(PACKAGE)$/$i)) >>$@
ALLTAR: $(OUT)$/misc$/$(TARGET).idls
-
diff --git a/main/reportdesign/util/dll.pmk b/main/reportdesign/util/dll.pmk
index 14ef336f42..18a5c4282c 100644
--- a/main/reportdesign/util/dll.pmk
+++ b/main/reportdesign/util/dll.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/scripting/util/ant.pmk b/main/scripting/util/ant.pmk
index 1a94677920..ea52a26d00 100644
--- a/main/scripting/util/ant.pmk
+++ b/main/scripting/util/ant.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -26,7 +26,7 @@ JARFILES*=../util/ant.jar
# needs jdk1.2 !
JAVAC_LIB:=$(JAVA_HOME)$/lib$/tools.jar
-STARDEP=@echo ANTBuild
+STARDEP=@echo ANTBuild
OTHER=antbuild
OTHERTARRGET=OTHERTARGET
@@ -47,5 +47,3 @@ CLASSPATH!:=$(ANT_CLASSPATH)$(CLASSPATH)
antbuild .PHONY:
$(ANT) $(ANTFLAGS)
-
-
diff --git a/main/scripting/util/makefile.pmk b/main/scripting/util/makefile.pmk
index a620554138..9eef5fcad7 100644
--- a/main/scripting/util/makefile.pmk
+++ b/main/scripting/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -33,7 +33,6 @@ NOJARDEP=TRUE
javauno=TRUE
-JARFILES =
-
-JAVA_EXTENSIONS =
+JARFILES =
+JAVA_EXTENSIONS =
diff --git a/main/scripting/util/target.pmk b/main/scripting/util/target.pmk
index 217b8985b2..250d514630 100644
--- a/main/scripting/util/target.pmk
+++ b/main/scripting/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/sdext/source/pdfimport/pdfisettings.pmk
b/main/sdext/source/pdfimport/pdfisettings.pmk
index d1eaf21411..de0100a095 100644
--- a/main/sdext/source/pdfimport/pdfisettings.pmk
+++ b/main/sdext/source/pdfimport/pdfisettings.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/sdext/util/makefile.pmk b/main/sdext/util/makefile.pmk
index e31b2c9cfb..a05ecf1d8e 100644
--- a/main/sdext/util/makefile.pmk
+++ b/main/sdext/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -30,4 +30,3 @@ PROCESSORDIR=$(SOLARBINDIR)
# no validation by inspector class
NO_INSPECTION=TRUE
-
diff --git a/main/slideshow/util/makefile.pmk b/main/slideshow/util/makefile.pmk
index d0b254e6ec..567972ba6e 100644
--- a/main/slideshow/util/makefile.pmk
+++ b/main/slideshow/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -40,4 +40,3 @@ CDEFS += -DBOOST_SP_ENABLE_DEBUG_HOOKS
# .IF "$(OS)"=="SOLARIS" && "$(COM)"!="GCC"
# NOOPTFILES = $(SLOFILES)
# .ENDIF
-
diff --git a/main/soltools/util/makefile.pmk b/main/soltools/util/makefile.pmk
index 1f6227276c..434a142b58 100644
--- a/main/soltools/util/makefile.pmk
+++ b/main/soltools/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/swext/makefile.pmk b/main/swext/makefile.pmk
index 41c9ef89a4..8e09374720 100644
--- a/main/swext/makefile.pmk
+++ b/main/swext/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -30,4 +30,3 @@ PROCESSORDIR=$(SOLARBINDIR)
# no validation by inspector class
NO_INSPECTION=TRUE
-
diff --git a/main/testgraphical/util/makefile.pmk
b/main/testgraphical/util/makefile.pmk
index 2fa6e346c4..e0ec5602d8 100644
--- a/main/testgraphical/util/makefile.pmk
+++ b/main/testgraphical/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
diff --git a/main/testtools/util/makefile.pmk b/main/testtools/util/makefile.pmk
index b14b751b04..39a9274da7 100644
--- a/main/testtools/util/makefile.pmk
+++ b/main/testtools/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -28,4 +28,3 @@ BUILD_FOR_CLI = "true"
CFLAGSENABLESYMBOLS:=-Z7
.ENDIF
.ENDIF # "L10N_framework"==""
-
diff --git a/main/udkapi/util/makefile.pmk b/main/udkapi/util/makefile.pmk
index 5ce488f2b7..135c5736f7 100644
--- a/main/udkapi/util/makefile.pmk
+++ b/main/udkapi/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -28,4 +28,3 @@
LOCALIDLFILES=TRUE
URDDOC=TRUE
-
diff --git a/main/udkapi/util/target.pmk b/main/udkapi/util/target.pmk
index 3ddeb00c1a..406c0c530c 100644
--- a/main/udkapi/util/target.pmk
+++ b/main/udkapi/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -26,5 +26,3 @@ $(OUT)$/misc$/$(TARGET).idls: makefile.mk
$(COMMAND_ECHO)$(TYPE) $(mktmp $(foreach,i,$(IDLFILES) $(PACKAGE)$/$i))
>>$@
ALLTAR: $(OUT)$/misc$/$(TARGET).idls
-
-
diff --git a/main/unoil/util/makefile.pmk b/main/unoil/util/makefile.pmk
index b14b751b04..39a9274da7 100644
--- a/main/unoil/util/makefile.pmk
+++ b/main/unoil/util/makefile.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************
@@ -28,4 +28,3 @@ BUILD_FOR_CLI = "true"
CFLAGSENABLESYMBOLS:=-Z7
.ENDIF
.ENDIF # "L10N_framework"==""
-
diff --git a/main/xmlsecurity/util/target.pmk b/main/xmlsecurity/util/target.pmk
index b7a6f7289b..6070687646 100644
--- a/main/xmlsecurity/util/target.pmk
+++ b/main/xmlsecurity/util/target.pmk
@@ -1,5 +1,5 @@
#**************************************************************
-#
+#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -7,16 +7,16 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
+#
#**************************************************************