mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 19:12:58 -04:00
19 lines
325 B
Makefile
19 lines
325 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
# Makefile.am for The Machine Emulator tme/ic:
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
tmeicincludedir = $(pkgincludedir)/ic
|
|
tmeicinclude_HEADERS = m68k.h \
|
|
am9513.h \
|
|
z8530.h \
|
|
mm58167.h \
|
|
isil7170.h \
|
|
i825x6.h \
|
|
sparc.h \
|
|
mk48txx.h \
|
|
nec765.h \
|
|
bt458.h \
|
|
ieee754.h
|
|
|