Commit 119450ab authored by Claes Sjofors's avatar Claes Sjofors

Build dependecies for exe and class h, hpp, html, xtthelp-files. pwre modifications

parent c1c34db1
BEGIN {
printf( "%s : \\\n", target);
}
{
if ( match( $0, "_i_methods.o") || match( $0, "_i_base_methods.o") || match( $0, "_io_base_methods.o")) {
# Skip
}
else {
gsub( "\(/", "/");
if ( match( $0, "\)")) {
gsub( "\)", "(");
printf( "%s) \\\n", $0);
}
else
printf( "%s \\\n", $0);
}
}
END {
printf( "\n");
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment