[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - autodoc/Executable_autodoc.mk autodoc/Makefile autodoc/Module_autodoc.mk autodoc/prj autodoc/source Module_ooo.mk Repository.mk twain/Makefile twain/Module_twain.mk twain/Package_inc.mk twain/prj twain/util

Damjan Jovanovic damjan at apache.org
Thu Mar 29 02:09:38 UTC 2018


 Module_ooo.mk                              |   15 +
 Repository.mk                              |    1 
 autodoc/Executable_autodoc.mk              |  305 +++++++++++++++++++++++++++++
 autodoc/Makefile                           |   32 +++
 autodoc/Module_autodoc.mk                  |   14 -
 autodoc/prj/build.lst                      |   67 ------
 autodoc/prj/d.lst                          |    3 
 autodoc/prj/makefile.mk                    |   52 +---
 autodoc/source/ary/cpp/makefile.mk         |   76 -------
 autodoc/source/ary/doc/makefile.mk         |   54 -----
 autodoc/source/ary/idl/makefile.mk         |   83 -------
 autodoc/source/ary/info/makefile.mk        |   56 -----
 autodoc/source/ary/kernel/makefile.mk      |   59 -----
 autodoc/source/ary/loc/makefile.mk         |   57 -----
 autodoc/source/ary_i/kernel/makefile.mk    |   56 -----
 autodoc/source/display/html/makefile.mk    |   74 -------
 autodoc/source/display/idl/makefile.mk     |   73 ------
 autodoc/source/display/toolkit/makefile.mk |   60 -----
 autodoc/source/exes/adc_uni/makefile.mk    |  100 ---------
 autodoc/source/parser/adoc/makefile.mk     |   58 -----
 autodoc/source/parser/cpp/makefile.mk      |   83 -------
 autodoc/source/parser/kernel/makefile.mk   |   54 -----
 autodoc/source/parser/tokens/makefile.mk   |   58 -----
 autodoc/source/parser_i/idl/makefile.mk    |   80 -------
 autodoc/source/parser_i/idoc/makefile.mk   |   58 -----
 autodoc/source/parser_i/tokens/makefile.mk |   59 -----
 twain/Makefile                             |   32 +++
 twain/Module_twain.mk                      |   34 ---
 twain/Package_inc.mk                       |   26 ++
 twain/prj/build.lst                        |    3 
 twain/prj/d.lst                            |    3 
 twain/prj/makefile.mk                      |   49 +---
 32 files changed, 461 insertions(+), 1373 deletions(-)

New commits:
commit ee34e88d5e6effdbfb88ff63a98e779bfd7fff05
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Thu Mar 29 00:45:19 2018 +0000

    Port main/twain to gbuild.
    
    Update Module_ooo.mk.
    
    Patch by: me

diff --git a/Module_ooo.mk b/Module_ooo.mk
index 3ca9deb8ed6b..ea4d80539b67 100644
--- a/Module_ooo.mk
+++ b/Module_ooo.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
     MathMLDTD \
     UnoControls \
     animations \
+    autodoc \
     automation \
     avmedia \
     basctl \
@@ -36,6 +37,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
     canvas \
     comphelper \
     configmgr \
+    cosv \
     cppcanvas \
     cui \
     dbaccess \
@@ -52,17 +54,18 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
     idl \
     io \
     javaunohelper \
+    jvmaccess \
     linguistic \
     o3tl \
     offapi \
     oovbaapi \
     oox \
-    padmin \
     package \
+    padmin \
     rdbmaker \
     registry \
-    reportdesign \
     remotebridges \
+    reportdesign \
     sane \
     sax \
     sc \
@@ -80,15 +83,19 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
     sw \
     toolkit \
     tools \
+    twain \
+    ucb \
     ucbhelper \
     udkapi \
+    udm \
+    unixODBC \
+    unodevtools \
     unotools \
     unoxml \
     uui \
     vbahelper \
     vcl \
-    udm \
-    unixODBC \
+    vos \
     wizards \
     writerfilter \
     x11_extensions \
diff --git a/twain/Makefile b/twain/Makefile
new file mode 100644
index 000000000000..c1d144cbd4c9
--- /dev/null
+++ b/twain/Makefile
@@ -0,0 +1,32 @@
+#**************************************************************
+#  
+#  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
+#  
+#  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.
+#  
+#**************************************************************
+
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
+
+gb_PARTIALBUILD := T
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(GBUILDDIR)/gbuild.mk
+
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+
+# vim: set noet sw=4 ts=4:
diff --git a/twain/util/makefile.mk b/twain/Module_twain.mk
similarity index 83%
rename from twain/util/makefile.mk
rename to twain/Module_twain.mk
index 497d7832b73d..5cf3fa88a04a 100644
--- a/twain/util/makefile.mk
+++ b/twain/Module_twain.mk
@@ -21,15 +21,10 @@
 
 
 
-PRJ := ..
-PRJNAME := twain
-TARGET := twain
+$(eval $(call gb_Module_Module,twain))
 
-.INCLUDE: settings.mk
-.INCLUDE: target.mk
+$(eval $(call gb_Module_add_targets,twain,\
+	Package_inc \
+))
 
-ALLTAR: $(OUT)$/inc$/twain.h
-
-$(OUT)$/inc$/%: $(PRJ)$/inc$/%
-    - $(MKDIR) $(@:d)
-    $(COPY) $< $@
+# vim: set noet sw=4 ts=4:
diff --git a/twain/Package_inc.mk b/twain/Package_inc.mk
new file mode 100644
index 000000000000..1ea52caef137
--- /dev/null
+++ b/twain/Package_inc.mk
@@ -0,0 +1,26 @@
+#**************************************************************
+#  
+#  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
+#  
+#  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.
+#  
+#**************************************************************
+
+
+
+$(eval $(call gb_Package_Package,twain_inc,$(SRCDIR)/twain))
+
+$(eval $(call gb_Package_add_file,twain_inc,inc/external/twain/twain.h,inc/twain.h))
diff --git a/twain/prj/build.lst b/twain/prj/build.lst
index cfeab258dc06..211befb1c33f 100644
--- a/twain/prj/build.lst
+++ b/twain/prj/build.lst
@@ -1,3 +1,2 @@
 tw	twain	:	solenv NULL
-tw	twain							usr1	-	all	tw_mkout NULL
-tw  twain\util nmake - n tw_util NULL
+tw  twain\prj nmake - n tw_prj NULL
diff --git a/twain/prj/d.lst b/twain/prj/d.lst
index e26c5db47092..e69de29bb2d1 100644
--- a/twain/prj/d.lst
+++ b/twain/prj/d.lst
@@ -1,3 +0,0 @@
-mkdir: %_DEST%\inc%_EXT%\external
-mkdir: %_DEST%\inc%_EXT%\external\twain
-..\%__SRC%\inc\twain.h %_DEST%\inc%_EXT%\external\twain\twain.h
diff --git a/twain/prj/makefile.mk b/twain/prj/makefile.mk
new file mode 100644
index 000000000000..c62c6a657d16
--- /dev/null
+++ b/twain/prj/makefile.mk
@@ -0,0 +1,44 @@
+#**************************************************************
+#  
+#  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
+#  
+#  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.
+#  
+#**************************************************************
+
+
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+.IF "$(DEBUG)"!=""
+DEBUG_ARGUMENT=DEBUG=$(DEBUG)
+.ELIF "$(debug)"!=""
+DEBUG_ARGUMENT=debug=$(debug)
+.ELSE
+DEBUG_ARGUMENT=
+.ENDIF
+
+all:
+    cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
commit 9dcf0e25ea4127941ec86b262fa9ef3d3e59535e
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Thu Mar 29 00:23:06 2018 +0000

    Port main/autodoc to gbuild.
    
    Patch by: me

diff --git a/Repository.mk b/Repository.mk
index 04fd1b9f8043..02745716c7b7 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \
 ))
 
 $(eval $(call gb_Helper_register_executables,SDK, \
+    autodoc \
     regcompare \
     uno-skeletonmaker \
 ))
diff --git a/autodoc/Executable_autodoc.mk b/autodoc/Executable_autodoc.mk
new file mode 100644
index 000000000000..d39b7af2121f
--- /dev/null
+++ b/autodoc/Executable_autodoc.mk
@@ -0,0 +1,305 @@
+#**************************************************************
+#  
+#  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
+#  
+#  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.
+#  
+#**************************************************************
+
+
+
+$(eval $(call gb_Executable_Executable,autodoc))
+
+$(eval $(call gb_Executable_set_include,autodoc,\
+	$$(INCLUDE) \
+	-I$(SRCDIR)/autodoc/inc/ \
+	-I$(SRCDIR)/autodoc/source/inc/ \
+	-I$(SRCDIR)/autodoc/source/ary/inc/ \
+	-I$(SRCDIR)/autodoc/source/display/inc/ \
+	-I$(SRCDIR)/autodoc/source/parser/inc/ \
+	-I$(SRCDIR)/autodoc/source/parser_i/inc/ \
+))
+
+#$(eval $(call gb_Executable_add_defs,autodoc,\
+#	-D_TOOLS_STRINGLIST \
+#))
+
+$(eval $(call gb_Executable_add_linked_libs,autodoc,\
+	stl \
+    $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Executable_add_linked_static_libs,autodoc,\
+	cosv \
+	udm \
+))
+
+# See <http://porting.openoffice.org/servlets/ReadMsg?list=mac&msgNo=6911>
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_Executable_add_ldflags,autodoc,\
+	-Wl,-all_load \
+))
+endif
+
+$(eval $(call gb_Executable_add_exception_objects,autodoc,\
+	autodoc/source/ary/cpp/c_builtintype \
+	autodoc/source/ary/cpp/c_class \
+	autodoc/source/ary/cpp/c_de \
+	autodoc/source/ary/cpp/c_define \
+	autodoc/source/ary/cpp/c_enum \
+	autodoc/source/ary/cpp/c_enuval \
+	autodoc/source/ary/cpp/c_funct \
+	autodoc/source/ary/cpp/c_macro \
+	autodoc/source/ary/cpp/c_namesp \
+	autodoc/source/ary/cpp/c_osigna \
+	autodoc/source/ary/cpp/c_reposypart \
+	autodoc/source/ary/cpp/c_slots \
+	autodoc/source/ary/cpp/c_traits \
+	autodoc/source/ary/cpp/c_tydef \
+	autodoc/source/ary/cpp/c_vari \
+	autodoc/source/ary/cpp/ca_ce \
+	autodoc/source/ary/cpp/ca_def \
+	autodoc/source/ary/cpp/ca_type \
+	autodoc/source/ary/cpp/cs_ce \
+	autodoc/source/ary/cpp/cs_def \
+	autodoc/source/ary/cpp/cs_type \
+	autodoc/source/ary/cpp/namechain \
+	autodoc/source/ary/cpp/tplparam \
+	autodoc/source/ary/cpp/usedtype \
+	autodoc/source/ary/doc/d_boolean \
+	autodoc/source/ary/doc/d_docu \
+	autodoc/source/ary/doc/d_node \
+	autodoc/source/ary/doc/d_oldcppdocu \
+	autodoc/source/ary/doc/d_oldidldocu \
+	autodoc/source/ary/idl/i_attribute \
+	autodoc/source/ary/idl/i_ce \
+	autodoc/source/ary/idl/i_ce2s \
+	autodoc/source/ary/idl/i_comrela \
+	autodoc/source/ary/idl/i_constant \
+	autodoc/source/ary/idl/i_constgroup \
+	autodoc/source/ary/idl/i_enum \
+	autodoc/source/ary/idl/i_enumvalue \
+	autodoc/source/ary/idl/i_exception \
+	autodoc/source/ary/idl/i_function \
+	autodoc/source/ary/idl/i_interface \
+	autodoc/source/ary/idl/i_module \
+	autodoc/source/ary/idl/i_namelookup \
+	autodoc/source/ary/idl/i_param \
+	autodoc/source/ary/idl/i_property \
+	autodoc/source/ary/idl/i_reposypart \
+	autodoc/source/ary/idl/i_service \
+	autodoc/source/ary/idl/i_singleton \
+	autodoc/source/ary/idl/i_siservice \
+	autodoc/source/ary/idl/i_sisingleton \
+	autodoc/source/ary/idl/i_struct \
+	autodoc/source/ary/idl/i_structelem \
+	autodoc/source/ary/idl/i_traits \
+	autodoc/source/ary/idl/i_typedef \
+	autodoc/source/ary/idl/i2s_calculator \
+	autodoc/source/ary/idl/ia_ce \
+	autodoc/source/ary/idl/ia_type \
+	autodoc/source/ary/idl/is_ce \
+	autodoc/source/ary/idl/is_type \
+	autodoc/source/ary/idl/it_builtin \
+	autodoc/source/ary/idl/it_ce \
+	autodoc/source/ary/idl/it_explicit \
+	autodoc/source/ary/idl/it_sequence \
+	autodoc/source/ary/idl/it_tplparam \
+	autodoc/source/ary/idl/it_xnameroom \
+	autodoc/source/ary/info/all_dts \
+	autodoc/source/ary/info/all_tags \
+	autodoc/source/ary/info/ci_attag \
+	autodoc/source/ary/info/ci_text \
+	autodoc/source/ary/kernel/ary_disp \
+	autodoc/source/ary/kernel/cessentl \
+	autodoc/source/ary/kernel/namesort \
+	autodoc/source/ary/kernel/qualiname \
+	autodoc/source/ary/kernel/reposy \
+	autodoc/source/ary/kernel/slots \
+	autodoc/source/ary/loc/loc_dir \
+	autodoc/source/ary/loc/loc_file \
+	autodoc/source/ary/loc/loc_filebase \
+	autodoc/source/ary/loc/loc_root \
+	autodoc/source/ary/loc/loc_traits \
+	autodoc/source/ary/loc/loca_le \
+	autodoc/source/ary/loc/locs_le \
+	autodoc/source/ary_i/kernel/ci_atag2 \
+	autodoc/source/ary_i/kernel/ci_text2 \
+	autodoc/source/ary_i/kernel/d_token \
+	autodoc/source/display/html/aryattrs \
+	autodoc/source/display/html/cfrstd \
+	autodoc/source/display/html/chd_udk2 \
+	autodoc/source/display/html/cre_link \
+	autodoc/source/display/html/dsply_cl \
+	autodoc/source/display/html/dsply_da \
+	autodoc/source/display/html/dsply_op \
+	autodoc/source/display/html/easywri \
+	autodoc/source/display/html/hd_chlst \
+	autodoc/source/display/html/hd_docu \
+	autodoc/source/display/html/hdimpl \
+	autodoc/source/display/html/html_kit \
+	autodoc/source/display/html/nav_main \
+	autodoc/source/display/html/navibar \
+	autodoc/source/display/html/outfile \
+	autodoc/source/display/html/opageenv \
+	autodoc/source/display/html/pagemake \
+	autodoc/source/display/html/pm_aldef \
+	autodoc/source/display/html/pm_base \
+	autodoc/source/display/html/pm_class \
+	autodoc/source/display/html/pm_help \
+	autodoc/source/display/html/pm_index \
+	autodoc/source/display/html/pm_namsp \
+	autodoc/source/display/html/pm_start \
+	autodoc/source/display/html/protarea \
+	autodoc/source/display/kernel/displfct \
+	autodoc/source/display/idl/hfi_constgroup \
+	autodoc/source/display/idl/hfi_doc \
+	autodoc/source/display/idl/hfi_enum \
+	autodoc/source/display/idl/hfi_globalindex \
+	autodoc/source/display/idl/hfi_hierarchy \
+	autodoc/source/display/idl/hfi_interface \
+	autodoc/source/display/idl/hfi_method \
+	autodoc/source/display/idl/hfi_module \
+	autodoc/source/display/idl/hfi_navibar \
+	autodoc/source/display/idl/hfi_property \
+	autodoc/source/display/idl/hfi_service \
+	autodoc/source/display/idl/hfi_singleton \
+	autodoc/source/display/idl/hfi_siservice \
+	autodoc/source/display/idl/hfi_struct \
+	autodoc/source/display/idl/hfi_tag \
+	autodoc/source/display/idl/hfi_typedef \
+	autodoc/source/display/idl/hfi_typetext \
+	autodoc/source/display/idl/hfi_xrefpage \
+	autodoc/source/display/idl/hi_ary \
+	autodoc/source/display/idl/hi_display \
+	autodoc/source/display/idl/hi_env \
+	autodoc/source/display/idl/hi_factory \
+	autodoc/source/display/idl/hi_linkhelper \
+	autodoc/source/display/idl/hi_main \
+	autodoc/source/display/toolkit/hf_docentry \
+	autodoc/source/display/toolkit/hf_funcdecl \
+	autodoc/source/display/toolkit/hf_linachain \
+	autodoc/source/display/toolkit/hf_navi_main \
+	autodoc/source/display/toolkit/hf_navi_sub \
+	autodoc/source/display/toolkit/hf_title \
+	autodoc/source/display/toolkit/htmlfile \
+	autodoc/source/display/toolkit/out_node \
+	autodoc/source/display/toolkit/out_position \
+	autodoc/source/display/toolkit/out_tree \
+	autodoc/source/display/toolkit/outputstack \
+	autodoc/source/parser/adoc/adoc_tok \
+	autodoc/source/parser/adoc/a_rdocu \
+	autodoc/source/parser/adoc/cx_a_std \
+	autodoc/source/parser/adoc/cx_a_sub \
+	autodoc/source/parser/adoc/docu_pe \
+	autodoc/source/parser/adoc/prs_adoc \
+	autodoc/source/parser/adoc/tk_attag \
+	autodoc/source/parser/adoc/tk_docw \
+	autodoc/source/parser/cpp/all_toks \
+	autodoc/source/parser/cpp/c_dealer \
+	autodoc/source/parser/cpp/c_rcode \
+	autodoc/source/parser/cpp/cpp_pe \
+	autodoc/source/parser/cpp/cx_base \
+	autodoc/source/parser/cpp/cx_c_pp \
+	autodoc/source/parser/cpp/cx_c_std \
+	autodoc/source/parser/cpp/cx_c_sub \
+	autodoc/source/parser/cpp/cxt2ary \
+	autodoc/source/parser/cpp/defdescr \
+	autodoc/source/parser/cpp/icprivow \
+	autodoc/source/parser/cpp/pe_base \
+	autodoc/source/parser/cpp/pe_class \
+	autodoc/source/parser/cpp/pe_defs \
+	autodoc/source/parser/cpp/pe_expr \
+	autodoc/source/parser/cpp/pe_enum \
+	autodoc/source/parser/cpp/pe_enval \
+	autodoc/source/parser/cpp/pe_file \
+	autodoc/source/parser/cpp/pe_funct \
+	autodoc/source/parser/cpp/pe_ignor \
+	autodoc/source/parser/cpp/pe_namsp \
+	autodoc/source/parser/cpp/pe_param \
+	autodoc/source/parser/cpp/pe_tpltp \
+	autodoc/source/parser/cpp/pe_type \
+	autodoc/source/parser/cpp/pe_tydef \
+	autodoc/source/parser/cpp/pe_vafu \
+	autodoc/source/parser/cpp/pe_vari \
+	autodoc/source/parser/cpp/preproc \
+	autodoc/source/parser/cpp/prs_cpp \
+	autodoc/source/parser/cpp/tkp_cpp \
+	autodoc/source/parser/kernel/parsefct \
+	autodoc/source/parser/kernel/x_docu \
+	autodoc/source/parser/kernel/x_parse \
+	autodoc/source/parser/semantic/parseenv \
+	autodoc/source/parser/tokens/stmstarr \
+	autodoc/source/parser/tokens/stmstate \
+	autodoc/source/parser/tokens/stmstfin \
+	autodoc/source/parser/tokens/tkpstama \
+	autodoc/source/parser/tokens/tkp \
+	autodoc/source/parser/tokens/tkpcontx \
+	autodoc/source/parser/tokens/tokdeal \
+	autodoc/source/parser_i/idl/cx_idlco \
+	autodoc/source/parser_i/idl/cx_sub \
+	autodoc/source/parser_i/idl/distrib \
+	autodoc/source/parser_i/idl/parsenv2 \
+	autodoc/source/parser_i/idl/pe_attri \
+	autodoc/source/parser_i/idl/pe_const \
+	autodoc/source/parser_i/idl/pe_enum2 \
+	autodoc/source/parser_i/idl/pe_evalu \
+	autodoc/source/parser_i/idl/pe_excp \
+	autodoc/source/parser_i/idl/pe_file2 \
+	autodoc/source/parser_i/idl/pe_func2 \
+	autodoc/source/parser_i/idl/pe_iface \
+	autodoc/source/parser_i/idl/pe_property \
+	autodoc/source/parser_i/idl/pe_selem \
+	autodoc/source/parser_i/idl/pe_servi \
+	autodoc/source/parser_i/idl/pe_singl \
+	autodoc/source/parser_i/idl/pe_struc \
+	autodoc/source/parser_i/idl/pe_tydf2 \
+	autodoc/source/parser_i/idl/pe_type2 \
+	autodoc/source/parser_i/idl/pe_vari2 \
+	autodoc/source/parser_i/idl/pestate \
+	autodoc/source/parser_i/idl/semnode \
+	autodoc/source/parser_i/idl/tk_const \
+	autodoc/source/parser_i/idl/tk_ident \
+	autodoc/source/parser_i/idl/tk_keyw \
+	autodoc/source/parser_i/idl/tk_punct \
+	autodoc/source/parser_i/idl/tkp_uidl \
+	autodoc/source/parser_i/idl/unoidl \
+	autodoc/source/parser_i/idoc/cx_docu2 \
+	autodoc/source/parser_i/idoc/cx_dsapi \
+	autodoc/source/parser_i/idoc/docu_pe2 \
+	autodoc/source/parser_i/idoc/tk_atag2 \
+	autodoc/source/parser_i/idoc/tk_docw2 \
+	autodoc/source/parser_i/idoc/tk_html \
+	autodoc/source/parser_i/idoc/tk_xml \
+	autodoc/source/parser_i/tokens/stmstar2 \
+	autodoc/source/parser_i/tokens/stmstat2 \
+	autodoc/source/parser_i/tokens/stmstfi2 \
+	autodoc/source/parser_i/tokens/tkpstam2 \
+	autodoc/source/parser_i/tokens/tkp2 \
+	autodoc/source/parser_i/tokens/tkpcont2 \
+	autodoc/source/parser_i/tokens/x_parse2 \
+	autodoc/source/tools/filecoll \
+	autodoc/source/tools/tkpchars \
+	autodoc/source/exes/adc_uni/adc_cl \
+	autodoc/source/exes/adc_uni/adc_cmd_parse \
+	autodoc/source/exes/adc_uni/adc_cmds \
+	autodoc/source/exes/adc_uni/adc_msg \
+	autodoc/source/exes/adc_uni/cmd_run \
+	autodoc/source/exes/adc_uni/cmd_sincedata \
+	autodoc/source/exes/adc_uni/main \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/autodoc/source/tools/makefile.mk b/autodoc/Makefile
similarity index 65%
rename from autodoc/source/tools/makefile.mk
rename to autodoc/Makefile
index af2ab467f1c4..c1d144cbd4c9 100644
--- a/autodoc/source/tools/makefile.mk
+++ b/autodoc/Makefile
@@ -19,36 +19,14 @@
 #  
 #**************************************************************
 
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
 
+gb_PARTIALBUILD := T
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(GBUILDDIR)/gbuild.mk
 
-PRJ=..$/..
-
-PRJNAME=autodoc
-TARGET=autodoc_tools
-TARGETTYPE=CUI
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/filecoll.obj	\
-    $(OBJ)$/tkpchars.obj 
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
 
+# vim: set noet sw=4 ts=4:
diff --git a/autodoc/source/display/kernel/makefile.mk b/autodoc/Module_autodoc.mk
similarity index 67%
rename from autodoc/source/display/kernel/makefile.mk
rename to autodoc/Module_autodoc.mk
index 0f445b26c636..277314e34662 100644
--- a/autodoc/source/display/kernel/makefile.mk
+++ b/autodoc/Module_autodoc.mk
@@ -21,31 +21,11 @@
 
 
 
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=display_kernel
-TARGETTYPE=CUI
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/displfct.obj	
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
+$(eval $(call gb_Module_Module,autodoc))
 
+$(eval $(call gb_Module_add_targets,autodoc,\
+	Executable_autodoc \
+))
 
 
+# vim: set noet sw=4 ts=4:
diff --git a/autodoc/prj/build.lst b/autodoc/prj/build.lst
index fd4d3f7c7963..d9e4dcd86fde 100644
--- a/autodoc/prj/build.lst
+++ b/autodoc/prj/build.lst
@@ -1,67 +1,2 @@
 ar	autodoc	:  cosv udm sal NULL
-ar	autodoc								usr1	-	all	ar_mkout NULL
-ar	autodoc\inc							get	    -	all	ar_i NULL
-ar	autodoc\inc\ary			  			get		-	all	ar_ir NULL
-ar	autodoc\inc\ary\cpp		  			get		-	all	ar_ir_cpp NULL
-ar	autodoc\inc\ary\idl		  			get		-	all	ar_ir_idl NULL
-ar	autodoc\inc\ary\info	  			get		-	all	ar_ir_info NULL
-ar	autodoc\inc\ary\loc	  			    get		-	all	ar_ir_loc NULL
-ar	autodoc\inc\ary\task	  			get		-	all	ar_ir_task NULL
-ar	autodoc\inc\ary_i		  			get		-	all	ar_ir_cinfo NULL
-ar	autodoc\inc\autodoc		  			get		-	all	ar_iau NULL
-ar	autodoc\inc\display 	  			get		-	all	ar_idispl2 NULL
-ar	autodoc\inc\parser 		  			get		-	all	ar_iparse2 NULL
-ar	autodoc\prj							get		-	all	ar_prj NULL
-ar	autodoc\util						get		-	all	ar_util NULL
-ar	autodoc\source						get		-	all	ar_s NULL
-ar	autodoc\source\inc					get		-	all	ar_si NULL
-ar	autodoc\source\inc\display  		get		-	all	ar_si_display NULL
-ar	autodoc\source\inc\oodb       		get		-	all	ar_si_oodb2 NULL
-ar	autodoc\source\inc\tools     		get		-	all	ar_si_tools NULL
-ar	autodoc\source\inc\utility     		get		-	all	ar_si_util2 NULL
-ar	autodoc\source\ary					get		-	all	ar_sr NULL
-ar	autodoc\source\ary\inc				get		-	all	ar_sri NULL
-ar	autodoc\source\ary\inc\cpp			get		-	all	ar_sri_cpp NULL
-ar	autodoc\source\ary\inc\idl			get		-	all	ar_sri_idl NULL
-ar	autodoc\source\ary\inc\loc			get		-	all	ar_sri_loc NULL
-ar	autodoc\source\ary\inc\store		get		-	all	ar_sri_store NULL
-ar	autodoc\source\ary\cpp	 			nmake	-	all	ar_sr_cpp NULL
-ar	autodoc\source\ary\doc 			    nmake	-	all	ar_sr_doc NULL
-ar	autodoc\source\ary\idl	 			nmake	-	all	ar_sr_idl NULL
-ar	autodoc\source\ary\info	 			nmake	-	all	ar_sr_info NULL
-ar	autodoc\source\ary\kernel			nmake	-	all	ar_sr_kernel NULL
-ar	autodoc\source\ary\loc	 			nmake 	-	all	ar_sr_loc NULL
-ar	autodoc\source\ary_i			    get		-	all	ar_sr_i NULL
-ar	autodoc\source\ary_i\kernel			nmake	-	all	ar_sr_cinfo NULL
-ar	autodoc\source\display				get		-	all	ar_sd NULL
-ar	autodoc\source\display\inc			get		-	all	ar_sdi NULL
-ar	autodoc\source\display\inc\funclist	get		-	all	ar_sdi_flist NULL
-ar	autodoc\source\display\inc\html 	get		-	all	ar_sdi_html NULL
-ar	autodoc\source\display\html	        nmake	-	all	ar_sd_html NULL
-ar	autodoc\source\display\kernel	    nmake	-	all	ar_sd_kernel NULL
-ar	autodoc\source\display\idl          nmake	-	all	ar_sd_idl NULL
-ar	autodoc\source\display\toolkit      nmake	-	all	ar_sd_tkit NULL
-ar	autodoc\source\parser				get		-	all	ar_sp NULL
-ar	autodoc\source\parser\inc			get		-	all	ar_spi NULL
-ar	autodoc\source\parser\inc\adoc		get		-	all	ar_spi_adoc NULL
-ar	autodoc\source\parser\inc\cpp 		get		-	all	ar_spi_cpp NULL
-ar	autodoc\source\parser\inc\semantic	get		-	all	ar_spi_sem NULL
-ar	autodoc\source\parser\inc\tokens	get		-	all	ar_spi_tok NULL
-ar	autodoc\source\parser\adoc			nmake	-	all	ar_sp_adoc NULL
-ar	autodoc\source\parser\cpp			nmake	-	all	ar_sp_cpp NULL
-ar	autodoc\source\parser\kernel		nmake	-	all	ar_sp_krnl NULL
-ar	autodoc\source\parser\semantic		nmake	-	all	ar_sp_sem NULL
-ar	autodoc\source\parser\tokens		nmake	-	all	ar_sp_tok NULL
-ar	autodoc\source\parser_i				get		-	all	ar_sp2 NULL
-ar	autodoc\source\parser_i\inc			    get		-	all	ar_sp2i NULL
-ar	autodoc\source\parser_i\inc\s2_dsapi	get		-	all	ar_sp2i_idoc NULL
-ar	autodoc\source\parser_i\inc\s2_luidl	get		-	all	ar_sp2i_cpp NULL
-ar	autodoc\source\parser_i\inc\semantic	get		-	all	ar_sp2i_sem NULL
-ar	autodoc\source\parser_i\inc\tokens	    get		-	all	ar_sp2i_tok NULL
-ar	autodoc\source\parser_i\idl	  		nmake	-	all	ar_sp2_idl NULL
-ar	autodoc\source\parser_i\idoc  		nmake	-	all	ar_sp2_idoc NULL
-ar	autodoc\source\parser_i\tokens		nmake	-	all	ar_sp2_tok NULL
-ar	autodoc\source\tools				nmake	-	all	ar_st NULL
-ar	autodoc\source\mkinc				get		-	all	ar_smk NULL
-ar	autodoc\source\exes					get		-	all	ar_se NULL
-ar	autodoc\source\exes\adc_uni			nmake	-	all	ar_se_uni ar_sr_cpp ar_sr_doc ar_sr_idl ar_sr_info ar_sr_kernel ar_sr_loc ar_sr_cinfo ar_sd_html ar_sd_kernel ar_sd_idl ar_sp_adoc ar_sp_cpp ar_sp_krnl ar_sp_sem ar_sp_tok ar_sp2_idl ar_sd_tkit ar_sp2_idoc ar_sp2_tok ar_st NULL
+ar	autodoc\prj							nmake		-	all	ar_prj NULL
diff --git a/autodoc/prj/d.lst b/autodoc/prj/d.lst
index c73e559f0729..e69de29bb2d1 100644
--- a/autodoc/prj/d.lst
+++ b/autodoc/prj/d.lst
@@ -1,3 +0,0 @@
-..\%__SRC%\bin\autodoc.exe %_DEST%\bin%_EXT%\autodoc.exe
-..\%__SRC%\bin\autodoc %_DEST%\bin%_EXT%\autodoc
-
diff --git a/autodoc/source/parser/semantic/makefile.mk b/autodoc/prj/makefile.mk
similarity index 67%
rename from autodoc/source/parser/semantic/makefile.mk
rename to autodoc/prj/makefile.mk
index 27b276a7b73e..c62c6a657d16 100644
--- a/autodoc/source/parser/semantic/makefile.mk
+++ b/autodoc/prj/makefile.mk
@@ -21,34 +21,24 @@
 
 
 
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=parser_semantic
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/parseenv.obj
-
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+.IF "$(DEBUG)"!=""
+DEBUG_ARGUMENT=DEBUG=$(DEBUG)
+.ELIF "$(debug)"!=""
+DEBUG_ARGUMENT=debug=$(debug)
+.ELSE
+DEBUG_ARGUMENT=
+.ENDIF
+
+all:
+    cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) $(DEBUG_ARGUMENT) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
diff --git a/autodoc/source/ary/cpp/makefile.mk b/autodoc/source/ary/cpp/makefile.mk
deleted file mode 100644
index 3684ca60b24f..000000000000
--- a/autodoc/source/ary/cpp/makefile.mk
+++ /dev/null
@@ -1,76 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary_cpp
-
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/c_builtintype.obj   \
-    $(OBJ)$/c_class.obj		    \
-    $(OBJ)$/c_de.obj	        \
-    $(OBJ)$/c_define.obj	    \
-    $(OBJ)$/c_enum.obj		    \
-    $(OBJ)$/c_enuval.obj	    \
-    $(OBJ)$/c_funct.obj		    \
-    $(OBJ)$/c_macro.obj	        \
-    $(OBJ)$/c_namesp.obj	    \
-    $(OBJ)$/c_osigna.obj	    \
-    $(OBJ)$/c_reposypart.obj	\
-    $(OBJ)$/c_slots.obj		    \
-    $(OBJ)$/c_traits.obj        \
-    $(OBJ)$/c_tydef.obj		    \
-    $(OBJ)$/c_vari.obj		    \
-    $(OBJ)$/ca_ce.obj           \
-    $(OBJ)$/ca_def.obj          \
-    $(OBJ)$/ca_type.obj         \
-    $(OBJ)$/cs_ce.obj           \
-    $(OBJ)$/cs_def.obj          \
-    $(OBJ)$/cs_type.obj         \
-    $(OBJ)$/namechain.obj	    \
-    $(OBJ)$/tplparam.obj	    \
-    $(OBJ)$/usedtype.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/ary/doc/makefile.mk b/autodoc/source/ary/doc/makefile.mk
deleted file mode 100644
index b6dabcd9b52f..000000000000
--- a/autodoc/source/ary/doc/makefile.mk
+++ /dev/null
@@ -1,54 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary_doc
-
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/d_boolean.obj           \
-    $(OBJ)$/d_docu.obj              \
-    $(OBJ)$/d_node.obj              \
-    $(OBJ)$/d_oldcppdocu.obj        \
-    $(OBJ)$/d_oldidldocu.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
diff --git a/autodoc/source/ary/idl/makefile.mk b/autodoc/source/ary/idl/makefile.mk
deleted file mode 100644
index 644abef8b4f2..000000000000
--- a/autodoc/source/ary/idl/makefile.mk
+++ /dev/null
@@ -1,83 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary_idl
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/i_attribute.obj     \
-    $(OBJ)$/i_ce.obj            \
-    $(OBJ)$/i_ce2s.obj          \
-    $(OBJ)$/i_comrela.obj       \
-    $(OBJ)$/i_constant.obj      \
-    $(OBJ)$/i_constgroup.obj    \
-    $(OBJ)$/i_enum.obj          \
-    $(OBJ)$/i_enumvalue.obj     \
-    $(OBJ)$/i_exception.obj     \
-    $(OBJ)$/i_function.obj      \
-    $(OBJ)$/i_interface.obj     \
-    $(OBJ)$/i_module.obj        \
-    $(OBJ)$/i_namelookup.obj    \
-    $(OBJ)$/i_param.obj         \
-    $(OBJ)$/i_property.obj      \
-    $(OBJ)$/i_reposypart.obj    \
-    $(OBJ)$/i_service.obj       \
-    $(OBJ)$/i_singleton.obj     \
-    $(OBJ)$/i_siservice.obj     \
-    $(OBJ)$/i_sisingleton.obj   \
-    $(OBJ)$/i_struct.obj        \
-    $(OBJ)$/i_structelem.obj    \
-    $(OBJ)$/i_traits.obj        \
-    $(OBJ)$/i_typedef.obj       \
-    $(OBJ)$/i2s_calculator.obj  \
-    $(OBJ)$/ia_ce.obj           \
-    $(OBJ)$/ia_type.obj         \
-    $(OBJ)$/is_ce.obj           \
-    $(OBJ)$/is_type.obj         \
-    $(OBJ)$/it_builtin.obj      \
-    $(OBJ)$/it_ce.obj           \
-    $(OBJ)$/it_explicit.obj     \
-    $(OBJ)$/it_sequence.obj     \
-    $(OBJ)$/it_tplparam.obj     \
-    $(OBJ)$/it_xnameroom.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
diff --git a/autodoc/source/ary/info/makefile.mk b/autodoc/source/ary/info/makefile.mk
deleted file mode 100644
index f9aa2a956f06..000000000000
--- a/autodoc/source/ary/info/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary_info
-
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/all_dts.obj		\
-    $(OBJ)$/all_tags.obj	\
-    $(OBJ)$/ci_attag.obj	\
-    $(OBJ)$/ci_text.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/ary/kernel/makefile.mk b/autodoc/source/ary/kernel/makefile.mk
deleted file mode 100644
index 755767e6d85e..000000000000
--- a/autodoc/source/ary/kernel/makefile.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary_kernel
-
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/ary_disp.obj        \
-    $(OBJ)$/cessentl.obj        \
-    $(OBJ)$/namesort.obj        \
-    $(OBJ)$/qualiname.obj       \
-    $(OBJ)$/reposy.obj          \
-    $(OBJ)$/slots.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/ary/loc/makefile.mk b/autodoc/source/ary/loc/makefile.mk
deleted file mode 100644
index c8354403e817..000000000000
--- a/autodoc/source/ary/loc/makefile.mk
+++ /dev/null
@@ -1,57 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary_loc
-
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/loc_dir.obj         \
-    $(OBJ)$/loc_file.obj        \
-    $(OBJ)$/loc_filebase.obj    \
-    $(OBJ)$/loc_root.obj        \
-    $(OBJ)$/loc_traits.obj      \
-    $(OBJ)$/loca_le.obj         \
-    $(OBJ)$/locs_le.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
diff --git a/autodoc/source/ary_i/kernel/makefile.mk b/autodoc/source/ary_i/kernel/makefile.mk
deleted file mode 100644
index 4ab2c4897bc2..000000000000
--- a/autodoc/source/ary_i/kernel/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary2_cinfo
-
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/ci_atag2.obj	\
-    $(OBJ)$/ci_text2.obj	\
-    $(OBJ)$/d_token.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/display/html/makefile.mk b/autodoc/source/display/html/makefile.mk
deleted file mode 100644
index 5ddf7f9e84a8..000000000000
--- a/autodoc/source/display/html/makefile.mk
+++ /dev/null
@@ -1,74 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=display_html
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/aryattrs.obj    \
-    $(OBJ)$/cfrstd.obj	    \
-    $(OBJ)$/chd_udk2.obj	\
-    $(OBJ)$/cre_link.obj	\
-    $(OBJ)$/dsply_cl.obj	\
-    $(OBJ)$/dsply_da.obj    \
-    $(OBJ)$/dsply_op.obj	\
-    $(OBJ)$/easywri.obj	    \
-    $(OBJ)$/hd_chlst.obj  	\
-    $(OBJ)$/hd_docu.obj  	\
-    $(OBJ)$/hdimpl.obj  	\
-    $(OBJ)$/html_kit.obj  	\
-    $(OBJ)$/nav_main.obj  	\
-    $(OBJ)$/navibar.obj  	\
-    $(OBJ)$/outfile.obj     \
-    $(OBJ)$/opageenv.obj    \
-    $(OBJ)$/pagemake.obj    \
-    $(OBJ)$/pm_aldef.obj    \
-    $(OBJ)$/pm_base.obj     \
-    $(OBJ)$/pm_class.obj    \
-    $(OBJ)$/pm_help.obj     \
-    $(OBJ)$/pm_index.obj    \
-    $(OBJ)$/pm_namsp.obj    \
-    $(OBJ)$/pm_start.obj    \
-    $(OBJ)$/protarea.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/display/idl/makefile.mk b/autodoc/source/display/idl/makefile.mk
deleted file mode 100644
index 5d1ebc123bfb..000000000000
--- a/autodoc/source/display/idl/makefile.mk
+++ /dev/null
@@ -1,73 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=display_idl
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/hfi_constgroup.obj  \
-    $(OBJ)$/hfi_doc.obj         \
-    $(OBJ)$/hfi_enum.obj        \
-    $(OBJ)$/hfi_globalindex.obj \
-    $(OBJ)$/hfi_hierarchy.obj   \
-    $(OBJ)$/hfi_interface.obj   \
-    $(OBJ)$/hfi_method.obj      \
-    $(OBJ)$/hfi_module.obj      \
-    $(OBJ)$/hfi_navibar.obj     \
-    $(OBJ)$/hfi_property.obj    \
-    $(OBJ)$/hfi_service.obj     \
-    $(OBJ)$/hfi_singleton.obj   \
-    $(OBJ)$/hfi_siservice.obj   \
-    $(OBJ)$/hfi_struct.obj      \
-    $(OBJ)$/hfi_tag.obj         \
-    $(OBJ)$/hfi_typedef.obj     \
-    $(OBJ)$/hfi_typetext.obj    \
-    $(OBJ)$/hfi_xrefpage.obj    \
-    $(OBJ)$/hi_ary.obj        	\
-    $(OBJ)$/hi_display.obj      \
-    $(OBJ)$/hi_env.obj          \
-    $(OBJ)$/hi_factory.obj      \
-    $(OBJ)$/hi_linkhelper.obj   \
-    $(OBJ)$/hi_main.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/display/toolkit/makefile.mk b/autodoc/source/display/toolkit/makefile.mk
deleted file mode 100644
index 5bb021fa2b53..000000000000
--- a/autodoc/source/display/toolkit/makefile.mk
+++ /dev/null
@@ -1,60 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=display_toolkit
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/hf_docentry.obj     \
-    $(OBJ)$/hf_funcdecl.obj     \
-    $(OBJ)$/hf_linachain.obj    \
-    $(OBJ)$/hf_navi_main.obj    \
-    $(OBJ)$/hf_navi_sub.obj     \
-    $(OBJ)$/hf_title.obj     	\
-    $(OBJ)$/htmlfile.obj        \
-    $(OBJ)$/out_node.obj        \
-    $(OBJ)$/out_position.obj    \
-    $(OBJ)$/out_tree.obj        \
-    $(OBJ)$/outputstack.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/exes/adc_uni/makefile.mk b/autodoc/source/exes/adc_uni/makefile.mk
deleted file mode 100644
index 06a507a6148f..000000000000
--- a/autodoc/source/exes/adc_uni/makefile.mk
+++ /dev/null
@@ -1,100 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=autodoc
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-UWINAPILIB=$(0)
-LIBSALCPPRT=$(0)
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/adc_cl.obj	        \
-    $(OBJ)$/adc_cmd_parse.obj	\
-    $(OBJ)$/adc_cmds.obj        \
-    $(OBJ)$/adc_msg.obj	        \
-    $(OBJ)$/cmd_run.obj         \
-    $(OBJ)$/cmd_sincedata.obj
-
-
-# --- Targets ------------------------------------------------------
-
-LIB1TARGET=$(LB)$/atdoc.lib
-LIB1FILES= \
-            $(LB)$/$(TARGET).lib $(LB)$/autodoc_tools.lib \
-            $(LB)$/ary_kernel.lib $(LB)$/ary_cpp.lib $(LB)$/ary_idl.lib  \
-            $(LB)$/ary_info.lib $(LB)$/ary_loc.lib \
-            $(LB)$/parser_kernel.lib $(LB)$/parser_tokens.lib $(LB)$/parser_semantic.lib \
-            $(LB)$/parser_cpp.lib $(LB)$/parser_adoc.lib \
-            $(LB)$/display_kernel.lib $(LB)$/display_html.lib $(LB)$/display_idl.lib \
-            $(LB)$/display_toolkit.lib $(LB)$/parser2_tokens.lib  \
-            $(LB)$/parser2_s2_luidl.lib $(LB)$/parser2_s2_dsapi.lib \
-            $(LB)$/ary2_cinfo.lib $(LB)$/ary_doc.lib
-
-
-
-APP1TARGET=	$(TARGET)
-APP1STACK=	1000000
-APP1OBJS=   $(OBJ)$/main.obj
-
-APP1RPATH=SDK
-
-.IF "$(GUI)"=="WNT"
-APP1STDLIBS= $(COSVLIB) $(UDMLIB)
-.ELSE
-.IF "$(OS)"=="MACOSX"
-# See <http://porting.openoffice.org/servlets/ReadMsg?list=mac&msgNo=6911>:
-APP1STDLIBS= -Wl,-all_load -ludm -lcosv
-.ELSE
-APP1STDLIBS= -lcosv -ludm
-.ENDIF
-.ENDIF
-
-APP1LIBS=$(LB)$/atdoc.lib
-
-DEPOBJFILES += $(APP1OBJS)
-
-APP1DEPN=   $(LB)$/$(TARGET).lib $(LB)$/autodoc_tools.lib \
-            $(LB)$/ary_kernel.lib $(LB)$/ary_cpp.lib $(LB)$/ary_idl.lib  \
-            $(LB)$/ary_info.lib $(LB)$/ary_loc.lib \
-            $(LB)$/parser_kernel.lib $(LB)$/parser_tokens.lib $(LB)$/parser_semantic.lib \
-            $(LB)$/parser_cpp.lib $(LB)$/parser_adoc.lib \
-            $(LB)$/display_kernel.lib $(LB)$/display_html.lib $(LB)$/display_idl.lib \
-            $(LB)$/display_toolkit.lib $(LB)$/parser2_tokens.lib  \
-            $(LB)$/parser2_s2_luidl.lib $(LB)$/parser2_s2_dsapi.lib \
-            $(LB)$/ary2_cinfo.lib $(LB)$/ary_doc.lib
-
-
-.INCLUDE :  target.mk
diff --git a/autodoc/source/parser/adoc/makefile.mk b/autodoc/source/parser/adoc/makefile.mk
deleted file mode 100644
index a28766fd66d1..000000000000
--- a/autodoc/source/parser/adoc/makefile.mk
+++ /dev/null
@@ -1,58 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=parser_adoc
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/adoc_tok.obj   	\
-    $(OBJ)$/a_rdocu.obj		\
-    $(OBJ)$/cx_a_std.obj	\
-    $(OBJ)$/cx_a_sub.obj	\
-    $(OBJ)$/docu_pe.obj		\
-    $(OBJ)$/prs_adoc.obj	\
-    $(OBJ)$/tk_attag.obj  	\
-    $(OBJ)$/tk_docw.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/parser/cpp/makefile.mk b/autodoc/source/parser/cpp/makefile.mk
deleted file mode 100644
index fa0e4dc0fd83..000000000000
--- a/autodoc/source/parser/cpp/makefile.mk
+++ /dev/null
@@ -1,83 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=parser_cpp
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/all_toks.obj	\
-    $(OBJ)$/c_dealer.obj	\
-    $(OBJ)$/c_rcode.obj		\
-    $(OBJ)$/cpp_pe.obj		\
-    $(OBJ)$/cx_base.obj	    \
-    $(OBJ)$/cx_c_pp.obj	    \
-    $(OBJ)$/cx_c_std.obj	\
-    $(OBJ)$/cx_c_sub.obj	\
-    $(OBJ)$/cxt2ary.obj	    \
-    $(OBJ)$/defdescr.obj	\
-    $(OBJ)$/icprivow.obj	\
-    $(OBJ)$/pe_base.obj		\
-    $(OBJ)$/pe_class.obj	\
-    $(OBJ)$/pe_defs.obj	    \
-    $(OBJ)$/pe_expr.obj	    \
-    $(OBJ)$/pe_enum.obj	    \
-    $(OBJ)$/pe_enval.obj    \
-    $(OBJ)$/pe_file.obj		\
-    $(OBJ)$/pe_funct.obj	\
-    $(OBJ)$/pe_ignor.obj	\
-    $(OBJ)$/pe_namsp.obj	\
-    $(OBJ)$/pe_param.obj	\
-    $(OBJ)$/pe_tpltp.obj    \
-    $(OBJ)$/pe_type.obj		\
-    $(OBJ)$/pe_tydef.obj	\
-    $(OBJ)$/pe_vafu.obj		\
-    $(OBJ)$/pe_vari.obj		\
-    $(OBJ)$/preproc.obj		\
-    $(OBJ)$/prs_cpp.obj		\
-    $(OBJ)$/tkp_cpp.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/parser/kernel/makefile.mk b/autodoc/source/parser/kernel/makefile.mk
deleted file mode 100644
index d8bea048b9e7..000000000000
--- a/autodoc/source/parser/kernel/makefile.mk
+++ /dev/null
@@ -1,54 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=parser_kernel
-TARGETTYPE=CUI
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/parsefct.obj    \
-    $(OBJ)$/x_docu.obj      \
-    $(OBJ)$/x_parse.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/parser/tokens/makefile.mk b/autodoc/source/parser/tokens/makefile.mk
deleted file mode 100644
index eee45d2634d6..000000000000
--- a/autodoc/source/parser/tokens/makefile.mk
+++ /dev/null
@@ -1,58 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=garden
-TARGET=parser_tokens
-TARGETTYPE=CUI
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/stmstarr.obj	\
-    $(OBJ)$/stmstate.obj	\
-    $(OBJ)$/stmstfin.obj	\
-    $(OBJ)$/tkpstama.obj	\
-    $(OBJ)$/tkp.obj			\
-    $(OBJ)$/tkpcontx.obj	\
-    $(OBJ)$/tokdeal.obj		
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/parser_i/idl/makefile.mk b/autodoc/source/parser_i/idl/makefile.mk
deleted file mode 100644
index ac3ab61f832b..000000000000
--- a/autodoc/source/parser_i/idl/makefile.mk
+++ /dev/null
@@ -1,80 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=parser2_s2_luidl
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
-    $(OBJ)$/cx_idlco.obj		\
-    $(OBJ)$/cx_sub.obj		    \
-    $(OBJ)$/distrib.obj		    \
-    $(OBJ)$/parsenv2.obj		\
-    $(OBJ)$/pe_attri.obj	    \
-    $(OBJ)$/pe_const.obj	    \
-    $(OBJ)$/pe_enum2.obj    	\
-    $(OBJ)$/pe_evalu.obj	    \
-    $(OBJ)$/pe_excp.obj		    \
-    $(OBJ)$/pe_file2.obj	    \
-    $(OBJ)$/pe_func2.obj	    \
-    $(OBJ)$/pe_iface.obj	    \
-    $(OBJ)$/pe_property.obj	    \
-    $(OBJ)$/pe_selem.obj	    \
-    $(OBJ)$/pe_servi.obj	    \
-    $(OBJ)$/pe_singl.obj	    \
-    $(OBJ)$/pe_struc.obj 	    \
-    $(OBJ)$/pe_tydf2.obj 	    \
-    $(OBJ)$/pe_type2.obj 	    \
-    $(OBJ)$/pe_vari2.obj 	    \
-    $(OBJ)$/pestate.obj 	    \
-    $(OBJ)$/semnode.obj		    \
-    $(OBJ)$/tk_const.obj		\
-    $(OBJ)$/tk_ident.obj		\
-    $(OBJ)$/tk_keyw.obj			\
-    $(OBJ)$/tk_punct.obj		\
-    $(OBJ)$/tkp_uidl.obj		\
-    $(OBJ)$/unoidl.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/parser_i/idoc/makefile.mk b/autodoc/source/parser_i/idoc/makefile.mk
deleted file mode 100644
index 36b3b39d055c..000000000000
--- a/autodoc/source/parser_i/idoc/makefile.mk
+++ /dev/null
@@ -1,58 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=parser2_s2_dsapi
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/cx_docu2.obj	\
-    $(OBJ)$/cx_dsapi.obj	\
-    $(OBJ)$/docu_pe2.obj	\
-    $(OBJ)$/tk_atag2.obj  	\
-    $(OBJ)$/tk_docw2.obj   	\
-    $(OBJ)$/tk_html.obj   	\
-    $(OBJ)$/tk_xml.obj
-
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-
diff --git a/autodoc/source/parser_i/tokens/makefile.mk b/autodoc/source/parser_i/tokens/makefile.mk
deleted file mode 100644
index f7d24c09990b..000000000000
--- a/autodoc/source/parser_i/tokens/makefile.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-#**************************************************************
-#  
-#  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
-#  
-#  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.
-#  
-#**************************************************************
-
-
-
-PRJ=..$/..$/..
-
-PRJNAME=garden
-TARGET=parser2_tokens
-TARGETTYPE=CUI
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-
-.INCLUDE :  settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-OBJFILES= \
-    $(OBJ)$/stmstar2.obj	\
-    $(OBJ)$/stmstat2.obj	\
-    $(OBJ)$/stmstfi2.obj	\
-    $(OBJ)$/tkpstam2.obj	\
-    $(OBJ)$/tkp2.obj  		\
-    $(OBJ)$/tkpcont2.obj	\
-    $(OBJ)$/x_parse2.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE :  target.mk
-
-
-


More information about the Libreoffice-commits mailing list