|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator ic/sparc/:
3:
4: AUTOMAKE_OPTIONS = 1.4 gnu
5:
6: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
7:
8: pkglib_LTLIBRARIES = tme_ic_sparc.la
9: tme_ic_sparc_la_SOURCES = \
10: sparc-insns.c \
11: sparc-misc.c \
12: sparc-fpu.c \
13: cy7c601.c \
14: mb86900.c
15: tme_ic_sparc_la_LDFLAGS = -module -version-info 0:0:0
16: tme_ic_sparc_la_LIBADD = $(top_builddir)/libtme/libtme.la \
17: $(top_builddir)/generic/libtme-generic.la \
18: ../ieee754/libtme-ieee754.la
19: BUILT_SOURCES = sparc-auto.h sparc-insns-auto.c sparc-bus-auto.c sparc-fpu-auto.c
20: EXTRA_DIST = sparc-impl.h \
21: sparc-misc-auto.sh \
22: sparc-insns-auto.sh \
23: sparc-fpu-auto.sh \
24: sparc-bus-auto.sh \
25: sparc-execute.c \
26: $(BUILT_SOURCES)
27:
28: # target to make sparc-auto.h:
29: sparc-auto.h: sparc-misc-auto.sh sparc-insns-auto.sh
30: $(SHELL) $(srcdir)/sparc-misc-auto.sh --header > $@
31: $(SHELL) $(srcdir)/sparc-insns-auto.sh --header >> $@
32:
33: # target to make sparc-insns-auto.c:
34: sparc-insns-auto.c: sparc-insns-auto.sh sparc-misc-auto.sh
35: $(SHELL) $(srcdir)/sparc-insns-auto.sh > $@
36: $(SHELL) $(srcdir)/sparc-misc-auto.sh >> $@
37:
38: # target to make sparc-bus-auto.c:
39: sparc-bus-auto.c: sparc-bus-auto.sh
40: $(SHELL) $(srcdir)/sparc-bus-auto.sh > $@
41:
42: # target to make sparc-fpu-auto.c:
43: sparc-fpu-auto.c: sparc-fpu-auto.sh
44: $(SHELL) $(srcdir)/sparc-fpu-auto.sh > $@
45:
46: # dependencies on automatically-generated IEEE 754 sources:
47: $(tme_ic_sparc_la_OBJECTS): ../ieee754/ieee754-auto.h ../ieee754/ieee754-ops-auto.h
48: $(pkglib_LTLIBRARIES): ../ieee754/libtme-ieee754.la
49: ../ieee754/ieee754-auto.h ../ieee754/ieee754-ops-auto.h ../ieee754/libtme-ieee754.la: force
50: cd `dirname $@` && $(MAKE) `basename $@`
51: force: ;
52:
53: include $(top_srcdir)/modules
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.