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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval
$(call gb_Library_Library
,gie
))
22 $(eval
$(call gb_Library_set_include
,gie
,\
24 -I
$(SRCDIR
)/filter/inc \
27 $(eval
$(call gb_Library_use_external
,gie
,boost_headers
))
29 $(eval
$(call gb_Library_use_sdk_api
,gie
))
31 $(eval
$(call gb_Library_use_custom_headers
,gie
,\
35 $(eval
$(call gb_Library_use_common_precompiled_header
,gie
))
37 $(eval
$(call gb_Library_use_libraries
,gie
,\
51 $(eval
$(call gb_Library_add_exception_objects
,gie
,\
52 filter/source
/graphicfilter
/egif
/egif \
53 filter/source
/graphicfilter
/etiff
/etiff \
54 filter/source
/graphicfilter
/eps
/eps \
55 filter/source
/graphicfilter
/egif
/giflzwc \
56 filter/source
/graphicfilter
/itiff
/ccidecom \
57 filter/source
/graphicfilter
/itiff
/itiff \
58 filter/source
/graphicfilter
/itiff
/lzwdecom \
59 filter/source
/graphicfilter
/ipict
/ipict \
60 filter/source
/graphicfilter
/ipict
/shape \
61 filter/source
/graphicfilter
/ipcx
/ipcx \
62 filter/source
/graphicfilter
/iras
/iras \
63 filter/source
/graphicfilter
/itga
/itga \
64 filter/source
/graphicfilter
/ieps
/ieps \
65 filter/source
/graphicfilter
/ipsd
/ipsd \
66 filter/source
/graphicfilter
/ipbm
/ipbm \
67 filter/source
/graphicfilter
/ios2met
/ios2met \
68 filter/source
/graphicfilter
/idxf
/dxf2mtf \
69 filter/source
/graphicfilter
/idxf
/dxfblkrd \
70 filter/source
/graphicfilter
/idxf
/dxfentrd \
71 filter/source
/graphicfilter
/idxf
/dxfgrprd \
72 filter/source
/graphicfilter
/idxf
/dxfreprd \
73 filter/source
/graphicfilter
/idxf
/dxftblrd \
74 filter/source
/graphicfilter
/idxf
/dxfvec \
75 filter/source
/graphicfilter
/idxf
/idxf \
76 filter/source
/graphicfilter
/ipcd
/ipcd \
79 # vim: set noet sw=4 ts=4: