blob: 1486337012a6db2459743b4ebbd3c4e1f2884310 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001#
2# Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation. Sun designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Sun in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
22# CA 95054 USA or visit www.sun.com if you need additional information or
23# have any questions.
24#
25
26IMAGE_AFFINE_FILES = \
27 mlib_ImageAffine_NN.c \
28 mlib_ImageAffine_NN_Bit.c \
29 mlib_ImageAffine_BC_S32.c \
30 mlib_ImageAffine_BC_D64.c \
31 mlib_ImageAffine_BC_F32.c \
32 mlib_ImageAffine_BL_S32.c \
33 mlib_ImageAffine_BL_D64.c \
34 mlib_ImageAffine_BL_F32.c \
35 mlib_c_ImageAffine_NN.c \
36 mlib_c_ImageAffine_BL.c \
37 mlib_c_ImageAffine_BL_S16.c \
38 mlib_c_ImageAffine_BL_U16.c \
39 mlib_c_ImageAffine_BC.c \
40 mlib_c_ImageAffine_BC_S16.c \
41 mlib_c_ImageAffine_BC_U16.c \
42 mlib_c_ImageAffineIndex_BC.c \
43 mlib_c_ImageAffineIndex_BL.c \
44 mlib_ImageAffineEdge.c \
45 mlib_ImageScanPoly.c \
46 mlib_ImageColorTrue2Index.c \
47 mlib_ImageDivTables.c \
48 mlib_c_ImageThresh1_U8.c \
49 mlib_ImageFilters.c \
50
51IMAGE_LOOKUP_FILES = \
52 mlib_c_ImageLookUp_f.c \
53 mlib_ImageLookUp_64.c \
54 mlib_ImageLookUp_Bit.c \
55 mlib_c_ImageCopy.c \
56
57IMAGE_CONV_FILES = \
58 mlib_ImageConv_16ext.c \
59 mlib_ImageConv_u16ext.c \
60 mlib_ImageConvMxN_ext.c \
61 mlib_ImageConvMxN_Fp.c \
62 mlib_ImageConv_8ext.c \
63 mlib_c_ImageConv_f.c \
64 mlib_ImageClipping.c \
65 mlib_c_ImageConvCopyEdge.c \
66 mlib_c_ImageConvClearEdge.c \
67 mlib_ImageConv_8nw.c \
68 mlib_ImageConv_16nw.c \
69 mlib_ImageConv_u16nw.c \
70 mlib_ImageConv_32nw.c \
71 mlib_ImageConv_F32nw.c \
72 mlib_ImageConv_D64nw.c \
73 mlib_ImageConv2x2_f.c \
74 mlib_ImageConvClearEdge_Fp.c \
75 mlib_ImageConvCopyEdge_Bit.c \
76 mlib_ImageConvClearEdge_Bit.c \
77 mlib_ImageCopy_Bit.c \
78 mlib_c_ImageConvVersion.c \
79
80
81SHARE_SYS_FILES = \
82 mlib_sys.c \
83 mlib_ImageUtils.c \
84
85
86FILES_c = \
87 mlib_ImageAffine.c \
88 mlib_ImageCreate.c \
89 mlib_c_ImageLookUp.c \
90 mlib_ImageConvMxN.c \
91 mlib_ImageConvKernelConvert.c \
92 $(IMAGE_AFFINE_FILES) \
93 $(IMAGE_LOOKUP_FILES) \
94 $(IMAGE_CONV_FILES) \
95 $(SHARE_SYS_FILES) \
96