#
# Makefile for math-emulator files...
#

OBJS  = fp-emul.o ieee-math.o

math-emu.a: $(OBJS)
	$(AR) rcs $@ $(OBJS)

dep:

include $(TOPDIR)/Rules.make
