]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - lib/et/compile_et.sh
Many files:
[thirdparty/e2fsprogs.git] / lib / et / compile_et.sh
1 #!/bin/sh
2 #
3 #
4 AWK=@AWK@
5 DIR=@DIR@
6
7 ROOT=`echo $1 | sed -e s/.et$//`
8 BASE=`basename $ROOT`
9
10 $AWK -f ${DIR}/et_h.awk outfile=${BASE}.h $ROOT.et
11 $AWK -f ${DIR}/et_c.awk outfile=${BASE}.c $ROOT.et