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
b1cbf8f7
Kaydet (Commit)
b1cbf8f7
authored
Şub 26, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
salhelper: new ZipPackage_salhelper_odk_headers
Change-Id: I83172bd105496dd1af8090a01ebfac864958e20c
üst
58cd5303
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
15 deletions
+19
-15
CustomTarget_doxygen.mk
odk/CustomTarget_doxygen.mk
+1
-1
CustomTarget_salhelper_allheaders.mk
salhelper/CustomTarget_salhelper_allheaders.mk
+4
-2
Library_salhelper.mk
salhelper/Library_salhelper.mk
+1
-1
Module_salhelper.mk
salhelper/Module_salhelper.mk
+1
-1
ZipPackage_salhelper_odk_headers.mk
salhelper/ZipPackage_salhelper_odk_headers.mk
+12
-10
No files found.
odk/CustomTarget_doxygen.mk
Dosyayı görüntüle @
b1cbf8f7
...
@@ -21,7 +21,7 @@ DOXY_STRIP_PATH := $(if $(filter WNT,$(OS)),$(shell cygpath -u $(OUTDIR)/inc),$(
...
@@ -21,7 +21,7 @@ DOXY_STRIP_PATH := $(if $(filter WNT,$(OS)),$(shell cygpath -u $(OUTDIR)/inc),$(
DOXY_DEPS := $(SRCDIR)/odk/pack/gendocu/Doxyfile \
DOXY_DEPS := $(SRCDIR)/odk/pack/gendocu/Doxyfile \
$(SRCDIR)/odk/pack/gendocu/main.dox \
$(SRCDIR)/odk/pack/gendocu/main.dox \
$(call gb_Package_get_target,sal_odk_headers) \
$(call gb_Package_get_target,sal_odk_headers) \
$(call gb_Package_get_target,salhelper_
inc
) \
$(call gb_Package_get_target,salhelper_
odk_headers
) \
$(call gb_Package_get_target,cppu_inc) \
$(call gb_Package_get_target,cppu_inc) \
$(call gb_Package_get_target,cppuhelper_inc) \
$(call gb_Package_get_target,cppuhelper_inc) \
$(call gb_Package_get_target,store_inc) \
$(call gb_Package_get_target,store_inc) \
...
...
salhelper/CustomTarget_salhelper_allheaders.mk
Dosyayı görüntüle @
b1cbf8f7
...
@@ -32,10 +32,12 @@ salhelper_allheaders_DIR := $(call gb_CustomTarget_get_workdir,salhelper/allhead
...
@@ -32,10 +32,12 @@ salhelper_allheaders_DIR := $(call gb_CustomTarget_get_workdir,salhelper/allhead
$(call gb_CustomTarget_get_target,salhelper/allheaders)
:
\
$(call gb_CustomTarget_get_target,salhelper/allheaders)
:
\
$(salhelper_allheaders_DIR)/salhelper_allheaders.hxx
$(salhelper_allheaders_DIR)/salhelper_allheaders.hxx
# dependency on Package_inc.mk should ensure this is updated whenever a new public header is added
# dependency on Package_salhelper_odk_headers.mk should ensure this is
# updated whenever a new public header is added
$(salhelper_allheaders_DIR)/salhelper_allheaders.hxx
:
\
$(salhelper_allheaders_DIR)/salhelper_allheaders.hxx
:
\
$(SRCDIR)/salhelper/CustomTarget_salhelper_allheaders.mk
\
$(SRCDIR)/salhelper/CustomTarget_salhelper_allheaders.mk
\
| $(salhelper_allheaders_DIR)/.dir $(SRCDIR)/salhelper/Package_inc.mk
$(SRCDIR)/salhelper/ZipPackage_salhelper_odk_headers.mk
\
| $(salhelper_allheaders_DIR)/.dir
$
(
call gb_Output_announce,
$
(
subst
$(WORKDIR)
/,,
$@
)
,
$(true)
,ECH,1
)
$
(
call gb_Output_announce,
$
(
subst
$(WORKDIR)
/,,
$@
)
,
$(true)
,ECH,1
)
printf
'// Generated list of all salhelper/ includes\n'
>
$@
printf
'// Generated list of all salhelper/ includes\n'
>
$@
$
(
foreach file,
$
(
wildcard
$(SRCDIR)
/salhelper/inc/
*
.h
)
$
(
wildcard
$(SRCDIR)
/salhelper/inc/
*
.hxx
)
\
$
(
foreach file,
$
(
wildcard
$(SRCDIR)
/salhelper/inc/
*
.h
)
$
(
wildcard
$(SRCDIR)
/salhelper/inc/
*
.hxx
)
\
...
...
salhelper/Library_salhelper.mk
Dosyayı görüntüle @
b1cbf8f7
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
$(eval
$(call
gb_Library_Library,salhelper))
$(eval
$(call
gb_Library_Library,salhelper))
$(eval
$(call
gb_Library_use_package,salhelper,salhelper_
inc
))
$(eval
$(call
gb_Library_use_package,salhelper,salhelper_
odk_headers
))
$(eval
$(call
gb_Library_add_defs,salhelper,\
$(eval
$(call
gb_Library_add_defs,salhelper,\
-DSALHELPER_DLLIMPLEMENTATION
\
-DSALHELPER_DLLIMPLEMENTATION
\
...
...
salhelper/Module_salhelper.mk
Dosyayı görüntüle @
b1cbf8f7
...
@@ -30,7 +30,7 @@ $(eval $(call gb_Module_Module,salhelper))
...
@@ -30,7 +30,7 @@ $(eval $(call gb_Module_Module,salhelper))
$(eval
$(call
gb_Module_add_targets,salhelper,\
$(eval
$(call
gb_Module_add_targets,salhelper,\
CustomTarget_salhelper_allheaders
\
CustomTarget_salhelper_allheaders
\
Library_salhelper
\
Library_salhelper
\
Package_inc
\
ZipPackage_salhelper_odk_headers
\
))
))
$(eval
$(call
gb_Module_add_check_targets,salhelper,\
$(eval
$(call
gb_Module_add_check_targets,salhelper,\
...
...
salhelper/
Package_inc
.mk
→
salhelper/
ZipPackage_salhelper_odk_headers
.mk
Dosyayı görüntüle @
b1cbf8f7
...
@@ -25,16 +25,18 @@
...
@@ -25,16 +25,18 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
# instead of those above.
$(eval
$(call
gb_
Package_Package,salhelper_inc
,$(SRCDIR)/salhelper/inc/salhelper))
$(eval
$(call
gb_
ZipPackage_ZipPackage,salhelper_odk_headers
,$(SRCDIR)/salhelper/inc/salhelper))
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/salhelperdllapi.h,salhelperdllapi.h))
$(eval
$(call
gb_ZipPackage_add_files,salhelper_odk_headers,inc/salhelper,include/salhelper,\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/condition.hxx,condition.hxx))
salhelperdllapi.h
\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/dynload.hxx,dynload.hxx))
condition.hxx
\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/linkhelper.hxx,linkhelper.hxx))
dynload.hxx
\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/refobj.hxx,refobj.hxx))
linkhelper.hxx
\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/simplereferenceobject.hxx,simplereferenceobject.hxx))
refobj.hxx
\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/singletonref.hxx,singletonref.hxx))
simplereferenceobject.hxx
\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/thread.hxx,thread.hxx))
singletonref.hxx
\
$(eval
$(call
gb_Package_add_file,salhelper_inc,inc/salhelper/timer.hxx,timer.hxx))
thread.hxx
\
timer.hxx
\
))
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
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