source: rtems/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am @ 5321250

4.104.114.84.95
Last change on this file since 5321250 was 5321250, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:16

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
m68040/Makefile.am: Reflect having moved automake.
m68040/fpsp/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/misc/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/fpsp.rel
7
8include $(top_srcdir)/../../../automake/compile.am
9include $(top_srcdir)/../../../automake/lib.am
10
11C_FILES = rtems_fpsp.c
12OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
13
14noinst_HEADERS = fpsp.defs
15
16S_FILES = bindec.S binstr.S bugfix.S decbin.S do_func.S gen_except.S \
17    get_op.S kernel_ex.S res_func.S round.S rtems_skel.S sacos.S sasin.S \
18    satan.S satanh.S scale.S scosh.S setox.S sgetem.S sint.S slog2.S slogn.S \
19    smovecr.S srem_mod.S ssin.S ssinh.S stan.S stanh.S sto_res.S stwotox.S \
20    tbldo.S util.S x_bsun.S x_fline.S x_operr.S x_ovfl.S x_snan.S x_store.S \
21    x_unfl.S x_unimp.S x_unsupp.S
22OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28$(PGM): $(OBJS)
29        $(make-rel)
30
31if m68040
32all-local: $(ARCH) $(OBJS) $(PGM)
33endif
34
35.PRECIOUS: $(PGM)
36
37EXTRA_DIST = README bindec.S binstr.S bugfix.S decbin.S do_func.S fpsp.defs \
38    gen_except.S get_op.S kernel_ex.S res_func.S round.S rtems_fpsp.c \
39    rtems_skel.S sacos.S sasin.S satan.S satanh.S scale.S scosh.S setox.S \
40    sgetem.S sint.S slog2.S slogn.S smovecr.S srem_mod.S ssin.S ssinh.S \
41    stan.S stanh.S sto_res.S stwotox.S tbldo.S util.S x_bsun.S x_fline.S \
42    x_operr.S x_ovfl.S x_snan.S x_store.S x_unfl.S x_unimp.S x_unsupp.S
43
44include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.