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
38f5717b
Kaydet (Commit)
38f5717b
authored
May 07, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: remove Package_generated and Package_tokens
Change-Id: Iab5eb4fbfecea905f4eeb9f1b1f503c1908dadc8
üst
5a8f5914
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
17 additions
and
44 deletions
+17
-44
CustomTarget_generated.mk
oox/CustomTarget_generated.mk
+1
-1
Library_oox.mk
oox/Library_oox.mk
+0
-6
Module_oox.mk
oox/Module_oox.mk
+0
-2
Package_generated.mk
oox/Package_generated.mk
+0
-17
Package_tokens.mk
oox/Package_tokens.mk
+0
-14
Library_scfilt.mk
sc/Library_scfilt.mk
+1
-0
Library_sdfilt.mk
sd/Library_sdfilt.mk
+4
-0
Library_sm.mk
starmath/Library_sm.mk
+2
-0
Library_msword.mk
sw/Library_msword.mk
+4
-1
CustomTarget_source.mk
writerfilter/CustomTarget_source.mk
+4
-3
Library_writerfilter.mk
writerfilter/Library_writerfilter.mk
+1
-0
No files found.
oox/CustomTarget_generated.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -11,7 +11,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,oox/generated))
oox_SRC := $(SRCDIR)/oox/source/token
oox_MISC := $(call gb_CustomTarget_get_workdir,oox/generated)/misc
oox_INC := $(call gb_CustomTarget_get_workdir,oox/generated)
/inc
oox_INC := $(call gb_CustomTarget_get_workdir,oox/generated)
oox_GENHEADERPATH := $(oox_INC)/oox/token
$(oox_MISC)/vmlexport-shape-types.cxx : \
...
...
oox/Library_oox.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -9,11 +9,6 @@
$(eval $(call gb_Library_Library,oox))
$(eval $(call gb_Library_use_packages,oox,\
oox_generated \
oox_tokens \
))
$(eval $(call gb_Library_set_precompiled_header,oox,$(SRCDIR)/oox/inc/pch/precompiled_oox))
$(eval $(call gb_Library_use_custom_headers,oox,oox/generated))
...
...
@@ -21,7 +16,6 @@ $(eval $(call gb_Library_use_custom_headers,oox,oox/generated))
$(eval $(call gb_Library_set_include,oox,\
$$(INCLUDE) \
-I$(SRCDIR)/oox/inc \
-I$(call gb_CustomTarget_get_workdir,oox/generated)/inc \
))
ifeq ($(COM)-$(OS)-$(CPUNAME),GCC-LINUX-IA64)
...
...
oox/Module_oox.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -12,8 +12,6 @@ $(eval $(call gb_Module_Module,oox))
$(eval $(call gb_Module_add_targets,oox,\
CustomTarget_generated \
Library_oox \
Package_generated \
Package_tokens \
))
# vim: set noet sw=4 ts=4:
oox/Package_generated.mk
deleted
100644 → 0
Dosyayı görüntüle @
5a8f5914
# -*- 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_Package_Package,oox_generated,$(call gb_CustomTarget_get_workdir,oox/generated)))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/tokens.hxx,inc/oox/token/tokens.hxx))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/namespaces.hxx,inc/oox/token/namespaces.hxx))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/properties.hxx,inc/oox/token/properties.hxx))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/namespaces.txt,misc/namespaces.txt))
# vim: set noet sw=4 ts=4:
oox/Package_tokens.mk
deleted
100644 → 0
Dosyayı görüntüle @
5a8f5914
# -*- 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_Package_Package,oox_tokens,$(SRCDIR)/oox/source/token))
$(eval $(call gb_Package_add_file,oox_tokens,inc/oox/tokens.txt,tokens.txt))
# vim: set noet sw=4 ts=4:
sc/Library_scfilt.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -22,6 +22,7 @@ $(eval $(call gb_Library_set_include,scfilt,\
$(eval $(call gb_Library_use_sdk_api,scfilt))
$(eval $(call gb_Library_use_custom_headers,scfilt,\
oox/generated \
officecfg/registry \
))
...
...
sd/Library_sdfilt.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -22,6 +22,10 @@ endif
$(eval $(call gb_Library_use_external,sdfilt,boost_headers))
$(eval $(call gb_Library_use_custom_headers,sdfilt,\
oox/generated \
))
$(eval $(call gb_Library_use_sdk_api,sdfilt))
$(eval $(call gb_Library_use_libraries,sdfilt,\
...
...
starmath/Library_sm.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -23,6 +23,8 @@ $(eval $(call gb_Library_set_include,sm,\
$(eval $(call gb_Library_use_external,sm,boost_headers))
$(eval $(call gb_Library_use_custom_headers,sm,oox/generated))
$(eval $(call gb_Library_use_sdk_api,sm))
$(eval $(call gb_Library_use_libraries,sm,\
...
...
sw/Library_msword.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -21,7 +21,10 @@ $(eval $(call gb_Library_Library,msword))
$(eval $(call gb_Library_set_componentfile,msword,sw/util/msword))
$(eval $(call gb_Library_use_custom_headers,msword,writerfilter/source))
$(eval $(call gb_Library_use_custom_headers,msword,\
oox/generated \
writerfilter/source \
))
$(eval $(call gb_Library_set_precompiled_header,msword,$(SRCDIR)/sw/inc/pch/precompiled_msword))
...
...
writerfilter/CustomTarget_source.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -61,7 +61,7 @@ writerfilter_ALL = \
$(patsubst %,$(writerfilter_WORK)/OOXMLFactory_%.hxx,$(writerfilter_OOXMLNAMESPACES)) \
$(patsubst %,$(writerfilter_WORK)/OOXMLFactory_%.cxx,$(writerfilter_OOXMLNAMESPACES)) \
writerfilter_DEP_ooxml_Namespaces_txt=$(
OUTDIR)/inc/oox
/namespaces.txt
writerfilter_DEP_ooxml_Namespaces_txt=$(
call gb_CustomTarget_get_workdir,oox/generated)/misc
/namespaces.txt
writerfilter_GEN_doctok_ResourceIds_hxx=$(writerfilter_WORK)/doctok/resourceids.hxx
writerfilter_GEN_doctok_Resources_cxx=$(writerfilter_WORK)/resources.cxx
writerfilter_GEN_doctok_Resources_hxx=$(writerfilter_WORK)/doctok/resources.hxx
...
...
@@ -187,9 +187,10 @@ $(writerfilter_GEN_ooxml_ResourceIds_hxx) : $(writerfilter_SRC_ooxml_ResourceIds
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,XSL,1)
$(call gb_Helper_abbreviate_dirs, $(writerfilter_XSLTCOMMAND) $(writerfilter_SRC_ooxml_ResourceIds_xsl) $(writerfilter_GEN_ooxml_Model_processed)) > $@
$(writerfilter_GEN_ooxml_Token_tmp) : $(
OUTDIR)/inc/oox
/tokens.txt | $(writerfilter_WORK)/.dir
$(writerfilter_GEN_ooxml_Token_tmp) : $(
SRCDIR)/oox/source/token
/tokens.txt | $(writerfilter_WORK)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,CAT,1)
sed "s/\(.*\)/<fasttoken>\1<\/fasttoken>/" < $(OUTDIR)/inc/oox/tokens.txt > $@
sed "s/\(.*\)/<fasttoken>\1<\/fasttoken>/" \
< $(SRCDIR)/oox/source/token/tokens.txt > $@
$(writerfilter_GEN_ooxml_Token_xml) : $(writerfilter_SRC)/ooxml/tokenxmlheader $(writerfilter_GEN_ooxml_Token_tmp) $(writerfilter_SRC)/ooxml/tokenxmlfooter
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,CAT,1)
...
...
writerfilter/Library_writerfilter.mk
Dosyayı görüntüle @
38f5717b
...
...
@@ -10,6 +10,7 @@
$(eval $(call gb_Library_Library,writerfilter))
$(eval $(call gb_Library_use_custom_headers,writerfilter,\
oox/generated \
writerfilter/source \
))
...
...
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