# @(#)GNUmakefile	1.8 95/10/19

PROGRAM = javap
PLATFORM = be
PRODUCT = java

TOPDIR = ../../../..

#
# Files common to all ports
#
FILES.c =  check_class.c \
	   check_code.c \
	   classloader.c \
	   classresolver.c \
	   classresolver_stubs.c \
	   decode.c \
	   globals.c \
	   runtime_stubs.c \
	   utf.c \
	   util.c \
	   zip.c

#
# Files specific to the BeOS system
#
FILES.c += javap.c \
	   path_md.c \
	   system_md.c

FILES.cpp += longlong.cpp

DEFINES += -DJAVAP -DDECODER

INIT = opcodes.h opcodes.init opcodes.length opcodes.in_out

include $(TOPDIR)/build/$(PLATFORM)/makefiles/Program.gmk

clean ::
	rm -f $(INIT)
