summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/Makefile
blob: 99cd6f77c020274d60adb9acd780f6f4af551ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OBJS = \
    ProcessModel.o \
    DevicesModel.o \
    ProcessTableView.o \
    MemoryStatsWidget.o \
    GraphWidget.o \
    ProcessStacksWidget.o \
    ProcessMemoryMapWidget.o \
    ProcessFileDescriptorMapWidget.o \
    NetworkStatisticsWidget.o \
    ProcessUnveiledPathsWidget.o \
    main.o

PROGRAM = SystemMonitor

LIB_DEPS = GUI Gfx Protocol PCIDB IPC Thread Pthread Core

include ../../Makefile.common