diff options
Diffstat (limited to 'misc/extract-gobject-sources.sh')
-rwxr-xr-x | misc/extract-gobject-sources.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/extract-gobject-sources.sh b/misc/extract-gobject-sources.sh deleted file mode 100755 index 06183659..00000000 --- a/misc/extract-gobject-sources.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -GLIBDIR=$1 -sources=`ls $GLIBDIR/gobject/*.c $GLIBDIR/gobject/*.h | \ - grep -v 'gobject_trace.h' | \ - grep -v 'stamp-'` -./g-ir-annotation-tool --extract \ - -DGOBJECT_COMPILATION \ - -I$GLIBDIR \ - -I$GLIBDIR/glib \ - -I$GLIBDIR/gobject \ - -I$GLIBDIR/gmodule \ - $sources |