2012-01-02 20:38:58 +05:30
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-include $(top_builddir)/config.h \
|
|
|
|
-I$(top_srcdir)/include \
|
|
|
|
-DLOCALEDIR=\"$(localedir)\"
|
2011-10-12 00:32:59 +05:30
|
|
|
|
2011-12-26 03:41:27 +05:30
|
|
|
AM_LDFLAGS = ../proc/libprocps.la
|
2011-10-12 00:32:59 +05:30
|
|
|
|
|
|
|
if WITH_NCURSES
|
|
|
|
usrbin_exec_PROGRAMS = \
|
|
|
|
top
|
|
|
|
|
|
|
|
top_SOURCES = \
|
|
|
|
top.h \
|
|
|
|
top.c \
|
|
|
|
top_nls.h \
|
|
|
|
top_nls.c
|
|
|
|
|
|
|
|
dist_man_MANS = \
|
|
|
|
top.1
|
|
|
|
|
|
|
|
top_LDADD = @NCURSES_LIBS@
|
|
|
|
endif
|
|
|
|
|
|
|
|
EXTRA_DIST =
|
|
|
|
|
|
|
|
procpsngdir = $(docdir)
|
|
|
|
dist_procpsng_DATA = \
|
|
|
|
README.top
|