mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 19:12:58 -04:00
29 lines
586 B
Makefile
29 lines
586 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
# Makefile.am for The Machine Emulator tme/:
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
SUBDIRS = generic ic machine scsi host bus
|
|
|
|
pkginclude_HEADERS = memory.h \
|
|
common.h \
|
|
connection.h \
|
|
element.h \
|
|
threads.h \
|
|
module.h \
|
|
log.h \
|
|
tme.h \
|
|
misc.h \
|
|
hash.h \
|
|
recode.h \
|
|
token.h \
|
|
completion.h \
|
|
runlength.h \
|
|
tmesh.h
|
|
|
|
install-exec-local:
|
|
sort -u < tme-plugins.txt > tme-plugins.txt.final
|
|
mv tme-plugins.txt.final tme-plugins.txt
|
|
$(mkinstalldirs) $(DESTDIR)$(pkglibdir)
|
|
$(INSTALL_DATA) tme-plugins.txt $(DESTDIR)$(pkglibdir)
|