2012-01-02 09:08:58 -06:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-include $(top_builddir)/config.h \
|
|
|
|
-I$(top_srcdir)/include \
|
|
|
|
-DLOCALEDIR=\"$(localedir)\"
|
2011-06-04 16:26:58 +02:00
|
|
|
|
2011-12-23 09:18:43 +11:00
|
|
|
AM_LDFLAGS = ../proc/libprocps.la
|
2011-06-04 16:26:58 +02:00
|
|
|
|
|
|
|
dist_man_MANS = ps.1
|
|
|
|
|
|
|
|
# Use `ginstall' in the definition of PROGRAMS and in dependencies to avoid
|
|
|
|
# confusion with the `install' target. The install rule transforms `ginstall'
|
|
|
|
# to install before applying any user-specified name transformations.
|
|
|
|
transform = s/pscommand/ps/; $(program_transform_name)
|
|
|
|
bin_PROGRAMS = pscommand
|
|
|
|
pscommand_SOURCES = \
|
|
|
|
common.h \
|
|
|
|
display.c \
|
|
|
|
global.c \
|
|
|
|
help.c \
|
|
|
|
output.c \
|
|
|
|
parser.c \
|
|
|
|
select.c \
|
|
|
|
sortformat.c \
|
|
|
|
stacktrace.c
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
HACKING \
|
2011-10-19 09:58:06 +02:00
|
|
|
regression
|