|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator machine/sun2:
3:
4: AUTOMAKE_OPTIONS = 1.4 gnu
5:
6: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
7:
8: pkglib_LTLIBRARIES = tme_machine_sun2.la
1.1.1.2 root 9: tme_machine_sun2_la_SOURCES = \
10: sun2-mainbus.c \
11: sun2-mmu.c \
12: sun2-control.c \
13: sun2-impl.h
1.1 root 14: tme_machine_sun2_la_LDFLAGS = -module -version-info 0:0:0
15: tme_machine_sun2_la_LIBADD = $(top_builddir)/libtme/libtme.la \
16: ../sun/libtme-machine-sun.la
17:
18: examplesdir = $(datadir)/examples/tme
19: examples_DATA = SUN2-MULTIBUS
20:
21: EXTRA_DIST = $(examples_DATA)
22:
23: include $(top_srcdir)/modules
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.