Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
e6d17087
Commit
e6d17087
authored
8 years ago
by
Alexey.Golubev
Committed by
Alexander Trofimov
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added build libascdocumentscore
parent
65722469
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Makefile
Makefile
+7
-1
No files found.
Makefile
View file @
e6d17087
...
...
@@ -27,6 +27,7 @@ HTMLFILE := $(LIBDIR)/libHtmlFile.so
UNICODECONVERTER
:=
$(LIBDIR)
/libUnicodeConverter.so
ASCDOCUMENTSCORE
:=
$(LIBDIR)
/libascdocumentscore.so
LIBXML
:=
$(LIBDIR)
/liblibxml.a
LICENSEMANAGER
:
= $(LIBDIR)/libLicenceManager.a
TARGETS
+=
$(ALLFONTSGEN)
TARGETS
+=
$(X2T)
...
...
@@ -53,6 +54,7 @@ TARGETS += $(HTMLFILE)
TARGETS
+=
$(UNICODECONVERTER)
TARGETS
+=
$(ASCDOCUMENTSCORE)
TARGETS
+=
$(LIBXML)
TARGETS
+=
$(LICENSEMANAGER)
X2T_PRO
:=
$(
abspath
X2tConverter/build/Qt/X2tSLN.pro
)
HTMLFILEINTERNAL_PRO
:=
$(
abspath
HtmlFile/Internal/Internal.pro
)
...
...
@@ -79,6 +81,7 @@ HTMLFILE_PRO := $(abspath HtmlFile/HtmlFile.pro)
UNICODECONVERTER_PRO
:=
$(
abspath
UnicodeConverter/UnicodeConverter.pro
)
ASCDOCUMENTSCORE_PRO
:=
$(
abspath
DesktopEditor/ChromiumBasedEditors2/lib/AscDocumentsCore_linux.pro
)
LIBXML_PRO
:=
$(
abspath
DesktopEditor/xml/build/qt/libxml2.pro
)
LICENSEMANAGER_PRO
:=
$(
abspath
LicenceManager/linux/LicenseManager.pro
)
# PROS += $(basename $(X2T_PRO)).build
# PROS += ALLFONTSGEN_PRO
...
...
@@ -128,6 +131,7 @@ QT_PROJ += HTMLFILE
QT_PROJ
+=
UNICODECONVERTER
QT_PROJ
+=
ASCDOCUMENTSCORE
QT_PROJ
+=
LIBXML
QT_PROJ
+=
LICENSEMANAGER
# X2T_DEP += $(XLSFORMATLIB)
# X2T_DEP += $(ODFFILEWRITERLIB)
...
...
@@ -172,6 +176,8 @@ ASCDOCUMENTSCORE_DEP += $(PDFWRITER)
ASCDOCUMENTSCORE_DEP
+=
$(PDFREADER)
ASCDOCUMENTSCORE_DEP
+=
$(DJVUFILE)
ASCDOCUMENTSCORE_DEP
+=
$(XPSFILE)
ASCDOCUMENTSCORE_DEP
+=
$(LICENSEMANAGER)
ASCDOCUMENTSCORE_DEP
+=
$(LIBXML)
#Template for next statment:
#FOO_MAKE := $(basename $(FOO_PRO)).build/Makefile
...
...
@@ -191,7 +197,7 @@ all: lib bin
bin
:
$(X2T) $(ALLFONTSGEN) $(HTMLFILEINTERNAL)
lib
:
$(PDFWRITER) $(DOCTRENDERER) $(HTMLRENDERER) $(PDFREADER) $(DJVUFILE) $(XPSFILE) $(HTMLFILE) $(UNICODECONVERTER)
lib
:
$(
ASCDOCUMENTSCORE) $(
PDFWRITER) $(DOCTRENDERER) $(HTMLRENDERER) $(PDFREADER) $(DJVUFILE) $(XPSFILE) $(HTMLFILE) $(UNICODECONVERTER)
$(foreach
proj,
$(QT_PROJ),
$(eval
$(call
build_proj_tmpl,
$(proj))))
...
...
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