Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
60c64b43
Kaydet (Commit)
60c64b43
authored
Kas 20, 2013
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
some namespacing
Change-Id: I7f4fc456d7e9690443d94175e94b69db50c3e2b5
üst
00e9a7a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile.in
Makefile.in
+6
-6
No files found.
Makefile.in
Dosyayı görüntüle @
60c64b43
...
...
@@ -73,7 +73,7 @@ endif
#
# Partial Build
#
define
gb
uild_module_r
ules
define
gb
_Top_GbuildModuleR
ules
.PHONY
:
$(1) $(1).all $(1).build $(1).check $(1).clean $(1).showdeliverables $(1).subsequentcheck
$(1)
:
bootstrap fetch
...
...
@@ -87,13 +87,13 @@ $(1).all: bootstrap fetch
endef
define
gb
uild_modules_r
ules
$(foreach
m,$(1),$(call
gb
uild_module_r
ules,$(notdir
$(m)),$(m)))
define
gb
_Top_GbuildModulesR
ules
$(foreach
m,$(1),$(call
gb
_Top_GbuildModuleR
ules,$(notdir
$(m)),$(m)))
endef
gbuild_modules
:=
$
(
patsubst
$(SRCDIR)
/%/,%,
$
(
dir
$
(
wildcard
$(SRCDIR)
/
*
/Module_
*
.mk
$(SRCDIR)
/external/
*
/Module_
*
.mk
)))
$(eval
$(call
gb
uild_modules_r
ules,$(gbuild_modules)))
$(eval
$(call
gb
_Top_GbuildModulesR
ules,$(gbuild_modules)))
gbuild_TARGETS
:=
AllLangHelp
\
AllLangPackage
\
...
...
@@ -388,7 +388,7 @@ dump-deps:
dump-deps-png
:
@
$(SRCDIR)
/bin/module-deps.pl
$(GNUMAKE)
$(SRCDIR)
/Makefile.gbuild | dot
-Tpng
-o
lo.png
define
GbuildToIdeIntegration
define
gb_Top_
GbuildToIdeIntegration
$(1)-ide-integration
:
cd
$(SRCDIR)
&&
(
make cmd
-npf
Makefile.gbuild all
||
true
)
|
$(SRCDIR)
/bin/gbuild-to-ide
--ide
$
(
1
)
...
...
@@ -396,7 +396,7 @@ endef
$(foreach
ide,\
kdevelop,
\
$(eval
$(call
GbuildToIdeIntegration,$(ide))))
$(eval
$(call
gb_Top_
GbuildToIdeIntegration,$(ide))))
endif
# MAKE_RESTARTS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment