0N/A#
2362N/A# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/AFILES_c = \
0N/A java_awt_SplashScreen.c \
0N/A splashscreen_gfx_impl.c \
0N/A splashscreen_gif.c \
0N/A splashscreen_impl.c \
0N/A splashscreen_jpeg.c \
0N/A splashscreen_png.c \
0N/A splashscreen_sys.c \
0N/A png.c \
0N/A pngerror.c \
0N/A pngget.c \
0N/A pngmem.c \
0N/A pngpread.c \
0N/A pngread.c \
0N/A pngrio.c \
0N/A pngrtran.c \
0N/A pngrutil.c \
0N/A pngset.c \
0N/A pngtrans.c \
0N/A pngwio.c \
0N/A pngwrite.c \
0N/A pngwtran.c \
0N/A pngwutil.c \
0N/A dgif_lib.c \
0N/A gif_err.c \
0N/A gifalloc.c \
0N/A jcomapi.c \
0N/A jdapimin.c \
0N/A jdapistd.c \
0N/A jdcoefct.c \
0N/A jdcolor.c \
0N/A jddctmgr.c \
0N/A jdhuff.c \
0N/A jdinput.c \
0N/A jdmainct.c \
0N/A jdmarker.c \
0N/A jdmaster.c \
0N/A jdmerge.c \
0N/A jdphuff.c \
0N/A jdpostct.c \
0N/A jdsample.c \
0N/A jerror.c \
0N/A jidctflt.c \
0N/A jidctfst.c \
0N/A jidctint.c \
0N/A jidctred.c \
0N/A jmemmgr.c \
0N/A jmemnobs.c \
0N/A jquant1.c \
0N/A jquant2.c \
0N/A jutils.c \
0N/A jcapimin.c \
0N/A jcapistd.c \
0N/A jccoefct.c \
0N/A jccolor.c \
0N/A jcdctmgr.c \
0N/A jchuff.c \
0N/A jcinit.c \
0N/A jcmainct.c \
0N/A jcmarker.c \
0N/A jcmaster.c \
0N/A jcparam.c \
0N/A jcphuff.c \
0N/A jcprepct.c \
0N/A jcsample.c \
0N/A jctrans.c \
0N/A jdtrans.c \
0N/A jfdctflt.c \
0N/A jfdctfst.c \
0N/A jfdctint.c
0N/A
4632N/Aifneq ($(SYSTEM_ZLIB),true)
4632N/A FILES_c += \
4632N/A compress.c \
4632N/A deflate.c \
4632N/A gzio.c \
4632N/A infback.c \
4632N/A inffast.c \
4632N/A inflate.c \
4632N/A inftrees.c \
4632N/A trees.c \
4632N/A uncompr.c \
4632N/A zadler32.c \
4632N/A zcrc32.c \
4632N/A zutil.c
4632N/Aendif