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 (17 lines) | stat: -rwxr-xr-x 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TESTS_ENVIRONMENT = \
	SWFMILL="$(top_builddir)/src/swfmill$(EXEEXT)" \
	XSLTPROC="$(XSLTPROC)"

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

TESTS = placeobject3-import.xml import-happy-ttf.xml

CLEANFILES = placeobject3-import.xml.swf placeobject3-import.xml.swf.xml \
	import-happy-ttf.xml.swf import-happy-ttf.xml.swf.xml

EXTRA_DIST = run-test.sh $(TESTS) \
	placeobject3.swf \
	placeobject3-import.xml.verify.xsl \
	happy.ttf \
	import-happy-ttf.xml.verify.xsl \
	$(NULL)