# set the following as needed (wget should be ok on most platforms)
#export FETCH_CMD = curl -O
#export FETCH_CMD = ftp
#export FETCH_CMD = fetch
export FETCH_CMD = wget

KLONE_VERSION = 2.3.0rc14

# uncommment to enable debugging
# KLONE_CONF_ARGS = --enable_debug

# also run make in the build directory (must be absolute paths)
SUBDIR = $(CURDIR)/libmy

# webapp directory (must be absolute)
WEBAPP_DIR = $(CURDIR)/webapp

# include directories
WEBAPP_CFLAGS = -I$(CURDIR)/include

# static libraries
WEBAPP_LDADD = $(CURDIR)/libmy/libmy.a

# dynamic libraries
WEBAPP_LDFLAGS = 

include klapp.mk

klapp.mk: ; $(FETCH_CMD) http://koanlogic.com/klone/klapp.mk
