Import 2.3.99pre4-2
[davej-history.git] / arch / sparc / math-emu / Makefile
blob3c41950856920fd0ef7432eb16aa0a64e47ca6dc
2 # Makefile for the FPU instruction emulation.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 O_TARGET := math-emu.o
11 O_OBJS := math.o ashldi3.o
13 .S.s:
14 $(CPP) $(AFLAGS) -ansi $< -o $*.s
16 .S.o:
17 $(CC) $(AFLAGS) -ansi -c $< -o $*.o
19 CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
21 include $(TOPDIR)/Rules.make