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

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)