27 lines
359 B
Makefile
27 lines
359 B
Makefile
|
AM_CPPFLAGS = -include $(top_builddir)/config.h
|
||
|
|
||
|
AM_CFLAGS = -I../proc -I../include
|
||
|
AM_LDFLAGS = ../proc/libprocfs.la
|
||
|
|
||
|
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
|