File: Makefile.am

package info (click to toggle)
ssed 3.62-8.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,528 kB
  • sloc: ansic: 19,826; sh: 4,999; sed: 930; makefile: 471; perl: 373; yacc: 316
file content (15 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libsed.a
noinst_HEADERS = getopt.h utils.h obstack.h strverscmp.h \
	stdbool_.h

libsed_a_SOURCES = getopt1.c getopt.c utils.c
EXTRA_DIST = memmove.c strerror.c

AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir)/pcre \
	-I$(top_srcdir)	-I$(top_builddir)/lib -I$(top_builddir)/intl

libsed_a_LIBADD = @LIBOBJS@ @ALLOCA@
libsed_a_DEPENDENCIES = $(libsed_a_LIBADD)

DISTCLEANFILES = stdbool.h