summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_math.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/fragments/fcfg_math.mk')
-rw-r--r--filter/source/config/fragments/fcfg_math.mk55
1 files changed, 55 insertions, 0 deletions
diff --git a/filter/source/config/fragments/fcfg_math.mk b/filter/source/config/fragments/fcfg_math.mk
new file mode 100644
index 000000000000..07747769b66a
--- /dev/null
+++ b/filter/source/config/fragments/fcfg_math.mk
@@ -0,0 +1,55 @@
+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
+