summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk59
1 files changed, 30 insertions, 29 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index d71cf409276c..96288ba09f1a 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -48,14 +48,15 @@ my_components = \
bib \
cached1 \
calc \
- canvasfactory \
component/chart2/source/controller/chartcontroller \
component/chart2/source/model/chartmodel \
component/chart2/source/tools/charttools \
component/chart2/source/view/chartview \
+ component/canvas/source/factory/canvasfactory \
+ component/canvas/source/simplecanvas/simplecanvas \
+ component/canvas/source/vcl/vclcanvas \
component/comphelper/util/comphelp \
component/cui/util/cui \
- component/dbaccess/source/ext/adabas/adabasui \
component/dbaccess/source/ext/macromigration/dbmm \
component/dbaccess/source/filter/xml/dbaxml \
component/dbaccess/util/dba \
@@ -68,11 +69,14 @@ my_components = \
component/framework/util/fwl \
component/framework/util/fwm \
component/hwpfilter/source/hwp \
+ component/linguistic/source/lng \
component/lotuswordpro/util/lwpfilter \
component/oox/util/oox \
component/reportdesign/util/rpt \
component/reportdesign/util/rptui \
component/reportdesign/util/rptxml \
+ component/sax/source/expatwrap/expwrap \
+ component/sax/source/fastparser/fastsax \
component/sc/util/sc \
component/sc/util/scd \
component/sc/util/scfilt \
@@ -103,10 +107,10 @@ my_components = \
component/unoxml/source/rdf/unordf \
component/unoxml/source/service/unoxml \
component/vbahelper/util/msforms \
- component/vcl/vcl \
component/writerfilter/util/writerfilter \
component/xmloff/source/transform/xof \
component/xmloff/util/xo \
+ component/xmlscript/util/xcr \
configmgr \
ctl \
date \
@@ -119,7 +123,6 @@ my_components = \
dlgprov \
embobj \
evtatt \
- fastsax \
filterconfig1 \
flash \
flat \
@@ -129,13 +132,11 @@ my_components = \
hyphen \
i18npool \
i18nsearch \
- lng \
lnth \
localebe1 \
log \
mcnttype \
migrationoo2 \
- mtfrenderer \
msfilter \
msworksfilter \
mysql \
@@ -149,12 +150,10 @@ my_components = \
placeware \
protocolhandler \
res \
- sax \
sb \
scn \
scriptframe \
sdbc2 \
- simplecanvas \
solver \
spell \
spl \
@@ -178,11 +177,9 @@ my_components = \
updchk.uno \
uui \
vbaevents \
- vclcanvas \
visiofilter \
wpft \
wpgfilter \
- xcr \
xmlfa \
xmlfd \
xmx \
@@ -210,8 +207,8 @@ my_components += emboleobj
my_components += ucpdav1
.END
-.IF "$(ENABLE_CAIRO)" == "TRUE"
-my_components += cairocanvas
+.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
+my_components += component/canvas/source/cairo/cairocanvas
.END
.IF "$(ENABLE_GCONF)" != ""
@@ -258,16 +255,16 @@ my_components += \
XMergeBridge \
XSLTFilter.jar \
XSLTValidate \
- agenda \
- fax \
- form \
+ component/wizards/com/sun/star/wizards/agenda/agenda \
+ component/wizards/com/sun/star/wizards/fax/fax \
+ component/wizards/com/sun/star/wizards/form/form \
hsqldb \
jdbc \
- letter \
- query \
- report \
- table \
- web
+ component/wizards/com/sun/star/wizards/letter/letter \
+ component/wizards/com/sun/star/wizards/query/query \
+ component/wizards/com/sun/star/wizards/report/report \
+ component/wizards/com/sun/star/wizards/table/table \
+ component/wizards/com/sun/star/wizards/web/web
.END
.IF "$(WITH_BINFILTER)" != "NO"
@@ -294,7 +291,8 @@ my_components += \
avmediaQuickTime \
fps_aqua \
macab1 \
- macbe1
+ macbe1 \
+ component/vcl/vcl.macosx
.END
.IF "$(OS)" == "WNT"
@@ -308,7 +306,14 @@ my_components += \
java_uno_accessbridge \
smplmail \
sysdtrans \
- wininetbe1
+ wininetbe1 \
+ component/vcl/vcl.windows
+.END
+
+.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT"
+my_components += \
+ desktopbe1 \
+ component/vcl/vcl.unx
.END
.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
@@ -320,12 +325,12 @@ my_components += \
.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
my_components += \
avmediawin \
- directx9canvas \
- gdipluscanvas
+ component/canvas/source/directx/directx9canvas \
+ component/canvas/source/directx/gdipluscanvas
.END
.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != ""
-my_components += directx5canvas
+my_components += component/canvas/source/directx/directx5canvas
.END
.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \
@@ -340,10 +345,6 @@ my_components += mozab
my_components += mozbootstrap
.END
-.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT"
-my_components += desktopbe1
-.END
-
.IF "$(GTK_TWO_FOUR)" != ""
my_components += fps_gnome
.END