jdk/makefiles/sun/image/generic/FILES_c.gmk
changeset 12317 9670c1610c53
equal deleted inserted replaced
12316:ba6b7a51e226 12317:9670c1610c53
       
     1 #
       
     2 # Copyright (c) 1998, 2003, Oracle and/or its affiliates. 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.  Oracle designates this
       
     8 # particular file as subject to the "Classpath" exception as provided
       
     9 # by Oracle 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 Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22 # or visit www.oracle.com if you need additional information or have any
       
    23 # questions.
       
    24 #
       
    25 
       
    26 IMAGE_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 
       
    51 IMAGE_LOOKUP_FILES = \
       
    52 	mlib_c_ImageLookUp_f.c \
       
    53 	mlib_ImageLookUp_64.c \
       
    54 	mlib_ImageLookUp_Bit.c \
       
    55 	mlib_c_ImageCopy.c \
       
    56 
       
    57 IMAGE_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 
       
    81 SHARE_SYS_FILES = \
       
    82 	mlib_sys.c  \
       
    83 	mlib_ImageUtils.c \
       
    84 
       
    85 
       
    86 FILES_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