#!/usr/local/bin/perl $pr = 1; $ignore = 0; print< /* for size_t */ #include %} EOM foreach $f (@ARGV) { @f = split(/\//,$f); $fn = pop(@f); print "\n/**********************************************************************\n"; print "\t$fn\n"; print "**********************************************************************/\n\n"; /pvl/ && next; /cstp/ && next; /csdb/ && next; /vcal/ && next; open F, $f; while(){ s/^#.*//; s/\/\*.*\*\///; next if /^$/; if(/\/\*/){ $pr = 0;} /icalparser_parse\(/ and $ignore = 1; /vanew/ and $ignore = 1; /_stub/ and $ignore = 1; /_response/ and $ignore = 1; /line_gen_func/ and $ignore = 1; /extern/ and $ignore = 1; if ($pr == 1 && $ignore == 0){ print ; } if(/\*\//){ $pr = 1;} if (/\;/){ $ignore = 0; } } }