# @(#)GNUmakefile	1.2 95/11/22

TOPDIR = ../../../..
PACKAGE = sun.awt
LIBRARY = jpeg
PLATFORM = solaris
PRODUCT = sun

#
# Rules
#
all: classes library

clean: classes.clean library.clean

#
# include rules
#
FILES.c = \
	jpegdecoder.c \
	jcomapi.c \
	jdapimin.c \
	jdapistd.c \
	jdcoefct.c \
	jdcolor.c \
	jddctmgr.c \
	jdhuff.c \
	jdinput.c \
	jdmainct.c \
	jdmarker.c \
	jdmaster.c \
	jdmerge.c \
	jdphuff.c \
	jdpostct.c \
	jdsample.c \
	jerror.c \
	jidctflt.c \
	jidctfst.c \
	jidctint.c \
	jidctred.c \
	jmemmgr.c \
	jmemnobs.c \
	jquant1.c \
	jquant2.c \
	jutils.c \
	libstubs.c

FILES.java = \
	sun/awt/image/JPEGImageDecoder.java

FILES.export = \
	sun/awt/image/JPEGImageDecoder.java

include ../../makefiles/Library.gmk

vpath %.c   $(SHARE_SRC)/sun/jpeg

CLASSES.export += java.lang.String java.io.InputStream
