1999-02-16 Martin Baulig <martin@home-of-linux.org> * examples/Makefile.am, lib/Makefile.am, src/daemon/Makefile.am, sysdeps/common/Makefile.am, sysdeps/guile/Makefile.am, sysdeps/guile/names/Makefile.am, sysdeps/kernel/Makefile.am, sysdeps/linux/Makefile.am, sysdeps/names/Makefile.am, sysdeps/osf1/Makefile.am, sysdeps/stub/Makefile.am, sysdeps/stub_suid/Makefile.am, sysdeps/sun4/Makefile.am: Initialize INCLUDES to `@INCLUDES@' to make it clear that it is set in configure.in. It is ok to add things there, but you must not remove the `@INCLUDES@'.
		
			
				
	
	
		
			17 lines
		
	
	
		
			493 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			493 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 fsusage.c \
 | 
						|
				  mountlist.c procargs.c procmap.c netload.c \
 | 
						|
				  ppp.c
 | 
						|
 | 
						|
libgtop_names_la_LDFLAGS	= $(LT_VERSION_INFO)
 | 
						|
 |