Add in libCStreamedXML and a test program for it.
This commit is contained in:
parent
dc6a4cf430
commit
4533df2947
22 changed files with 1727 additions and 0 deletions
21
src/libCStreamedXML/build.monolithic
Normal file
21
src/libCStreamedXML/build.monolithic
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# These are external variables, and shouldn't clash with anything else
|
||||
# libCStreamedXML_MONOLITHIC
|
||||
|
||||
SRC="obj/libCStreamedXML.c"
|
||||
HDR="obj/StreamedXML.h"
|
||||
|
||||
MONOLITHIC_TESTS="src/libCStreamedXML/build.lib src/libCStreamedXML/build.monolithic"
|
||||
|
||||
if [ -z "${libCStreamedXML_MONOLITHIC}" ]
|
||||
then
|
||||
MONOLITHIC_SOURCE="$(echo src/libCStreamedXML/{TopHeader,types,functions,BottomHeader}.h)"
|
||||
make_monolithic ${HDR} C || return 1
|
||||
|
||||
MONOLITHIC_SOURCE="$(echo src/libCStreamedXML/{TopSource,buffer,defaults,parser}.c)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
||||
libCStreamedXML_MONOLITHIC=1
|
||||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}"
|
||||
fi
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue