Files
Amberelle Mason ac30ff9032 Initial import
Initial import of SunOS 4.1.1 and TME 0.8
2023-05-01 12:16:40 -04:00

24 lines
641 B
Makefile

## Process this file with automake to produce Makefile.in
# Makefile.am for The Machine Emulator machine/sun3:
AUTOMAKE_OPTIONS = 1.4 gnu
INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
pkglib_LTLIBRARIES = tme_machine_sun3.la
tme_machine_sun3_la_SOURCES = \
sun3-mainbus.c \
sun3-mmu.c \
sun3-control.c \
sun3-impl.h
tme_machine_sun3_la_LDFLAGS = -module -version-info 0:0:0
tme_machine_sun3_la_LIBADD = $(top_builddir)/libtme/libtme.la \
../sun/libtme-machine-sun.la
examplesdir = $(datadir)/examples/tme
examples_DATA = SUN3-CARRERA sun3-carrera-eeprom.txt
EXTRA_DIST = $(examples_DATA)
include $(top_srcdir)/modules