# $Id: node.mk 6300 2007-04-14 21:07:28Z mthuurne $ include build/node-start.mk SUBDIRS:= \ cassette commands config console cpu debugger events fdc file ide \ input memory resource serial settings sound thread video SRC_HDR:= \ EmuTime EmuDuration \ MSXDevice \ GlobalSettings \ ThrottleManager \ MSXMotherBoard \ MSXPPI I8255 \ DeviceFactory \ Reactor Scheduler Schedulable \ MSXE6Timer \ MSXF4Device \ MSXTurboRPause \ MSXS1985 \ MSXS1990 \ DummyDevice \ MSXPrinterPort \ PrinterPortDevice PrinterPortSimpl PrinterPortLogger \ Printer \ MSXKanji MSXKanji12 MSXBunsetsu \ MSXRTC RP5C01 \ RealTime \ CartridgeSlotManager \ MSXDeviceSwitch \ MSXMatsushita \ FirmwareSwitch \ CommandLineParser CLIOption \ CliExtension \ Math sha1 \ CircularBuffer \ PluggingController Connector Pluggable PluggableFactory \ DebugDevice \ Autofire RenShaTurbo \ StringOp \ Unicode \ EmptyPatch IPSPatch \ Version \ HostCPU SRC_ONLY:= \ main HDR_ONLY:= \ Subject \ openmsx \ likely noncopyable shared_ptr checked_cast ScopedAssign \ Clock DynamicClock \ MSXException InitException \ PatchInterface \ Observer DIST:= \ Doxyfile include build/node-end.mk