File: Makefile.am

package info (click to toggle)
swfmill 0.3.6-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 10,168 kB
  • sloc: xml: 147,618; cpp: 15,148; sh: 4,832; ansic: 427; makefile: 386
file content (38 lines) | stat: -rwxr-xr-x 821 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
TESTS_ENVIRONMENT = \
	SWFMILL="$(top_builddir)/src/swfmill$(EXEEXT)" \
	XSLTPROC="$(XSLTPROC)" \
	SED="$(SED)"

LOG_COMPILER = $(SH) "$(srcdir)/run-test.sh"

TESTS = import-jpeg.xsl \
	import-jpega.xsl \
	import-png.xsl \
	import-png-with-alpha.xsl \
	import-ttf.xsl \
	$(NULL)

CLEANFILES = import-jpeg.xsl.out.xml \
	import-jpega.xsl.out.xml \
	import-png.xsl.out.xml \
	import-png-with-alpha.xsl.out.xml \
	import-ttf.xsl.out.xml \
	$(NULL)

EXTRA_DIST = run-test.sh $(TESTS) \
	import-jpeg.xml \
	import-jpeg.xsl.verify.xsl \
	import-jpega.xml \
	import-jpega.xsl.verify.xsl \
	import-png.xml \
	import-png.xsl.verify.xsl \
	import-png-with-alpha.xml \
	import-png-with-alpha.xsl.verify.xsl \
	alpha.png \
	test.jpg \
	test.png \
	test-alpha.png \
	import-ttf.xml \
	import-ttf.xsl.verify.xsl \
	vera.ttf \
	$(NULL)