Initial commit
This commit is contained in:
commit
c3b542d8c5
32 changed files with 1674 additions and 0 deletions
21
src/libgslevent/build.monolithic
Normal file
21
src/libgslevent/build.monolithic
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# These are external variables, and shouldn't clash with anything else
|
||||
# liblwevent_MONOLITHIC
|
||||
|
||||
SRC="obj/liblwevent.c"
|
||||
HDR="obj/lwevent.h"
|
||||
|
||||
MONOLITHIC_TESTS="src/liblwevent/build.lib src/liblwevent/build.monolithic"
|
||||
|
||||
if [ -z "${liblwevent_MONOLITHIC}" ]
|
||||
then
|
||||
MONOLITHIC_SOURCE="$(find src/liblwevent/ -name '*.h' | sort)"
|
||||
make_monolithic ${HDR} Ch || return 1
|
||||
|
||||
MONOLITHIC_SOURCE="$(find src/liblwevent/ -name '*.c' | sort)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
||||
liblwevent_MONOLITHIC=1
|
||||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${HDR}"
|
||||
fi
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue