blob: 80d6c5856380ce1902492d31649d549622a410f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
OBJS = \
RemoteObjectGraphModel.o \
RemoteObjectPropertyModel.o \
RemoteProcess.o \
RemoteObject.o \
main.o
PROGRAM = Inspector
LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common
|