include Makefile.sets

ARCHDIR=archives/
ARCHNAME=fparser-jittest-1.5b
ARCHFILES=\
		jittest.cc calculator.hh formula.hh \
		interpreter.hh opcodes.hh \
		compiler.hh \
		compiler_trans.hh compiler_tree.hh compiler_synth.hh \
		Makefile.sets Makefile.sets.in configure \
		hash.hh autoptr

#OPTIM+=-fno-inline
#OPTIM+=-inline-level=0
OPTIM += -O1

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

include depfun.mak
