fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / jpeg / StaticLibrary_jpeg.mk
blobc70f81cf834e0cdb0a1fd0d306f6f7024d5ee53e
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,jpeg))
12 $(eval $(call gb_StaticLibrary_set_warnings_not_errors,jpeg))
14 $(eval $(call gb_StaticLibrary_use_unpacked,jpeg,jpeg))
16 $(eval $(call gb_StaticLibrary_set_include,jpeg,\
17 -I$(call gb_UnpackedTarball_get_dir,jpeg) \
18 $$(INCLUDE) \
21 $(eval $(call gb_StaticLibrary_add_generated_cobjects,jpeg,\
22 UnpackedTarball/jpeg/jaricom \
23 UnpackedTarball/jpeg/jcapimin \
24 UnpackedTarball/jpeg/jcapistd \
25 UnpackedTarball/jpeg/jcarith \
26 UnpackedTarball/jpeg/jccoefct \
27 UnpackedTarball/jpeg/jccolor \
28 UnpackedTarball/jpeg/jcdctmgr \
29 UnpackedTarball/jpeg/jchuff \
30 UnpackedTarball/jpeg/jcinit \
31 UnpackedTarball/jpeg/jcmainct \
32 UnpackedTarball/jpeg/jcmarker \
33 UnpackedTarball/jpeg/jcmaster \
34 UnpackedTarball/jpeg/jcomapi \
35 UnpackedTarball/jpeg/jcparam \
36 UnpackedTarball/jpeg/jcprepct \
37 UnpackedTarball/jpeg/jcsample \
38 UnpackedTarball/jpeg/jctrans \
39 UnpackedTarball/jpeg/jdapimin \
40 UnpackedTarball/jpeg/jdapistd \
41 UnpackedTarball/jpeg/jdarith \
42 UnpackedTarball/jpeg/jdatadst \
43 UnpackedTarball/jpeg/jdatasrc \
44 UnpackedTarball/jpeg/jdcoefct \
45 UnpackedTarball/jpeg/jdcolor \
46 UnpackedTarball/jpeg/jddctmgr \
47 UnpackedTarball/jpeg/jdhuff \
48 UnpackedTarball/jpeg/jdinput \
49 UnpackedTarball/jpeg/jdmainct \
50 UnpackedTarball/jpeg/jdmarker \
51 UnpackedTarball/jpeg/jdmaster \
52 UnpackedTarball/jpeg/jdmerge \
53 UnpackedTarball/jpeg/jdpostct \
54 UnpackedTarball/jpeg/jdsample \
55 UnpackedTarball/jpeg/jdtrans \
56 UnpackedTarball/jpeg/jerror \
57 UnpackedTarball/jpeg/jfdctflt \
58 UnpackedTarball/jpeg/jfdctfst \
59 UnpackedTarball/jpeg/jfdctint \
60 UnpackedTarball/jpeg/jidctflt \
61 UnpackedTarball/jpeg/jidctfst \
62 UnpackedTarball/jpeg/jidctint \
63 UnpackedTarball/jpeg/jquant1 \
64 UnpackedTarball/jpeg/jquant2 \
65 UnpackedTarball/jpeg/jmemmgr \
66 UnpackedTarball/jpeg/jmemnobs \
67 UnpackedTarball/jpeg/jutils \
70 # vim: set noet sw=4 ts=4: