File: Makefile.am

package info (click to toggle)
haveged 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,076 kB
  • sloc: ansic: 7,224; sh: 3,912; makefile: 49
file content (20 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

# checks to perform is a autoconf substitution
check_SCRIPTS = @HA_CHECK@

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

# Scripts run as check target
EXTRA_SCRIPTS = ent/test.sh nist/test.sh

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

# Perform all check_SCRIPTS
TESTS         = @HA_CHECK@