Switch from jinj2 to cct
[gfxprim.git] / build / get_objs.sh
blobb6f1be5c80412a00a9e9b557f3b4f295b0307036
1 #!/bin/sh
3 TOPDIR=..
4 LIBDIRS="core gfx text filters input"
6 for i in $LIBDIRS; do
7 OBJECTS=`echo $TOPDIR/libs/$i/*.o`;
9 if [ "$OBJECTS" != "$TOPDIR/libs/$i/*.o" ]; then
10 echo "$OBJECTS"
12 done