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
8f6510b3
Kaydet (Commit)
8f6510b3
authored
Haz 02, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
np_sdk: separate system and internal headers
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
üst
0d59b7bf
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
53 additions
and
15 deletions
+53
-15
RepositoryExternal.mk
RepositoryExternal.mk
+6
-7
Executable_pluginapp.bin.mk
extensions/Executable_pluginapp.bin.mk
+2
-0
Library_pl.mk
extensions/Library_pl.mk
+2
-0
StaticLibrary_plugcon.mk
extensions/StaticLibrary_plugcon.mk
+2
-0
Module_np_sdk.mk
np_sdk/Module_np_sdk.mk
+6
-0
Package_inc.mk
np_sdk/Package_inc.mk
+0
-8
Package_mozilla_inc.mk
np_sdk/Package_mozilla_inc.mk
+35
-0
No files found.
RepositoryExternal.mk
Dosyayı görüntüle @
8f6510b3
...
@@ -54,22 +54,21 @@ endif
...
@@ -54,22 +54,21 @@ endif
ifeq ($(SYSTEM_MOZILLA_HEADERS),YES)
ifeq ($(SYSTEM_MOZILLA_HEADERS),YES)
define gb_LinkTarget__use_mozilla_headers
define gb_LinkTarget__use_mozilla_headers
$(eval $(call gb_LinkTarget_use_package,$(1),np_sdk_inc))
$(call gb_LinkTarget_set_include,$(1),\
$(eval $(call gb_LinkTarget_set_include,$(1),\
$(MOZILLA_HEADERS_CFLAGS) \
$(MOZILLA_HEADERS_CFLAGS) \
$$(INCLUDE) \
$$(INCLUDE) \
)
)
)
endef
endef
else #!SYSTEM_MOZILLA_HEADERS
else #!SYSTEM_MOZILLA_HEADERS
define gb_LinkTarget__use_mozilla_headers
define gb_LinkTarget__use_mozilla_headers
$(
eval $(call gb_LinkTarget_use_package,$(1),np_sdk_inc)
)
$(
call gb_LinkTarget_use_package,$(1),mozilla_inc
)
$(
eval $(
call gb_LinkTarget_set_include,$(1),\
$(call gb_LinkTarget_set_include,$(1),\
-I$(OUTDIR)/inc/npsdk \
-I$(OUTDIR)/inc/
external/
npsdk \
$$(INCLUDE) \
$$(INCLUDE) \
)
)
)
endef
endef
...
...
extensions/Executable_pluginapp.bin.mk
Dosyayı görüntüle @
8f6510b3
...
@@ -30,6 +30,8 @@
...
@@ -30,6 +30,8 @@
$(eval
$(call
gb_Executable_Executable,pluginapp.bin))
$(eval
$(call
gb_Executable_Executable,pluginapp.bin))
$(eval
$(call
gb_Executable_use_package,pluginapp.bin,np_sdk_inc))
$(eval
$(call
gb_Executable_use_external,pluginapp.bin,mozilla_headers))
$(eval
$(call
gb_Executable_use_external,pluginapp.bin,mozilla_headers))
$(eval
$(call
gb_Executable_set_include,pluginapp.bin,\
$(eval
$(call
gb_Executable_set_include,pluginapp.bin,\
...
...
extensions/Library_pl.mk
Dosyayı görüntüle @
8f6510b3
...
@@ -32,6 +32,8 @@ $(eval $(call gb_Library_Library,pl))
...
@@ -32,6 +32,8 @@ $(eval $(call gb_Library_Library,pl))
$(eval
$(call
gb_Library_set_componentfile,pl,extensions/source/plugin/pl))
$(eval
$(call
gb_Library_set_componentfile,pl,extensions/source/plugin/pl))
$(eval
$(call
gb_Library_use_package,pl,np_sdk_inc))
$(eval
$(call
gb_Library_use_external,pl,mozilla_headers))
$(eval
$(call
gb_Library_use_external,pl,mozilla_headers))
$(eval
$(call
gb_Library_set_include,pl,\
$(eval
$(call
gb_Library_set_include,pl,\
...
...
extensions/StaticLibrary_plugcon.mk
Dosyayı görüntüle @
8f6510b3
...
@@ -31,6 +31,8 @@ endif
...
@@ -31,6 +31,8 @@ endif
$(eval
$(call
gb_StaticLibrary_StaticLibrary,plugcon))
$(eval
$(call
gb_StaticLibrary_StaticLibrary,plugcon))
$(eval
$(call
gb_StaticLibrary_use_package,plugcon,np_sdk_inc))
$(eval
$(call
gb_StaticLibrary_use_external,plugcon,mozilla_headers))
$(eval
$(call
gb_StaticLibrary_use_external,plugcon,mozilla_headers))
$(eval
$(call
gb_StaticLibrary_set_include,plugcon,\
$(eval
$(call
gb_StaticLibrary_set_include,plugcon,\
...
...
np_sdk/Module_np_sdk.mk
Dosyayı görüntüle @
8f6510b3
...
@@ -33,6 +33,12 @@ $(eval $(call gb_Module_add_targets,np_sdk,\
...
@@ -33,6 +33,12 @@ $(eval $(call gb_Module_add_targets,np_sdk,\
Package_inc \
Package_inc \
))
))
ifeq ($(SYSTEM_MOZILLA_HEADERS),NO)
$(eval $(call gb_Module_add_targets,np_sdk,\
Package_mozilla_inc \
))
endif
ifeq ($(ENABLE_NSPLUGIN),YES)
ifeq ($(ENABLE_NSPLUGIN),YES)
$(eval $(call gb_Module_add_targets,np_sdk,\
$(eval $(call gb_Module_add_targets,np_sdk,\
StaticLibrary_nputils \
StaticLibrary_nputils \
...
...
np_sdk/Package_inc.mk
Dosyayı görüntüle @
8f6510b3
...
@@ -32,12 +32,4 @@ $(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/jri_md.h,mozsrc/jri_md.h)
...
@@ -32,12 +32,4 @@ $(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/jri_md.h,mozsrc/jri_md.h)
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/jritypes.h,mozsrc/jritypes.h))
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/jritypes.h,mozsrc/jritypes.h))
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/npupp.h,mozsrc/npupp.h))
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/npupp.h,mozsrc/npupp.h))
ifeq ($(SYSTEM_MOZILLA_HEADERS),NO)
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/npapi.h,inc/npapi.h))
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/npfunctions.h,inc/npfunctions.h))
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/npruntime.h,inc/npruntime.h))
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/nptypes.h,inc/nptypes.h))
endif
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
np_sdk/Package_mozilla_inc.mk
0 → 100644
Dosyayı görüntüle @
8f6510b3
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Package_Package,mozilla_inc,$(SRCDIR)/np_sdk))
$(eval $(call gb_Package_add_file,mozilla_inc,inc/external/npsdk/npapi.h,inc/npapi.h))
$(eval $(call gb_Package_add_file,mozilla_inc,inc/external/npsdk/npfunctions.h,inc/npfunctions.h))
$(eval $(call gb_Package_add_file,mozilla_inc,inc/external/npsdk/npruntime.h,inc/npruntime.h))
$(eval $(call gb_Package_add_file,mozilla_inc,inc/external/npsdk/nptypes.h,inc/nptypes.h))
# 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