#!/bin/sh # # This script generates the required file for supporting the debug # channels used throught the code. # The generated file is # include/debugdefs.h # The script must be run in the root directory of the project. # # Dimitrie O. Paun # Patrik Stridvall # DEBUG_CHANNELS=`tools/find_debug_channels` exec > include/debugdefs.h cat <