4.104.114.84.95
Last change
on this file since cd24a22b was
cd24a22b,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 14:48:20
|
2004-02-09 Ralf Corsepius <corsepiu@…>
- Index: m68040/Makefile.am, mcf5206/Makefile.am, shared/Makefile.am:
Don't include lib.am.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | EXTRA_PROGRAMS = |
---|
6 | CLEANFILES = |
---|
7 | noinst_DATA = |
---|
8 | |
---|
9 | include $(top_srcdir)/../../../automake/compile.am |
---|
10 | |
---|
11 | if m68040 |
---|
12 | EXTRA_PROGRAMS += fpsp.rel |
---|
13 | CLEANFILES += fpsp.rel |
---|
14 | fpsp_rel_SOURCES = fpsp/rtems_fpsp.c fpsp/bindec.S fpsp/binstr.S \ |
---|
15 | fpsp/bugfix.S fpsp/decbin.S fpsp/do_func.S fpsp/gen_except.S \ |
---|
16 | fpsp/get_op.S fpsp/kernel_ex.S fpsp/res_func.S fpsp/round.S \ |
---|
17 | fpsp/rtems_skel.S fpsp/sacos.S fpsp/sasin.S fpsp/satan.S fpsp/satanh.S \ |
---|
18 | fpsp/scale.S fpsp/scosh.S fpsp/setox.S fpsp/sgetem.S fpsp/sint.S \ |
---|
19 | fpsp/slog2.S fpsp/slogn.S fpsp/smovecr.S fpsp/srem_mod.S fpsp/ssin.S \ |
---|
20 | fpsp/ssinh.S fpsp/stan.S fpsp/stanh.S fpsp/sto_res.S fpsp/stwotox.S \ |
---|
21 | fpsp/tbldo.S fpsp/util.S fpsp/x_bsun.S fpsp/x_fline.S fpsp/x_operr.S \ |
---|
22 | fpsp/x_ovfl.S fpsp/x_snan.S fpsp/x_store.S fpsp/x_unfl.S fpsp/x_unimp.S \ |
---|
23 | fpsp/x_unsupp.S |
---|
24 | fpsp_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) |
---|
25 | fpsp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) |
---|
26 | |
---|
27 | EXTRA_PROGRAMS += fpsp_g.rel |
---|
28 | CLEANFILES += fpsp_g.rel |
---|
29 | fpsp_g_rel_SOURCES = $(fpsp_rel_SOURCES) |
---|
30 | fpsp_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) |
---|
31 | fpsp_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) |
---|
32 | |
---|
33 | noinst_DATA += fpsp$(LIB_VARIANT).rel |
---|
34 | |
---|
35 | noinst_HEADERS = fpsp/fpsp.defs |
---|
36 | endif |
---|
37 | EXTRA_DIST = fpsp/README |
---|
38 | |
---|
39 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.