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
437dc538
Kaydet (Commit)
437dc538
authored
12 years ago
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
forgot to rename cppu -> cppuhelper from the template
Change-Id: I6a2ba2213d59ba73f7f170f40c7607f6ad23a0f4
üst
aad94ec0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
CppunitTest_cppuhelper_checkapi.mk
cppuhelper/CppunitTest_cppuhelper_checkapi.mk
+12
-12
CustomTarget_cppuhelper_allheaders.mk
cppuhelper/CustomTarget_cppuhelper_allheaders.mk
+11
-11
No files found.
cppuhelper/CppunitTest_cppuhelper_checkapi.mk
Dosyayı görüntüle @
437dc538
...
...
@@ -25,30 +25,30 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_CppunitTest_CppunitTest,cppu_checkapi))
$(eval
$(call
gb_CppunitTest_CppunitTest,cppu
helper
_checkapi))
$(eval
$(call
gb_CppunitTest_add_exception_objects,cppu_checkapi,\
cppu/qa/checkapi/strings
\
$(eval
$(call
gb_CppunitTest_add_exception_objects,cppu
helper
_checkapi,\
cppu
helper
/qa/checkapi/strings
\
))
$(eval
$(call
gb_CppunitTest_set_include,cppu_checkapi,\
$(eval
$(call
gb_CppunitTest_set_include,cppu
helper
_checkapi,\
$$(INCLUDE)
\
-I$(SRCDIR)/cppu/inc
\
-I$(SRCDIR)/cppu
helper
/inc
\
))
$(eval
$(call
gb_CppunitTest_use_internal_comprehensive_api,cppu_checkapi,
\
$(eval
$(call
gb_CppunitTest_use_internal_comprehensive_api,cppu
helper
_checkapi,
\
cppu
\
udkapi
\
))
# strings.cxx includes generated strings.hxx
$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings)
:
\
INCLUDE += -I$(call gb_CustomTarget_get_workdir
,
cppu/allheaders)
$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings)
:
|
\
$(call gb_CustomTarget_get_workdir
,
cppu
/allheaders)/cppu
_allheaders.hxx
$(call gb_CxxObject_get_target,cppu
helper
/qa/checkapi/strings)
:
\
INCLUDE += -I$(call gb_CustomTarget_get_workdir
,
cppu
helper
/allheaders)
$(call gb_CxxObject_get_target,cppu
helper
/qa/checkapi/strings)
:
|
\
$(call gb_CustomTarget_get_workdir
,
cppu
helper/allheaders)/cppuhelper
_allheaders.hxx
$(eval
$(call
gb_CppunitTest_use_libraries,cppu_checkapi,\
cppu
\
$(eval
$(call
gb_CppunitTest_use_libraries,cppu
helper
_checkapi,\
cppu
helper
\
$(gb_STDLIBS)
\
))
...
...
This diff is collapsed.
Click to expand it.
cppuhelper/CustomTarget_cppuhelper_allheaders.mk
Dosyayı görüntüle @
437dc538
...
...
@@ -25,24 +25,24 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_CustomTarget_CustomTarget,cppu/allheaders))
$(eval
$(call
gb_CustomTarget_CustomTarget,cppu
helper
/allheaders))
cppu
_allheaders_DIR
:=
$
(
call gb_CustomTarget_get_workdir,cppu
/allheaders
)
cppu
helper_allheaders_DIR
:=
$
(
call gb_CustomTarget_get_workdir,cppuhelper
/allheaders
)
$(call gb_CustomTarget_get_target,cppu/allheaders)
:
\
$(cppu
_allheaders_DIR)/cppu
_allheaders.hxx
$(call gb_CustomTarget_get_target,cppu
helper
/allheaders)
:
\
$(cppu
helper_allheaders_DIR)/cppuhelper
_allheaders.hxx
# dependency on Package_inc.mk should ensure this is updated whenever a new public header is added
$(cppu
_allheaders_DIR)/cppu_allheaders.hxx
:
| $(cppu_allheaders_DIR)/.dir $(SRCDIR)/cppu
/Package_inc.mk
$(cppu
helper_allheaders_DIR)/cppuhelper_allheaders.hxx
:
| $(cppuhelper_allheaders_DIR)/.dir $(SRCDIR)/cppuhelper
/Package_inc.mk
$
(
call gb_Output_announce,
$
(
subst
$(WORKDIR)
/,,
$@
)
,
$(true)
,ECH,1
)
echo
'// Generated list of all cppu/ includes'
>
$@
echo
'// Generated list of all cppu
helper
/ includes'
>
$@
echo
-e
\
$
(
foreach file,
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
.hxx
)
\
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
/
*
.hxx
)
\
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
/
*
/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
/
*
/
*
.hxx
)
\
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
/
*
/
*
/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppu
/inc/
*
/
*
/
*
/
*
.hxx
)
,
\
$
(
foreach file,
$
(
wildcard
$(SRCDIR)
/cppu
helper/inc/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppuhelper
/inc/
*
.hxx
)
\
$
(
wildcard
$(SRCDIR)
/cppu
helper/inc/
*
/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppuhelper
/inc/
*
/
*
.hxx
)
\
$
(
wildcard
$(SRCDIR)
/cppu
helper/inc/
*
/
*
/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppuhelper
/inc/
*
/
*
/
*
.hxx
)
\
$
(
wildcard
$(SRCDIR)
/cppu
helper/inc/
*
/
*
/
*
/
*
.h
)
$
(
wildcard
$(SRCDIR)
/cppuhelper
/inc/
*
/
*
/
*
/
*
.hxx
)
,
\
$
(
if
$
(
findstring /win32/,
$(file)
)
,
'#ifdef _WIN32\n'
)
\
'#include <$(subst
$(SRCDIR)
/cppu/inc/,,
$(file)
)>\n'
\
'#include <$(subst
$(SRCDIR)
/cppu
helper
/inc/,,
$(file)
)>\n'
\
$
(
if
$
(
findstring /win32/,
$(file)
)
,
'#endif // _WIN32\n'
)
\
)
>>
$@
...
...
This diff is collapsed.
Click to expand it.
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