|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2: # Makefile.am for The Machine Emulator machine/sun3:
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_sun3.la
9: tme_machine_sun3_la_SOURCES = \
10: sun3-mainbus.c \
11: sun3-mmu.c \
12: sun3-control.c \
13: sun3-impl.h
14: tme_machine_sun3_la_LDFLAGS = -module -version-info 0:0:0
15: tme_machine_sun3_la_LIBADD = $(top_builddir)/libtme/libtme.la \
16: ../sun/libtme-machine-sun.la
17:
18: examplesdir = $(datadir)/examples/tme
19: examples_DATA = SUN3-CARRERA sun3-carrera-eeprom.txt
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.