Files
Run-Sun3-SunOS-4.1.1/tme-0.8_up/Makefile.am
Amberelle Mason ac30ff9032 Initial import
Initial import of SunOS 4.1.1 and TME 0.8
2023-05-01 12:16:40 -04:00

14 lines
416 B
Makefile

## Process this file with automake to produce Makefile.in
# Makefile.am for The Machine Emulator:
AUTOMAKE_OPTIONS = 1.4 gnu
SUBDIRS = tme libltdl libtme generic ic machine host bus serial scsi tmesh tools
EXTRA_DIST = modules dist
pkglib_DATA = tmeconfig.h
# target to hook into the distribution:
#
dist-hook:
rm -f ${distdir}/libtme/recode-host.c
find $(distdir)/dist -name CVS -a -exec rm -r {} ';' -a -prune