File: Makefile.am

package info (click to toggle)
ssed 3.62-7
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 4,704 kB
  • ctags: 1,862
  • sloc: ansic: 19,804; sh: 4,988; sed: 930; makefile: 464; perl: 373; yacc: 316
file content (19 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

# Automake requirements
AUTOMAKE_OPTIONS = gnits 1.8
ACLOCAL_AMFLAGS = -I config
DISTCHECK_CONFIGURE_FLAGS = XGETTEXT='$(SHELL) -c : dummy'

PACKAGE = sed

SUBDIRS = intl lib pcre po sed doc testsuite

noinst_DATA = bootstrap.sh
noinst_HEADERS = basicdefs.h

EXTRA_DIST = BUGS THANKS COPYING.DOC README.boot bootstrap.sh 	      \
	config/texi2dvi    config/help2man

html:
	cd doc && make html