1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Executable_Executable
,updater
))
12 $(eval
$(call gb_Executable_set_include
,updater
,\
13 -I
$(SRCDIR
)/onlineupdate
/source
/update
/common \
14 -I
$(SRCDIR
)/onlineupdate
/source
/update
/updater
/xpcom
/glue \
18 $(eval
$(call gb_Executable_use_static_libraries
,updater
,\
23 $(eval
$(call gb_Executable_add_libs
,updater
,\
31 $(eval
$(call gb_Executable_add_libs
,updater
,\
41 $(eval
$(call gb_Executable_use_externals
,updater
,\
46 $(eval
$(call gb_Executable_add_exception_objects
,updater
,\
47 onlineupdate
/source
/update
/updater
/xpcom
/glue
/nsVersionComparator \
48 onlineupdate
/source
/update
/updater
/archivereader \
49 onlineupdate
/source
/update
/updater
/bspatch \
50 onlineupdate
/source
/update
/updater
/loaddlls \
51 onlineupdate
/source
/update
/updater
/progressui_gtk \
52 onlineupdate
/source
/update
/updater
/progressui_null \
53 onlineupdate
/source
/update
/updater
/progressui_win \
54 onlineupdate
/source
/update
/updater
/updater \
55 onlineupdate
/source
/update
/updater
/win_dirent \
56 onlineupdate
/source
/update
/common
/pathhash \
57 onlineupdate
/source
/update
/common
/readstrings \
58 onlineupdate
/source
/update
/common
/uachelper \
59 onlineupdate
/source
/update
/common
/updatehelper \
60 onlineupdate
/source
/update
/common
/updatelogging \
63 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */