File: Makefile.am

package info (click to toggle)
xraylib 4.2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,988 kB
  • sloc: ansic: 16,363; f90: 9,202; java: 6,998; python: 1,580; cpp: 1,317; pascal: 1,139; makefile: 810; ruby: 622; php: 594; perl: 573; cs: 193; sh: 160
file content (23 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

NULL=
TEST_EXTENSIONS = .php
PHP_LOG_COMPILER = $(PHP)
AM_PHP_LOG_FLAGS = -d extension=${top_builddir}/php/.libs/xraylib.so -d include_path=${top_builddir}/php/:${srcdir}
AM_TESTS_ENVIRONMENT = LD_LIBRARY_PATH='${top_builddir}/src/.libs' DYLD_LIBRARY_PATH='${top_builddir}/src/.libs' ; export LD_LIBRARY_PATH DYLD_LIBRARY_PATH ;

if ENABLE_PHP
dist_check_SCRIPTS = \
	test-atomiclevelwidth.php \
	test-atomicweight.php \
	test-auger.php \
	test-compoundparser.php \
	test-comptonprofiles.php \
	test-nist-compounds.php \
	test-radionuclides.php \
	$(NULL)
endif

TESTS = $(dist_check_SCRIPTS)

EXTRA_DIST = xrltest.php