File: Makefile.am

package info (click to toggle)
textutils 1.22-2.4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 6,480 kB
  • ctags: 2,942
  • sloc: ansic: 31,755; sh: 8,186; perl: 811; makefile: 640; sed: 93
file content (14 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libtu.a

INCLUDES = -I.. -I$(srcdir) -I../intl

libtu_a_SOURCES = full-write.c getopt.c getopt1.c \
linebuffer.c long-options.c md5.c memcasecmp.c memchr.c safe-read.c \
xmalloc.c xstrtod.c xstrtol.c xstrtoul.c

libtu_a_LIBADD = @LIBOBJS@ @ALLOCA@
libtu_a_DEPENDENCIES = $(libtu_a_LIBADD)

noinst_HEADERS = error.h getline.h getopt.h linebuffer.h \
long-options.h md5.h memcasecmp.h regex.h rx.h xstrtod.h xstrtol.h xstrtoul.h