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
b99010d1
Kaydet (Commit)
b99010d1
authored
Ock 11, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
np_sdk: convert to gbuild and add to tail_build
üst
317bbb5e
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
150 additions
and
49 deletions
+150
-49
Module_tail_build.mk
Module_tail_build.mk
+1
-0
Repository.mk
Repository.mk
+1
-0
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
Makefile
np_sdk/Makefile
+10
-38
Module_np_sdk.mk
np_sdk/Module_np_sdk.mk
+38
-0
Package_inc.mk
np_sdk/Package_inc.mk
+43
-0
StaticLibrary_nputils.mk
np_sdk/StaticLibrary_nputils.mk
+53
-0
npwin.cxx
np_sdk/mozsrc/npwin.cxx
+0
-0
build.lst
np_sdk/prj/build.lst
+1
-2
d.lst
np_sdk/prj/d.lst
+0
-8
makefile.mk
np_sdk/prj/makefile.mk
+1
-0
build.lst
tail_build/prj/build.lst
+1
-1
No files found.
Module_tail_build.mk
Dosyayı görüntüle @
b99010d1
...
...
@@ -55,6 +55,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
lotuswordpro
\
MathMLDTD
\
Mesa
\
np_sdk
\
oox
\
package
\
padmin
\
...
...
Repository.mk
Dosyayı görüntüle @
b99010d1
...
...
@@ -457,6 +457,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
basegfx_s \
dtobj \
libeay32 \
nputils \
ssleay32 \
ooopathutils \
sample \
...
...
RepositoryModule_ooo.mk
Dosyayı görüntüle @
b99010d1
...
...
@@ -67,6 +67,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
MathMLDTD
\
Mesa
\
nlpsolver
\
np_sdk
\
o3tl
\
offapi
\
oovbaapi
\
...
...
np_sdk/
mozsrc/makefile.mk
→
np_sdk/
Makefile
Dosyayı görüntüle @
b99010d1
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
...
@@ -25,44 +26,15 @@
#
#*************************************************************************
PRJ
=
..
gb_PARTIALBUILD
:=
T
ifeq
($(strip
$(SOLARENV)),)
include
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
PRJNAME
=
np_sdk
TARGET
=
npsd
k
gb_SourceEnvAndRecurse_STAGE
=
gbuild
include
$(SOLARENV)/gbuild/gbuild.m
k
EXTERNAL_WARNINGS_NOT_ERRORS
:=
TRUE
$(eval
$(call
gb_Module_make_global_targets,$(shell
ls
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/Module*.mk)))
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.IF
"$(OS)"
!=
"IOS"
&&
"$(OS)"
!=
"ANDROID"
.IF
"$(L10N_framework)"
==
""
JDKINCS
=
.IF
"$(SYSTEM_MOZILLA_HEADERS)"
=
"YES"
CFLAGS
+=
$(MOZILLA_HEADERS_CFLAGS)
CXXFLAGS
+=
$(MOZILLA_HEADERS_CFLAGS)
.ELSE
CFLAGS
+=
-I
..
$/
inc
CXXFLAGS
+=
-I
..
$/
inc
.ENDIF
# --- Files --------------------------------------------------------
.IF
"$(GUI)"
==
"WNT"
MOZFILES
=
$(SLO)$/
npwin.obj
.ELSE
MOZFILES
=
$(SLO)$/
npunix.obj
.ENDIF
.IF
"$(GUIBASE)"
==
"aqua"
CDEFS
+=
-DNO_X11
.ENDIF
ALL
:
$(MOZFILES)
# --- Targets ------------------------------------------------------
.ENDIF
# L10N_framework
.ENDIF
# iOS or Android
.INCLUDE
:
target.mk
endif
# vim: set noet sw=4 ts=4:
np_sdk/Module_np_sdk.mk
0 → 100644
Dosyayı görüntüle @
b99010d1
# -*- 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_Module_Module,np_sdk))
ifeq ($(WITH_MOZILLA),YES)
$(eval $(call gb_Module_add_targets,np_sdk,\
Package_inc \
StaticLibrary_nputils \
))
endif
# vim: set noet sw=4 ts=4:
np_sdk/Package_inc.mk
0 → 100644
Dosyayı görüntüle @
b99010d1
# -*- 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,np_sdk_inc,$(SRCDIR)/np_sdk))
$(eval $(call gb_Package_add_file,np_sdk_inc,inc/npsdk/jri.h,mozsrc/jri.h))
$(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/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:
np_sdk/StaticLibrary_nputils.mk
0 → 100644
Dosyayı görüntüle @
b99010d1
# -*- 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_StaticLibrary_StaticLibrary,nputils))
$(eval $(call gb_StaticLibrary_use_externals,nputils,\
mozilla_headers \
))
ifeq ($(GUIBASE),aqua)
$(eval $(call gb_StaticLibrary_add_defs,nputils,\
-DNO_X11 \
))
endif
ifeq ($(OS),WNT)
$(eval $(call gb_StaticLibrary_add_exception_objects,nputils,\
np_sdk/mozsrc/npwin \
))
else
$(eval $(call gb_StaticLibrary_add_cobjects,nputils,\
np_sdk/mozsrc/npunix \
))
endif
# vim: set noet sw=4 ts=4:
np_sdk/mozsrc/npwin.c
pp
→
np_sdk/mozsrc/npwin.c
xx
Dosyayı görüntüle @
b99010d1
File moved
np_sdk/prj/build.lst
Dosyayı görüntüle @
b99010d1
np np_sdk : soltools NULL
np np_sdk usr1 - all np_sdk NULL
np np_sdk\mozsrc nmake - all np_mozsrc NULL
np np_sdk\prj nmake - all np_prj NULL
np_sdk/prj/d.lst
Dosyayı görüntüle @
b99010d1
mkdir: %_DEST%\inc\npsdk
..\mozsrc\*.h %_DEST%\inc\npsdk\*.h
..\inc\*.h %_DEST%\inc\npsdk\*.h
..\%__SRC%\slo\npunix.o %_DEST%\lib\npunix.o
..\%__SRC%\slo\npunix.obj %_DEST%\lib\npunix.obj
..\%__SRC%\slo\npwin.obj %_DEST%\lib\npwin.obj
np_sdk/prj/makefile.mk
0 → 100644
Dosyayı görüntüle @
b99010d1
.INCLUDE
:
gbuildbridge.mk
tail_build/prj/build.lst
Dosyayı görüntüle @
b99010d1
tb tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CURL:curl HUNSPELL:hunspell HYPHEN:hyphen ICU:icu DESKTOP:l10ntools LIBCDR:libcdr LIBEXTTEXTCAT:libexttextcat LIBXML2:libxml2 LIBXMLSEC:libxmlsec LIBXSLT:libxslt LIBWPG:libwpg LIBWPS:libwps LIBWPD:libwpd LIBVISIO:libvisio LPSOLVE:lpsolve MDDS:mdds MYTHES:mythes NEON:neon NSS:nss OPENSSL:openssl PYTHON:python REDLAND:redland SANE:sane SAXON:saxon TRANSLATIONS:translations TWAIN:twain XPDF:xpdf ZLIB:zlib basegfx bridges comphelper configmgr connectivity cppu cppuhelper javaunohelper jurt jvmaccess jvmfwk
np_sdk
offapi officecfg oovbaapi QADEVOOO:qadevOOo DESKTOP:rdbmaker readlicense_oo rhino ridljar sal salhelper sax shell solenv soltools sot stoc svl svtools sysui test toolkit tools ucb ucbhelper udkapi unoil unotools ure vcl xmlhelp xmlscript xsltml NULL
tb tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CURL:curl HUNSPELL:hunspell HYPHEN:hyphen ICU:icu DESKTOP:l10ntools LIBCDR:libcdr LIBEXTTEXTCAT:libexttextcat LIBXML2:libxml2 LIBXMLSEC:libxmlsec LIBXSLT:libxslt LIBWPG:libwpg LIBWPS:libwps LIBWPD:libwpd LIBVISIO:libvisio LPSOLVE:lpsolve MDDS:mdds MYTHES:mythes NEON:neon NSS:nss OPENSSL:openssl PYTHON:python REDLAND:redland SANE:sane SAXON:saxon TRANSLATIONS:translations TWAIN:twain XPDF:xpdf ZLIB:zlib basegfx bridges comphelper configmgr connectivity cppu cppuhelper javaunohelper jurt jvmaccess jvmfwk offapi officecfg oovbaapi QADEVOOO:qadevOOo DESKTOP:rdbmaker readlicense_oo rhino ridljar sal salhelper sax shell solenv soltools sot stoc svl svtools sysui test toolkit tools ucb ucbhelper udkapi unoil unotools ure vcl xmlhelp xmlscript xsltml NULL
tb tail_build\prj nmake - all tb_prj NULL
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