#Dbg = debug=symbolflush
Dbg = CNEST
flopt = math=ieee

Fabs = $(flopt) $(Dbg) nostackcheck nomultipleincludes commentnest
Fext = $(Fabs) noexternaldefs

####################################################################
# Equation makes use of the linkable version amtieee.lib

Equation: Equation.o amt:amtieee.lib
  slink with <<
FROM LIB:c.o Equation.o
TO Equation
LIB LIB:scmieee.lib LIB:sc.lib amt:amtieee.lib mlib:debug.lib mlib:ddebug.lib LIB:amiga.lib
MAP Equation.map
<

Equation.o: Equation.c
  sc $(Fabs) Equation

clean:
  -@delete \#?.info
  -@delete \#?.o
  -@delete \#?.map
