HomeSort by relevance Sort by last modified time
    Searched refs:XMLWF (Results 1 - 2 of 2) sorted by null

  /external/expat/tests/
xmltest.sh 9 # To run this script, first set XMLWF so that xmlwf can be
18 # output from xmlwf and compare the desired output against it.
20 # produced by xmlwf conforms to an older definition of canonical XML
26 XMLWF="`dirname \"$MYDIR\"`/xmlwf/xmlwf"
27 # XMLWF=/usr/local/bin/xmlwf
39 $XMLWF -p "$file" > outfile || return $
    [all...]
  /external/expat/amiga/
Makefile 7 vpath %.c ../lib ../examples ../xmlwf ../tests
30 XMLWF = $(DESTDIR)/xmlwf
44 @echo " all - make expat libraries, xmlwf, examples and run test suite"
52 staticlib: $(STATICLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(BENCHMARK) check
55 sharedlib: $(SHAREDLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(BENCHMARK) check
66 copy libs/xmlwf $(tooldir) quiet
137 $(XMLWF): $(DESTDIR)/xmlwf.o $(DESTDIR)/xmlfile.o $(DESTDIR)/codepage.o $(DESTDIR)/readfilemap.o $(LAUNCH)
141 $(DESTDIR)/xmlwf.o: xmlwf.
    [all...]

Completed in 39 milliseconds