File: Makefile.am

package info (click to toggle)
libedit 3.1-20140620-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,440 kB
  • ctags: 1,949
  • sloc: ansic: 15,788; sh: 11,514; awk: 427; makefile: 104
file content (14 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

LDADD = $(top_builddir)/src/libedit.la
AM_CFLAGS = -I$(top_srcdir)/src

noinst_PROGRAMS  = tc1 fileman

tc1_SOURCES      = tc1.c
fileman_SOURCES  = fileman.c

if WIDECHAR
noinst_PROGRAMS += wtc1
wtc1_SOURCES     = wtc1.c
endif