* configure.in: * examples/.cvsignore: * examples/Makefile.am: * examples/openfiles.c: (show_open_files), (main): * features.def: * include/glibtop/Makefile.am: * include/glibtop/command.h: * include/glibtop/procopenfiles.h: * include/glibtop/sysdeps.h: * include/glibtop/union.h: * structures.def: * sysdeps/linux/Makefile.am: * sysdeps/linux/procopenfiles.c: (glibtop_init_proc_open_files_s), (get_socket_endpoint), (glibtop_get_proc_open_files_s): * sysdeps/stub/Makefile.am: * sysdeps/stub/procopenfiles.c: (glibtop_init_proc_open_files_s), (glibtop_get_proc_open_files_s): New feature by nick@reloco.com.ar (Nicolás Lichtmaier). glibtop_get_open_files(pid) -> list of files by process. TODO: Add documentation.
21 lines
695 B
Makefile
21 lines
695 B
Makefile
INCLUDES = @INCLUDES@
|
|
|
|
noinst_LTLIBRARIES = libgtop_sysdeps-2.0.la
|
|
|
|
libgtop_sysdeps_2_0_la_SOURCES = open.c close.c cpu.c mem.c swap.c \
|
|
uptime.c loadavg.c shm_limits.c msg_limits.c \
|
|
sem_limits.c proclist.c procstate.c procuid.c \
|
|
proctime.c procmem.c procsignal.c prockernel.c \
|
|
procsegment.c procargs.c procmap.c siglist.c \
|
|
sysinfo.c netload.c ppp.c glibtop_private.c \
|
|
fsusage.c netlist.c procopenfiles.c
|
|
|
|
libgtop_sysdeps_2_0_la_LIBADD = @GLIB_LIBS@
|
|
|
|
libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
|
|
|
|
libgtopinclude_HEADERS = glibtop_server.h glibtop_machine.h
|
|
libgtopincludedir = $(includedir)/libgtop-2.0
|
|
|
|
noinst_HEADERS = glibtop_private.h
|