# $Id: m3makefile,v 1.6 1995/06/19 13:51:21 sgp13 Exp $

# $Log: m3makefile,v $
# Revision 1.6  1995/06/19  13:51:21  sgp13
# Added Buffer, BufferRd, CharRd, StreamRd
#
# Revision 1.5  1995/05/03  21:31:04  sgp13
# Added the -DProfiling option to allow specification of the compiler -Z
# switch
#
# Revision 1.4  1995/03/15  14:40:07  sgp13
# IntBus module added
#
# Revision 1.3  1995/02/21  09:34:36  sgp13
# CPU module and interface added
# Bits module added
#
# Revision 1.2  1995/02/04  13:04:37  sgp13
# Bits interface added.
#
# Revision 1.1  1995/02/02  10:56:15  sgp13
# Initial revision
#

import("libm3")

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

Module("Bits")
Module("Buffer")
Module("BufferRd")
Module("CPU")
Interface("CharRd")
Module("Diag")
Module("Flags")
Module("Init")
Module("IntBus")
Module("Memory")
Module("Registers")
Module("StreamRd")
Module("WhiteSpaceFilter")

Library("pdp8lib")
