Modules
ADT Database GTK2 GUI IP PiJAX Public Sql Stdio Subversion System Tools Xosd lua v4l2 wx
Recent Changes
Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0
Popular Downloads
Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48
|
Module Information
GTK2
Viewing contents of GTK2-2.02/clean.sh
#!/bin/sh
FILES="config.log configure config.status Makefile options pgtk_config.h config.cache p*.c *.o module.so *.fail"
if [ ! -z "$FILES" ]
then
rm $FILES
rm -rf autom4te.cache || true
fi
|
|
|