makefile.mk (26f17024) makefile.mk (508394c9)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 58 unchanged lines hidden (view full) ---

67 component/cui/util/cui \
68 component/drawinglayer/drawinglayer \
69 component/dbaccess/source/ext/adabas/adabasui \
70 component/dbaccess/source/ext/macromigration/dbmm \
71 component/dbaccess/source/filter/xml/dbaxml \
72 component/dbaccess/util/dba \
73 component/dbaccess/util/dbu \
74 component/dbaccess/util/sdbt \
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 58 unchanged lines hidden (view full) ---

67 component/cui/util/cui \
68 component/drawinglayer/drawinglayer \
69 component/dbaccess/source/ext/adabas/adabasui \
70 component/dbaccess/source/ext/macromigration/dbmm \
71 component/dbaccess/source/filter/xml/dbaxml \
72 component/dbaccess/util/dba \
73 component/dbaccess/util/dbu \
74 component/dbaccess/util/sdbt \
75 component/embeddedobj/util/embobj \
75 component/eventattacher/source/evtatt \
76 component/fileaccess/util/fileacc \
77 component/formula/util/for \
78 component/framework/util/fwk \
79 component/framework/util/fwl \
80 component/framework/util/fwm \
81 component/io/source/acceptor/acceptor \
82 component/io/source/connector/connector \

--- 44 unchanged lines hidden (view full) ---

127 date \
128 dbase \
129 dbp \
130 dbpool2 \
131 dbtools \
132 deployment \
133 deploymentgui \
134 dlgprov \
76 component/eventattacher/source/evtatt \
77 component/fileaccess/util/fileacc \
78 component/formula/util/for \
79 component/framework/util/fwk \
80 component/framework/util/fwl \
81 component/framework/util/fwm \
82 component/io/source/acceptor/acceptor \
83 component/io/source/connector/connector \

--- 44 unchanged lines hidden (view full) ---

128 date \
129 dbase \
130 dbp \
131 dbpool2 \
132 dbtools \
133 deployment \
134 deploymentgui \
135 dlgprov \
135 embobj \
136 filterconfig1 \
137 flash \
138 flat \
139 fpicker \
140 fps_office \
141 frm \
142 guesslang \
143 i18npool \

--- 90 unchanged lines hidden (view full) ---

234.IF "$(ENABLE_HUNSPELL)" == "YES"
235my_components += spell
236.END
237
238.IF "$(SYSTEM_LIBWPD)" == "YES"
239my_components += wpft
240.END
241
136 filterconfig1 \
137 flash \
138 flat \
139 fpicker \
140 fps_office \
141 frm \
142 guesslang \
143 i18npool \

--- 90 unchanged lines hidden (view full) ---

234.IF "$(ENABLE_HUNSPELL)" == "YES"
235my_components += spell
236.END
237
238.IF "$(SYSTEM_LIBWPD)" == "YES"
239my_components += wpft
240.END
241
242.IF "$(DISABLE_ATL)" == ""
242.IF "$(OS)" == "WNT"
243my_components += emboleobj.windows
244.ELSE
243my_components += emboleobj
244.END
245
246.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
247my_components += component/canvas/source/cairo/cairocanvas
248.END
249
250.IF "$(ENABLE_GCONF)" != ""

--- 170 unchanged lines hidden ---
245my_components += emboleobj
246.END
247
248.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
249my_components += component/canvas/source/cairo/cairocanvas
250.END
251
252.IF "$(ENABLE_GCONF)" != ""

--- 170 unchanged lines hidden ---