ladybird/Applications/SystemMonitor/Makefile
Andreas Kling d8357ceb26 SystemMonitor: Add an "Unveiled paths" section to the per-process tabs
This shows the data from /proc/PID/unveil in a nice table view. :^)
2020-01-20 22:32:44 +01:00

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