|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator ic/ieee754/:
3:
4: AUTOMAKE_OPTIONS = 1.4 gnu
5:
6: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
7:
8: tmeicincludedir = $(pkgincludedir)/ic
9: tmeicinclude_HEADERS = ieee754-auto.h ieee754-ops-auto.h
10: lib_LTLIBRARIES = libtme-ieee754.la
11: libtme_ieee754_la_SOURCES = ieee754-ops-auto.c ieee754-misc.c softfloat-tme.c
12: libtme_ieee754_la_LDFLAGS = -lm -module -version-info 0:0:0
13: BUILT_SOURCES = ieee754-auto.h ieee754-ops-auto.h ieee754-misc-auto.c ieee754-ops-auto.c
14: EXTRA_DIST = ieee754-misc-auto.sh ieee754-ops-auto.sh ieee754-precision.sh softfloat-tme.h
15: AM_CFLAGS = @CFLAGS_NO_STRICT_ALIASING@
16:
17: # target to make ieee754-auto.h:
18: ieee754-auto.h: ieee754-misc-auto.sh
19: $(SHELL) $(srcdir)/ieee754-misc-auto.sh --header > $@
20:
21: # target to make ieee754-misc-auto.c:
22: ieee754-misc-auto.c: ieee754-misc-auto.sh
23: $(SHELL) $(srcdir)/ieee754-misc-auto.sh > $@
24:
25: # target to make ieee754-ops-auto.h:
26: ieee754-ops-auto.h: ieee754-ops-auto.sh
27: $(SHELL) $(srcdir)/ieee754-ops-auto.sh --header > $@
28:
29: # target to make ieee754-ops-auto.c:
30: ieee754-ops-auto.c: ieee754-ops-auto.sh
31: $(SHELL) $(srcdir)/ieee754-ops-auto.sh > $@
32:
33: # ieee754-misc.lo depends on ieee754-misc-auto.c:
34: ieee754-misc.lo: ieee754-misc-auto.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.