Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d1248e24
Kaydet (Commit)
d1248e24
authored
Eyl 15, 2011
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
filter: convert filter configuration to gbuild
üst
2bf365dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
97 additions
and
1838 deletions
+97
-1838
Configuration_filter.mk
filter/Configuration_filter.mk
+0
-0
Makefile
filter/Makefile
+30
-0
Module_filter.mk
filter/Module_filter.mk
+26
-0
build.lst
filter/prj/build.lst
+1
-3
makefile.mk
filter/prj/makefile.mk
+32
-0
fcfg_base.mk
filter/source/config/fragments/fcfg_base.mk
+0
-51
fcfg_calc.mk
filter/source/config/fragments/fcfg_calc.mk
+0
-114
fcfg_calc_bf.mk
filter/source/config/fragments/fcfg_calc_bf.mk
+0
-59
fcfg_chart.mk
filter/source/config/fragments/fcfg_chart.mk
+0
-48
fcfg_chart_bf.mk
filter/source/config/fragments/fcfg_chart_bf.mk
+0
-47
fcfg_database.mk
filter/source/config/fragments/fcfg_database.mk
+0
-45
fcfg_draw.mk
filter/source/config/fragments/fcfg_draw.mk
+0
-61
fcfg_draw_bf.mk
filter/source/config/fragments/fcfg_draw_bf.mk
+0
-51
fcfg_drawgraphics.mk
filter/source/config/fragments/fcfg_drawgraphics.mk
+0
-119
fcfg_global.mk
filter/source/config/fragments/fcfg_global.mk
+0
-59
fcfg_global_bf.mk
filter/source/config/fragments/fcfg_global_bf.mk
+0
-55
fcfg_impress.mk
filter/source/config/fragments/fcfg_impress.mk
+0
-86
fcfg_impress_bf.mk
filter/source/config/fragments/fcfg_impress_bf.mk
+0
-66
fcfg_impressgraphics.mk
filter/source/config/fragments/fcfg_impressgraphics.mk
+0
-83
fcfg_internalgraphics.mk
filter/source/config/fragments/fcfg_internalgraphics.mk
+0
-110
fcfg_math.mk
filter/source/config/fragments/fcfg_math.mk
+0
-55
fcfg_math_bf.mk
filter/source/config/fragments/fcfg_math_bf.mk
+0
-50
fcfg_palm.mk
filter/source/config/fragments/fcfg_palm.mk
+0
-44
fcfg_pocketexcel.mk
filter/source/config/fragments/fcfg_pocketexcel.mk
+0
-44
fcfg_pocketword.mk
filter/source/config/fragments/fcfg_pocketword.mk
+0
-44
fcfg_web.mk
filter/source/config/fragments/fcfg_web.mk
+0
-65
fcfg_web_bf.mk
filter/source/config/fragments/fcfg_web_bf.mk
+0
-54
fcfg_writer.mk
filter/source/config/fragments/fcfg_writer.mk
+0
-118
fcfg_writer_bf.mk
filter/source/config/fragments/fcfg_writer_bf.mk
+0
-63
fcfg_xslt.mk
filter/source/config/fragments/fcfg_xslt.mk
+0
-63
makefile.mk
filter/source/config/fragments/filters/makefile.mk
+0
-57
makefile.mk
filter/source/config/fragments/makefile.mk
+0
-0
packagedef.mk
filter/source/config/fragments/packagedef.mk
+0
-70
makefile.mk
filter/source/config/fragments/types/makefile.mk
+0
-54
gbuild.mk
solenv/gbuild/gbuild.mk
+8
-0
No files found.
filter/Configuration_filter.mk
0 → 100644
Dosyayı görüntüle @
d1248e24
This diff is collapsed.
Click to expand it.
filter/Makefile
0 → 100644
Dosyayı görüntüle @
d1248e24
#***************************************************************
# 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:
filter/Module_filter.mk
0 → 100644
Dosyayı görüntüle @
d1248e24
#***************************************************************
# 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_Module_Module,filter))
$(eval $(call gb_Module_add_targets,filter,\
Configuration_filter \
))
# vim: set noet sw=4 ts=4:
filter/prj/build.lst
Dosyayı görüntüle @
d1248e24
fl filter : TRANSLATIONS:translations svtools unotools xmloff cppu tools cppuhelper sal svx javaunohelper XPDF:xpdf jvmaccess canvas SAXON:saxon LIBXSLT:libxslt basegfx package PYTHON:python NULL
fl filter\prj nmake - all fl_prj NULL
fl filter usr1 - all fl_mkout NULL
fl filter\prj get - all fl_prj NULL
fl filter\inc nmake - all fl_inc NULL
...
...
@@ -40,9 +41,6 @@ fl filter\source\graphicfilter\ipsd nmake - all g_ipsd fl_inc NULL
fl filter\source\graphicfilter\ieps nmake - all g_ieps fl_inc NULL
fl filter\source\graphicfilter\icgm nmake - all g_icgm fl_inc NULL
fl filter\source\config\cache nmake - all fl_config fl_inc NULL
fl filter\source\config\fragments\types nmake - all fl_fcfg_fragments_types fl_inc NULL
fl filter\source\config\fragments\filters nmake - all fl_fcfg_fragments_filters fl_inc NULL
fl filter\source\config\fragments nmake - all fl_fcfg_fragments fl_fcfg_fragments_filters fl_inc NULL
# took very long
# fl filter\qa\complex\filter\misc nmake - all fl_qa_complex NULL
filter/prj/makefile.mk
0 → 100644
Dosyayı görüntüle @
d1248e24
#***************************************************************
# 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
all
:
cd
$(PRJ)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
-j
$(MAXPROCESS)
$(gb_MAKETARGET)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
deliverlog
filter/source/config/fragments/fcfg_base.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=base
# -----------------------------------------------
# count = 6
T4_BASE = \
writer_web_HTML_help \
oxt_OpenOffice_Extension \
wav_Wave_Audio_File \
component_Bibliography \
component_DB
# -----------------------------------------------
# count = 2
F4_BASE = \
writer_web_HTML_help
# -----------------------------------------------
# count = 1
F4_UI_BASE =
# -----------------------------------------------
# count = 3
L4_BASE = \
com_sun_star_frame_Bibliography \
com_sun_star_sdb_ContentLoader
# -----------------------------------------------
# count = 2
C4_BASE = \
com_sun_star_comp_framework_SoundHandler \
com_sun_star_comp_framework_oxt_handler
# -----------------------------------------------
TYPES_4fcfg_base = $(foreach,i,$(T4_BASE) types$/$i.xcu )
FILTERS_4fcfg_base = $(foreach,i,$(F4_BASE) filters$/$i.xcu )
UI_FILTERS_4fcfg_base = $(foreach,i,$(F4_UI_BASE) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_base = $(foreach,i,$(L4_BASE) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_base = $(foreach,i,$(C4_BASE) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_base = \
$(TYPES_4fcfg_base) \
$(FILTERS_4fcfg_base) \
$(UI_FILTERS_4fcfg_base) \
$(FRAMELOADERS_4fcfg_base) \
$(CONTENTHANDLERS_4fcfg_base)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_base)
ALL_PACKAGES+=base
filter/source/config/fragments/fcfg_calc.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=calc
# -----------------------------------------------
# count = 27
T4_CALC = \
calc_DIF \
writer_web_HTML \
calc_Lotus \
calc_QPro \
calc_MS_Excel_40 \
calc_MS_Excel_40_VorlageTemplate \
calc_MS_Excel_5095 \
calc_MS_Excel_5095_VorlageTemplate \
calc_MS_Excel_95 \
calc_MS_Excel_95_VorlageTemplate \
calc_MS_Excel_97 \
calc_MS_Excel_97_VorlageTemplate \
writer_Rich_Text_Format \
calc_SYLK \
calc_StarOffice_XML_Calc \
calc_Text_txt_csv_StarCalc \
calc_StarOffice_XML_Calc_Template \
pdf_Portable_Document_Format \
calc_dBase\
calc8\
calc8_template \
calc_MS_Excel_2003_XML \
MS_Excel_2007_XML \
MS_Excel_2007_XML_Template \
MS_Excel_2007_Binary \
calc_OOXML \
calc_OOXML_Template
# -----------------------------------------------
# count = 28
F4_CALC = \
DIF \
HTML__StarCalc_ \
Lotus \
QPro \
MS_Excel_4_0 \
MS_Excel_4_0_Vorlage_Template \
MS_Excel_5_0_95 \
MS_Excel_5_0_95_Vorlage_Template \
MS_Excel_95 \
MS_Excel_95_Vorlage_Template \
MS_Excel_97 \
MS_Excel_97_Vorlage_Template \
Rich_Text_Format__StarCalc_ \
SYLK \
StarOffice_XML__Calc_ \
Text___txt___csv__StarCalc_ \
calc_HTML_WebQuery \
calc_StarOffice_XML_Calc_Template \
calc_pdf_Export \
dBase \
calc8 \
calc8_template \
MS_Excel_2003_XML \
calc_MS_Excel_2007_XML \
calc_MS_Excel_2007_XML_Template \
calc_MS_Excel_2007_Binary \
calc_OOXML \
calc_OOXML_Template
# -----------------------------------------------
# count = 12
F4_UI_CALC = \
HTML__StarCalc__ui \
MS_Excel_4_0_Vorlage_Template_ui \
MS_Excel_5_0_95_Vorlage_Template_ui \
MS_Excel_95_Vorlage_Template_ui \
MS_Excel_97_Vorlage_Template_ui \
StarOffice_XML__Calc__ui \
Text___txt___csv__StarCalc__ui \
calc_HTML_WebQuery_ui \
calc_StarOffice_XML_Calc_Template_ui \
calc8_ui \
calc8_template_ui \
MS_Excel_2003_XML_ui \
calc_MS_Excel_2007_XML_ui \
calc_MS_Excel_2007_XML_Template_ui \
calc_MS_Excel_2007_Binary_ui \
calc_OOXML_ui \
calc_OOXML_Template_ui
# -----------------------------------------------
# count = 0
L4_CALC =
# -----------------------------------------------
# count = 0
C4_CALC =
# -----------------------------------------------
TYPES_4fcfg_calc = $(foreach,i,$(T4_CALC) types$/$i.xcu )
FILTERS_4fcfg_calc = $(foreach,i,$(F4_CALC) filters$/$i.xcu )
UI_FILTERS_4fcfg_calc = $(foreach,i,$(F4_UI_CALC) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_calc = $(foreach,i,$(L4_CALC) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_calc = $(foreach,i,$(C4_CALC) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_calc = \
$(TYPES_4fcfg_calc) \
$(FILTERS_4fcfg_calc) \
$(UI_FILTERS_4fcfg_calc) \
$(FRAMELOADERS_4fcfg_calc) \
$(CONTENTHANDLERS_4fcfg_calc)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_calc)
ALL_PACKAGES+=calc
filter/source/config/fragments/fcfg_calc_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=calc_bf
# -----------------------------------------------
# count = 7
T4_CALC_BF = \
calc_StarCalc_10 \
calc_StarCalc_30 \
calc_StarCalc_30_VorlageTemplate \
calc_StarCalc_40 \
calc_StarCalc_40_VorlageTemplate \
calc_StarCalc_50 \
calc_StarCalc_50_VorlageTemplate
# -----------------------------------------------
# count = 7
F4_CALC_BF = \
StarCalc_1_0 \
StarCalc_3_0 \
StarCalc_3_0_Vorlage_Template \
StarCalc_4_0 \
StarCalc_4_0_Vorlage_Template \
StarCalc_5_0 \
StarCalc_5_0_Vorlage_Template
# -----------------------------------------------
# count = 3
F4_UI_CALC_BF = \
StarCalc_3_0_Vorlage_Template_ui \
StarCalc_4_0_Vorlage_Template_ui \
StarCalc_5_0_Vorlage_Template_ui
# -----------------------------------------------
# count = 0
L4_CALC_BF =
# -----------------------------------------------
# count = 0
C4_CALC_BF =
# -----------------------------------------------
TYPES_4fcfg_calc_bf = $(foreach,i,$(T4_CALC_BF) types$/$i.xcu )
FILTERS_4fcfg_calc_bf = $(foreach,i,$(F4_CALC_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_calc_bf = $(foreach,i,$(F4_UI_CALC_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_calc_bf = $(foreach,i,$(L4_CALC_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_calc_bf = $(foreach,i,$(C4_CALC_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_calc_bf = \
$(TYPES_4fcfg_calc) \
$(FILTERS_4fcfg_calc) \
$(UI_FILTERS_4fcfg_calc) \
$(FRAMELOADERS_4fcfg_calc) \
$(CONTENTHANDLERS_4fcfg_calc)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_calc_bf)
ALL_PACKAGES+=calc_bf
filter/source/config/fragments/fcfg_chart.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=chart
# -----------------------------------------------
# count = 3
T4_CHART = \
chart_StarOffice_XML_Chart \
chart8
# -----------------------------------------------
# count = 2
F4_CHART = \
StarOffice_XML__Chart_\
chart8
# -----------------------------------------------
# count = 2
F4_UI_CHART = \
StarOffice_XML__Chart__ui \
chart8_ui
# -----------------------------------------------
# count = 0
L4_CHART = \
com_sun_star_comp_chart2_ChartFrameLoader
# -----------------------------------------------
# count = 0
C4_CHART =
# -----------------------------------------------
TYPES_4fcfg_chart = $(foreach,i,$(T4_CHART) types$/$i.xcu )
FILTERS_4fcfg_chart = $(foreach,i,$(F4_CHART) filters$/$i.xcu )
UI_FILTERS_4fcfg_chart = $(foreach,i,$(F4_UI_CHART) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_chart = $(foreach,i,$(L4_CHART) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_chart = $(foreach,i,$(C4_CHART) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_chart = \
$(TYPES_4fcfg_chart) \
$(FILTERS_4fcfg_chart) \
$(UI_FILTERS_4fcfg_chart) \
$(FRAMELOADERS_4fcfg_chart) \
$(CONTENTHANDLERS_4fcfg_chart)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_chart)
ALL_PACKAGES+=chart
filter/source/config/fragments/fcfg_chart_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=chart_bf
# -----------------------------------------------
# count = 3
T4_CHART_BF = \
chart_StarChart_30 \
chart_StarChart_40 \
chart_StarChart_50
# -----------------------------------------------
# count = 3
F4_CHART_BF = \
StarChart_3_0 \
StarChart_4_0 \
StarChart_5_0
# -----------------------------------------------
# count = 0
F4_UI_CHART_BF =
# -----------------------------------------------
# count = 0
L4_CHART_BF =
# -----------------------------------------------
# count = 0
C4_CHART_BF =
# -----------------------------------------------
TYPES_4fcfg_chart_bf = $(foreach,i,$(T4_CHART_BF) types$/$i.xcu )
FILTERS_4fcfg_chart_bf = $(foreach,i,$(F4_CHART_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_chart_bf = $(foreach,i,$(F4_UI_CHART_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_chart_bf = $(foreach,i,$(L4_CHART_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_chart_bf = $(foreach,i,$(C4_CHART_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_chart_bf = \
$(TYPES_4fcfg_chart_bf) \
$(FILTERS_4fcfg_chart_bf) \
$(UI_FILTERS_4fcfg_chart_bf) \
$(FRAMELOADERS_4fcfg_chart_bf) \
$(CONTENTHANDLERS_4fcfg_chart_bf)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_chart_bf)
ALL_PACKAGES+=chart_bf
filter/source/config/fragments/fcfg_database.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=database
# -----------------------------------------------
# count = 1
T4_DATABASE = \
StarBase
# -----------------------------------------------
# count = 1
F4_DATABASE = \
StarOffice_XML__Base_
# -----------------------------------------------
# count = 1
F4_UI_DATABASE = \
StarOffice_XML__Base__ui
# -----------------------------------------------
# count = 1
L4_DATABASE = \
org_openoffice_comp_dbflt_DBContentLoader2
# -----------------------------------------------
# count = 1
C4_DATABASE =
# -----------------------------------------------
TYPES_4fcfg_database = $(foreach,i,$(T4_DATABASE) types$/$i.xcu )
FILTERS_4fcfg_database = $(foreach,i,$(F4_DATABASE) filters$/$i.xcu )
UI_FILTERS_4fcfg_database = $(foreach,i,$(F4_UI_DATABASE) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_database = $(foreach,i,$(L4_DATABASE) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_database = $(foreach,i,$(C4_DATABASE) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_database = \
$(TYPES_4fcfg_database) \
$(FILTERS_4fcfg_database) \
$(UI_FILTERS_4fcfg_database) \
$(FRAMELOADERS_4fcfg_database) \
$(CONTENTHANDLERS_4fcfg_database)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_database)
ALL_PACKAGES+=database
filter/source/config/fragments/fcfg_draw.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=draw
# -----------------------------------------------
# count = 9
T4_DRAW = \
draw_StarOffice_XML_Draw \
draw_StarOffice_XML_Draw_Template \
pdf_Portable_Document_Format\
draw8 \
draw8_template \
draw_WordPerfect_Graphics \
draw_Visio_Document
# -----------------------------------------------
# count = 9
F4_DRAW = \
StarOffice_XML__Draw_ \
draw_StarOffice_XML_Draw_Template \
draw_pdf_Export \
draw8 \
draw8_template \
WordPerfectGraphics \
VisioDocument
# -----------------------------------------------
# count = 4
F4_UI_DRAW = \
StarOffice_XML__Draw__ui \
draw_StarOffice_XML_Draw_Template_ui \
draw8_ui \
draw8_template_ui
# -----------------------------------------------
# count = 0
L4_DRAW =
# -----------------------------------------------
# count = 0
C4_DRAW =
# -----------------------------------------------
TYPES_4fcfg_draw = $(foreach,i,$(T4_DRAW) types$/$i.xcu )
FILTERS_4fcfg_draw = $(foreach,i,$(F4_DRAW) filters$/$i.xcu )
UI_FILTERS_4fcfg_draw = $(foreach,i,$(F4_UI_DRAW) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_draw = $(foreach,i,$(L4_DRAW) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_draw = $(foreach,i,$(C4_DRAW) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_draw = \
$(TYPES_4fcfg_draw) \
$(FILTERS_4fcfg_draw) \
$(UI_FILTERS_4fcfg_draw) \
$(FRAMELOADERS_4fcfg_draw) \
$(CONTENTHANDLERS_4fcfg_draw)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_draw)
ALL_PACKAGES+=draw
filter/source/config/fragments/fcfg_draw_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=draw_bf
# -----------------------------------------------
# count = 4
T4_DRAW_BF = \
draw_StarDraw_30 \
draw_StarDraw_30_Vorlage \
draw_StarDraw_50 \
draw_StarDraw_50_Vorlage
# -----------------------------------------------
# count = 4
F4_DRAW_BF = \
StarDraw_3_0 \
StarDraw_3_0_Vorlage \
StarDraw_5_0 \
StarDraw_5_0_Vorlage
# -----------------------------------------------
# count = 2
F4_UI_DRAW_BF = \
StarDraw_3_0_Vorlage_ui \
StarDraw_5_0_Vorlage_ui
# -----------------------------------------------
# count = 0
L4_DRAW_BF =
# -----------------------------------------------
# count = 0
C4_DRAW_BF =
# -----------------------------------------------
TYPES_4fcfg_draw_bf = $(foreach,i,$(T4_DRAW_BF) types$/$i.xcu )
FILTERS_4fcfg_draw_bf = $(foreach,i,$(F4_DRAW_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_draw_bf = $(foreach,i,$(F4_UI_DRAW_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_draw_bf = $(foreach,i,$(L4_DRAW_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_draw_bf = $(foreach,i,$(C4_DRAW_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_draw_bf = \
$(TYPES_4fcfg_draw_bf) \
$(FILTERS_4fcfg_draw_bf) \
$(UI_FILTERS_4fcfg_draw_bf) \
$(FRAMELOADERS_4fcfg_draw_bf) \
$(CONTENTHANDLERS_4fcfg_draw_bf)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_draw_bf)
ALL_PACKAGES+=draw_bf
filter/source/config/fragments/fcfg_drawgraphics.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=drawgraphics
# -----------------------------------------------
# count = 29
T4_DRAWGRAPHICS = \
bmp_MS_Windows \
dxf_AutoCAD_Interchange \
emf_MS_Windows_Metafile \
eps_Encapsulated_PostScript \
gif_Graphics_Interchange \
graphic_HTML \
graphic_SWF \
jpg_JPEG \
met_OS2_Metafile \
pbm_Portable_Bitmap \
pcd_Photo_CD_Base \
pcd_Photo_CD_Base16 \
pcd_Photo_CD_Base4 \
pct_Mac_Pict \
pcx_Zsoft_Paintbrush \
pgm_Portable_Graymap \
png_Portable_Network_Graphic \
ppm_Portable_Pixelmap \
psd_Adobe_Photoshop \
ras_Sun_Rasterfile \
sgf_StarOffice_Writer_SGF \
sgv_StarDraw_20 \
svg_Scalable_Vector_Graphics \
svm_StarView_Metafile \
tga_Truevision_TARGA \
tif_Tag_Image_File \
wmf_MS_Windows_Metafile \
xbm_X_Consortium \
xpm_XPM
# -----------------------------------------------
# count = 45
F4_DRAWGRAPHICS = \
BMP___MS_Windows \
DXF___AutoCAD_Interchange \
EMF___MS_Windows_Metafile \
EPS___Encapsulated_PostScript \
GIF___Graphics_Interchange \
JPG___JPEG \
MET___OS_2_Metafile \
PBM___Portable_Bitmap \
PCT___Mac_Pict \
PCX___Zsoft_Paintbrush \
PGM___Portable_Graymap \
PNG___Portable_Network_Graphic \
PPM___Portable_Pixelmap \
PSD___Adobe_Photoshop \
RAS___Sun_Rasterfile \
SGF___StarOffice_Writer_SGF \
SGV___StarDraw_2_0 \
SVG___Scalable_Vector_Graphics \
SVM___StarView_Metafile \
SVG___Scalable_Vector_Graphics \
TGA___Truevision_TARGA \
TIF___Tag_Image_File \
WMF___MS_Windows_Metafile \
XBM___X_Consortium \
XPM \
draw_PCD_Photo_CD_Base \
draw_PCD_Photo_CD_Base16 \
draw_PCD_Photo_CD_Base4 \
draw_bmp_Export \
draw_emf_Export \
draw_eps_Export \
draw_flash_Export \
draw_gif_Export \
draw_html_Export \
draw_jpg_Export \
draw_met_Export \
draw_pbm_Export \
draw_pct_Export \
draw_pgm_Export \
draw_png_Export \
draw_ppm_Export \
draw_ras_Export \
draw_svg_Export \
draw_svm_Export \
draw_tif_Export \
draw_wmf_Export \
draw_xpm_Export
# -----------------------------------------------
# count = 1
F4_UI_DRAWGRAPHICS = \
draw_html_Export_ui
# -----------------------------------------------
# count = 0
L4_DRAWGRAPHICS =
# -----------------------------------------------
# count = 0
C4_DRAWGRAPHICS =
# -----------------------------------------------
TYPES_4fcfg_drawgraphics = $(foreach,i,$(T4_DRAWGRAPHICS) types$/$i.xcu )
FILTERS_4fcfg_drawgraphics = $(foreach,i,$(F4_DRAWGRAPHICS) filters$/$i.xcu )
UI_FILTERS_4fcfg_drawgraphics = $(foreach,i,$(F4_UI_DRAWGRAPHICS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_drawgraphics = $(foreach,i,$(L4_DRAWGRAPHICS) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_drawgraphics = $(foreach,i,$(C4_DRAWGRAPHICS) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_drawgraphics = \
$(TYPES_4fcfg_drawgraphics) \
$(FILTERS_4fcfg_drawgraphics) \
$(UI_FILTERS_4fcfg_drawgraphics) \
$(FRAMELOADERS_4fcfg_drawgraphics) \
$(CONTENTHANDLERS_4fcfg_drawgraphics)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_drawgraphics)
ALL_PACKAGES+=drawgraphics
filter/source/config/fragments/fcfg_global.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=global
# -----------------------------------------------
# count = 12
T4_GLOBAL = \
writer_Text \
writer_StarOffice_XML_Writer \
writer_globaldocument_StarOffice_XML_Writer_GlobalDocument \
pdf_Portable_Document_Format \
writerglobal8 \
# -----------------------------------------------
# count = 12
F4_GLOBAL = \
Text__encoded___StarWriter_GlobalDocument_ \
writer_globaldocument_StarOffice_XML_Writer \
writer_globaldocument_StarOffice_XML_Writer_GlobalDocument \
writer_globaldocument_pdf_Export \
writerglobal8 \
writerglobal8_writer \
writerglobal8_HTML
# -----------------------------------------------
# count = 12
F4_UI_GLOBAL = \
Text__encoded___StarWriter_GlobalDocument__ui \
writer_globaldocument_StarOffice_XML_Writer_ui \
writer_globaldocument_StarOffice_XML_Writer_GlobalDocument_ui \
writerglobal8_ui \
writerglobal8_writer_ui
# -----------------------------------------------
# count = 0
L4_GLOBAL =
# -----------------------------------------------
# count = 0
C4_GLOBAL =
# -----------------------------------------------
TYPES_4fcfg_global = $(foreach,i,$(T4_GLOBAL) types$/$i.xcu )
FILTERS_4fcfg_global = $(foreach,i,$(F4_GLOBAL) filters$/$i.xcu )
UI_FILTERS_4fcfg_global = $(foreach,i,$(F4_UI_GLOBAL) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_global = $(foreach,i,$(L4_GLOBAL) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_global = $(foreach,i,$(C4_GLOBAL) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_global = \
$(TYPES_4fcfg_global) \
$(FILTERS_4fcfg_global) \
$(UI_FILTERS_4fcfg_global) \
$(FRAMELOADERS_4fcfg_global) \
$(CONTENTHANDLERS_4fcfg_global)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_global)
ALL_PACKAGES+=global
filter/source/config/fragments/fcfg_global_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=global_bf
# -----------------------------------------------
# count = 5
T4_GLOBAL_BF = \
writer_StarWriter_30 \
writer_StarWriter_40 \
writer_globaldocument_StarWriter_40GlobalDocument \
writer_StarWriter_50 \
writer_globaldocument_StarWriter_50GlobalDocument
# -----------------------------------------------
# count = 5
F4_GLOBAL_BF = \
StarWriter_3_0__StarWriter_GlobalDocument_ \
StarWriter_4_0__StarWriter_GlobalDocument_ \
StarWriter_4_0_GlobalDocument \
StarWriter_5_0__StarWriter_GlobalDocument_ \
StarWriter_5_0_GlobalDocument
# -----------------------------------------------
# count = 2
F4_UI_GLOBAL_BF = \
StarWriter_4_0_GlobalDocument_ui \
StarWriter_5_0_GlobalDocument_ui
# -----------------------------------------------
# count = 0
L4_GLOBAL_BF =
# -----------------------------------------------
# count = 0
C4_GLOBAL_BF =
# -----------------------------------------------
TYPES_4fcfg_global_bf = $(foreach,i,$(T4_GLOBAL_BF) types$/$i.xcu )
FILTERS_4fcfg_global_bf = $(foreach,i,$(F4_GLOBAL_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_global_bf = $(foreach,i,$(F4_UI_GLOBAL_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_global_bf = $(foreach,i,$(L4_GLOBAL_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_global_bf = $(foreach,i,$(C4_GLOBAL_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_global_bf = \
$(TYPES_4fcfg_global_bf) \
$(FILTERS_4fcfg_global_bf) \
$(UI_FILTERS_4fcfg_global_bf) \
$(FRAMELOADERS_4fcfg_global_bf) \
$(CONTENTHANDLERS_4fcfg_global_bf)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_global_bf)
ALL_PACKAGES+=global_bf
filter/source/config/fragments/fcfg_impress.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=impress
# -----------------------------------------------
# count = 19
T4_IMPRESS = \
draw_StarOffice_XML_Draw \
impress_MS_PowerPoint_97 \
impress_MS_PowerPoint_97_AutoPlay \
impress_MS_PowerPoint_97_Vorlage \
impress_StarOffice_XML_Impress \
impress_StarOffice_XML_Impress_Template \
pdf_Portable_Document_Format \
pwp_PlaceWare\
impress8\
impress8_template\
draw8\
MS_PowerPoint_2007_XML\
MS_PowerPoint_2007_XML_AutoPlay\
MS_PowerPoint_2007_XML_Template\
impress_OOXML_Presentation\
impress_OOXML_Presentation_Template\
impress_OOXML_Presentation_AutoPlay
# -----------------------------------------------
# count = 20
F4_IMPRESS = \
MS_PowerPoint_97 \
MS_PowerPoint_97_AutoPlay \
MS_PowerPoint_97_Vorlage \
impress_StarOffice_XML_Draw \
StarOffice_XML__Impress_ \
impress_StarOffice_XML_Impress_Template \
impress_pdf_Export \
placeware_Export\
impress8\
impress8_template\
impress8_draw\
impress_MS_PowerPoint_2007_XML\
impress_MS_PowerPoint_2007_XML_AutoPlay\
impress_MS_PowerPoint_2007_XML_Template\
impress_OOXML\
impress_OOXML_Template\
impress_OOXML_AutoPlay
# -----------------------------------------------
# count = 12
F4_UI_IMPRESS = \
MS_PowerPoint_97_Vorlage_ui \
impress_StarOffice_XML_Draw_ui \
StarOffice_XML__Impress__ui \
impress_StarOffice_XML_Impress_Template_ui \
impress8_ui \
impress8_template_ui \
impress8_draw_ui \
impress_MS_PowerPoint_2007_XML_ui \
impress_OOXML_ui\
impress_OOXML_Template_ui
# -----------------------------------------------
# count = 0
L4_GLOBAL =
# -----------------------------------------------
# count = 0
C4_GLOBAL =
# -----------------------------------------------
TYPES_4fcfg_impress = $(foreach,i,$(T4_IMPRESS) types$/$i.xcu )
FILTERS_4fcfg_impress = $(foreach,i,$(F4_IMPRESS) filters$/$i.xcu )
UI_FILTERS_4fcfg_impress = $(foreach,i,$(F4_UI_IMPRESS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_impress = $(foreach,i,$(L4_IMPRESS) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_impress = $(foreach,i,$(C4_IMPRESS) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_impress = \
$(TYPES_4fcfg_impress) \
$(FILTERS_4fcfg_impress) \
$(UI_FILTERS_4fcfg_impress) \
$(FRAMELOADERS_4fcfg_impress) \
$(CONTENTHANDLERS_4fcfg_impress)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impress)
ALL_PACKAGES+=impress
filter/source/config/fragments/fcfg_impress_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=impress_bf
# -----------------------------------------------
# count = 9
T4_IMPRESS_BF = \
draw_StarDraw_30 \
draw_StarDraw_30_Vorlage \
draw_StarDraw_50 \
draw_StarDraw_50_Vorlage \
impress_StarImpress_40 \
impress_StarImpress_40_Vorlage \
impress_StarImpress_50 \
impress_StarImpress_50_Vorlage \
impress_StarImpress_50_packed
# -----------------------------------------------
# count = 9
F4_IMPRESS_BF = \
StarDraw_3_0_Vorlage__StarImpress_ \
StarDraw_3_0__StarImpress_ \
StarDraw_5_0_Vorlage__StarImpress_ \
StarDraw_5_0__StarImpress_ \
StarImpress_4_0 \
StarImpress_4_0_Vorlage \
StarImpress_5_0 \
StarImpress_5_0_Vorlage \
StarImpress_5_0__packed_
# -----------------------------------------------
# count = 5
F4_UI_IMPRESS_BF = \
StarDraw_3_0_Vorlage__StarImpress__ui \
StarDraw_5_0_Vorlage__StarImpress__ui \
StarImpress_4_0_Vorlage_ui \
StarImpress_5_0_Vorlage_ui \
StarImpress_5_0__packed__ui \
# -----------------------------------------------
# count = 0
L4_IMPRESS_BF =
# -----------------------------------------------
# count = 0
C4_IMPRESS_BF =
# -----------------------------------------------
TYPES_4fcfg_impress_bf = $(foreach,i,$(T4_IMPRESS_BF) types$/$i.xcu )
FILTERS_4fcfg_impress_bf = $(foreach,i,$(F4_IMPRESS_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_impress_bf = $(foreach,i,$(F4_UI_IMPRESS_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_impress_bf = $(foreach,i,$(L4_IMPRESS_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_impress_bf = $(foreach,i,$(C4_IMPRESS_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_impress_bf = \
$(TYPES_4fcfg_impress_bf) \
$(FILTERS_4fcfg_impress_bf) \
$(UI_FILTERS_4fcfg_impress_bf) \
$(FRAMELOADERS_4fcfg_impress_bf) \
$(CONTENTHANDLERS_4fcfg_impress_bf)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impress_bf)
ALL_PACKAGES+=impress_bf
filter/source/config/fragments/fcfg_impressgraphics.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=impressgraphics
# -----------------------------------------------
# count = 20
T4_IMPRESSGRAPHICS = \
bmp_MS_Windows \
emf_MS_Windows_Metafile \
eps_Encapsulated_PostScript \
gif_Graphics_Interchange \
graphic_HTML \
graphic_SWF \
impress_CGM_Computer_Graphics_Metafile \
jpg_JPEG \
met_OS2_Metafile \
pbm_Portable_Bitmap \
pct_Mac_Pict \
pgm_Portable_Graymap \
png_Portable_Network_Graphic \
ppm_Portable_Pixelmap \
ras_Sun_Rasterfile \
svg_Scalable_Vector_Graphics \
svm_StarView_Metafile \
tif_Tag_Image_File \
wmf_MS_Windows_Metafile \
xpm_XPM
# -----------------------------------------------
# count = 20
F4_IMPRESSGRAPHICS = \
CGM___Computer_Graphics_Metafile \
impress_bmp_Export \
impress_emf_Export \
impress_eps_Export \
impress_flash_Export \
impress_gif_Export \
impress_html_Export \
impress_jpg_Export \
impress_met_Export \
impress_pbm_Export \
impress_pct_Export \
impress_pgm_Export \
impress_png_Export \
impress_ppm_Export \
impress_ras_Export \
impress_svg_Export \
impress_svm_Export \
impress_tif_Export \
impress_wmf_Export \
impress_xpm_Export
# -----------------------------------------------
# count = 1
F4_UI_IMPRESSGRAPHICS = \
impress_html_Export_ui
# -----------------------------------------------
# count = 0
L4_IMPRESSGRAPHICS =
# -----------------------------------------------
# count = 0
C4_IMPRESSGRAPHICS =
# -----------------------------------------------
TYPES_4fcfg_impressgraphics = $(foreach,i,$(T4_IMPRESSGRAPHICS) types$/$i.xcu )
FILTERS_4fcfg_impressgraphics = $(foreach,i,$(F4_IMPRESSGRAPHICS) filters$/$i.xcu )
UI_FILTERS_4fcfg_impressgraphics = $(foreach,i,$(F4_UI_IMPRESSGRAPHICS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_impressgraphics = $(foreach,i,$(L4_IMPRESSGRAPHICS) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_impressgraphics = $(foreach,i,$(C4_IMPRESSGRAPHICS) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_impressgraphics = \
$(TYPES_4fcfg_impressgraphics) \
$(FILTERS_4fcfg_impressgraphics) \
$(UI_FILTERS_4fcfg_impressgraphics) \
$(FRAMELOADERS_4fcfg_impressgraphics) \
$(CONTENTHANDLERS_4fcfg_impressgraphics)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impressgraphics)
ALL_PACKAGES+=impressgraphics
filter/source/config/fragments/fcfg_internalgraphics.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
# do not add internal filter
#all_fragments+=internalgraphics
# -----------------------------------------------
# count = 27
T4_INTERNALGRAPHICS = \
bmp_MS_Windows \
dxf_AutoCAD_Interchange \
emf_MS_Windows_Metafile \
eps_Encapsulated_PostScript \
gif_Graphics_Interchange \
jpg_JPEG \
met_OS2_Metafile \
pbm_Portable_Bitmap \
pcd_Photo_CD_Base \
pcd_Photo_CD_Base16 \
pcd_Photo_CD_Base4 \
pct_Mac_Pict \
pcx_Zsoft_Paintbrush \
pgm_Portable_Graymap \
png_Portable_Network_Graphic \
ppm_Portable_Pixelmap \
psd_Adobe_Photoshop \
ras_Sun_Rasterfile \
sgf_StarOffice_Writer_SGF \
sgv_StarDraw_20 \
svg_Scalable_Vector_Graphics \
svm_StarView_Metafile \
tga_Truevision_TARGA \
tif_Tag_Image_File \
wmf_MS_Windows_Metafile \
xbm_X_Consortium \
xpm_XPM
# -----------------------------------------------
# count = 43
F4_INTERNALGRAPHICS = \
bmp_Export \
bmp_Import \
dxf_Import \
emf_Export \
emf_Import \
eps_Export \
eps_Import \
gif_Export \
gif_Import \
jpg_Export \
jpg_Import \
met_Export \
met_Import \
pbm_Export \
pbm_Import \
pcd_Import_Base \
pcd_Import_Base4 \
pcd_Import_Base16 \
pct_Export \
pct_Import \
pcx_Import \
pgm_Export \
pgm_Import \
png_Export \
png_Import \
ppm_Export \
ppm_Import \
psd_Import \
ras_Export \
ras_Import \
sgf_Import \
sgv_Import \
svg_Export \
svg_Import \
svm_Export \
svm_Import \
tga_Import \
tif_Export \
tif_Import \
wmf_Export \
wmf_Import \
xbm_Import \
xpm_Export \
xpm_Import
# -----------------------------------------------
# count = 0
L4_INTERNALGRAPHICS =
# -----------------------------------------------
# count = 0
C4_INTERNALGRAPHICS =
# -----------------------------------------------
TYPES_4fcfg_internalgraphics = $(foreach,i,$(T4_INTERNALGRAPHICS) types$/$i.xcu )
FILTERS_4fcfg_internalgraphics = $(foreach,i,$(F4_INTERNALGRAPHICS) internalgraphicfilters$/$i.xcu )
FRAMELOADERS_4fcfg_internalgraphics = $(foreach,i,$(L4_INTERNALGRAPHICS) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_internalgraphics = $(foreach,i,$(C4_INTERNALGRAPHICS) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_internalgraphics = \
$(TYPES_4fcfg_internalgraphics) \
$(FILTERS_4fcfg_internalgraphics) \
$(FRAMELOADERS_4fcfg_internalgraphics) \
$(CONTENTHANDLERS_4fcfg_internalgraphics)
# do not add internal filter
# ALL_UI_FILTERS+=
# do not add internal filter
# ALL_PACKAGES+=internalgraphics
filter/source/config/fragments/fcfg_math.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=math
# -----------------------------------------------
# count = 5
T4_MATH = \
math_MathML_XML_Math \
math_MathType_3x \
math_StarOffice_XML_Math \
pdf_Portable_Document_Format \
math8
# -----------------------------------------------
# count = 5
F4_MATH = \
MathML_XML__Math_ \
MathType_3_x \
StarOffice_XML__Math_ \
math_pdf_Export \
math8
# -----------------------------------------------
# count = 2
F4_UI_MATH = \
StarOffice_XML__Math__ui \
math8_ui
# -----------------------------------------------
# count = 0
L4_MATH =
# -----------------------------------------------
# count = 0
C4_MATH =
# -----------------------------------------------
TYPES_4fcfg_math = $(foreach,i,$(T4_MATH) types$/$i.xcu )
FILTERS_4fcfg_math = $(foreach,i,$(F4_MATH) filters$/$i.xcu )
UI_FILTERS_4fcfg_math = $(foreach,i,$(F4_UI_MATH) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_math = $(foreach,i,$(L4_MATH) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_math = $(foreach,i,$(C4_MATH) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_math = \
$(TYPES_4fcfg_math) \
$(FILTERS_4fcfg_math) \
$(UI_FILTERS_4fcfg_math) \
$(FRAMELOADERS_4fcfg_math) \
$(CONTENTHANDLERS_4fcfg_math)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_math)
ALL_PACKAGES+=math
filter/source/config/fragments/fcfg_math_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=math_bf
# -----------------------------------------------
# count = 4
T4_MATH_BF = \
math_StarMath_20 \
math_StarMath_30 \
math_StarMath_40 \
math_StarMath_50
# -----------------------------------------------
# count = 4
F4_MATH_BF = \
StarMath_2_0 \
StarMath_3_0 \
StarMath_4_0 \
StarMath_5_0
# -----------------------------------------------
# count = 0
F4_UI_MATH_BF =
# -----------------------------------------------
# count = 0
L4_MATH_BF =
# -----------------------------------------------
# count = 0
C4_MATH_BF =
# -----------------------------------------------
TYPES_4fcfg_math_bf = $(foreach,i,$(T4_MATH_BF) types$/$i.xcu )
FILTERS_4fcfg_math_bf = $(foreach,i,$(F4_MATH_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_math_bf = $(foreach,i,$(F4_UI_MATH_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_math_bf = $(foreach,i,$(L4_MATH_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_math_bf = $(foreach,i,$(C4_MATH_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_math_bf = \
$(TYPES_4fcfg_math_bf) \
$(FILTERS_4fcfg_math_bf) \
$(UI_FILTERS_4fcfg_math_bf) \
$(FRAMELOADERS_4fcfg_math_bf) \
$(CONTENTHANDLERS_4fcfg_math_bf)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_math_bf)
ALL_PACKAGES+=math_bf
filter/source/config/fragments/fcfg_palm.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=palm
# -----------------------------------------------
# count = 1
T4_PALM = \
writer_AportisDoc_PalmDB_File
# -----------------------------------------------
# count = 1
F4_PALM = \
AportisDoc_Palm_DB
# -----------------------------------------------
# count = 0
F4_UI_PALM =
# -----------------------------------------------
# count = 0
L4_PALM =
# -----------------------------------------------
# count = 0
C4_PALM =
# -----------------------------------------------
TYPES_4fcfg_palm = $(foreach,i,$(T4_PALM) types$/$i.xcu )
FILTERS_4fcfg_palm = $(foreach,i,$(F4_PALM) filters$/$i.xcu )
UI_FILTERS_4fcfg_palm = $(foreach,i,$(F4_UI_PALM) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_palm = $(foreach,i,$(L4_PALM) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_palm = $(foreach,i,$(C4_PALM) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_palm = \
$(TYPES_4fcfg_palm) \
$(FILTERS_4fcfg_palm) \
$(UI_FILTERS_4fcfg_palm) \
$(FRAMELOADERS_4fcfg_palm) \
$(CONTENTHANDLERS_4fcfg_palm)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_palm)
ALL_PACKAGES+=palm
filter/source/config/fragments/fcfg_pocketexcel.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=pocketexcel
# -----------------------------------------------
# count = 1
T4_POCKETEXCEL = \
calc_Pocket_Excel_File
# -----------------------------------------------
# count = 1
F4_POCKETEXCEL = \
Pocket_Excel
# -----------------------------------------------
# count = 0
F4_UI_POCKETEXCEL =
# -----------------------------------------------
# count = 0
L4_POCKETEXCEL =
# -----------------------------------------------
# count = 0
C4_POCKETEXCEL =
# -----------------------------------------------
TYPES_4fcfg_pocketexcel = $(foreach,i,$(T4_POCKETEXCEL) types$/$i.xcu )
FILTERS_4fcfg_pocketexcel = $(foreach,i,$(F4_POCKETEXCEL) filters$/$i.xcu )
UI_FILTERS_4fcfg_pocketexcel = $(foreach,i,$(F4_UI_POCKETEXCEL) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_pocketexcel = $(foreach,i,$(L4_POCKETEXCEL) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_pocketexcel = $(foreach,i,$(C4_POCKETEXCEL) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_pocketexcel = \
$(TYPES_4fcfg_pocketexcel) \
$(FILTERS_4fcfg_pocketexcel) \
$(UI_FILTERS_4fcfg_pocketexcel) \
$(FRAMELOADERS_4fcfg_pocketexcel) \
$(CONTENTHANDLERS_4fcfg_pocketexcel)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_pocketexcel)
ALL_PACKAGES+=pocketexcel
filter/source/config/fragments/fcfg_pocketword.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=pocketword
# -----------------------------------------------
# count = 1
T4_POCKETWORD = \
writer_PocketWord_File
# -----------------------------------------------
# count = 1
F4_POCKETWORD = \
PocketWord_File
# -----------------------------------------------
# count = 0
F4_UI_POCKETWORD =
# -----------------------------------------------
# count = 0
L4_POCKETWORD =
# -----------------------------------------------
# count = 0
C4_POCKETWORD =
# -----------------------------------------------
TYPES_4fcfg_pocketword = $(foreach,i,$(T4_POCKETWORD) types$/$i.xcu )
FILTERS_4fcfg_pocketword = $(foreach,i,$(F4_POCKETWORD) filters$/$i.xcu )
UI_FILTERS_4fcfg_pocketword = $(foreach,i,$(F4_UI_POCKETWORD) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_pocketword = $(foreach,i,$(L4_POCKETWORD) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_pocketword = $(foreach,i,$(C4_POCKETWORD) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_pocketword = \
$(TYPES_4fcfg_pocketword) \
$(FILTERS_4fcfg_pocketword) \
$(UI_FILTERS_4fcfg_pocketword) \
$(FRAMELOADERS_4fcfg_pocketword) \
$(CONTENTHANDLERS_4fcfg_pocketword)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_pocketword)
ALL_PACKAGES+=pocketword
filter/source/config/fragments/fcfg_web.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=web
# -----------------------------------------------
# count = 12
T4_WEB = \
writer_web_HTML \
writer_Text \
writer_web_HTML_help \
writer_StarOffice_XML_Writer \
writer_web_StarOffice_XML_Writer_Web_Template \
pdf_Portable_Document_Format\
writerweb8_writer_template
# -----------------------------------------------
# count = 14
F4_WEB = \
HTML \
Text__StarWriter_Web_ \
Text__encoded___StarWriter_Web_ \
writer_web_HTML_help \
writer_web_StarOffice_XML_Writer \
writer_web_StarOffice_XML_Writer_Web_Template \
writer_web_pdf_Export\
writerweb8_writer_template\
writerweb8_writer
# -----------------------------------------------
# count = 9
F4_UI_WEB = \
HTML_ui \
Text__StarWriter_Web__ui \
Text__encoded___StarWriter_Web__ui \
writer_web_StarOffice_XML_Writer_ui \
writer_web_StarOffice_XML_Writer_Web_Template_ui \
writerweb8_writer_template_ui \
writerweb8_writer_ui
# -----------------------------------------------
# count = 0
L4_WEB =
# -----------------------------------------------
# count = 0
C4_WEB =
# -----------------------------------------------
TYPES_4fcfg_web = $(foreach,i,$(T4_WEB) types$/$i.xcu )
FILTERS_4fcfg_web = $(foreach,i,$(F4_WEB) filters$/$i.xcu )
UI_FILTERS_4fcfg_web = $(foreach,i,$(F4_UI_WEB) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_web = $(foreach,i,$(L4_WEB) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_web = $(foreach,i,$(C4_WEB) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_web = \
$(TYPES_4fcfg_web) \
$(FILTERS_4fcfg_web) \
$(UI_FILTERS_4fcfg_web) \
$(FRAMELOADERS_4fcfg_web) \
$(CONTENTHANDLERS_4fcfg_web)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_web)
ALL_PACKAGES+=web
filter/source/config/fragments/fcfg_web_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=web_bf
# -----------------------------------------------
# count = 5
T4_WEB_BF = \
writer_StarWriter_30 \
writer_StarWriter_40 \
writer_StarWriter_50 \
writer_web_StarWriterWeb_40_VorlageTemplate \
writer_web_StarWriterWeb_50_VorlageTemplate
# -----------------------------------------------
# count = 5
F4_WEB_BF = \
StarWriter_3_0__StarWriter_Web_ \
StarWriter_4_0__StarWriter_Web_ \
StarWriter_5_0__StarWriter_Web_ \
StarWriter_Web_4_0_Vorlage_Template \
StarWriter_Web_5_0_Vorlage_Template
# -----------------------------------------------
# count = 2
F4_UI_WEB_BF = \
StarWriter_Web_4_0_Vorlage_Template_ui \
StarWriter_Web_5_0_Vorlage_Template_ui
# -----------------------------------------------
# count = 0
L4_WEB_BF =
# -----------------------------------------------
# count = 0
C4_WEB_BF =
# -----------------------------------------------
TYPES_4fcfg_web_bf = $(foreach,i,$(T4_WEB_BF) types$/$i.xcu )
FILTERS_4fcfg_web_bf = $(foreach,i,$(F4_WEB_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_web_bf = $(foreach,i,$(F4_UI_WEB_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_web_bf = $(foreach,i,$(L4_WEB_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_web_bf = $(foreach,i,$(C4_WEB_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_web_bf = \
$(TYPES_4fcfg_web_bf) \
$(FILTERS_4fcfg_web_bf) \
$(UI_FILTERS_4fcfg_web_bf) \
$(FRAMELOADERS_4fcfg_web_bf) \
$(CONTENTHANDLERS_4fcfg_web_bf)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_web_bf)
ALL_PACKAGES+=web_bf
filter/source/config/fragments/fcfg_writer.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=writer
# -----------------------------------------------
# count = 39
T4_WRITER = \
writer_web_HTML \
writer_Lotus_1_2_3_10_DOS_StarWriter \
writer_Lotus_1_2_3_10_WIN_StarWriter \
calc_MS_Excel_40 \
calc_MS_Excel_5095 \
calc_MS_Excel_95 \
writer_MS_WinWord_5 \
writer_MS_WinWord_60 \
writer_MS_Word_95 \
writer_MS_Word_95_Vorlage \
writer_MS_Word_97 \
writer_MS_Word_97_Vorlage \
writer_Rich_Text_Format \
writer_StarOffice_XML_Writer \
writer_WordPerfect_Document \
writer_MS_Works_Document \
writer_T602_Document \
writer_LotusWordPro_Document \
writer_Text \
writer_Text_encoded \
writer_MIZI_Hwp_97 \
writer_StarOffice_XML_Writer_Template \
pdf_Portable_Document_Format\
writer8_template\
writer8 \
writer_MS_Word_2003_XML \
writer_MS_Word_2007_XML \
writer_MS_Word_2007_XML_Template \
writer_OOXML \
writer_OOXML_Template \
writer_layout_dump_xml
# -----------------------------------------------
# count = 39
F4_WRITER = \
HTML__StarWriter_ \
Lotus_1_2_3_1_0__DOS___StarWriter_ \
Lotus_1_2_3_1_0__WIN___StarWriter_ \
MS_Excel_4_0__StarWriter_ \
MS_Excel_5_0__StarWriter_ \
MS_Excel_95__StarWriter_ \
MS_WinWord_5 \
MS_WinWord_6_0 \
MS_Word_95 \
MS_Word_95_Vorlage \
MS_Word_97 \
MS_Word_97_Vorlage \
Rich_Text_Format \
StarOffice_XML__Writer_ \
WordPerfect \
MS_Works \
T602Document \
LotusWordPro \
Text \
Text__encoded_ \
writer_MIZI_Hwp_97 \
writer_StarOffice_XML_Writer_Template \
writer_pdf_Export\
writer8\
writer8_template \
MS_Word_2003_XML \
MS_Word_2007_XML \
MS_Word_2007_XML_Template \
OOXML_Text \
OOXML_Text_Template \
writer_layout_dump
# -----------------------------------------------
# count = 14
F4_UI_WRITER = \
HTML__StarWriter__ui \
MS_Word_95_Vorlage_ui \
MS_Word_97_Vorlage_ui \
StarOffice_XML__Writer__ui \
Text_ui \
Text__encoded__ui \
writer_StarOffice_XML_Writer_Template_ui \
writer8_ui \
writer8_template_ui \
MS_Word_2003_XML_ui \
MS_Word_2007_XML_ui \
MS_Word_2007_XML_Template_ui \
OOXML_Text_ui \
OOXML_Text_Template_ui
# -----------------------------------------------
# count = 0
L4_WRITER =
# -----------------------------------------------
# count = 0
C4_WRITER =
# -----------------------------------------------
TYPES_4fcfg_writer = $(foreach,i,$(T4_WRITER) types$/$i.xcu )
FILTERS_4fcfg_writer = $(foreach,i,$(F4_WRITER) filters$/$i.xcu )
UI_FILTERS_4fcfg_writer = $(foreach,i,$(F4_UI_WRITER) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_writer = $(foreach,i,$(L4_WRITER) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_writer = $(foreach,i,$(C4_WRITER) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_writer = \
$(TYPES_4fcfg_writer) \
$(FILTERS_4fcfg_writer) \
$(UI_FILTERS_4fcfg_writer) \
$(FRAMELOADERS_4fcfg_writer) \
$(CONTENTHANDLERS_4fcfg_writer)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_writer)
ALL_PACKAGES+=writer
filter/source/config/fragments/fcfg_writer_bf.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=writer_bf
# -----------------------------------------------
# count = 9
T4_WRITER_BF = \
writer_StarWriter_10 \
writer_StarWriter_20 \
writer_StarWriter_30 \
writer_StarWriter_30_VorlageTemplate \
writer_StarWriter_40 \
writer_StarWriter_40_VorlageTemplate \
writer_StarWriter_50 \
writer_StarWriter_50_VorlageTemplate \
writer_StarWriter_DOS
# -----------------------------------------------
# count = 9
F4_WRITER_BF = \
StarWriter_1_0 \
StarWriter_2_0 \
StarWriter_3_0 \
StarWriter_3_0_Vorlage_Template \
StarWriter_4_0 \
StarWriter_4_0_Vorlage_Template \
StarWriter_5_0 \
StarWriter_5_0_Vorlage_Template \
StarWriter_DOS
# -----------------------------------------------
# count = 3
F4_UI_WRITER_BF = \
StarWriter_3_0_Vorlage_Template_ui \
StarWriter_4_0_Vorlage_Template_ui \
StarWriter_5_0_Vorlage_Template_ui \
# -----------------------------------------------
# count = 0
L4_WRITER_BF =
# -----------------------------------------------
# count = 0
C4_WRITER_BF =
# -----------------------------------------------
TYPES_4fcfg_writer_bf = $(foreach,i,$(T4_WRITER_BF) types$/$i.xcu )
FILTERS_4fcfg_writer_bf = $(foreach,i,$(F4_WRITER_BF) filters$/$i.xcu )
UI_FILTERS_4fcfg_writer_bf = $(foreach,i,$(F4_UI_WRITER_BF) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_writer_bf = $(foreach,i,$(L4_WRITER_BF) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_writer_bf = $(foreach,i,$(C4_WRITER_BF) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_writer_bf = \
$(TYPES_4fcfg_writer_bf) \
$(FILTERS_4fcfg_writer_bf) \
$(UI_FILTERS_4fcfg_writer_bf) \
$(FRAMELOADERS_4fcfg_writer_bf) \
$(CONTENTHANDLERS_4fcfg_writer_bf)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_writer_bf)
ALL_PACKAGES+=writer_bf
filter/source/config/fragments/fcfg_xslt.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
all_fragments+=xslt
# -----------------------------------------------
# count = 5
T4_XSLT = \
calc_ODS_FlatXML \
draw_ODG_FlatXML \
impress_ODP_FlatXML \
writer_DocBook_File \
writer_ODT_FlatXML \
XHTML_File \
Unified_Office_Format_text \
Unified_Office_Format_spreadsheet \
Unified_Office_Format_presentation
# -----------------------------------------------
# count = 8
F4_XSLT = \
DocBook_File \
ODG_FlatXML \
ODP_FlatXML \
ODS_FlatXML \
ODT_FlatXML \
XHTML_Calc_File \
XHTML_Draw_File \
XHTML_Impress_File \
XHTML_Writer_File \
UOF_text \
UOF_spreadsheet \
UOF_presentation
# -----------------------------------------------
# count = 0
F4_UI_XSLT =
# -----------------------------------------------
# count = 0
L4_XSLT =
# -----------------------------------------------
# count = 0
C4_XSLT =
# -----------------------------------------------
TYPES_4fcfg_xslt = $(foreach,i,$(T4_XSLT) types$/$i.xcu )
FILTERS_4fcfg_xslt = $(foreach,i,$(F4_XSLT) filters$/$i.xcu )
UI_FILTERS_4fcfg_xslt = $(foreach,i,$(F4_UI_XSLT) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_xslt = $(foreach,i,$(L4_XSLT) frameloaders$/$i.xcu )
CONTENTHANDLERS_4fcfg_xslt = $(foreach,i,$(C4_XSLT) contenthandlers$/$i.xcu )
# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_xslt = \
$(TYPES_4fcfg_xslt) \
$(FILTERS_4fcfg_xslt) \
$(UI_FILTERS_4fcfg_xslt) \
$(FRAMELOADERS_4fcfg_xslt) \
$(CONTENTHANDLERS_4fcfg_xslt)
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_xslt)
ALL_PACKAGES+=xslt
filter/source/config/fragments/filters/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
TARGET
=
FCFGPkgFilters
PRJNAME
=
filter
# -----------------------------------------------------------------------------
# include global settings
# -----------------------------------------------------------------------------
.INCLUDE
:
settings.mk
# -----------------------------------------------------------------------------
# include all package definition files
# -----------------------------------------------------------------------------
.INCLUDE
:
..$/packagedef.mk
.INCLUDE
:
target.mk
ALLTAR
:
$(ALL_UI_FILTERS)
.IF
"$(WITH_LANG)"
!=
""
$(DIR_LOCFRAG)$/filters$/%.xcu
:
%.xcu
-$(MKDIRHIER) $(@
:
d)
$(WRAPCMD) $(CFGEX) -p $(PRJNAME) -i $(@
:
f) -o $@ -m $(LOCALIZESDF) -l all
.IF
"$(ALL_UI_FILTERS)"
!=
""
$(ALL_UI_FILTERS)
:
$(LOCALIZESDF)
.ENDIF
# "$(ALL_UI_FILTERS)"!=""
.ENDIF
# "$(WITH_LANG)"!=""
filter/source/config/fragments/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
This diff is collapsed.
Click to expand it.
filter/source/config/fragments/packagedef.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
DIR_FILTERCFGOUT := $(MISC)$/filters
.IF "$(WITH_LANG)"!=""
DIR_LOCFRAG := $(DIR_FILTERCFGOUT)$/ui$/fragments
.ELSE # "$(WITH_LANG)"!=""
DIR_LOCFRAG := $(PRJ)$/source$/config$/fragments
.ENDIF # "$(WITH_LANG)"!=""
DIR_LOCMERGE := $(DIR_FILTERCFGOUT)$/ui$/merge
DIR_LANGPACK := $(DIR_FILTERCFGOUT)$/ui$/langpacks
DIR_MODPACKS := $(DIR_FILTERCFGOUT)$/modulepacks
INCLUDE_FRAGMENTS = \
$(PRJ)$/source$/config$/fragments$/fcfg_base.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_database.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_writer.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_web.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_global.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_calc.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_draw.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_impress.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_database.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_chart.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_math.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_xslt.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_palm.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_pocketword.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_pocketexcel.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_drawgraphics.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_impressgraphics.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_internalgraphics.mk
.IF "$(WITH_BINFILTER)" != "NO"
INCLUDE_FRAGMENTS += \
$(PRJ)$/source$/config$/fragments$/fcfg_writer_bf.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_web_bf.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_global_bf.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_calc_bf.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_draw_bf.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_impress_bf.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_chart_bf.mk \
$(PRJ)$/source$/config$/fragments$/fcfg_math_bf.mk
.ENDIF
.INCLUDE: $(INCLUDE_FRAGMENTS)
filter/source/config/fragments/types/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
2bf365dc
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
TARGET
=
FCFGPkgTypes
PRJNAME
=
filter
# -----------------------------------------------------------------------------
# include global settings
# -----------------------------------------------------------------------------
.INCLUDE
:
settings.mk
# -----------------------------------------------------------------------------
# build nothing!
# This makefile is a fake, to force localization of types
# in combination with our data base tool!
# -----------------------------------------------------------------------------
TYPES_LIST
=
\
$(BIN)$/
dummy.dummy
.INCLUDE
:
target.mk
.IF
"$(SOLAR_JAVA)"
!=
""
ALLTAR
:
$(TYPES_LIST)
.ENDIF
$(TYPES_LIST)
:
@echo
"localize types ..."
solenv/gbuild/gbuild.mk
Dosyayı görüntüle @
d1248e24
...
...
@@ -331,6 +331,14 @@ gb_XSLTPROCTARGET := $(call gb_Executable_get_target_for_build,xsltproc)
gb_XSLTPROC := $(gb_XSLTPROCPRECOMMAND) $(gb_XSLTPROCTARGET)
endif
ifeq ($(SYSTEM_PYTHON),YES)
gb_PYTHONTARGET :=
gb_PYTHON := python
else
gb_PYTHONTARGET := $(OUTDIR)/bin/python
gb_PYTHON := $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
endif
export gb_AWK
export gb_XSLTPROC
export GBUILDDIR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment