4.104.114.84.95
Last change
on this file since e3355c71 was
e3355c71,
checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:05
|
2002-03-27 Ralf Corsepius <corsepiu@…>
- configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
- m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
- m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
- Makefile.am: Remove AUTOMAKE_OPTIONS.
- shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
- shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | PGM = $(ARCH)/fpsp.rel |
---|
7 | |
---|
8 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
9 | include $(top_srcdir)/../../../../../automake/compile.am |
---|
10 | include $(top_srcdir)/../../../../../automake/lib.am |
---|
11 | |
---|
12 | C_FILES = rtems_fpsp.c |
---|
13 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) |
---|
14 | |
---|
15 | noinst_HEADERS = fpsp.defs |
---|
16 | |
---|
17 | S_FILES = bindec.S binstr.S bugfix.S decbin.S do_func.S gen_except.S \ |
---|
18 | get_op.S kernel_ex.S res_func.S round.S rtems_skel.S sacos.S sasin.S \ |
---|
19 | satan.S satanh.S scale.S scosh.S setox.S sgetem.S sint.S slog2.S slogn.S \ |
---|
20 | smovecr.S srem_mod.S ssin.S ssinh.S stan.S stanh.S sto_res.S stwotox.S \ |
---|
21 | tbldo.S util.S x_bsun.S x_fline.S x_operr.S x_ovfl.S x_snan.S x_store.S \ |
---|
22 | x_unfl.S x_unimp.S x_unsupp.S |
---|
23 | S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) |
---|
24 | |
---|
25 | OBJS = $(C_O_FILES) $(S_O_FILES) |
---|
26 | |
---|
27 | # |
---|
28 | # (OPTIONAL) Add local stuff here using += |
---|
29 | # |
---|
30 | |
---|
31 | $(PGM): $(OBJS) |
---|
32 | $(make-rel) |
---|
33 | |
---|
34 | if m68040 |
---|
35 | all-local: $(ARCH) $(OBJS) $(PGM) |
---|
36 | endif |
---|
37 | |
---|
38 | .PRECIOUS: $(PGM) |
---|
39 | |
---|
40 | EXTRA_DIST = README bindec.S binstr.S bugfix.S decbin.S do_func.S fpsp.defs \ |
---|
41 | gen_except.S get_op.S kernel_ex.S res_func.S round.S rtems_fpsp.c \ |
---|
42 | rtems_skel.S sacos.S sasin.S satan.S satanh.S scale.S scosh.S setox.S \ |
---|
43 | sgetem.S sint.S slog2.S slogn.S smovecr.S srem_mod.S ssin.S ssinh.S \ |
---|
44 | stan.S stanh.S sto_res.S stwotox.S tbldo.S util.S x_bsun.S x_fline.S \ |
---|
45 | x_operr.S x_ovfl.S x_snan.S x_store.S x_unfl.S x_unimp.S x_unsupp.S |
---|
46 | |
---|
47 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.