# 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.0

# uncommment to enable debugging
# KLONE_CONF_ARGS = --enable_debug

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

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

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

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

# dynamic libraries
WEBAPP_LDFLAGS = 

include klapp.mk

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