mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
19 lines
414 B
Makefile
19 lines
414 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 Draw Protocol PCIDB IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|