summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:33:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:33:43 +0000
commit093e7032285a01034eca27f00a8c21d056df49bf (patch)
tree4349dcedf3182fc58cb7eac424a8b87f1e6b1d0c
parent7a05014f151af4e644b933c74b06844e79df8cd7 (diff)
INTEGRATION: CWS native151 (1.1.2); FILE ADDED
2008/05/06 16:04:29 is 1.1.2.1: #i79800# binfilter into an own package
-rw-r--r--filter/source/config/fragments/fcfg_math_bf.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/filter/source/config/fragments/fcfg_math_bf.mk b/filter/source/config/fragments/fcfg_math_bf.mk
new file mode 100644
index 000000000000..f01fb997653b
--- /dev/null
+++ b/filter/source/config/fragments/fcfg_math_bf.mk
@@ -0,0 +1,50 @@
+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
+