node.mk 849 B

12345678910111213141516171819202122232425262728
  1. include build/node-start.mk
  2. SUBDIRS:= \
  3. openmsx
  4. MOC_SRC_HDR:= \
  5. DockableWidget DockableWidgetArea DockableWidgetLayout \
  6. CPURegsViewer CommClient DebuggerForm DisasmViewer FlagsViewer HexViewer \
  7. SlotViewer StackViewer ConnectDialog OpenMSXConnection SymbolManager \
  8. Settings PreferencesDialog BreakpointDialog DebuggableViewer \
  9. DebugSession MainMemoryViewer BitMapViewer VramBitMappedView \
  10. VDPDataStore VDPStatusRegViewer VDPRegViewer InteractiveLabel \
  11. InteractiveButton VDPCommandRegViewer GotoDialog SymbolTable
  12. SRC_HDR:= \
  13. DockManager Dasm DasmTables DebuggerData SymbolTable Convert Version \
  14. CPURegs SimpleHexRequest
  15. SRC_ONLY:= \
  16. main
  17. UI:= \
  18. ConnectDialog SymbolManager PreferencesDialog BreakpointDialog \
  19. BitMapViewer VDPStatusRegisters VDPRegistersExplained VDPCommandRegisters \
  20. GotoDialog
  21. include build/node-end.mk