summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/SystemMonitor/Makefile')
-rw-r--r--Applications/SystemMonitor/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Applications/SystemMonitor/Makefile b/Applications/SystemMonitor/Makefile
new file mode 100644
index 0000000000..9c760c378b
--- /dev/null
+++ b/Applications/SystemMonitor/Makefile
@@ -0,0 +1,16 @@
+include ../../Makefile.common
+
+OBJS = \
+ ProcessModel.o \
+ ProcessTableView.o \
+ MemoryStatsWidget.o \
+ GraphWidget.o \
+ ProcessStacksWidget.o \
+ ProcessMemoryMapWidget.o \
+ ProcessFileDescriptorMapWidget.o \
+ NetworkStatisticsWidget.o \
+ main.o
+
+APP = SystemMonitor
+
+include ../Makefile.common