repo.or.cz
/
gfxprim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Switch from jinj2 to cct
[gfxprim.git]
/
build
/
get_objs.sh
blob
b6f1be5c80412a00a9e9b557f3b4f295b0307036
1
#!/bin/sh
2
3
TOPDIR
=
..
4
LIBDIRS
=
"core gfx text filters input"
5
6
for
i
in
$LIBDIRS
;
do
7
OBJECTS
=
`echo
$TOPDIR
/libs/
$i
/*.o`
;
8
9
if
[
"
$OBJECTS
"
!=
"
$TOPDIR
/libs/
$i
/*.o"
];
then
10
echo
"
$OBJECTS
"
11
fi
12
done