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_StaticLibrary_StaticLibrary
,png
))
12 $(eval
$(call gb_StaticLibrary_set_warnings_not_errors
,png
))
14 $(eval
$(call gb_StaticLibrary_use_unpacked
,png
,png
))
16 $(eval
$(call gb_StaticLibrary_use_externals
,png
,\
20 $(eval
$(call gb_StaticLibrary_add_generated_cobjects
,png
,\
21 UnpackedTarball
/png
/png \
22 UnpackedTarball
/png
/pngerror \
23 UnpackedTarball
/png
/pngget \
24 UnpackedTarball
/png
/pngmem \
25 UnpackedTarball
/png
/pngpread \
26 UnpackedTarball
/png
/pngread \
27 UnpackedTarball
/png
/pngrio \
28 UnpackedTarball
/png
/pngrtran \
29 UnpackedTarball
/png
/pngrutil \
30 UnpackedTarball
/png
/pngset \
31 UnpackedTarball
/png
/pngtrans \
32 UnpackedTarball
/png
/pngwio \
33 UnpackedTarball
/png
/pngwrite \
34 UnpackedTarball
/png
/pngwtran \
35 UnpackedTarball
/png
/pngwutil \
38 # vim: set noet sw=4 ts=4: