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
7a878f9c
Kaydet (Commit)
7a878f9c
authored
Haz 09, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gbuild: s/AutoInstallLibs/AutoInstall/g
Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a
üst
74f5df9b
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
47 additions
and
47 deletions
+47
-47
Makefile.in
Makefile.in
+1
-1
AutoInstall.mk
scp2/AutoInstall.mk
+12
-12
Module_scp2.mk
scp2/Module_scp2.mk
+1
-1
module_base.scp
scp2/source/base/module_base.scp
+1
-1
module_gnome.scp
scp2/source/gnome/module_gnome.scp
+1
-1
module_graphicfilter.scp
scp2/source/graphicfilter/module_graphicfilter.scp
+1
-1
module_impress.scp
scp2/source/impress/module_impress.scp
+1
-1
module_kde.scp
scp2/source/kde/module_kde.scp
+1
-1
module_math.scp
scp2/source/math/module_math.scp
+1
-1
module_onlineupdate.scp
scp2/source/onlineupdate/module_onlineupdate.scp
+1
-1
module_hidden_ooo.scp
scp2/source/ooo/module_hidden_ooo.scp
+1
-1
ure.scp
scp2/source/ooo/ure.scp
+1
-1
module_tde.scp
scp2/source/tde/module_tde.scp
+1
-1
module_writer.scp
scp2/source/writer/module_writer.scp
+1
-1
AutoInstall.mk
solenv/gbuild/AutoInstall.mk
+18
-18
InstallModuleTarget.mk
solenv/gbuild/InstallModuleTarget.mk
+1
-1
TargetLocations.mk
solenv/gbuild/TargetLocations.mk
+2
-2
gbuild.mk
solenv/gbuild/gbuild.mk
+1
-1
No files found.
Makefile.in
Dosyayı görüntüle @
7a878f9c
...
...
@@ -100,7 +100,7 @@ $(eval $(call gbuild_modules_rules,$(gbuild_modules)))
gbuild_TARGETS
:=
AllLangHelp
\
AllLangPackage
\
AllLangResTarget
\
AutoInstall
Libs
\
AutoInstall
\
CliLibrary
\
CliNativeLibrary
\
CliUnoApiTarget
\
...
...
scp2/AutoInstall
Libs
.mk
→
scp2/AutoInstall.mk
Dosyayı görüntüle @
7a878f9c
...
...
@@ -7,18 +7,18 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AutoInstall
Libs_AutoInstallLibs
))
$(eval $(call gb_AutoInstall
_AutoInstall
))
$(eval $(call gb_AutoInstall
Libs
_add_module,base,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,gnome,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,graphicfilter,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,impress,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,kde,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,math,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,onlineupdate,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,ooo,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,tde,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall
Libs
_add_module,ure,URE_PRIVATE_LIB,URE_EXECUTABLE))
$(eval $(call gb_AutoInstall
Libs
_add_module,writer,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,base,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,impress,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,kde,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,math,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,onlineupdate,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,ooo,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,tde,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,ure,URE_PRIVATE_LIB,URE_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,writer,LIBO_LIB_FILE))
# vim: set noet sw=4 ts=4:
scp2/Module_scp2.mk
Dosyayı görüntüle @
7a878f9c
...
...
@@ -10,7 +10,7 @@
$(eval $(call gb_Module_Module,scp2))
$(eval $(call gb_Module_add_targets,scp2,\
AutoInstall
Libs
\
AutoInstall \
CustomTarget_langmacros \
InstallModule_accessories \
InstallModule_base \
...
...
scp2/source/base/module_base.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/base"
#include "AutoInstall/base"
Module gid_Module_Prg_Base
MOD_NAME_DESC(MODULE_PRG_BASE);
...
...
scp2/source/gnome/module_gnome.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/gnome"
#include "AutoInstall/gnome"
Module gid_Module_Optional_Gnome
ParentID = gid_Module_Optional;
...
...
scp2/source/graphicfilter/module_graphicfilter.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/graphicfilter"
#include "AutoInstall/graphicfilter"
Module gid_Module_Optional_Grfflt
PackageInfo = "packinfo_office.txt";
...
...
scp2/source/impress/module_impress.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/impress"
#include "AutoInstall/impress"
Module gid_Module_Prg_Impress
MOD_NAME_DESC ( MODULE_PRG_IMPRESS );
...
...
scp2/source/kde/module_kde.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/kde"
#include "AutoInstall/kde"
Module gid_Module_Optional_Kde
ParentID = gid_Module_Optional;
...
...
scp2/source/math/module_math.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/math"
#include "AutoInstall/math"
Module gid_Module_Prg_Math
MOD_NAME_DESC ( MODULE_PRG_MATH );
...
...
scp2/source/onlineupdate/module_onlineupdate.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/onlineupdate"
#include "AutoInstall/onlineupdate"
Module gid_Module_Optional_Onlineupdate
PackageInfo = "packinfo_office.txt";
...
...
scp2/source/ooo/module_hidden_ooo.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -17,7 +17,7 @@
*/
#include "macros.inc"
#include "AutoInstall
Libs
/ooo"
#include "AutoInstall/ooo"
#ifdef AIX
#ifndef SYSTEM_CURL
...
...
scp2/source/ooo/ure.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/ure"
#include "AutoInstall/ure"
Directory gid_Dir_Ure_Bin
#if defined MACOSX
...
...
scp2/source/tde/module_tde.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -11,7 +11,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/tde"
#include "AutoInstall/tde"
Module gid_Module_Optional_Tde
ParentID = gid_Module_Optional;
...
...
scp2/source/writer/module_writer.scp
Dosyayı görüntüle @
7a878f9c
...
...
@@ -18,7 +18,7 @@
#include "macros.inc"
#include "AutoInstall
Libs
/writer"
#include "AutoInstall/writer"
Module gid_Module_Prg_Wrt
MOD_NAME_DESC(MODULE_PRG_WRT);
...
...
solenv/gbuild/AutoInstall
Libs
.mk
→
solenv/gbuild/AutoInstall.mk
Dosyayı görüntüle @
7a878f9c
...
...
@@ -7,12 +7,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# AutoInstall
Libs
class
# AutoInstall class
$(dir $(call gb_AutoInstall
Libs
_get_target,%)).dir :
$(dir $(call gb_AutoInstall_get_target,%)).dir :
$(if $(wildcard $(dir $@)),,mkdir -p $(dir $@))
$(call gb_AutoInstall
Libs_get_target,%) : $(SRCDIR)/Repository.mk $(GBUILDDIR)/AutoInstallLibs
.mk
$(call gb_AutoInstall
_get_target,%) : $(SRCDIR)/Repository.mk $(GBUILDDIR)/AutoInstall
.mk
$(call gb_Output_announce,$*,$(true),AIN,3)
echo "/* autogenerated installs for group $* */" > $@
echo "#define auto_$*_ALL \ " >> $@
...
...
@@ -27,28 +27,28 @@ $(call gb_AutoInstallLibs_get_target,%) : $(SRCDIR)/Repository.mk $(GBUILDDIR)/A
echo "$(SCP2EXETEMPLATE)(auto_$*_exe_$(exe),$(exe)$(gb_Executable_EXT))" >> $@;)
$(call gb_AutoInstall
Libs
_get_clean_target,%) :
$(call gb_AutoInstall_get_clean_target,%) :
$(call gb_Output_announce,$*,$(false),AIL,3)
rm -f $(call gb_AutoInstall
Libs
_get_target,$*)
rm -f $(call gb_AutoInstall_get_target,$*)
define gb_AutoInstall
Libs_AutoInstallLibs
$(call gb_AutoInstall
Libs_get_target,all) :| $(dir $(call gb_AutoInstallLibs
_get_target,all)).dir
define gb_AutoInstall
_AutoInstall
$(call gb_AutoInstall
_get_target,all) :| $(dir $(call gb_AutoInstall
_get_target,all)).dir
$$(eval $$(call gb_Module_register_target,$(call gb_AutoInstall
Libs_get_target,all),$(call gb_AutoInstallLibs
_get_clean_target,all)))
$(call gb_Helper_make_userfriendly_targets,all,AutoInstall
Libs
)
$$(eval $$(call gb_Module_register_target,$(call gb_AutoInstall
_get_target,all),$(call gb_AutoInstall
_get_clean_target,all)))
$(call gb_Helper_make_userfriendly_targets,all,AutoInstall)
endef
# gb_AutoInstall
Libs
_add_module module lib_template optional:exe_template
define gb_AutoInstall
Libs
_add_module
$(call gb_AutoInstall
Libs_get_target,all) : $(call gb_AutoInstallLibs
_get_target,$(1))
$(call gb_AutoInstall
Libs_get_clean_target,all) : $(call gb_AutoInstallLibs
_get_clean_target,$(1))
$(call gb_Helper_make_userfriendly_targets,$(1),AutoInstall
Libs
)
# gb_AutoInstall_add_module module lib_template optional:exe_template
define gb_AutoInstall_add_module
$(call gb_AutoInstall
_get_target,all) : $(call gb_AutoInstall
_get_target,$(1))
$(call gb_AutoInstall
_get_clean_target,all) : $(call gb_AutoInstall
_get_clean_target,$(1))
$(call gb_Helper_make_userfriendly_targets,$(1),AutoInstall)
$(call gb_AutoInstall
Libs
_get_target,$(1)) : $(gb_Module_CURRENTMAKEFILE)
$(call gb_AutoInstall
Libs_get_target,$(1)) :| $(dir $(call gb_AutoInstallLibs
_get_target,$(1))).dir
$(call gb_AutoInstall
Libs
_get_target,$(1)) : SCP2LIBTEMPLATE := $(2)
$(call gb_AutoInstall
Libs
_get_target,$(1)) : SCP2EXETEMPLATE := $(3)
$(call gb_AutoInstall_get_target,$(1)) : $(gb_Module_CURRENTMAKEFILE)
$(call gb_AutoInstall
_get_target,$(1)) :| $(dir $(call gb_AutoInstall
_get_target,$(1))).dir
$(call gb_AutoInstall_get_target,$(1)) : SCP2LIBTEMPLATE := $(2)
$(call gb_AutoInstall_get_target,$(1)) : SCP2EXETEMPLATE := $(3)
endef
...
...
solenv/gbuild/InstallModuleTarget.mk
Dosyayı görüntüle @
7a878f9c
...
...
@@ -256,7 +256,7 @@ $(call gb_InstallModuleTarget_add_defs,$(1),\
endef
define gb_InstallModuleTarget_use_auto_install_libs
$(call gb_InstallModuleTarget_get_external_target,$(1)) : $(call gb_AutoInstall
Libs
_get_target,$(2))
$(call gb_InstallModuleTarget_get_external_target,$(1)) : $(call gb_AutoInstall_get_target,$(2))
endef
...
...
solenv/gbuild/TargetLocations.mk
Dosyayı görüntüle @
7a878f9c
...
...
@@ -63,7 +63,7 @@ endef
# workdir target patterns
gb_AutoInstall
Libs_get_target = $(WORKDIR)/AutoInstallLibs
/$(1)
gb_AutoInstall
_get_target = $(WORKDIR)/AutoInstall
/$(1)
gb_AllLangHelp_get_target = $(WORKDIR)/AllLangHelp/$(1)
gb_AllLangPackage_get_target = $(WORKDIR)/AllLangPackage/$(1)
gb_AllLangResTarget_get_target = $(WORKDIR)/AllLangRes/$(1)
...
...
@@ -233,7 +233,7 @@ $(WORKDIR)/Headers/StaticLibrary/$(call gb_StaticLibrary_get_filename,$(1))
endef
$(eval $(call gb_Helper_make_clean_targets,\
AutoInstall
Libs
\
AutoInstall \
AllLangHelp \
AllLangPackage \
AllLangResTarget \
...
...
solenv/gbuild/gbuild.mk
Dosyayı görüntüle @
7a878f9c
...
...
@@ -336,7 +336,7 @@ include $(foreach class, \
InstallModuleTarget \
InstallModule \
InstallScript \
AutoInstall
Libs
\
AutoInstall \
PackageSet \
GeneratedPackage \
,$(GBUILDDIR)/$(class).mk)
...
...
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