# $Id: m3makefile,v 1.4 1995/05/03 21:36:18 sgp13 Exp $

# $Log: m3makefile,v $
# Revision 1.4  1995/05/03  21:36:18  sgp13
# Added the -DProfiling option to allow specification of the compiler -Z
# switch
#
# Revision 1.3  1995/03/07  23:09:42  sgp13
# Tape and Teletype added.
#
# Revision 1.2  1995/02/24  22:17:44  sgp13
# Extended memory and interrupts added
#
# Revision 1.1  1995/02/21  09:38:50  sgp13
# Initial revision
#

import("libm3")

if defined ("Profiling")
  m3_option("-Z")
end

override("pdp8lib", "../..")
import("pdp8lib")

Module("Bus")
Module("CharDevice")
Module("CharReader")
Module("CharWriter")
Module("Device")
Module("ExtdMem")
Module("Interrupts")
Module("Tape")
Module("Teletype")

Library("buslib")
