~ubuntu-branches/ubuntu/quantal/openmsx-debugger/quantal

« back to all changes in this revision

Viewing changes to src/node.mk

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-12-06 07:40:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091206074002-kssfkg1d6xbp6w9e
Tags: 0.0.0.svn20091206-1
New svn snapshot (Closes: #559612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: node.mk 6087 2007-02-14 23:59:55Z edwinv $
 
1
# $Id: node.mk 9427 2009-03-27 05:49:39Z mfeingol $
2
2
 
3
3
include build/node-start.mk
4
4
 
 
5
SUBDIRS:= \
 
6
        openmsx
 
7
 
5
8
MOC_SRC_HDR:= \
6
9
        DockableWidget DockableWidgetArea DockableWidgetLayout \
7
10
        CPURegsViewer CommClient DebuggerForm DisasmViewer FlagsViewer HexViewer \
8
11
        SlotViewer StackViewer ConnectDialog OpenMSXConnection SymbolManager \
9
 
        Settings PreferencesDialog BreakpointDialog DebuggableViewer
 
12
        Settings PreferencesDialog BreakpointDialog DebuggableViewer \
 
13
        DebugSession MainMemoryViewer BitMapViewer VramBitMappedView \
 
14
        VDPDataStore VDPStatusRegViewer VDPRegViewer InteractiveLabel \
 
15
        InteractiveButton VDPCommandRegViewer
10
16
 
11
17
SRC_HDR:= \
12
 
        DockManager Dasm DasmTables DebuggerData SymbolTable Convert Version
 
18
        DockManager Dasm DasmTables DebuggerData SymbolTable Convert Version \
 
19
        CPURegs SimpleHexRequest
13
20
 
14
21
SRC_ONLY:= \
15
22
        main
16
23
 
17
24
UI:= \
18
 
        ConnectDialog SymbolManager PreferencesDialog BreakpointDialog
 
25
        ConnectDialog SymbolManager PreferencesDialog BreakpointDialog \
 
26
        BitMapViewer VDPStatusRegisters VDPRegistersExplained VDPCommandRegisters
19
27
 
20
28
include build/node-end.mk