Import ezmlm 0.53
[ezmlm] / hassgact.h.do
1 dependon trysgact.c compile load
2 ( ./compile trysgact.c && ./load trysgact ) >/dev/null 2>&1 \
3 && echo \#define HASSIGACTION 1
4 rm -f trysgact.o trysgact
5 formake '( ( ./compile trysgact.c && ./load trysgact ) >/dev/null 2>&1 \'
6 formake '&& echo \#define HASSIGACTION 1 || exit 0 ) > hassgact.h'
7 formake 'rm -f trysgact.o trysgact'