File: Makefile.am

package info (click to toggle)
haveged 1.9.1-5%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,204 kB
  • ctags: 1,237
  • sloc: sh: 11,279; ansic: 8,966; makefile: 101
file content (18 lines) | stat: -rw-r--r-- 800 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

# Files to be included in distribution
EXTRA_DIST    = ent/entitle.gif init.d/service.fedora init.d/service.redhat \
                init.d/sysv.lsb init.d/sysv.redhat nist/template9 \
                contrib/diags/data_prep.c contrib/diags/bins.p contrib/diags/inc.p \
                contrib/diags/lognorm.r contrib/diags/lognorm.sh \
                haveged.spec contrib/build/build.sh contrib/build/lib.spec contrib/build/nolib.spec \
                contrib/build/havege_sample.c contrib/build/fedora.spec

# programs used in check targets
EXTRA_PROGRAMS = ent/entest nist/nist

# Build install script and tests as necessary
SUBDIRS       = src init.d man ent nist

# check entire package
DISTCHECK_CONFIGURE_FLAGS = "--enable-nistest"