Lines Matching refs:srcdir
6 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/include
17 cd $(srcdir) && $(PYTHON) index.py
21 cd $(srcdir) && xsltproc examples.xsl examples.xml && echo "Rebuilt web page"
22 -cd $(srcdir) && xmllint --valid --noout index.html
27 …-$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml $(srcdir)/*.xsl $(srcdir)/*.res…
103 test -f Makefile.am || test -f test1.xml || $(LN_S) $(srcdir)/test?.xml .
106 $(CHECKER) ./io1 > io1.tmp && diff io1.tmp $(srcdir)/io1.res
108 $(CHECKER) ./io2 > io2.tmp && diff io2.tmp $(srcdir)/io2.res
118 $(CHECKER) ./reader1 test2.xml > reader1.tmp && diff reader1.tmp $(srcdir)/reader1.res
120 $(CHECKER) ./reader2 test2.xml > reader1.tmp && diff reader1.tmp $(srcdir)/reader1.res
122 $(CHECKER) ./reader3 > reader3.tmp && diff reader3.tmp $(srcdir)/reader3.res
124 …$(CHECKER) ./reader4 test1.xml test2.xml test3.xml > reader4.tmp && diff reader4.tmp $(srcdir)/rea…
126 …$(CHECKER) ./testWriter && for i in 1 2 3 4 ; do diff $(srcdir)/writer.xml writer$$i.tmp || break …
128 $(CHECKER) ./tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res
130 $(CHECKER) ./tree2 > tree2.tmp && diff tree2.tmp $(srcdir)/tree2.res
132 $(CHECKER) ./xpath1 test3.xml '//child2' > xpath1.tmp && diff xpath1.tmp $(srcdir)/xpath1.res
134 …$(CHECKER) ./xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xp…