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_Library_Library
,PresentationMinimizer
))
12 $(eval
$(call gb_Library_set_componentfile
,PresentationMinimizer
,sdext
/source
/minimizer
/minimizer
))
14 $(eval
$(call gb_Library_set_precompiled_header
,PresentationMinimizer
,sdext
/inc
/pch
/precompiled_PresentationMinimizer
))
16 $(eval
$(call gb_Library_use_externals
,PresentationMinimizer
,\
20 $(eval
$(call gb_Library_use_sdk_api
,PresentationMinimizer
))
22 $(eval
$(call gb_Library_use_api
,PresentationMinimizer
,\
27 $(eval
$(call gb_Library_set_include
,PresentationMinimizer
,\
29 -I
$(SRCDIR
)/sdext
/inc \
32 $(eval
$(call gb_Library_use_libraries
,PresentationMinimizer
,\
43 $(eval
$(call gb_Library_add_exception_objects
,PresentationMinimizer
,\
44 sdext
/source
/minimizer
/configurationaccess \
45 sdext
/source
/minimizer
/fileopendialog \
46 sdext
/source
/minimizer
/graphiccollector \
47 sdext
/source
/minimizer
/impoptimizer \
48 sdext
/source
/minimizer
/informationdialog \
49 sdext
/source
/minimizer
/optimizationstats \
50 sdext
/source
/minimizer
/optimizerdialog \
51 sdext
/source
/minimizer
/optimizerdialogcontrols \
52 sdext
/source
/minimizer
/pagecollector \
53 sdext
/source
/minimizer
/pppoptimizer \
54 sdext
/source
/minimizer
/pppoptimizerdialog \
55 sdext
/source
/minimizer
/pppoptimizertoken \
56 sdext
/source
/minimizer
/unodialog \
59 # vim:set noet sw=4 ts=4: