mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include ../../Makefile.common
 | |
| 
 | |
| OBJS = \
 | |
|     ProcessModel.o \
 | |
|     ProcessTableView.o \
 | |
|     MemoryStatsWidget.o \
 | |
|     GraphWidget.o \
 | |
|     ProcessStacksWidget.o \
 | |
|     ProcessMemoryMapWidget.o \
 | |
|     ProcessFileDescriptorMapWidget.o \
 | |
|     NetworkStatisticsWidget.o \
 | |
|     main.o
 | |
| 
 | |
| APP = ProcessManager
 | |
| 
 | |
| include ../Makefile.common
 | 
