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
d5c18a48
Kaydet (Commit)
d5c18a48
authored
Mar 30, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
desktop: use CustomTarget makefile
üst
4873eb6f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
CustomTarget_soffice.mk
desktop/CustomTarget_soffice.mk
+8
-5
Module_desktop.mk
desktop/Module_desktop.mk
+1
-0
Package_soffice_sh.mk
desktop/Package_soffice_sh.mk
+1
-7
No files found.
desktop/
scripts/Makefile
→
desktop/
CustomTarget_soffice.mk
Dosyayı görüntüle @
d5c18a48
...
...
@@ -25,15 +25,18 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
soffice.sh
:
$(SRCDIR)/desktop/scripts/soffice.sh
$(eval $(call gb_CustomTarget_CustomTarget,desktop/soffice,new_style))
DESO := $(call gb_CustomTarget_get_workdir,desktop/soffice)
$(call gb_CustomTarget_get_target,desktop/soffice) : $(DESO)/soffice.sh
$(DESO)/soffice.sh : $(SRCDIR)/desktop/scripts/soffice.sh | $(DESO)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1)
ifneq ($(JITC_PROCESSOR_TYPE),)
sed -e "s/^#@JITC_PROCESSOR_TYPE_EXPORT@/export JITC_PROCESSOR_TYPE=$(JITC_PROCESSOR_TYPE)/" $< > $@
else
cp $< $@
endif
.DEFAULT_GOAL
:=
all
.PHONY
:
all
all
:
soffice.sh
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
desktop/Module_desktop.mk
Dosyayı görüntüle @
d5c18a48
...
...
@@ -60,6 +60,7 @@ $(eval $(call gb_Module_add_targets,desktop,\
ifneq ($(OS),MACOSX)
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,desktop,\
CustomTarget_soffice \
Package_soffice_sh \
))
endif
...
...
desktop/Package_soffice_sh.mk
Dosyayı görüntüle @
d5c18a48
...
...
@@ -25,14 +25,8 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Package_Package,desktop_soffice_sh,$(
WORKDIR)/CustomTarget/desktop/scripts
))
$(eval $(call gb_Package_Package,desktop_soffice_sh,$(
call gb_CustomTarget_get_workdir,desktop/soffice)
))
$(eval $(call gb_Package_add_file,desktop_soffice_sh,bin/soffice,soffice.sh))
$(eval $(call gb_Package_add_customtarget,desktop_soffice_sh,desktop/scripts))
$(eval $(call gb_CustomTarget_add_dependencies,desktop/scripts,\
desktop/scripts/soffice.sh \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
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