| /AOO41X/main/solenv/gbuild/ |
| H A D | LinkTarget.mk | 46 $$(call gb_CObject_get_target,%) : $$(call gb_CObject_get_source,$(1),%) 47 $$(call gb_CObject__command,$$@,$$*,$$<,$$(DEFS),$$(CFLAGS),$$(INCLUDE)) 50 $$(call gb_CObject_get_dep_target,%) : $$(call gb_CObject_get_source,$(1),%) 51 $$(call gb_CObject__command_dep,$$@,$$*,$$<,$$(DEFS),$$(CFLAGS),$$(INCLUDE)) 56 $(foreach repo,$(gb_CObject_REPOS),$(eval $(call gb_CObject__rules,$(repo)))) 58 $(call gb_CObject_get_dep_target,%) : 59 …$(eval $(call gb_Output_error,Unable to find plain C file $(call gb_CObject_get_source,,$*) in the… 97 $$@ : PCHFLAGS := $$(call gb_PrecompiledHeader_get_enableflags,$$(PCH_NAME)) 100 $$@ : PCHFLAGS := $$(call gb_NoexPrecompiledHeader_get_enableflags,$$(PCH_NAME)) 114 $$(call gb_CxxObject_get_target,%) : $$(call gb_CxxObject_get_source,$(1),%) [all …]
|
| H A D | AllLangResTarget.mk | 26 gb_SrsPartMergeTarget_TRANSEXTARGET := $(call gb_Executable_get_target,transex3) 34 $(call gb_Output_announce,$(3),$(true),srs,1) 35 $(call gb_Helper_abbreviate_dirs_native,\ 47 $$(call gb_SrsPartMergeTarget_get_target,%) : $(1)/% $$(gb_Helper_MISCDUMMY) | $$(gb_SrsPartMergeTa… 48 …$$(if $$(SDF),$$(call gb_SrsPartMergeTarget__command,$$@,$$*,$$<),mkdir -p $$(dir $$@) && cp $$< $… 52 $(foreach repo,$(gb_SrsPartMergeTarget_REPOS),$(eval $(call gb_SrsPartMergeTarget__rules,$(repo)))) 63 $(call gb_Helper_abbreviate_dirs_native,\ 78 $$(call gb_SrsPartTarget_get_target,%) : $(1)/% $$(gb_Helper_MISCDUMMY) | $$(gb_SrsPartTarget_RSCTA… 79 $$(call gb_SrsPartTarget__command_dep,$$*,$$<) 80 $$(call gb_SrsPartTarget__command,$$@,$$*,$$<) [all …]
|
| H A D | Module.mk | 34 .PHONY : $(call gb_Module_get_clean_target,%) 35 $(call gb_Module_get_clean_target,%) : 36 $(call gb_Output_announce,$*,$(false),MOD,5) 37 $(call gb_Output_announce_title,module $* cleared.) 38 -$(call gb_Helper_abbreviate_dirs,\ 39 …rm -f $(call gb_Module_get_target,$*) $(call gb_Module_get_check_target,$*) $(call gb_Module_get_s… 41 $(call gb_Module_get_check_target,%) : 42 $(call gb_Output_announce,$*,$(true),CHK,5) 43 $(call gb_Output_announce_title,module $* checks done.) 44 -$(call gb_Helper_abbreviate_dirs,\ [all …]
|
| H A D | Library.mk | 38 gb_Library__get_linktargetname = Library/$(call gb_Library_get_filename,$(1)) 43 $(call gb_Helper_abbreviate_dirs,\ 49 $(call gb_Helper_abbreviate_dirs,\ 50 $(call gb_Deliver_deliver,$<,$@) \ 51 …$(foreach target,$(AUXTARGETS), && $(call gb_Deliver_deliver,$(dir $<)/$(notdir $(target)),$(targe… 55 $$(eval $$(call gb_Output_info,Currently known libraries are: $(sort $(gb_Library_KNOWNLIBS)),ALL)) 56 $$(eval $$(call gb_Output_error,Library $(1) must be registered in Repository.mk)) 58 $(call gb_Library_get_target,$(1)) : AUXTARGETS := 59 $(call gb_Library__Library_impl,$(1),$(call gb_Library__get_linktargetname,$(1))) 60 $(call gb_Library_add_default_nativeres,$(1),default) [all …]
|
| H A D | JunitTest.mk | 33 .PHONY : $(call gb_JunitTest_get_clean_target,%) 34 $(call gb_JunitTest_get_clean_target,%) : $(call gb_JavaClassSet_get_clean_target,$(call gb_JunitTe… 35 $(call gb_Helper_abbreviate_dirs,\ 38 .PHONY : $(call gb_JunitTest_get_target,$(1)) 39 $(call gb_JunitTest_get_target,%) : 40 $(call gb_Output_announce,$*,$(true),JUT,2) 41 $(call gb_Helper_abbreviate_dirs_native,\ 42 rm -rf $(call gb_JunitTest_get_userdir,$*) && \ 43 mkdir -p $(call gb_JunitTest_get_userdir,$*) && \ 45 rm -rf $(call gb_JunitTest_get_userdir,$*)) [all …]
|
| H A D | WinResTarget.mk | 27 $(call gb_WinResTarget_WinResTarget_init,$(1)) 28 $$(eval $$(call gb_Module_register_target,$(call gb_WinResTarget_get_target,$(1)),$(call gb_WinResT… 33 $(call gb_WinResTarget_get_target,$(1)) : DEFS := $(gb_WinResTarget_DEFAULTDEFS) 34 $(call gb_WinResTarget_get_target,$(1)) : INCLUDE := $(SOLARINC) 35 $(call gb_WinResTarget_get_clean_target,$(1)) : RCFILE := 36 $(call gb_WinResTarget_get_target,$(1)) : RCFILE := 38 $(call gb_WinResTarget_get_target,$(1)) : $(call gb_WinResTarget_get_dep_target,$(1)) 39 ifneq ($(wildcard $(call gb_WinResTarget_get_dep_target,$(1))),) 40 include $(call gb_WinResTarget_get_dep_target,$(1)) 42 $(firstword $(MAKEFILE_LIST)) : $(call gb_WinResTarget_get_dep_target,$(1)) [all …]
|
| H A D | CppunitTest.mk | 34 gb_CppunitTest_CPPTESTTARGET := $(call gb_Executable_get_target,cppunittester) 36 gb_CppunitTest__get_linktargetname = CppunitTest/$(call gb_CppunitTest_get_filename,$(1)) 38 .PHONY : $(call gb_CppunitTest_get_clean_target,%) 39 $(call gb_CppunitTest_get_clean_target,%) : 40 $(call gb_Helper_abbreviate_dirs,\ 41 rm -f $(call gb_CppunitTest_get_target,$*) $(call gb_CppunitTest_get_target,$*).log) 43 .PHONY : $(call gb_CppunitTest_get_target,%) 44 $(call gb_CppunitTest_get_target,%) : $(gb_CppunitTest_CPPTESTTARGET) 45 $(call gb_Output_announce,$*,$(true),CUT,2) 46 $(call gb_Helper_abbreviate_dirs_native,\ [all …]
|
| H A D | Package.mk | 29 $$(call gb_Deliver_deliver,$$<,$$@) 33 $(foreach destination,$(call gb_PackagePart_get_destinations),$(eval $(call gb_PackagePart_deliver_… 40 $(call gb_Deliver_add_deliverable,$(OUTDIR)/$(1),$(2)) 47 .PHONY : $(call gb_Package_get_clean_target,%) 48 $(call gb_Package_get_clean_target,%) : 49 $(call gb_Output_announce,$*,$(false),PKG,2) 50 -$(call gb_Helper_abbreviate_dirs,\ 53 $(call gb_Package_get_preparation_target,%) : 56 $(call gb_Package_get_target,%) : 57 $(call gb_Output_announce,$*,$(true),PKG,2) [all …]
|
| /AOO41X/main/svx/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,svx_inc,$(SRCDIR)/svx/inc)) 26 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleControlShape.hxx,svx/AccessibleControlS… 27 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleGraphicShape.hxx,svx/AccessibleGraphicS… 28 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleOLEShape.hxx,svx/AccessibleOLEShape.hxx… 29 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleShape.hxx,svx/AccessibleShape.hxx)) 30 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleShapeInfo.hxx,svx/AccessibleShapeInfo.h… 31 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleShapeTreeInfo.hxx,svx/AccessibleShapeTr… 32 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleTableShape.hxx,svx/AccessibleTableShape… 33 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/AccessibleTextHelper.hxx,svx/AccessibleTextHelper… 34 $(eval $(call gb_Package_add_file,svx_inc,inc/svx/ActionDescriptionProvider.hxx,svx/ActionDescripti… [all …]
|
| /AOO41X/main/svtools/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,svtools_inc,$(SRCDIR)/svtools/inc)) 25 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/AccessibleBrowseBoxObjType.hxx,svtools/Ac… 26 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/DocumentInfoPreview.hxx,svtools/DocumentI… 27 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/FilterConfigItem.hxx,svtools/FilterConfig… 28 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/QueryFolderName.hxx,svtools/QueryFolderNa… 29 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/acceleratorexecute.hxx,svtools/accelerato… 30 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/accessibilityoptions.hxx,svtools/accessib… 31 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/accessiblefactory.hxx,svtools/accessiblef… 32 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/accessibleruler.hxx,svtools/accessiblerul… 33 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/accessibletable.hxx,svtools/accessibletab… [all …]
|
| /AOO41X/main/vcl/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,vcl_inc,$(SRCDIR)/vcl/inc)) 25 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/abstdlg.hxx,vcl/abstdlg.hxx)) 26 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/accel.hxx,vcl/accel.hxx)) 27 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/alpha.hxx,vcl/alpha.hxx)) 28 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/animate.hxx,vcl/animate.hxx)) 29 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/apptypes.hxx,vcl/apptypes.hxx)) 30 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/arrange.hxx,vcl/arrange.hxx)) 31 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/bitmapex.hxx,vcl/bitmapex.hxx)) 32 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/bitmap.hxx,vcl/bitmap.hxx)) 33 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/dibtools.hxx,vcl/dibtools.hxx)) [all …]
|
| /AOO41X/main/sfx2/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,sfx2_inc,$(SRCDIR)/sfx2/inc)) 25 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/DocumentMetadataAccess.hxx,sfx2/DocumentMetadat… 26 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/Metadatable.hxx,sfx2/Metadatable.hxx)) 27 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/QuerySaveDocument.hxx,sfx2/QuerySaveDocument.hx… 28 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/XmlIdRegistry.hxx,sfx2/XmlIdRegistry.hxx)) 29 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/app.hxx,sfx2/app.hxx)) 30 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/app.hxx,sfx2/app.hxx)) 31 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/appuno.hxx,sfx2/appuno.hxx)) 32 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/basedlgs.hxx,sfx2/basedlgs.hxx)) 33 $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/basmgr.hxx,sfx2/basmgr.hxx)) [all …]
|
| /AOO41X/main/editeng/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,editeng_inc,$(SRCDIR)/editeng/inc)) 25 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleComponentBase.hxx,editeng/Acces… 26 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleContextBase.hxx,editeng/Accessi… 27 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleEditableTextPara.hxx,editeng/Ac… 28 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleImageBullet.hxx,editeng/Accessi… 29 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleParaManager.hxx,editeng/Accessi… 30 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleSelectionBase.hxx,editeng/Acces… 31 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleStaticTextBase.hxx,editeng/Acce… 32 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/AccessibleStringWrap.hxx,editeng/Accessib… 33 $(eval $(call gb_Package_add_file,editeng_inc,inc/editeng/acorrcfg.hxx,editeng/acorrcfg.hxx)) [all …]
|
| /AOO41X/main/sw/ |
| H A D | Package_uiconfig.mk | 24 $(eval $(call gb_Package_Package,sw_uiconfig,$(SRCDIR)/sw/uiconfig)) 25 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/menubar/menubar.xml,sglo… 26 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/statusbar/statusbar.xml,… 27 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/toolbar/alignmentbar.xml… 28 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/toolbar/arrowshapes.xml,… 29 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/toolbar/basicshapes.xml,… 30 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/toolbar/bezierobjectbar.… 31 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/toolbar/calloutshapes.xm… 32 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/toolbar/colorbar.xml,sgl… 33 $(eval $(call gb_Package_add_file,sw_uiconfig,xml/uiconfig/modules/sglobal/toolbar/drawbar.xml,sglo… [all …]
|
| /AOO41X/main/comphelper/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,comphelper_inc,$(SRCDIR)/comphelper/inc)) 25 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/flagguard.hxx,comphelper/flagguard.… 26 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/stlunosequence.hxx,comphelper/stlun… 27 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/documentconstants.hxx,comphelper/do… 28 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/evtmethodhelper.hxx,comphelper/evtm… 29 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/weakbag.hxx,comphelper/weakbag.hxx)) 30 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/basicio.hxx,comphelper/basicio.hxx)) 31 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/classids.hxx,comphelper/classids.hx… 32 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/MasterPropertySet.hxx,comphelper/Ma… 33 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/stillreadwriteinteraction.hxx,comph… [all …]
|
| /AOO41X/main/xsltml/ |
| H A D | xsltml_2.1.2.patch | 36 </xsl:call-template> 139 …t="'\; '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="subst… 140 …xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring-after($c… 141 …\# '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring… 142 …\$ '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring… 143 …\% '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring… 144 …p; '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring… 145 …st '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring… 146 …on '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring… 148 …t; '" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substring… [all …]
|
| /AOO41X/main/xmloff/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,xmloff_inc,$(SRCDIR)/xmloff/inc)) 25 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/DashStyle.hxx,xmloff/DashStyle.hxx)) 26 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/DocumentSettingsContext.hxx,xmloff/Document… 27 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/EnumPropertyHdl.hxx,xmloff/EnumPropertyHdl.… 28 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/GradientStyle.hxx,xmloff/GradientStyle.hxx)) 29 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/HatchStyle.hxx,xmloff/HatchStyle.hxx)) 30 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/ImageStyle.hxx,xmloff/ImageStyle.hxx)) 31 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/MarkerStyle.hxx,xmloff/MarkerStyle.hxx)) 32 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/NamedBoolPropertyHdl.hxx,xmloff/NamedBoolPr… 33 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/PageMasterStyleMap.hxx,xmloff/PageMasterSty… [all …]
|
| /AOO41X/main/svl/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,svl_inc,$(SRCDIR)/svl/inc)) 27 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/PasswordHelper.hxx,svl/PasswordHelper.hxx)) 28 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/adrparse.hxx,svl/adrparse.hxx)) 29 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/aeitem.hxx,svl/aeitem.hxx)) 30 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/asiancfg.hxx,svl/asiancfg.hxx)) 31 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/brdcst.hxx,svl/brdcst.hxx)) 32 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/broadcast.hxx,svl/broadcast.hxx)) 33 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/broadcast.hxx,svl/broadcast.hxx)) 34 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/cenumitm.hxx,svl/cenumitm.hxx)) 35 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/cintitem.hxx,svl/cintitem.hxx)) [all …]
|
| /AOO41X/main/drawinglayer/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,drawinglayer_inc,$(SRCDIR)/drawinglayer/inc)) 25 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/drawinglayerdllapi.h,drawinglay… 26 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/drawinglayer_primit… 27 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/transparenceprimiti… 28 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/animatedprimitive2d… 29 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/backgroundcolorprim… 30 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/baseprimitive2d.hxx… 31 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/bitmapprimitive2d.h… 32 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/borderlineprimitive… 33 $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/primitive2d/controlprimitive2d.… [all …]
|
| /AOO41X/main/solenv/gbuild/platform/ |
| H A D | windows.mk | 241 $(call gb_Helper_abbreviate_dirs_native,\ 254 > $(call gb_CObject_get_dep_target,$(2))) 261 $(call gb_Output_announce,$(2),$(true),C ,3) 262 $(call gb_Helper_abbreviate_dirs_native,\ 272 $(call gb_CObject__command_deponcompile,$(1),$(2),$(3),$(DEFS),$(CFLAGS),$(INCLUDE)) 280 $(call gb_Helper_abbreviate_dirs_native,\ 293 > $(call gb_CxxObject_get_dep_target,$(2))) 300 $(call gb_Output_announce,$(2),$(true),CXX,3) 301 $(call gb_Helper_abbreviate_dirs_native,\ 311 $(call gb_CxxObject__command_deponcompile,$(1),$(2),$(3),$(DEFS),$(CFLAGS),$(INCLUDE)) [all …]
|
| H A D | os2.mk | 167 $(call gb_Output_announce,$(2),$(true),C ,3) 168 $(call gb_Helper_abbreviate_dirs,\ 170 mkdir -p $(dir $(call gb_CObject_get_dep_target,$(2))) && \ 175 -MMD -MT $(call gb_CObject_get_target,$(2)) \ 176 -MF $(call gb_CObject_get_dep_target,$(2)) \ 185 $(call gb_Output_announce,$(2),$(true),CXX,3) 186 $(call gb_Helper_abbreviate_dirs,\ 188 mkdir -p $(dir $(call gb_CxxObject_get_dep_target,$(2))) && \ 193 -MMD -MT $(call gb_CxxObject_get_target,$(2)) \ 194 -MF $(call gb_CxxObject_get_dep_target,$(2)) \ [all …]
|
| H A D | macosx.mk | 169 $(call gb_Output_announce,$(2),$(true),C ,3) 170 $(call gb_Helper_abbreviate_dirs,\ 172 mkdir -p $(dir $(call gb_CObject_get_dep_target,$(2))) && \ 177 -MMD -MT $(call gb_CObject_get_target,$(2)) \ 178 -MF $(call gb_CObject_get_dep_target,$(2)) \ 188 $(call gb_Output_announce,$(2),$(true),CXX,3) 189 $(call gb_Helper_abbreviate_dirs,\ 191 mkdir -p $(dir $(call gb_CxxObject_get_dep_target,$(2))) && \ 196 -MMD -MT $(call gb_CxxObject_get_target,$(2)) \ 197 -MF $(call gb_CxxObject_get_dep_target,$(2)) \ [all …]
|
| H A D | winmingw.mk | 214 $(call gb_Helper_abbreviate_dirs_native,\ 227 > $(call gb_CObject_get_dep_target,$(2))) 234 $(call gb_Output_announce,$(2),$(true),C ,3) 235 $(call gb_Helper_abbreviate_dirs_native,\ 243 $(call gb_CObject__command_deponcompile,$(1),$(2),$(3),$(DEFS),$(CFLAGS),$(INCLUDE)) 252 $(call gb_Helper_abbreviate_dirs_native,\ 265 > $(call gb_CxxObject_get_dep_target,$(2))) 272 $(call gb_Output_announce,$(2),$(true),CXX,3) 273 $(call gb_Helper_abbreviate_dirs_native,\ 281 $(call gb_CxxObject__command_deponcompile,$(1),$(2),$(3),$(DEFS),$(CXXFLAGS),$(INCLUDE_STL) $(INCLU… [all …]
|
| /AOO41X/main/tools/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,tools_inc,$(SRCDIR)/tools/inc)) 25 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/StringListResource.hxx,tools/StringListResour… 26 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/appendunixshellword.hxx,tools/appendunixshell… 27 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/b3dtrans.hxx,tools/b3dtrans.hxx)) 28 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/bigint.hxx,tools/bigint.hxx)) 29 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/cachestr.hxx,tools/cachestr.hxx)) 30 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/color.hxx,tools/color.hxx)) 31 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/config.hxx,tools/config.hxx)) 32 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/contnr.hxx,tools/contnr.hxx)) 33 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/date.hxx,tools/date.hxx)) [all …]
|
| /AOO41X/main/toolkit/ |
| H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,toolkit_inc,$(SRCDIR)/toolkit/inc)) 25 $(eval $(call gb_Package_add_file,toolkit_inc,inc/layout/layout-post.hxx,layout/layout-post.hxx)) 26 $(eval $(call gb_Package_add_file,toolkit_inc,inc/layout/layout-pre.hxx,layout/layout-pre.hxx)) 27 $(eval $(call gb_Package_add_file,toolkit_inc,inc/layout/layout.hxx,layout/layout.hxx)) 28 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/awt/vclxaccessiblecomponent.hxx,toolkit/a… 29 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/awt/vclxcontainer.hxx,toolkit/awt/vclxcon… 30 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/awt/vclxdevice.hxx,toolkit/awt/vclxdevice… 31 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/awt/vclxfont.hxx,toolkit/awt/vclxfont.hxx… 32 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/awt/vclxmenu.hxx,toolkit/awt/vclxmenu.hxx… 33 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/awt/vclxsystemdependentwindow.hxx,toolkit… [all …]
|