update credits
[LibreOffice.git] / ios / Executable_LibreOffice.mk
blob7689ea965402014a0fa379d0b75a6bf676112dc7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 $(eval $(call gb_Executable_Executable,LibreOffice))
5 $(eval $(call gb_Executable_use_api,LibreOffice,\
6 udkapi \
7 offapi \
8 ))
10 $(eval $(call gb_Executable_use_externals,LibreOffice,\
11 boost_headers \
12 iconv \
13 zlib \
16 $(eval $(call gb_Executable_use_system_darwin_frameworks,LibreOffice,\
17 Foundation \
18 CoreFoundation \
19 CoreGraphics \
20 CoreText \
21 UIKit \
24 $(eval $(call gb_Executable_add_objcxxobjects,LibreOffice,\
25 ios/experimental/LibreOffice/LibreOffice/lo \
28 $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\
29 ios/experimental/LibreOffice/LibreOffice/AppDelegate \
30 ios/experimental/LibreOffice/LibreOffice/main \
31 ios/experimental/LibreOffice/LibreOffice/View \
32 ios/experimental/LibreOffice/LibreOffice/ViewController \
35 # Mark the executable as depending on all libraries so that it gets
36 # rebuilt if any library has been rebuilt. Avoids need for "make
37 # ios.clean".
39 $(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(wildcard $(OUTDIR)/lib/lib*.a)
41 # vim: set ts=4 sw=4 et: