#
# @(#)GNUmakefile	1.4 98/09/15
#
# GNUmakefile for javah.
#

BUILDDIR = ../../..
PACKAGE = com.sun.tools.javadoc
PRODUCT = sun
PROGRAM = javah
include $(BUILDDIR)/Platform.gmk
include $(BUILDDIR)/makefiles/Defs.gmk

#
# Files.
#
include $(MINCLUDES)com_sun_javah.jmk

#
# Rules.
#
JAVA_ARGS = "{ \"com.sun.tools.javah.Main\" }"

include $(BUILDDIR)/makefiles/Program.gmk

#
# Resources.
#
RESOURCE_FILES    = l10n.properties l10n_ja.properties \
		    SunOS_sparc.properties SunOS_x86.properties
RESOURCE_DEST_DIR = $(CLASSBINDIR)/com/sun/tools/javah/resources
RESOURCE_SRC_DIR  = $(SHARE_SRC)/classes/com/sun/tools/javah/resources
include $(BUILDDIR)/makefiles/Resources.gmk
