| 1 | 
 # Makefile for libstatgrab/examples | 
 
 
 
 
 
 | 2 | 
 # http://www.i-scream.org/libstatgrab/ | 
 
 
 
 
 
 | 3 | 
 # $Id: Makefile.am,v 1.12 2004/04/03 16:55:38 tdb Exp $ | 
 
 
 
 
 
 | 4 | 
  | 
 
 
 
 
 
 | 5 | 
 if EXAMPLES | 
 
 
 
 
 
 | 6 | 
 noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats process_stats os_info vm_stats user_list page_stats network_iface_stats process_snapshot filesys_snapshot | 
 
 
 
 
 
 | 7 | 
 endif | 
 
 
 
 
 
 | 8 | 
  | 
 
 
 
 
 
 | 9 | 
 INCLUDES = -I$(top_srcdir) -I$(top_builddir)\ | 
 
 
 
 
 
 | 10 | 
            -I$(top_srcdir)/src -I$(top_builddir)/src\ | 
 
 
 
 
 
 | 11 | 
            -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab | 
 
 
 
 
 
 | 12 | 
  | 
 
 
 
 
 
 | 13 | 
 LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @LINKFLAGS@ |