You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libev/update_ev_wrap

11 lines
284 B
Bash

#!/bin/sh
(
echo '#define VAR(name,decl) define name ((loop)->name)'
echo '#define EV_GENWRAP 1'
cat ev_vars.h
) | cc -E -o - - | sed -e 's/define/#define/' | grep '#define' | (
echo "/* DO NOT EDIT, automaticlaly generated by update_ev_wrap */"
cat
) | tee ev_wrap.h