root/arch/alpha/math-emu/Makefile

/* [previous][next][first][last][top][bottom][index][help] */
#
# Makefile for math-emulator files...
#

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

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

dep:

include $(TOPDIR)/Rules.make

/* [previous][next][first][last][top][bottom][index][help] */