File: Makefile.am

package info (click to toggle)
elk 3.99.8-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,004 kB
  • sloc: ansic: 22,294; lisp: 6,208; makefile: 821; sh: 171; awk: 154; cpp: 92
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$

EXTRA_DIST = README check-build r4rstest.scm \
             check-gc.in check-gc2.in check-r4rs.in
DISTCLEANFILES = check-gc check-gc2 check-r4rs

if NATIVE_BUILD
native_tests = check-gc check-gc2 check-r4rs
endif

TESTS = check-build $(native_tests)