OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [m68k/] [fpsp040/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for Linux arch/m68k/fpsp040 source directory
3
#
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).
7
#
8
# Note 2! The CFLAGS definitions are now in the main makefile...
9
 
10
.S.o:
11
        $(CC) $(AFLAGS) -traditional -c -o $*.o $<
12
 
13
OS_TARGET := fpsp.o
14
 
15
OS_OBJS   := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \
16
            kernel_ex.o res_func.o round.o sacos.o sasin.o satan.o satanh.o \
17
            scosh.o setox.o sgetem.o sint.o slog2.o slogn.o \
18
            smovecr.o srem_mod.o scale.o \
19
            ssin.o ssinh.o stan.o stanh.o sto_res.o stwotox.o tbldo.o util.o \
20
            x_bsun.o x_fline.o x_operr.o x_ovfl.o x_snan.o x_store.o \
21
            x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o
22
 
23
all:    $(OS_TARGET)
24
 
25
include $(TOPDIR)/Rules.make
26
 
27
$(OS_OBJS): fpsp.h
28
 
29
$(OS_TARGET): $(OS_OBJS) fpsp.h
30
        $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.