summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:33:18 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:33:18 +0000
commit7a05014f151af4e644b933c74b06844e79df8cd7 (patch)
treef5666685eace7c278ed39243ad25c04ed4c633d7 /filter/source/config/fragments
parent309d2dbc130e3a086babd1149a00f6ec53758df5 (diff)
INTEGRATION: CWS native151 (1.1.2); FILE ADDED
2008/05/06 15:59:23 is 1.1.2.1: #i79800# binfilter into an own package
Diffstat (limited to 'filter/source/config/fragments')
-rw-r--r--filter/source/config/fragments/fcfg_impress_bf.mk66
1 files changed, 66 insertions, 0 deletions
diff --git a/filter/source/config/fragments/fcfg_impress_bf.mk b/filter/source/config/fragments/fcfg_impress_bf.mk
new file mode 100644
index 000000000000..050aeccff300
--- /dev/null
+++ b/filter/source/config/fragments/fcfg_impress_bf.mk
@@ -0,0 +1,66 @@
+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
+