#
# @(#)GNUmakefile	1.41 98/08/22
#
# Makefile for appletviewer classes, wrappers, and resources.
#

BUILDDIR = ../..
PACKAGE = sun.applet
PRODUCT = sun
PROGRAM = appletviewer
include $(BUILDDIR)/Platform.gmk
include $(BUILDDIR)/makefiles/Defs.gmk

#
# Files to compile.
#
include $(MINCLUDES)sun_applet.jmk

#
# Rules.
#
JAVA_ARGS = "{ \"sun.applet.AppletViewer\" }"
include $(BUILDDIR)/makefiles/Program.gmk

#
# Anything with a GUI needs X11 to be linked in.
#
OTHER_LDLIBS += -L$(OPENWINHOME)/lib -lX11 
