blob: 193a389788bd63b7a86530753a8c615d5cea9995 [file] [log] [blame]
## Process this file with automake to produce Makefile.in
# Makefile.am for The Machine Emulator:
AUTOMAKE_OPTIONS = 1.4 gnu
SUBDIRS = tme 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