mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
19 lines
413 B
Makefile
19 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
|