File: Makefile.am

package info (click to toggle)
libtextwrap 0.1-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,456 kB
  • sloc: sh: 8,186; ansic: 332; perl: 38; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
lib_LTLIBRARIES = libtextwrap.la

libtextwrap_la_SOURCES = textwrap.c
libtextwrap_la_LDFLAGS = -version-info 1:0:0

include_HEADERS = textwrap.h
man_MANS = textwrap.3 dotextwrap.1

bin_PROGRAMS = dotextwrap
dotextwrap_SOURCES = dotextwrap.c
dotextwrap_LDADD = libtextwrap.la