File: Makefile.am

package info (click to toggle)
utf8gen 1.1-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: ansic: 366; sh: 71; makefile: 26
file content (9 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
check_SCRIPTS=test1 test2 test3
TESTS=$(check_SCRIPTS)
EXTRA_DIST=README-test $(check_SCRIPTS) test-all sample-in.txt \
 sample1-out.txt sample2-out.txt sample3-out.txt
AM_TESTS_ENVIRONMENT = utf8gen_path='$(abs_top_builddir)/src' ; \
	export utf8gen_path ;

installcheck-local:
	make utf8gen_bindir=${DESTDIR}${bindir} check