mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
d8357ceb26
This shows the data from /proc/PID/unveil in a nice table view. :^)
18 lines
414 B
Makefile
18 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
|