mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:47:36 +00:00
18 lines
413 B
Makefile
18 lines
413 B
Makefile
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
|