~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to text-utils/Makefile.am

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
EXTRA_DIST = README.clear README.col
4
4
 
5
 
usrbin_exec_PROGRAMS = col colcrt colrm column hexdump rev line tailf
 
5
usrbin_exec_PROGRAMS = col colcrt colrm column hexdump rev tailf
 
6
 
 
7
column_SOURCES = column.c $(top_srcdir)/lib/strutils.c
 
8
 
 
9
col_SOURCES = col.c $(top_srcdir)/lib/strutils.c
 
10
 
 
11
colrm_SOURCES = colrm.c $(top_srcdir)/lib/strutils.c
6
12
 
7
13
hexdump_SOURCES = hexdump.c conv.c display.c hexsyntax.c parse.c \
8
 
                  hexdump.h
9
 
 
10
 
dist_man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 tailf.1
 
14
                  hexdump.h $(top_srcdir)/lib/strutils.c
 
15
 
 
16
tailf_SOURCES = tailf.c $(top_srcdir)/lib/strutils.c
 
17
 
 
18
dist_man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 tailf.1
 
19
 
 
20
if BUILD_LINE
 
21
usrbin_exec_PROGRAMS += line
 
22
dist_man_MANS += line.1
 
23
endif
11
24
 
12
25
if HAVE_NCURSES
13
26
bin_PROGRAMS = more