include Makefile.sets

ARCHDIR=archives/
ARCHNAME=fparser-jittest-1.2
ARCHFILES=jittest.cc calculator.hh compiler.hh formula.hh \
	interpreter.hh opcodes.hh \
	Makefile.sets Makefile.sets.in configure

OPTIM+=-fno-inline

jittest: jittest.o
	$(CXX) -o $@ $^ $(CXXFLAGS) $(LDFLAGS) $(LDLIBS)

include depfun.mak
