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
5e037bbb
Kaydet (Commit)
5e037bbb
authored
May 07, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
expat: remove ExternalPackage_expat
Change-Id: I80b7f86947645a45263bbd7423a10ba8300441e9
üst
32b9ff88
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
26 deletions
+3
-26
RepositoryExternal.mk
RepositoryExternal.mk
+1
-6
ExternalPackage_expat.mk
expat/ExternalPackage_expat.mk
+0
-17
Module_expat.mk
expat/Module_expat.mk
+0
-1
ExternalProject_fontconfig.mk
fontconfig/ExternalProject_fontconfig.mk
+1
-1
ExternalProject_python3.mk
python3/ExternalProject_python3.mk
+1
-1
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
5e037bbb
...
...
@@ -460,14 +460,10 @@ define gb_LinkTarget__use_expat_impl
$(if $(2),,$(error gb_LinkTarget__use_expat_impl needs additional parameter))
$(call gb_LinkTarget_set_include,$(1),\
-I$(OUTDIR)/inc/external/expat
\
-I$(call gb_UnpackedTarball_get_dir,expat)/lib
\
$$(INCLUDE) \
)
$(call gb_LinkTarget_use_packages,$(1),\
expat_inc \
)
$(call gb_LinkTarget_use_static_libraries,$(1),\
$(2) \
)
...
...
@@ -475,7 +471,6 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
endef
define gb_ExternalProject__use_expat
$(call gb_ExternalProject_use_package,$(1),expat_inc)
$(call gb_ExternalProject_use_static_libraries,$(1),expat)
endef
...
...
expat/ExternalPackage_expat.mk
deleted
100644 → 0
Dosyayı görüntüle @
32b9ff88
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_ExternalPackage_ExternalPackage,expat_inc,expat))
$(eval $(call gb_ExternalPackage_add_unpacked_files,expat_inc,inc/external/expat,\
lib/expat.h \
lib/expat_external.h \
))
# vim: set noet sw=4 ts=4:
expat/Module_expat.mk
Dosyayı görüntüle @
5e037bbb
...
...
@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,expat))
ifeq ($(SYSTEM_EXPAT),NO)
$(eval $(call gb_Module_add_targets,expat,\
ExternalPackage_expat \
UnpackedTarball_expat \
StaticLibrary_expat \
))
...
...
fontconfig/ExternalProject_fontconfig.mk
Dosyayı görüntüle @
5e037bbb
...
...
@@ -23,7 +23,7 @@ $(call gb_ExternalProject_get_state_target,fontconfig,build) :
./configure \
--disable-shared \
--with-arch=arm \
--with-expat-includes=$(
OUTDIR)/inc/external/expat
\
--with-expat-includes=$(
call gb_UnpackedTarball_get_dir,expat)/lib
\
--with-expat-lib=$(OUTDIR)/lib \
--with-freetype-config=$(OUTDIR)/bin/freetype-config \
--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \
...
...
python3/ExternalProject_python3.mk
Dosyayı görüntüle @
5e037bbb
...
...
@@ -88,7 +88,7 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
CC="$(strip $(CC) \
$(if $(filter NO,$(SYSTEM_OPENSSL)),-I$(call gb_UnpackedTarball_get_dir,openssl)/include) \
$(if $(and $(filter NO,$(SYSTEM_OPENSSL)), $(filter-out YES,$(DISABLE_OPENSSL))),-I$(call gb_UnpackedTarball_get_dir,openssl)/include) \
$(if $(filter NO,$(SYSTEM_EXPAT)),-I$(
OUTDIR)/inc/external/expat
) \
$(if $(filter NO,$(SYSTEM_EXPAT)),-I$(
call gb_UnpackedTarball_get_dir,expat)/lib
) \
$(if $(SYSBASE), -I$(SYSBASE)/usr/include) \
)" \
$(if $(python3_cflags),CFLAGS='$(python3_cflags)') \
...
...
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