# @(#)Makefile	1.19 05/25/98
#
# Makefile for building appletviewer
#

BUILDDIR = ..\..
LOCATION = sun\applet
PROGRAM  = appletviewer
!include $(BUILDDIR)\makefiles\defs.nmk

#
# Files to compile.
#
PKG  = sun.applet
PKG2 = sun.applet.resources
!include $(MINCLUDES)\sun_applet.jmk

JAVA_ARGS = "{ \"sun.applet.AppletViewer\" }"

#
# Rules.
#
!include $(BUILDDIR)\makefiles\program.nmk

#
# How to build the C file.
#
{$(PLATFORM_SRC)\bin}.c{$(OBJDIR)}.obj:
        $(CC) $(CFLAGS) -c -Fo$@ $<
