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

4.104.114.84.95
Last change on this file since b768665b was b768665b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 12:17:02

2003-12-01 Ralf Corsepius <corsepiu@…>

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