do not require $(SRCDIR) in every gb_Library_set_precompiled_header
Change-Id: I7b3a22584bb2e4d501f509ffcd80929feed23a4c Reviewed-on: https://gerrit.libreoffice.org/79360 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
This commit is contained in:
parent
e2372c4bef
commit
42af04bf24
87 changed files with 87 additions and 87 deletions
|
@ -15,7 +15,7 @@ $(eval $(call gb_Library_set_include,acc,\
|
|||
-I$(SRCDIR)/accessibility/source/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,acc,$(SRCDIR)/accessibility/inc/pch/precompiled_acc))
|
||||
$(eval $(call gb_Library_set_precompiled_header,acc,accessibility/inc/pch/precompiled_acc))
|
||||
|
||||
$(eval $(call gb_Library_use_external,acc,boost_headers))
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ $(eval $(call gb_Library_use_custom_headers,basctl,\
|
|||
officecfg/registry \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,basctl,$(SRCDIR)/basctl/inc/pch/precompiled_basctl))
|
||||
$(eval $(call gb_Library_set_precompiled_header,basctl,basctl/inc/pch/precompiled_basctl))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,basctl))
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ $(eval $(call gb_Library_Library,basegfx))
|
|||
|
||||
$(eval $(call gb_Library_use_external,basegfx,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,basegfx,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx))
|
||||
$(eval $(call gb_Library_set_precompiled_header,basegfx,basegfx/inc/pch/precompiled_basegfx))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,basegfx))
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ $(eval $(call gb_Library_set_include,sb,\
|
|||
-I$(SRCDIR)/basic/source/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sb,$(SRCDIR)/basic/inc/pch/precompiled_sb))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sb,basic/inc/pch/precompiled_sb))
|
||||
|
||||
$(eval $(call gb_Library_use_external,sb,boost_headers))
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $(eval $(call gb_Library_set_include,chartcontroller,\
|
|||
-I$(SRCDIR)/chart2/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,chartcontroller,$(SRCDIR)/chart2/inc/pch/precompiled_chartcontroller))
|
||||
$(eval $(call gb_Library_set_precompiled_header,chartcontroller,chart2/inc/pch/precompiled_chartcontroller))
|
||||
|
||||
$(eval $(call gb_Library_use_external,chartcontroller,boost_headers))
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_add_defs,chartcore,\
|
|||
-DOOO_DLLIMPLEMENTATION_CHARTVIEW \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,chartcore,$(SRCDIR)/chart2/inc/pch/precompiled_chartcore))
|
||||
$(eval $(call gb_Library_set_precompiled_header,chartcore,chart2/inc/pch/precompiled_chartcore))
|
||||
|
||||
$(eval $(call gb_Library_use_externals,chartcore,\
|
||||
boost_headers \
|
||||
|
|
|
@ -30,7 +30,7 @@ $(eval $(call gb_Library_set_include,comphelper,\
|
|||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,comphelper,$(SRCDIR)/comphelper/inc/pch/precompiled_comphelper))
|
||||
$(eval $(call gb_Library_set_precompiled_header,comphelper,comphelper/inc/pch/precompiled_comphelper))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,comphelper,\
|
||||
-DCOMPHELPER_DLLIMPLEMENTATION \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,configmgr))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,configmgr,$(SRCDIR)/configmgr/inc/pch/precompiled_configmgr))
|
||||
$(eval $(call gb_Library_set_precompiled_header,configmgr,configmgr/inc/pch/precompiled_configmgr))
|
||||
|
||||
$(eval $(call gb_Library_add_exception_objects,configmgr, \
|
||||
configmgr/source/access \
|
||||
|
|
|
@ -21,7 +21,7 @@ $(eval $(call gb_Library_set_include,ado,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,ado,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,ado,$(SRCDIR)/connectivity/inc/pch/precompiled_ado))
|
||||
$(eval $(call gb_Library_set_precompiled_header,ado,connectivity/inc/pch/precompiled_ado))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,ado))
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_set_include,calc,\
|
|||
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,calc,$(SRCDIR)/connectivity/inc/pch/precompiled_calc))
|
||||
$(eval $(call gb_Library_set_precompiled_header,calc,connectivity/inc/pch/precompiled_calc))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,calc,\
|
||||
cppu \
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_set_include,dbase,\
|
|||
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbase,$(SRCDIR)/connectivity/inc/pch/precompiled_dbase))
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbase,connectivity/inc/pch/precompiled_dbase))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,dbase,\
|
||||
cppu \
|
||||
|
|
|
@ -18,7 +18,7 @@ $(eval $(call gb_Library_set_include,dbpool2,\
|
|||
-I$(SRCDIR)/connectivity/source/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbpool2,$(SRCDIR)/connectivity/inc/pch/precompiled_dbpool2))
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbpool2,connectivity/inc/pch/precompiled_dbpool2))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,dbpool2))
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_set_include,dbtools,\
|
|||
-I$(SRCDIR)/connectivity/source/inc \
|
||||
))
|
||||
|
||||
#$(eval $(call gb_Library_set_precompiled_header,dbtools,$(SRCDIR)/connectivity/inc/pch/precompiled_dbtools))
|
||||
#$(eval $(call gb_Library_set_precompiled_header,dbtools,connectivity/inc/pch/precompiled_dbtools))
|
||||
|
||||
$(eval $(call gb_Library_use_external,dbtools,boost_headers))
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ $(eval $(call gb_Library_add_defs,file,\
|
|||
-DOOO_DLLIMPLEMENTATION_FILE \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,file,$(SRCDIR)/connectivity/inc/pch/precompiled_file))
|
||||
$(eval $(call gb_Library_set_precompiled_header,file,connectivity/inc/pch/precompiled_file))
|
||||
|
||||
$(eval $(call gb_Library_set_include,file,\
|
||||
$$(INCLUDE) \
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_set_include,firebird_sdbc,\
|
|||
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,firebird_sdbc,$(SRCDIR)/connectivity/inc/pch/precompiled_firebird_sdbc))
|
||||
$(eval $(call gb_Library_set_precompiled_header,firebird_sdbc,connectivity/inc/pch/precompiled_firebird_sdbc))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,firebird_sdbc, \
|
||||
comphelper \
|
||||
|
|
|
@ -16,7 +16,7 @@ $(eval $(call gb_Library_use_external,flat,boost_headers))
|
|||
|
||||
$(eval $(call gb_Library_use_sdk_api,flat))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,flat,$(SRCDIR)/connectivity/inc/pch/precompiled_flat))
|
||||
$(eval $(call gb_Library_set_precompiled_header,flat,connectivity/inc/pch/precompiled_flat))
|
||||
|
||||
$(eval $(call gb_Library_set_include,flat,\
|
||||
$$(INCLUDE) \
|
||||
|
|
|
@ -22,7 +22,7 @@ $(eval $(call gb_Library_set_include,mysql_jdbc,\
|
|||
-I$(SRCDIR)/connectivity/source/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,mysql_jdbc,$(SRCDIR)/connectivity/inc/pch/precompiled_mysql))
|
||||
$(eval $(call gb_Library_set_precompiled_header,mysql_jdbc,connectivity/inc/pch/precompiled_mysql))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,mysql_jdbc,\
|
||||
cppu \
|
||||
|
|
|
@ -27,7 +27,7 @@ $(eval $(call gb_Library_add_defs,odbc,\
|
|||
-DSQL_WCHART_CONVERT) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,odbc,$(SRCDIR)/connectivity/inc/pch/precompiled_odbc))
|
||||
$(eval $(call gb_Library_set_precompiled_header,odbc,connectivity/inc/pch/precompiled_odbc))
|
||||
|
||||
$(eval $(call gb_Library_use_externals,odbc,\
|
||||
boost_headers \
|
||||
|
|
|
@ -15,7 +15,7 @@ $(eval $(call gb_Library_add_defs,postgresql-sdbc-impl,\
|
|||
-DPQ_SDBC_MICRO=2 \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,postgresql-sdbc-impl,$(SRCDIR)/connectivity/inc/pch/precompiled_postgresql-sdbc-impl))
|
||||
$(eval $(call gb_Library_set_precompiled_header,postgresql-sdbc-impl,connectivity/inc/pch/precompiled_postgresql-sdbc-impl))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,postgresql-sdbc-impl))
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ $(eval $(call gb_Library_add_defs,cppcanvas,\
|
|||
-DCPPCANVAS_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,cppcanvas,$(SRCDIR)/cppcanvas/inc/pch/precompiled_cppcanvas))
|
||||
$(eval $(call gb_Library_set_precompiled_header,cppcanvas,cppcanvas/inc/pch/precompiled_cppcanvas))
|
||||
|
||||
$(eval $(call gb_Library_use_external,cppcanvas,boost_headers))
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ $(eval $(call gb_Library_add_defs,cppuhelper,\
|
|||
-DCPPUHELPER_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,cppuhelper,$(SRCDIR)/cppuhelper/inc/pch/precompiled_cppuhelper))
|
||||
$(eval $(call gb_Library_set_precompiled_header,cppuhelper,cppuhelper/inc/pch/precompiled_cppuhelper))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,cppuhelper,\
|
||||
cppu \
|
||||
|
|
|
@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,cui,\
|
|||
-I$(SRCDIR)/cui/source/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,cui,$(SRCDIR)/cui/inc/pch/precompiled_cui))
|
||||
$(eval $(call gb_Library_set_precompiled_header,cui,cui/inc/pch/precompiled_cui))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,cui,\
|
||||
$(if $(filter TRUE,$(ENABLE_GTK)),-DENABLE_GTK) \
|
||||
|
|
|
@ -18,7 +18,7 @@ $(eval $(call gb_Library_set_include,dba,\
|
|||
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,dba,$(SRCDIR)/dbaccess/inc/pch/precompiled_dba))
|
||||
$(eval $(call gb_Library_set_precompiled_header,dba,dbaccess/inc/pch/precompiled_dba))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,dba,\
|
||||
-DOOO_DLLIMPLEMENTATION_DBA \
|
||||
|
|
|
@ -19,7 +19,7 @@ $(eval $(call gb_Library_use_externals,dbahsql,\
|
|||
boost_date_time \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbahsql,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbahsql))
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbahsql,dbaccess/inc/pch/precompiled_dbahsql))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,dbahsql))
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,dbaxml,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,dbaxml,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbaxml,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaxml))
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbaxml,dbaccess/inc/pch/precompiled_dbaxml))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,dbaxml))
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,dbu,\
|
|||
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbu,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbu))
|
||||
$(eval $(call gb_Library_set_precompiled_header,dbu,dbaccess/inc/pch/precompiled_dbu))
|
||||
|
||||
$(eval $(call gb_Library_use_custom_headers,dbu,\
|
||||
officecfg/registry \
|
||||
|
|
|
@ -18,7 +18,7 @@ $(eval $(call gb_Library_set_include,sdbt,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,sdbt,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sdbt,$(SRCDIR)/dbaccess/inc/pch/precompiled_sdbt))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sdbt,dbaccess/inc/pch/precompiled_sdbt))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,sdbt))
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ $(eval $(call gb_Library_set_include,deployment,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,deployment,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,deployment,$(SRCDIR)/desktop/inc/pch/precompiled_deployment))
|
||||
$(eval $(call gb_Library_set_precompiled_header,deployment,desktop/inc/pch/precompiled_deployment))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,deployment))
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ $(eval $(call gb_Library_set_include,deploymentgui,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,deploymentgui,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,deploymentgui,$(SRCDIR)/desktop/inc/pch/precompiled_deploymentgui))
|
||||
$(eval $(call gb_Library_set_precompiled_header,deploymentgui,desktop/inc/pch/precompiled_deploymentgui))
|
||||
|
||||
$(eval $(call gb_Library_use_custom_headers,deploymentgui,\
|
||||
officecfg/registry \
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_add_defs,deploymentmisc,\
|
|||
-DDESKTOP_DEPLOYMENTMISC_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,deploymentmisc,$(SRCDIR)/desktop/inc/pch/precompiled_deploymentmisc))
|
||||
$(eval $(call gb_Library_set_precompiled_header,deploymentmisc,desktop/inc/pch/precompiled_deploymentmisc))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,deploymentmisc,\
|
||||
comphelper \
|
||||
|
|
|
@ -53,7 +53,7 @@ $(eval $(call gb_Library_add_defs,sofficeapp,\
|
|||
$(if $(filter MACOSX,$(OS)),-DENABLE_QUICKSTART_APPLET) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sofficeapp,$(SRCDIR)/desktop/inc/pch/precompiled_sofficeapp))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sofficeapp,desktop/inc/pch/precompiled_sofficeapp))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,sofficeapp,\
|
||||
comphelper \
|
||||
|
|
|
@ -18,7 +18,7 @@ $(eval $(call gb_Library_add_defs,drawinglayer,\
|
|||
-DDRAWINGLAYER_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,drawinglayer,$(SRCDIR)/drawinglayer/inc/pch/precompiled_drawinglayer))
|
||||
$(eval $(call gb_Library_set_precompiled_header,drawinglayer,drawinglayer/inc/pch/precompiled_drawinglayer))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,drawinglayer,drawinglayer/drawinglayer))
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ $(eval $(call gb_Library_set_include,editeng,\
|
|||
|
||||
$(eval $(call gb_Library_use_custom_headers,editeng,editeng/generated))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,editeng,$(SRCDIR)/editeng/inc/pch/precompiled_editeng))
|
||||
$(eval $(call gb_Library_set_precompiled_header,editeng,editeng/inc/pch/precompiled_editeng))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,editeng,\
|
||||
-DEDITENG_DLLIMPLEMENTATION \
|
||||
|
|
|
@ -35,7 +35,7 @@ $(eval $(call gb_Library_use_custom_headers,emfio,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,emfio,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,emfio,$(SRCDIR)/emfio/inc/pch/precompiled_emfio))
|
||||
$(eval $(call gb_Library_set_precompiled_header,emfio,emfio/inc/pch/precompiled_emfio))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,emfio))
|
||||
|
||||
|
|
2
external/libcmis/StaticLibrary_libcmis.mk
vendored
2
external/libcmis/StaticLibrary_libcmis.mk
vendored
|
@ -11,7 +11,7 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,libcmis))
|
|||
|
||||
$(eval $(call gb_StaticLibrary_set_warnings_disabled,libcmis))
|
||||
|
||||
$(eval $(call gb_StaticLibrary_set_precompiled_header,libcmis,$(SRCDIR)/external/libcmis/inc/pch/precompiled_libcmis))
|
||||
$(eval $(call gb_StaticLibrary_set_precompiled_header,libcmis,external/libcmis/inc/pch/precompiled_libcmis))
|
||||
|
||||
ifeq ($(COM_IS_CLANG),TRUE)
|
||||
# Avoid narrowing conversion error (even though the option is technically a warning)
|
||||
|
|
2
external/libetonyek/Library_etonyek.mk
vendored
2
external/libetonyek/Library_etonyek.mk
vendored
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_use_externals,etonyek,\
|
|||
|
||||
$(eval $(call gb_Library_set_warnings_disabled,etonyek))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,etonyek,$(SRCDIR)/external/libetonyek/inc/pch/precompiled_etonyek))
|
||||
$(eval $(call gb_Library_set_precompiled_header,etonyek,external/libetonyek/inc/pch/precompiled_etonyek))
|
||||
|
||||
$(eval $(call gb_Library_set_include,etonyek,\
|
||||
-I$(call gb_UnpackedTarball_get_dir,libetonyek)/inc \
|
||||
|
|
2
external/libmwaw/Library_mwaw.mk
vendored
2
external/libmwaw/Library_mwaw.mk
vendored
|
@ -17,7 +17,7 @@ $(eval $(call gb_Library_use_externals,mwaw,\
|
|||
|
||||
$(eval $(call gb_Library_set_warnings_disabled,mwaw))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,mwaw,$(SRCDIR)/external/libmwaw/inc/pch/precompiled_mwaw))
|
||||
$(eval $(call gb_Library_set_precompiled_header,mwaw,external/libmwaw/inc/pch/precompiled_mwaw))
|
||||
|
||||
$(eval $(call gb_Library_set_include,mwaw,\
|
||||
-I$(call gb_UnpackedTarball_get_dir,libmwaw)/inc \
|
||||
|
|
2
external/pdfium/Library_pdfium.mk
vendored
2
external/pdfium/Library_pdfium.mk
vendored
|
@ -13,7 +13,7 @@ $(eval $(call gb_Library_use_unpacked,pdfium,pdfium))
|
|||
|
||||
$(eval $(call gb_Library_set_warnings_disabled,pdfium))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,pdfium,$(SRCDIR)/external/pdfium/inc/pch/precompiled_pdfium))
|
||||
$(eval $(call gb_Library_set_precompiled_header,pdfium,external/pdfium/inc/pch/precompiled_pdfium))
|
||||
|
||||
$(eval $(call gb_Library_set_include,pdfium,\
|
||||
-I$(call gb_UnpackedTarball_get_dir,pdfium) \
|
||||
|
|
|
@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,frm,\
|
|||
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,frm,$(SRCDIR)/forms/inc/pch/precompiled_frm))
|
||||
$(eval $(call gb_Library_set_precompiled_header,frm,forms/inc/pch/precompiled_frm))
|
||||
|
||||
$(eval $(call gb_Library_use_api,frm,\
|
||||
offapi \
|
||||
|
|
|
@ -33,7 +33,7 @@ $(eval $(call gb_Library_use_sdk_api,fwe))
|
|||
|
||||
$(eval $(call gb_Library_use_external,fwe,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwe,$(SRCDIR)/framework/inc/pch/precompiled_fwe))
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwe,framework/inc/pch/precompiled_fwe))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,fwe,\
|
||||
comphelper \
|
||||
|
|
|
@ -33,7 +33,7 @@ $(eval $(call gb_Library_set_include,fwi,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,fwi,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwi,$(SRCDIR)/framework/inc/pch/precompiled_fwi))
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwi,framework/inc/pch/precompiled_fwi))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,fwi,\
|
||||
comphelper \
|
||||
|
|
|
@ -27,7 +27,7 @@ $(eval $(call gb_Library_set_include,fwk,\
|
|||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwk,$(SRCDIR)/framework/inc/pch/precompiled_fwk))
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwk,framework/inc/pch/precompiled_fwk))
|
||||
|
||||
$(eval $(call gb_Library_use_external,fwk,boost_headers))
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ $(eval $(call gb_Library_set_include,fwl,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,fwl,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwl,$(SRCDIR)/framework/inc/pch/precompiled_fwl))
|
||||
$(eval $(call gb_Library_set_precompiled_header,fwl,framework/inc/pch/precompiled_fwl))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,fwl))
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ $(eval $(call gb_Library_use_externals,hwp,\
|
|||
zlib \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,hwp,$(SRCDIR)/hwpfilter/inc/pch/precompiled_hwp))
|
||||
$(eval $(call gb_Library_set_precompiled_header,hwp,hwpfilter/inc/pch/precompiled_hwp))
|
||||
|
||||
ifeq ($(OS),WNT)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $(eval $(call gb_Library_set_include,lwpft, \
|
|||
-I$(SRCDIR)/lotuswordpro/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,lwpft,$(SRCDIR)/lotuswordpro/inc/pch/precompiled_lwpft))
|
||||
$(eval $(call gb_Library_set_precompiled_header,lwpft,lotuswordpro/inc/pch/precompiled_lwpft))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,lwpft,\
|
||||
comphelper \
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,oox))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,oox,$(SRCDIR)/oox/inc/pch/precompiled_oox))
|
||||
$(eval $(call gb_Library_set_precompiled_header,oox,oox/inc/pch/precompiled_oox))
|
||||
|
||||
$(eval $(call gb_Library_use_custom_headers,oox,oox/generated))
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ $(eval $(call gb_Library_add_defs,package2,\
|
|||
-DDLLIMPLEMENTATION_PACKAGE \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,package2,$(SRCDIR)/package/inc/pch/precompiled_package2))
|
||||
$(eval $(call gb_Library_set_precompiled_header,package2,package/inc/pch/precompiled_package2))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,package2,\
|
||||
comphelper \
|
||||
|
|
|
@ -16,7 +16,7 @@ $(eval $(call gb_Library_set_include,xstor,\
|
|||
-I$(SRCDIR)/package/inc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,xstor,$(SRCDIR)/package/inc/pch/precompiled_xstor))
|
||||
$(eval $(call gb_Library_set_precompiled_header,xstor,package/inc/pch/precompiled_xstor))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,xstor))
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ $(eval $(call gb_Library_add_defs,rpt,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,rpt,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,rpt,$(SRCDIR)/reportdesign/inc/pch/precompiled_rpt))
|
||||
$(eval $(call gb_Library_set_precompiled_header,rpt,reportdesign/inc/pch/precompiled_rpt))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,rpt))
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ $(eval $(call gb_Library_set_include,rptui,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,rptui,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,rptui,$(SRCDIR)/reportdesign/inc/pch/precompiled_rptui))
|
||||
$(eval $(call gb_Library_set_precompiled_header,rptui,reportdesign/inc/pch/precompiled_rptui))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,rptui))
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,rptxml,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,rptxml,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,rptxml,$(SRCDIR)/reportdesign/inc/pch/precompiled_rptxml))
|
||||
$(eval $(call gb_Library_set_precompiled_header,rptxml,reportdesign/inc/pch/precompiled_rptxml))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,rptxml))
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ $(eval $(call gb_Library_Library,sal))
|
|||
|
||||
$(eval $(call gb_Library_set_soversion_script,sal,$(SRCDIR)/sal/util/sal.map))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sal,$(SRCDIR)/sal/inc/pch/precompiled_sal))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sal,sal/inc/pch/precompiled_sal))
|
||||
|
||||
$(eval $(call gb_Library_set_include,sal,\
|
||||
$$(INCLUDE) \
|
||||
|
|
|
@ -13,7 +13,7 @@ $(eval $(call gb_Library_add_sdi_headers,sc,sc/sdi/scslots))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,sc,sc/util/sc))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sc,$(SRCDIR)/sc/inc/pch/precompiled_sc))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sc,sc/inc/pch/precompiled_sc))
|
||||
|
||||
$(eval $(call gb_Library_set_include,sc,\
|
||||
-I$(SRCDIR)/sc/source/core/inc \
|
||||
|
|
|
@ -19,7 +19,7 @@ $(eval $(call gb_Library_set_include,scfilt,\
|
|||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,scfilt,$(SRCDIR)/sc/inc/pch/precompiled_scfilt))
|
||||
$(eval $(call gb_Library_set_precompiled_header,scfilt,sc/inc/pch/precompiled_scfilt))
|
||||
|
||||
$(eval $(call gb_Library_use_api,scfilt,\
|
||||
udkapi \
|
||||
|
|
|
@ -22,7 +22,7 @@ $(eval $(call gb_Library_use_custom_headers,scui,\
|
|||
officecfg/registry \
|
||||
)) \
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,scui,$(SRCDIR)/sc/inc/pch/precompiled_scui))
|
||||
$(eval $(call gb_Library_set_precompiled_header,scui,sc/inc/pch/precompiled_scui))
|
||||
|
||||
$(eval $(call gb_Library_use_custom_headers,scui,\
|
||||
officecfg/registry \
|
||||
|
|
|
@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,vbaobj,\
|
|||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,vbaobj,$(SRCDIR)/sc/inc/pch/precompiled_vbaobj))
|
||||
$(eval $(call gb_Library_set_precompiled_header,vbaobj,sc/inc/pch/precompiled_vbaobj))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,vbaobj,sc/util/vbaobj))
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,sd))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sd,$(SRCDIR)/sd/inc/pch/precompiled_sd))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sd,sd/inc/pch/precompiled_sd))
|
||||
|
||||
# runtime dependency for unit tests
|
||||
$(eval $(call gb_Library_use_package,sd,sd_xml))
|
||||
|
|
|
@ -32,7 +32,7 @@ $(eval $(call gb_Library_use_custom_headers,sdui,\
|
|||
officecfg/registry \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sdui,$(SRCDIR)/sd/inc/pch/precompiled_sdui))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sdui,sd/inc/pch/precompiled_sdui))
|
||||
|
||||
$(eval $(call gb_Library_use_external,sdui,boost_headers))
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ $(eval $(call gb_Library_Library,PresentationMinimizer))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,PresentationMinimizer,sdext/source/minimizer/minimizer))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,PresentationMinimizer,$(SRCDIR)/sdext/inc/pch/precompiled_PresentationMinimizer))
|
||||
$(eval $(call gb_Library_set_precompiled_header,PresentationMinimizer,sdext/inc/pch/precompiled_PresentationMinimizer))
|
||||
|
||||
$(eval $(call gb_Library_use_externals,PresentationMinimizer,\
|
||||
boost_headers \
|
||||
|
|
|
@ -11,7 +11,7 @@ $(eval $(call gb_Library_Library,PresenterScreen))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,PresenterScreen,sdext/source/presenter/presenter))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,PresenterScreen,$(SRCDIR)/sdext/inc/pch/precompiled_PresenterScreen))
|
||||
$(eval $(call gb_Library_set_precompiled_header,PresenterScreen,sdext/inc/pch/precompiled_PresenterScreen))
|
||||
|
||||
$(eval $(call gb_Library_use_externals,PresenterScreen,\
|
||||
boost_headers \
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,sfx,sfx2/util/sfx))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sfx,$(SRCDIR)/sfx2/inc/pch/precompiled_sfx))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sfx,sfx2/inc/pch/precompiled_sfx))
|
||||
|
||||
$(eval $(call gb_Library_use_custom_headers,sfx,\
|
||||
officecfg/registry \
|
||||
|
|
|
@ -24,7 +24,7 @@ $(eval $(call gb_Library_add_defs,slideshow,\
|
|||
))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,slideshow,$(SRCDIR)/slideshow/inc/pch/precompiled_slideshow))
|
||||
$(eval $(call gb_Library_set_precompiled_header,slideshow,slideshow/inc/pch/precompiled_slideshow))
|
||||
|
||||
$(eval $(call gb_Library_use_externals,slideshow,\
|
||||
boost_headers \
|
||||
|
|
|
@ -1508,7 +1508,7 @@ endef
|
|||
# call gb_LinkTarget__set_precompiled_header_impl,linktarget,pchcxxfile,pchtarget,linktargetmakefilename
|
||||
define gb_LinkTarget__set_precompiled_header_impl
|
||||
$(call gb_LinkTarget_get_clean_target,$(1)) : $(call gb_PrecompiledHeader_get_clean_target,$(3))
|
||||
$(call gb_PrecompiledHeader_get_target,$(3),$(4)) : $(2).cxx
|
||||
$(call gb_PrecompiledHeader_get_target,$(3),$(4)) : $(call gb_CxxObject_get_source,$(SRCDIR),$(2))
|
||||
|
||||
$(call gb_PrecompiledHeader_get_target,$(3),$(4)) : $(call gb_LinkTarget_get_headers_target,$(1))
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ $(eval $(call gb_Library_add_defs,sot,\
|
|||
-DSOT_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precompiled_sot))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sot,sot/inc/pch/precompiled_sot))
|
||||
|
||||
$(eval $(call gb_Library_set_include,sot,\
|
||||
-I$(SRCDIR)/sot/inc \
|
||||
|
|
|
@ -13,7 +13,7 @@ $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_sm))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sm,starmath/inc/pch/precompiled_sm))
|
||||
|
||||
$(eval $(call gb_Library_set_include,sm,\
|
||||
-I$(SRCDIR)/starmath/inc \
|
||||
|
|
|
@ -27,7 +27,7 @@ $(eval $(call gb_Library_set_include,svgio,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,svgio,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,svgio,$(SRCDIR)/svgio/inc/pch/precompiled_svgio))
|
||||
$(eval $(call gb_Library_set_precompiled_header,svgio,svgio/inc/pch/precompiled_svgio))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,svgio))
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ $(eval $(call gb_Library_use_custom_headers,svl,\
|
|||
officecfg/registry \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,svl,$(SRCDIR)/svl/inc/pch/precompiled_svl))
|
||||
$(eval $(call gb_Library_set_precompiled_header,svl,svl/inc/pch/precompiled_svl))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,svl))
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,svt))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,svt,$(SRCDIR)/svtools/inc/pch/precompiled_svt))
|
||||
$(eval $(call gb_Library_set_precompiled_header,svt,svtools/inc/pch/precompiled_svt))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,svt,svtools/util/svt))
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ $(eval $(call gb_Library_add_defs,svx,\
|
|||
-DBOOST_SPIRIT_USE_OLD_NAMESPACE \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,svx,$(SRCDIR)/svx/inc/pch/precompiled_svx))
|
||||
$(eval $(call gb_Library_set_precompiled_header,svx,svx/inc/pch/precompiled_svx))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,svx,\
|
||||
$(call gb_Helper_optional,AVMEDIA,avmedia) \
|
||||
|
|
|
@ -36,7 +36,7 @@ $(eval $(call gb_Library_set_include,svxcore,\
|
|||
-I$(WORKDIR)/SdiTarget/svx/sdi \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,svxcore,$(SRCDIR)/svx/inc/pch/precompiled_svxcore))
|
||||
$(eval $(call gb_Library_set_precompiled_header,svxcore,svx/inc/pch/precompiled_svxcore))
|
||||
|
||||
#BOOST switch in customshapes
|
||||
#dialog:
|
||||
|
|
|
@ -25,7 +25,7 @@ $(eval $(call gb_Library_use_custom_headers,msword,\
|
|||
oox/generated \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,msword,$(SRCDIR)/sw/inc/pch/precompiled_msword))
|
||||
$(eval $(call gb_Library_set_precompiled_header,msword,sw/inc/pch/precompiled_msword))
|
||||
|
||||
$(eval $(call gb_Library_set_include,msword,\
|
||||
-I$(SRCDIR)/sw/source/filter/inc \
|
||||
|
|
|
@ -23,7 +23,7 @@ $(eval $(call gb_Library_add_sdi_headers,sw,sw/sdi/swslots))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,sw,sw/util/sw))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,sw,$(SRCDIR)/sw/inc/pch/precompiled_sw))
|
||||
$(eval $(call gb_Library_set_precompiled_header,sw,sw/inc/pch/precompiled_sw))
|
||||
|
||||
$(eval $(call gb_Library_set_include,sw,\
|
||||
-I$(SRCDIR)/sw/source/core/inc \
|
||||
|
|
|
@ -27,7 +27,7 @@ $(eval $(call gb_Library_set_include,swui,\
|
|||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,swui,$(SRCDIR)/sw/inc/pch/precompiled_swui))
|
||||
$(eval $(call gb_Library_set_precompiled_header,swui,sw/inc/pch/precompiled_swui))
|
||||
|
||||
$(eval $(call gb_Library_use_externals,swui,\
|
||||
boost_headers \
|
||||
|
|
|
@ -21,7 +21,7 @@ $(eval $(call gb_Library_Library,vbaswobj))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,vbaswobj,$(SRCDIR)/sw/inc/pch/precompiled_vbaswobj))
|
||||
$(eval $(call gb_Library_set_precompiled_header,vbaswobj,sw/inc/pch/precompiled_vbaswobj))
|
||||
|
||||
$(eval $(call gb_Library_set_include,vbaswobj,\
|
||||
-I$(SRCDIR)/sw/source/uibase/inc \
|
||||
|
|
|
@ -24,7 +24,7 @@ $(eval $(call gb_Library_set_include,tl,\
|
|||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/precompiled_tl))
|
||||
$(eval $(call gb_Library_set_precompiled_header,tl,tools/inc/pch/precompiled_tl))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,tl,\
|
||||
-DTOOLS_DLLIMPLEMENTATION \
|
||||
|
|
|
@ -34,7 +34,7 @@ $(eval $(call gb_Library_add_defs,utl,\
|
|||
-DUNOTOOLS_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,utl,$(SRCDIR)/unotools/inc/pch/precompiled_utl))
|
||||
$(eval $(call gb_Library_set_precompiled_header,utl,unotools/inc/pch/precompiled_utl))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,utl))
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ $(eval $(call gb_Library_Library,unoxml))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,unoxml,$(SRCDIR)/unoxml/inc/pch/precompiled_unoxml))
|
||||
$(eval $(call gb_Library_set_precompiled_header,unoxml,unoxml/inc/pch/precompiled_unoxml))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,unoxml))
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ $(eval $(call gb_Library_use_custom_headers,uui,\
|
|||
officecfg/registry \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,uui,$(SRCDIR)/uui/inc/pch/precompiled_uui))
|
||||
$(eval $(call gb_Library_set_precompiled_header,uui,uui/inc/pch/precompiled_uui))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,uui))
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ $(eval $(call gb_Library_set_componentfile,msforms,vbahelper/util/msforms))
|
|||
|
||||
$(eval $(call gb_Library_use_external,msforms,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,msforms,$(SRCDIR)/vbahelper/inc/pch/precompiled_msforms))
|
||||
$(eval $(call gb_Library_set_precompiled_header,msforms,vbahelper/inc/pch/precompiled_msforms))
|
||||
|
||||
$(eval $(call gb_Library_use_api,msforms,\
|
||||
udkapi \
|
||||
|
|
|
@ -28,7 +28,7 @@ $(eval $(call gb_Library_add_defs,vbahelper,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,vbahelper,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,vbahelper,$(SRCDIR)/vbahelper/inc/pch/precompiled_vbahelper))
|
||||
$(eval $(call gb_Library_set_precompiled_header,vbahelper,vbahelper/inc/pch/precompiled_vbahelper))
|
||||
|
||||
$(eval $(call gb_Library_use_api,vbahelper,\
|
||||
udkapi \
|
||||
|
|
|
@ -35,7 +35,7 @@ else
|
|||
$(eval $(call gb_Library_set_componentfile,vcl,vcl/vcl.unx))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,vcl,$(SRCDIR)/vcl/inc/pch/precompiled_vcl))
|
||||
$(eval $(call gb_Library_set_precompiled_header,vcl,vcl/inc/pch/precompiled_vcl))
|
||||
|
||||
$(eval $(call gb_Library_set_include,vcl,\
|
||||
$$(INCLUDE) \
|
||||
|
|
|
@ -15,7 +15,7 @@ $(eval $(call gb_Library_use_custom_headers,writerfilter,\
|
|||
writerfilter/source \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,writerfilter,$(SRCDIR)/writerfilter/inc/pch/precompiled_writerfilter))
|
||||
$(eval $(call gb_Library_set_precompiled_header,writerfilter,writerfilter/inc/pch/precompiled_writerfilter))
|
||||
|
||||
$(eval $(call gb_Library_set_include,writerfilter,\
|
||||
$$(INCLUDE) \
|
||||
|
|
|
@ -21,7 +21,7 @@ $(eval $(call gb_Library_Library,xo))
|
|||
|
||||
$(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,xo,$(SRCDIR)/xmloff/inc/pch/precompiled_xo))
|
||||
$(eval $(call gb_Library_set_precompiled_header,xo,xmloff/inc/pch/precompiled_xo))
|
||||
|
||||
$(eval $(call gb_Library_set_include,xo,\
|
||||
-I$(SRCDIR)/xmloff/inc \
|
||||
|
|
|
@ -30,7 +30,7 @@ $(eval $(call gb_Library_use_custom_headers,xof,\
|
|||
xmloff/generated \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,xof,$(SRCDIR)/xmloff/inc/pch/precompiled_xof))
|
||||
$(eval $(call gb_Library_set_precompiled_header,xof,xmloff/inc/pch/precompiled_xof))
|
||||
|
||||
$(eval $(call gb_Library_use_external,xof,boost_headers))
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ $(eval $(call gb_Library_add_defs,xmlscript,\
|
|||
-DXMLSCRIPT_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,xmlscript,$(SRCDIR)/xmlscript/inc/pch/precompiled_xmlscript))
|
||||
$(eval $(call gb_Library_set_precompiled_header,xmlscript,xmlscript/inc/pch/precompiled_xmlscript))
|
||||
|
||||
$(eval $(call gb_Library_add_exception_objects,xmlscript,\
|
||||
xmlscript/source/misc/unoservices \
|
||||
|
|
|
@ -22,7 +22,7 @@ $(eval $(call gb_Library_add_defs,xmlsecurity,\
|
|||
|
||||
$(eval $(call gb_Library_use_externals,xmlsecurity,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,xmlsecurity,$(SRCDIR)/xmlsecurity/inc/pch/precompiled_xmlsecurity))
|
||||
$(eval $(call gb_Library_set_precompiled_header,xmlsecurity,xmlsecurity/inc/pch/precompiled_xmlsecurity))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,xmlsecurity))
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ $(eval $(call gb_Library_add_defs,xsec_xmlsec,\
|
|||
-DXSECXMLSEC_DLLIMPLEMENTATION \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_precompiled_header,xsec_xmlsec,$(SRCDIR)/xmlsecurity/inc/pch/precompiled_xsec_xmlsec))
|
||||
$(eval $(call gb_Library_set_precompiled_header,xsec_xmlsec,xmlsecurity/inc/pch/precompiled_xsec_xmlsec))
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,xsec_xmlsec,\
|
||||
comphelper \
|
||||
|
|
Loading…
Reference in a new issue