summaryrefslogtreecommitdiff
path: root/odk/pack
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-21 00:56:13 -0600
committerPeter Foley <pefoley2@verizon.net>2013-02-23 21:39:52 +0000
commit613221bde1744265c336c2b5f2ade0bfb9b22d16 (patch)
tree9d7efa2dc01fdab24b599f7e40677d019e9ad14b /odk/pack
parent5003ab57eee903d072fc7fac8cb5c69a34fb9d5c (diff)
convert odk to gbuild and add to tail_build
Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'odk/pack')
-rw-r--r--odk/pack/checkbin/makefile.mk42
-rw-r--r--odk/pack/checkidl/makefile.mk42
-rw-r--r--odk/pack/checkinc/makefile.mk43
-rw-r--r--odk/pack/checkinc2/makefile.mk45
-rw-r--r--odk/pack/copying/makefile.mk244
-rw-r--r--odk/pack/gendocu/makefile.mk118
-rw-r--r--odk/pack/unzip_udk/deltree.txt0
-rw-r--r--odk/pack/unzip_udk/makefile.mk37
8 files changed, 0 insertions, 571 deletions
diff --git a/odk/pack/checkbin/makefile.mk b/odk/pack/checkbin/makefile.mk
deleted file mode 100644
index e9b93d9be8a0..000000000000
--- a/odk/pack/checkbin/makefile.mk
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# 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 regarding copyright
-# ownership. The ASF licenses this file 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 .
-#
-PRJ=..$/..
-PRJNAME=odk
-TARGET=checkbin
-
-#----------------------------------------------------------------
-.INCLUDE: settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-#----------------------------------------------------------------
-.IF "$(L10N_framework)"==""
-
-ODKCHECKFILE=$(MISC)$/$(TARGET).txt
-
-all: $(ODKCHECKFILE)
-
-$(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FILES)
- @echo "" > $(ODKCHECKFILE)
-# THE PERL SCRIPT DELETES THE CHECK FILE, WHEN AN ERROR OCCURS
- $(PERL) $(PRJ)$/util$/check.pl $(DESTDIR) $(DESTPLATFROM) "$(EXEPOSTFIX)" $(ODKCHECKFILE)
-# RAISE AN ERROR WHEN TAG FILE IS NOT THERE ANYMORE
- cat $(ODKCHECKFILE)
-
-.ELSE
-pseudo:
-
-.ENDIF
diff --git a/odk/pack/checkidl/makefile.mk b/odk/pack/checkidl/makefile.mk
deleted file mode 100644
index b087d919df46..000000000000
--- a/odk/pack/checkidl/makefile.mk
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# 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 regarding copyright
-# ownership. The ASF licenses this file 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 .
-#
-PRJ=..$/..
-PRJNAME=odk
-TARGET=checkidl
-
-#----------------------------------------------------------------
-.INCLUDE: settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-#----------------------------------------------------------------
-
-.IF "$(L10N_framework)"==""
-ODKCHECKFILE=$(MISC)$/$(TARGET).txt
-
-all : $(ODKCHECKFILE)
-
-$(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FILES)
- @echo "" > $(ODKCHECKFILE)
-# THE PERL SCRIPT DELETES THE CHECK FILE, WHEN AN ERROR OCCURS
- -diff -br $(DESTDIRIDL) $(SOLARIDLDIR) $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
-# RAISE AN ERROR WHEN TAG FILE IS NOT THERE ANYMORE
- cat $(ODKCHECKFILE)
-
-.ELSE
-pseudo:
-
-.ENDIF
diff --git a/odk/pack/checkinc/makefile.mk b/odk/pack/checkinc/makefile.mk
deleted file mode 100644
index c413e81da84c..000000000000
--- a/odk/pack/checkinc/makefile.mk
+++ /dev/null
@@ -1,43 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# 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 regarding copyright
-# ownership. The ASF licenses this file 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 .
-#
-PRJ=..$/..
-PRJNAME=odk
-TARGET=checkinc
-
-#----------------------------------------------------------------
-.INCLUDE: settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-#----------------------------------------------------------------
-.IF "$(L10N_framework)"==""
-ODKCHECKFILE=$(MISC)$/$(TARGET).txt
-
-all : $(ODKCHECKFILE)
-
-$(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FILES)
- @echo "" > $(ODKCHECKFILE)
-# THE PERL SCRIPT DELETES THE CHECK FILE, WHEN AN ERROR OCCURS
- -diff -br $(DESTDIRINC)$/osl $(SOLARINCDIR)$/osl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/rtl $(SOLARINCDIR)$/rtl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/sal $(SOLARINCDIR)$/sal $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/store $(SOLARINCDIR)$/store $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
-# RAISE AN ERROR WHEN TAG FILE IS NOT THERE ANYMORE
- cat $(ODKCHECKFILE)
-.ELSE
-pseudo:
-
-.ENDIF
diff --git a/odk/pack/checkinc2/makefile.mk b/odk/pack/checkinc2/makefile.mk
deleted file mode 100644
index 27a7a7f4e9d8..000000000000
--- a/odk/pack/checkinc2/makefile.mk
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# 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 regarding copyright
-# ownership. The ASF licenses this file 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 .
-#
-PRJ=..$/..
-PRJNAME=odk
-TARGET=checkinc2
-
-#----------------------------------------------------------------
-.INCLUDE: settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-#----------------------------------------------------------------
-.IF "$(L10N_framework)"==""
-ODKCHECKFILE=$(MISC)$/$(TARGET).txt
-
-all : $(ODKCHECKFILE)
-
-$(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FILES)
- @echo "" > $(ODKCHECKFILE)
-# THE PERL SCRIPT DELETES THE CHECK FILE, WHEN AN ERROR OCCURS
- -diff -br $(DESTDIRINC)$/typelib $(SOLARINCDIR)$/typelib $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/uno $(SOLARINCDIR)$/uno $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/bridges $(SOLARINCDIR)$/bridges $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/cppu $(SOLARINCDIR)$/cppu $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/com$/sun$/star$/uno $(SOLARINCDIR)$/com$/sun$/star$/uno $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
- -diff -br $(DESTDIRINC)$/cppuhelper $(SOLARINCDIR)$/cppuhelper $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
-# RAISE AN ERROR WHEN TAG FILE IS NOT THERE ANYMORE
- cat $(ODKCHECKFILE)
-.ELSE
-pseudo:
-
-.ENDIF
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk
deleted file mode 100644
index bc1df039564a..000000000000
--- a/odk/pack/copying/makefile.mk
+++ /dev/null
@@ -1,244 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# 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 regarding copyright
-# ownership. The ASF licenses this file 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 .
-#
-
-PRJ=../..
-PRJNAME=odk
-TARGET=copying
-
-#----------------------------------------------------------------
-.INCLUDE: settings.mk
-.INCLUDE: $(PRJ)/util/makefile.pmk
-#----------------------------------------------------------------
-
-IDLLIST:={$(subst,/,/ $(shell @$(FIND) $(IDLOUT)/com -type f))}
-DESTIDLLIST={$(subst,$(IDLOUT),$(DESTDIRIDL) $(IDLLIST))}
-
-DESTINCLUDELIST={$(subst,$(SOLARINCDIR),$(DESTDIRINC) $(INCLUDELIST))}
-DESTINCLUDELIST+=$(DESTDIRINC)/udkversion.mk
-
-DESTINCDIRLIST={$(subst,$(INCOUT),$(DESTDIRINC) $(INCLUDEDIRLIST))}
-
-IDL_DOCU_INDEX_FILE = $(DESTDIRGENIDLREF)/module-ix.html
-IDL_DOCU_CLEANUP_FLAG = $(MISC)/idl_docu_cleanup.flag
-
-IDL_CHAPTER_REFS=idl_chapter_refs.txt
-
-EXELIST = \
- $(DESTDIRBIN)/cppumaker$(EXEPOSTFIX) \
- $(DESTDIRBIN)/regcompare$(EXEPOSTFIX) \
- $(DESTDIRBIN)/idlc$(EXEPOSTFIX) \
- $(DESTDIRBIN)/javamaker$(EXEPOSTFIX) \
- $(DESTDIRBIN)/autodoc$(EXEPOSTFIX) \
- $(DESTDIRBIN)/unoapploader$(EXEPOSTFIX) \
- $(DESTDIRBIN)/uno-skeletonmaker$(EXEPOSTFIX)
-
-.IF "$(SYSTEM_UCPP)" == ""
-EXELIST += \
- $(DESTDIRBIN)/ucpp$(EXEPOSTFIX)
-.ENDIF
-
-.IF "$(OS)"=="WNT"
-EXELIST += \
- $(DESTDIRBIN)/climaker$(EXEPOSTFIX)
-.ENDIF
-
-.IF "$(OS)"=="WNT"
-CLILIST = \
- $(DESTDIRCLI)/cli_basetypes.dll \
- $(DESTDIRCLI)/cli_uretypes.dll \
- $(DESTDIRCLI)/cli_oootypes.dll \
- $(DESTDIRCLI)/cli_ure.dll \
- $(DESTDIRCLI)/cli_cppuhelper.dll
-.ENDIF
-
-
-.IF "$(OS)"=="WNT"
-LIBLIST = \
- $(DESTDIRLIB)/istore.lib \
- $(DESTDIRLIB)/ireg.lib \
- $(DESTDIRLIB)/isal.lib \
- $(DESTDIRLIB)/isalhelper.lib \
- $(DESTDIRLIB)/icppu.lib \
- $(DESTDIRLIB)/icppuhelper.lib \
- $(DESTDIRLIB)/irmcxt.lib \
- $(DESTDIRLIB)/ipurpenvhelper3MSC.lib
-.ENDIF
-
-.IF "$(OS)"=="LINUX"
- LIBLIST = $(DESTDIRLIB)/libsalcpprt.a
-.ENDIF
-
-# note, that inner class files are copied implicitly
-DESTCLASSESLIST= \
- $(DESTDIRJAR)/com/sun/star/lib/loader/Loader.class \
- $(DESTDIRJAR)/com/sun/star/lib/loader/InstallationFinder.class \
- $(DESTDIRJAR)/com/sun/star/lib/loader/WinRegKey.class \
- $(DESTDIRJAR)/com/sun/star/lib/loader/WinRegKeyException.class
-# $(DESTDIRJAR)/com/sun/star/lib/loader/Loader$$CustomURLClassLoader.class \
-# $(DESTDIRJAR)/com/sun/star/lib/loader/InstallationFinder$$StreamGobbler.class \
-
-SETTINGSLIST= \
- $(DESTDIRSETTINGS)/settings.mk \
- $(DESTDIRSETTINGS)/std.mk \
- $(DESTDIRSETTINGS)/stdtarget.mk \
- $(DESTDIRSETTINGS)/dk.mk
-
-
-.IF "$(OS)"=="WNT"
-SETTINGSLIST+=$(DESTDIRSETTINGS)/component.uno.def
-.ENDIF
-
-.IF "$(OS)"!="WNT"
-SETTINGSLIST+=$(DESTDIRSETTINGS)/component.uno.map
-.ENDIF
-
-
-DOCUHTMLFILES+= \
- $(DESTDIR)/index.html \
- $(DESTDIRDOCU)/tools.html \
- $(DESTDIRDOCU)/notsupported.html \
- $(DESTDIRDOCU)/install.html \
- $(DESTDIREXAMPLES)/examples.html \
- $(DESTDIREXAMPLES)/DevelopersGuide/examples.html
-
-DOCUFILES= \
- $(DOCUHTMLFILES) \
- $(DESTDIRDOCU)/sdk_styles.css \
- $(DESTDIRGENIDLREF)/idl.css \
- $(DESTDIRDOCUIMAGES)/nada.gif \
- $(DESTDIRDOCUIMAGES)/arrow-2.gif \
- $(DESTDIRDOCUIMAGES)/bluball.gif \
- $(DESTDIRDOCUIMAGES)/ooo-main-app_32.png \
- $(DESTDIRDOCUIMAGES)/odk-footer-logo.gif \
- $(DESTDIRDOCUIMAGES)/arrow-1.gif \
- $(DESTDIRDOCUIMAGES)/arrow-3.gif \
- $(DESTDIRDOCUIMAGES)/bg_table.png \
- $(DESTDIRDOCUIMAGES)/bg_table2.png \
- $(DESTDIRDOCUIMAGES)/bg_table3.png \
- $(DESTDIRDOCUIMAGES)/nav_down.png \
- $(DESTDIRDOCUIMAGES)/nav_home.png \
- $(DESTDIRDOCUIMAGES)/nav_left.png \
- $(DESTDIRDOCUIMAGES)/nav_right.png \
- $(DESTDIRDOCUIMAGES)/nav_up.png \
- $(DESTDIRDOCUIMAGES)/sdk_head-1.png \
- $(DESTDIRDOCUIMAGES)/sdk_head-2.png \
- $(DESTDIRDOCUIMAGES)/sdk_line-1.gif \
- $(DESTDIRDOCUIMAGES)/sdk_line-2.gif
-
-.IF "$(OS)"!="WNT"
-INSTALLSCRIPT= \
- $(DESTDIR)/config.guess \
- $(DESTDIR)/config.sub \
- $(DESTDIR)/configure.pl \
- $(DESTDIR)/setsdkenv_unix \
- $(DESTDIR)/setsdkenv_unix.sh.in \
- $(DESTDIR)/setsdkenv_unix.csh.in
-.ELSE
-INSTALLSCRIPT= \
- $(DESTDIR)/setsdkenv_windows.bat \
- $(DESTDIR)/setsdkenv_windows.template \
- $(DESTDIR)/setsdkname.bat \
- $(DESTDIR)/cfgWin.js
-.ENDIF
-
-DIR_FILE_LIST=\
- $(EXELIST) \
- $(CLILIST) \
- $(LIBLIST) \
- $(SETTINGSLIST) \
- $(DOCUFILES) \
- $(INSTALLSCRIPT) \
- $(DESTIDLLIST) \
- $(DESTINCLUDELIST) \
- $(DESTCLASSESLIST) \
- $(IDL_DOCU_INDEX_FILE) \
- $(CONVERTTAGFLAG)
-
-.IF "$(OS)"=="MACOSX"
-DIR_FILE_LIST += $(DESTDIRBIN)/addsym-macosx.sh
-.ENDIF
-
-.IF "$(SOLAR_JAVA)" != ""
-DIR_FILE_LIST += $(DESTDIRJAR)/win/unowinreg.dll
-.ENDIF
-
-DIR_DIRECTORY_LIST:=$(uniq $(DIR_FILE_LIST:d))
-DIR_CREATE_FLAG:=$(MISC)/copying_dirs_created.txt
-DIR_FILE_FLAG:=$(MISC)/copying_files.txt
-
-.IF "$(SOLAR_JAVA)" != ""
-# Special work for simple uno bootstrap mechanism
-# zip uno loader class files and winreg helper library for later
-# use in the build process (e.g. helper tools)
-MYZIPTARGET=$(BIN)/uno_loader_classes.zip
-MYZIPFLAGS=-u -r
-MYZIPDIR=$(DESTDIRJAR)
-MYZIPLIST=com/* win/*
-
-.ENDIF
-
-#--------------------------------------------------
-# TARGETS
-#--------------------------------------------------
-
-.IF "$(L10N_framework)"==""
-
-all : CLEAN_DKVERSION_CHECK \
- $(DIR_FILE_LIST) \
- $(DIR_FILE_FLAG) \
-
-.ENDIF
-
-#--------------------------------------------------
-# use global rules
-#--------------------------------------------------
-.INCLUDE: $(PRJ)/util/odk_rules.pmk
-
-
-CLEANUP_DKVERSION_FILE=$(DESTDIRSETTINGS)/dk.mk
-
-
-CLEAN_DKVERSION_CHECK:
- @@-rm -f $(CLEANUP_DKVERSION_FILE)
-
-$(DESTDIRBIN)/addsym-macosx.sh : addsym-macosx.sh
- @@-rm -f $@
- $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $< $(MY_TEXTCOPY_TARGETPRE) $@
- -chmod 755 $@
-
-$(DESTDIRSETTINGS)/dk.mk : dk.mk
- @@-rm -f $@
- -$(MKDIRHIER) $(@:d)
- tr -d "\015" < dk.mk | sed -e 's/@@RELEASE@@/$(PRODUCT_RELEASE)/' -e 's/@@BUILDID@@/$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)/'> $@
-
-$(IDL_DOCU_CLEANUP_FLAG) : $(IDL_CHAPTER_REFS) $(PRJ)/docs/common/ref/idl.css $(DESTIDLLIST)
- @@-$(MY_DELETE_RECURSIVE) $(DESTDIRGENIDLREF)
- $(TOUCH) $@
-
-$(IDL_DOCU_INDEX_FILE) : $(IDL_DOCU_CLEANUP_FLAG)
- -$(MKDIRHIER) $(@:d)
- $(MY_AUTODOC) -html $(DESTDIRGENIDLREF) -dvgroot "http://wiki.services.openoffice.org/wiki" \
- -name $(IDLDOCREFNAME) -lg idl -dvgfile $(IDL_CHAPTER_REFS) -t $(DESTDIRIDL)
- -rm $(@:d)/idl.css
- $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $(PRJ)/docs/common/ref/idl.css $(MY_TEXTCOPY_TARGETPRE) $(@:d:d)/idl.css
-
-
-.IF "$(SOLAR_JAVA)" != ""
-$(MYZIPTARGET) : $(BIN)/unowinreg.dll $(DESTCLASSESLIST)
- cd $(MYZIPDIR) && zip $(MYZIPFLAGS) ../../../bin/$(MYZIPTARGET:b) $(MYZIPLIST)
-.ENDIF
diff --git a/odk/pack/gendocu/makefile.mk b/odk/pack/gendocu/makefile.mk
deleted file mode 100644
index f3e5b080e794..000000000000
--- a/odk/pack/gendocu/makefile.mk
+++ /dev/null
@@ -1,118 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# 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 regarding copyright
-# ownership. The ASF licenses this file 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 .
-#
-
-PRJ=..$/..
-PRJNAME=odk
-TARGET=gendocu
-
-#----------------------------------------------------------------
-.INCLUDE: settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-#----------------------------------------------------------------
-.IF "$(L10N_framework)"==""
-
-CPPDOCREFNAME="UDK $(UDK_MAJOR).$(UDK_MINOR).$(UDK_MICRO) C/C++ API Reference"
-JAVADOCREFNAME="UDK $(UDK_MAJOR).$(UDK_MINOR).$(UDK_MICRO) Java API Reference"
-
-CPP_DOCU_INDEX_FILE = $(DESTDIRGENCPPREF)$/index.html
-JAVA_DOCU_INDEX_FILE = $(DESTDIRGENJAVAREF)$/index.html
-
-CPP_DOCU_CLEANUP_FLAG = $(MISC)$/cpp_docu_cleanup.flag
-
-JAVA_SRC_DIR=$(MISC)$/java_src
-JAVA_PACKAGES=\
- com.sun.star.comp.helper \
- com.sun.star.lib.uno.helper \
- com.sun.star.lib.unoloader \
- com.sun.star.uno \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/lib$/util$/UrlToFileMapper.java
-# com.sun.star.beans \
-
-JAVA_SRC_FILES=\
- $(JAVA_SRC_DIR)$/juh_src.zip \
- $(JAVA_SRC_DIR)$/jurt_src.zip \
- $(JAVA_SRC_DIR)$/ridl_src.zip \
- $(JAVA_SRC_DIR)$/unoloader_src.zip
-
-JAVA_BEAN_SRC_FILES=\
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/ContainerFactory.java \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/JavaWindowPeerFake.java \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/LocalOfficeConnection.java \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/LocalOfficeWindow.java \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/NativeConnection.java \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/NativeService.java \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/OfficeConnection.java \
- $(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/OfficeWindow.java
-
-JAVADOCPARAMS= -use -splitindex -windowtitle "Java UNO Runtime Reference" -header $(JAVADOCREFNAME) -d $(DESTDIRGENJAVAREF) -sourcepath $(JAVA_SRC_DIR) -classpath $(SOLARBINDIR)$/ridl.jar -linkoffline ../../common/ref ./uno -linkoffline http://java.sun.com/j2se/1.5/docs/api ./java $(JAVA_PACKAGES)
-.IF "$(JAVADOCISGJDOC)" != "yes"
-JAVADOCPARAMS+= -notimestamp
-.ENDIF
-
-JAVADOCLOG = $(MISC)$/javadoc_log.txt
-
-all :
-
-.IF "$(DOXYGEN)" != ""
-all : $(CPP_DOCU_INDEX_FILE)
-.END
-
-.IF "$(SOLAR_JAVA)" != ""
-all : $(JAVA_DOCU_INDEX_FILE)
-.END
-
-$(CPP_DOCU_CLEANUP_FLAG) : $(INCLUDELIST) Doxyfile main.dox
- @@-$(MY_DELETE_RECURSIVE) $(DESTDIRGENCPPREF)
- $(TOUCH) $@
-
-.IF "$(VERBOSE)" == "TRUE"
-MY_QUIET = NO
-.ELSE
-MY_QUIET = YES
-.END
-
-$(CPP_DOCU_INDEX_FILE) .ERRREMOVE : $(CPP_DOCU_CLEANUP_FLAG)
- -$(MKDIRHIER) $(@:d)
- $(SED) \
- -e 's!^INPUT = %$$!INPUT = main.dox $(INCLUDETOPDIRLIST) $(INCLUDEFILELIST)!' \
- -e 's!^OUTPUT_DIRECTORY = %$$!OUTPUT_DIRECTORY = $(DESTDIRGENCPPREF)!' \
- -e 's!^PROJECT_BRIEF = %$$!PROJECT_BRIEF = $(CPPDOCREFNAME)!' \
- -e 's!^QUIET = %$$!QUIET = $(MY_QUIET)!' \
- -e 's!^STRIP_FROM_PATH = %$$!STRIP_FROM_PATH = $(SOLARINCDIR)!' \
- Doxyfile > $(MISC)/Doxyfile
- $(DOXYGEN) $(MISC)/Doxyfile
-
-$(JAVA_SRC_FILES) : $(SOLARCOMMONPCKDIR)$/$$(@:f)
- -$(MKDIRHIER) $(@:d)
- $(MY_COPY) $< $@
- cd $(JAVA_SRC_DIR) && unzip -quo $(@:f)
-
-#$(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/%.java : $(PRJ)$/source$/bean$/com$/sun$/star$/beans$/%.java
-# -$(MKDIRHIER) $(@:d)
-# $(MY_COPY) $< $@
-
-#$(JAVA_DOCU_INDEX_FILE) .SEQUENTIAL : $(JAVA_SRC_FILES) $(JAVA_BEAN_SRC_FILES)
-.IF "$(SOLAR_JAVA)"!=""
-$(JAVA_DOCU_INDEX_FILE) .SEQUENTIAL : $(JAVA_SRC_FILES)
- -$(MKDIRHIER) $(@:d)
- $(JAVADOC) -J-Xmx120m $(JAVADOCPARAMS) > $(JAVADOCLOG)
-.ENDIF
-
-.ELSE
-pseudo:
-.ENDIF
diff --git a/odk/pack/unzip_udk/deltree.txt b/odk/pack/unzip_udk/deltree.txt
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/odk/pack/unzip_udk/deltree.txt
+++ /dev/null
diff --git a/odk/pack/unzip_udk/makefile.mk b/odk/pack/unzip_udk/makefile.mk
deleted file mode 100644
index 61072afc36a9..000000000000
--- a/odk/pack/unzip_udk/makefile.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# 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 regarding copyright
-# ownership. The ASF licenses this file 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 .
-#
-
-PRJ=..$/..
-PRJNAME=odk
-TARGET=unzip_udk
-
-#----------------------------------------------------------------
-.INCLUDE: settings.mk
-.INCLUDE: $(PRJ)$/util$/makefile.pmk
-#----------------------------------------------------------------
-
-all: ..$/misc$/deltree.txt
-
-..$/misc$/deltree.txt .SETDIR=$(OUT)$/bin : $(PRJ)$/pack$/unzip_udk$/deltree.txt
- @@-$(MY_DELETE_RECURSIVE) $(PRODUCT_NAME)
- @@-rm -f $(PRODUCT_NAME).zip
- @@-$(MY_DELETE_RECURSIVE) $(PRODUCT_NAME2)
- @@-rm -f odkidl.zip
- @@-rm -f odk_ooidl.zip
- @echo "" > ..$/misc$/deltree.txt
-