SubDir TOP apps pysimp ;

if $(PYTHON.AVAILABLE) = yes
{
  Description pysimp : "Python example" ;
  Application pysimp : [ Wildcard *.cpp *.h ] : noinstall ;
  LinkWith pysimp : crystalspace ;
  ExternalLibs pysimp : PYTHON ;
}
