#Don't want to pick up _any_ default paths...
.SUFFIXES:
.SUFFIXES: .em .sc 
FEEL_PATH=../..
FEEL_OBJS_PATH=
FEEL= ${FEEL_PATH}/Src/you
FEEL_LOAD_PATH=..:../../Modules

# Vectors is just a random module

interfaces: vectors.i

vectors.i: ${FEEL}
	-FEEL_START_MODULE=root ${FEEL} -gen-interfaces </dev/null
	sed -e '/quasiquote/s/function/macro/' < others.i > wibble.i
	mv wibble.i others.i
	test -f vectors.i
	