mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 19:12:58 -04:00
21 lines
336 B
Makefile
21 lines
336 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
# Makefile.am for The Machine Emulator tme/generic/:
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
tmegenericdir = $(pkgincludedir)/generic
|
|
|
|
tmegeneric_HEADERS = \
|
|
bus-device.h \
|
|
bus.h \
|
|
ic.h \
|
|
serial.h \
|
|
ethernet.h \
|
|
fb.h \
|
|
scsi.h \
|
|
disk.h \
|
|
tape.h \
|
|
mouse.h \
|
|
float.h \
|
|
keyboard.h
|