mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 11:02:59 -04:00
14 lines
416 B
Makefile
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
|