# Generated automatically from Makefile.in by configure.
# ----------------------------------------------------
# Copyright (C) 1997, Ericsson Telecommunications
# Author: Joakim Greben
# ----------------------------------------------------

AUTOCONF := $(ERL_TOP)/erts/autoconf
TARGET := $(shell $(AUTOCONF)/config.guess)
include $(ERL_TOP)/internal_tools/make/$(TARGET)/otp.mk

# ----------------------------------------------------
# Macros
# ----------------------------------------------------

JAVAC = yes

ifeq ($(findstring no,$(JAVAC)),no)
SUB_DIRECTORIES=doc/src
else
SUB_DIRECTORIES= \
	src \
	java_src/jive/erlang \
	examples/application \
	examples/application/server \
	examples/applet \
	examples/applet/server \
	doc/src
endif

include vsn.mk
VSN= $(JIVE_VSN)

SPECIAL_TARGETS= 

# ----------------------------------------------------
# Default Subdir Targets
# ----------------------------------------------------
include $(ERL_TOP)/internal_tools/make/otp_subdir.mk
