2011-09-22 14:40:05 +05:30
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
2011-06-04 19:56:58 +05:30
|
|
|
AM_CPPFLAGS = -include $(top_builddir)/config.h
|
2011-09-22 14:40:05 +05:30
|
|
|
lib_LTLIBRARIES = libproc-ng.la
|
2011-06-04 19:56:58 +05:30
|
|
|
|
2011-09-22 14:40:05 +05:30
|
|
|
libproc_ng_ladir = $(ladir)
|
|
|
|
libproc_ng_la_LIBADD = $(LIB_KPARTS)
|
|
|
|
libproc_ng_la_LDFLAGS = $(all_libraries) -release $(PACKAGE_VERSION) -no-undefined
|
2011-06-04 19:56:58 +05:30
|
|
|
|
2011-09-22 14:40:05 +05:30
|
|
|
libproc_ng_la_SOURCES = \
|
2011-06-04 19:56:58 +05:30
|
|
|
alloc.c \
|
|
|
|
alloc.h \
|
|
|
|
devname.c \
|
|
|
|
devname.h \
|
|
|
|
escape.c \
|
|
|
|
escape.h \
|
|
|
|
ksym.c \
|
|
|
|
procps.h \
|
|
|
|
pwcache.c \
|
|
|
|
pwcache.h \
|
|
|
|
readproc.c \
|
|
|
|
readproc.h \
|
|
|
|
sig.c \
|
|
|
|
sig.h \
|
|
|
|
slab.c \
|
|
|
|
slab.h \
|
|
|
|
sysinfo.c \
|
|
|
|
sysinfo.h \
|
|
|
|
version.c \
|
|
|
|
version.h \
|
|
|
|
wchan.h \
|
|
|
|
whattime.c \
|
|
|
|
whattime.h
|
|
|
|
|
2011-09-22 14:40:05 +05:30
|
|
|
libproc_ng_la_includedir = $(includedir)/proc/
|
|
|
|
libproc_ng_la_include_HEADERS = \
|
2011-06-04 19:56:58 +05:30
|
|
|
alloc.h \
|
|
|
|
devname.h \
|
|
|
|
escape.h \
|
|
|
|
procps.h \
|
|
|
|
pwcache.h \
|
|
|
|
readproc.h \
|
|
|
|
sig.h \
|
|
|
|
slab.h \
|
|
|
|
sysinfo.h \
|
|
|
|
version.h \
|
|
|
|
wchan.h \
|
|
|
|
whattime.h
|