1## Process this file with automake to produce Makefile.in
2# Makefile.am for The Machine Emulator:
3
4AUTOMAKE_OPTIONS = 1.4 gnu
5SUBDIRS = tme libltdl libtme generic ic machine host bus serial scsi tmesh tools
6EXTRA_DIST = modules dist
7tmeconfigdir = $(pkglibdir)
8tmeconfig_DATA = tmeconfig.h
9
10# target to hook into the distribution:
11#
12dist-hook:
13	rm -f ${distdir}/libtme/recode-host.c
14	find $(distdir)/dist -name CVS -a -exec rm -r {} ';' -a -prune
15