make.next 140 B

123456789
  1. #!/bin/sh
  2. echo '#include "debug.h"'
  3. sed -n '
  4. s:^.*ALLOCDEF.*"\(.*\)".*$:struct \1 *h_\1 = 0;\
  5. #ifdef DEBUG\
  6. int cnt_\1 = 0;\
  7. #endif:p
  8. ' $*