Searched refs:gb_REPOS (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/solenv/gbuild/ |
H A D | BuildDirs.mk | 37 gb_REPOS = $(GB_REPOS) macro 40 ifeq ($(strip $(gb_REPOS)),) 41 gb_REPOS := $(SOLARSRC) macro 49 override gb_REPOS := $(foreach repo,$(gb_REPOS),$(shell cygpath -u $(repo))) 52 REPODIR := $(patsubst %/,%,$(dir $(firstword $(gb_REPOS)))) 55 ifneq ($(filter-out $(foreach repo,$(gb_REPOS),$(realpath $(repo))/%),$(realpath $(firstword $(MAKE… 56 …irstword $(MAKEFILE_LIST))) is not in the repositories $(foreach repo,$(gb_REPOS),$(realpath $(rep…
|
H A D | UnoApiTarget.mk | 64 $(call gb_UnoApiPartTarget_get_target,$(2).urd) : $(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(2… 81 $(call gb_UnoApiPartTarget_get_target,$(2).urd) : $(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(2… 93 $(call gb_UnoApiPartTarget_get_target,$(2).urd) : $(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(2… 127 $(call gb_UnoApiTarget_get_target,$(1)) : UNOAPI_REFERENCE := $(foreach repo,$(gb_REPOS),$(realpath…
|
H A D | WinResTarget.mk | 82 $(call gb_WinResTarget_get_target,$(1)) : RCFILE=$(foreach file,$(gb_REPOS),$(realpath $(file)/$(st… 83 $(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(gb_REPOS),$(realpath $(file)/$(strip $(2… 88 $(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(2),$(foreach repo,$(gb_REPOS),$(realpath…
|
H A D | LinkTarget.mk | 70 gb_AsmObject_REPOS := $(gb_REPOS) 87 gb_CObject_REPOS := $(gb_REPOS) 135 gb_CxxObject_REPOS := $(gb_REPOS) 215 gb_ObjCObject_REPOS := $(gb_REPOS) 246 gb_ObjCxxObject_REPOS := $(gb_REPOS)
|
H A D | gbuild.mk | 127 $(eval $(call gb_Helper_add_repositories,$(gb_REPOS))) 163 -include $(foreach repo,$(gb_REPOS),$(repo)/RepositoryFixes.mk)
|
H A D | AllLangResTarget.mk | 31 gb_SrsPartMergeTarget_REPOS := $(gb_REPOS) 56 gb_SrsPartTarget_REPOS := $(gb_REPOS)
|
H A D | ComponentTarget.mk | 24 gb_ComponentTarget_REPOS := $(gb_REPOS)
|
/aoo42x/main/ |
H A D | GNUmakefile | 35 $(foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(wildcard $(repo)/Module_*.…
|
H A D | set_soenv.in | 95 $UPD, $WORK_STAMP, $SOURCE_ROOT_DIR , $gb_REPOS, 2047 ToFile( "gb_REPOS", $gb_REPOS, "e" );
|
/aoo42x/main/solenv/gbuild/extensions/ |
H A D | post_SetupLocal.mk | 34 …$(eval modulerepo := $(patsubst %/$(MODULE),%,$(foreach repo,$(gb_REPOS),$(wildcard $(repo)/$(MODU…
|
Completed in 61 milliseconds