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
,\
10 $(eval
$(call gb_Executable_use_externals
,LibreOffice
,\
16 $(eval
$(call gb_Executable_use_system_darwin_frameworks
,LibreOffice
,\
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
39 $(call gb_LinkTarget_get_target
,Executable
/LibreOffice
) : $(wildcard $(OUTDIR
)/lib
/lib
*.a
)
41 # vim: set ts=4 sw=4 et: