grabbers: Introduce grabbers library and V4L2 grabber.
[gfxprim.git] / build / get_objs.sh
blob3519b0194cd03ad23cee2c4ec6743ee7e2908920
1 #!/bin/sh
3 TOPDIR=..
4 LIBDIRS="core gfx text loaders 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