| include $(top_srcdir)/config/include-Makefile.am |
| EXTRA_DIST = README.clear README.col |
| usrbin_exec_PROGRAMS = col colcrt colrm column hexdump rev line tailf |
| hexdump_SOURCES = hexdump.c conv.c display.c hexsyntax.c odsyntax.c parse.c \ |
| dist_man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 tailf.1 |
| usrbin_exec_PROGRAMS += ul pg |
| pg_LDADD = -ltinfo @NCURSES_LIBS@ |
| more_LDADD = @NCURSES_LIBS@ |
| pg_LDADD = @NCURSES_LIBS@ |
| ul_LDADD = @NCURSES_LIBS@ |
| dist_man_MANS += ul.1 more.1 pg.1 |
| EXTRA_DIST += README.pg LICENSE.pg |