--- a/jdk/makefiles/sun/image/generic/FILES_c.gmk Fri Jun 15 17:42:16 2012 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,96 +0,0 @@
-#
-# Copyright (c) 1998, 2003, Oracle and/or its affiliates. All rights reserved.
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# This code is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 2 only, as
-# published by the Free Software Foundation. Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the LICENSE file that accompanied this code.
-#
-# This code is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# version 2 for more details (a copy is included in the LICENSE file that
-# accompanied this code).
-#
-# You should have received a copy of the GNU General Public License version
-# 2 along with this work; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
-# or visit www.oracle.com if you need additional information or have any
-# questions.
-#
-
-IMAGE_AFFINE_FILES = \
- mlib_ImageAffine_NN.c \
- mlib_ImageAffine_NN_Bit.c \
- mlib_ImageAffine_BC_S32.c \
- mlib_ImageAffine_BC_D64.c \
- mlib_ImageAffine_BC_F32.c \
- mlib_ImageAffine_BL_S32.c \
- mlib_ImageAffine_BL_D64.c \
- mlib_ImageAffine_BL_F32.c \
- mlib_c_ImageAffine_NN.c \
- mlib_c_ImageAffine_BL.c \
- mlib_c_ImageAffine_BL_S16.c \
- mlib_c_ImageAffine_BL_U16.c \
- mlib_c_ImageAffine_BC.c \
- mlib_c_ImageAffine_BC_S16.c \
- mlib_c_ImageAffine_BC_U16.c \
- mlib_c_ImageAffineIndex_BC.c \
- mlib_c_ImageAffineIndex_BL.c \
- mlib_ImageAffineEdge.c \
- mlib_ImageScanPoly.c \
- mlib_ImageColorTrue2Index.c \
- mlib_ImageDivTables.c \
- mlib_c_ImageThresh1_U8.c \
- mlib_ImageFilters.c \
-
-IMAGE_LOOKUP_FILES = \
- mlib_c_ImageLookUp_f.c \
- mlib_ImageLookUp_64.c \
- mlib_ImageLookUp_Bit.c \
- mlib_c_ImageCopy.c \
-
-IMAGE_CONV_FILES = \
- mlib_ImageConv_16ext.c \
- mlib_ImageConv_u16ext.c \
- mlib_ImageConvMxN_ext.c \
- mlib_ImageConvMxN_Fp.c \
- mlib_ImageConv_8ext.c \
- mlib_c_ImageConv_f.c \
- mlib_ImageClipping.c \
- mlib_c_ImageConvCopyEdge.c \
- mlib_c_ImageConvClearEdge.c \
- mlib_ImageConv_8nw.c \
- mlib_ImageConv_16nw.c \
- mlib_ImageConv_u16nw.c \
- mlib_ImageConv_32nw.c \
- mlib_ImageConv_F32nw.c \
- mlib_ImageConv_D64nw.c \
- mlib_ImageConv2x2_f.c \
- mlib_ImageConvClearEdge_Fp.c \
- mlib_ImageConvCopyEdge_Bit.c \
- mlib_ImageConvClearEdge_Bit.c \
- mlib_ImageCopy_Bit.c \
- mlib_c_ImageConvVersion.c \
-
-
-SHARE_SYS_FILES = \
- mlib_sys.c \
- mlib_ImageUtils.c \
-
-
-FILES_c = \
- mlib_ImageAffine.c \
- mlib_ImageCreate.c \
- mlib_c_ImageLookUp.c \
- mlib_ImageConvMxN.c \
- mlib_ImageConvKernelConvert.c \
- $(IMAGE_AFFINE_FILES) \
- $(IMAGE_LOOKUP_FILES) \
- $(IMAGE_CONV_FILES) \
- $(SHARE_SYS_FILES) \
-