2000-04-24 Martin Baulig <baulig@suse.de> Added `Process current working directory' feature (proc_cwd). * include/glibtop/proc_cwd.h: New file. * features.def: Added `proc_cwd'. * include/glibtop/sysdeps.h (glibtop_sysdeps): Added `proc_cwd'. * include/glibtop/union.h (glibtop_union): Added `proc_cwd'. * sysdeps/stub/proc_cwd.c: New file. * sysdeps/names/proc_cwd.c: New file.
		
			
				
	
	
		
			17 lines
		
	
	
		
			526 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			526 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| LINK				= $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
 | |
| 
 | |
| INCLUDES			= @INCLUDES@
 | |
| 
 | |
| lib_LTLIBRARIES			= libgtop_names.la
 | |
| 
 | |
| libgtop_names_la_SOURCES	= cpu.c mem.c swap.c uptime.c loadavg.c \
 | |
| 				  shm_limits.c msg_limits.c sem_limits.c \
 | |
| 				  proclist.c sysdeps.c procstate.c procuid.c \
 | |
| 				  proctime.c procmem.c procsignal.c \
 | |
| 				  prockernel.c procsegment.c proccwd.c fsusage.c \
 | |
| 				  mountlist.c procargs.c procmap.c netinfo.c \
 | |
| 				  netload.c interfaces.c ppp.c
 | |
| 
 | |
| libgtop_names_la_LDFLAGS	= $(LT_VERSION_INFO)
 | |
| 
 |