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
,$(SRCDIR
)/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_use_libraries
,PresentationMinimizer
,\
33 $(eval
$(call gb_Library_add_exception_objects
,PresentationMinimizer
,\
34 sdext
/source
/minimizer
/configurationaccess \
35 sdext
/source
/minimizer
/fileopendialog \
36 sdext
/source
/minimizer
/graphiccollector \
37 sdext
/source
/minimizer
/impoptimizer \
38 sdext
/source
/minimizer
/informationdialog \
39 sdext
/source
/minimizer
/optimizationstats \
40 sdext
/source
/minimizer
/optimizerdialog \
41 sdext
/source
/minimizer
/optimizerdialogcontrols \
42 sdext
/source
/minimizer
/pagecollector \
43 sdext
/source
/minimizer
/pppoptimizer \
44 sdext
/source
/minimizer
/pppoptimizerdialog \
45 sdext
/source
/minimizer
/pppoptimizertoken \
46 sdext
/source
/minimizer
/pppoptimizeruno \
47 sdext
/source
/minimizer
/unodialog \
50 # vim:set noet sw=4 ts=4: