Is there a way to do the actions bound to a recipe *BEFORE* the ingirdents are processed. Namely I have a src/lib/XXX/debug that needs include/XXX.h before it can compile *BUT* the actual debug target (for rather arcane reasons) has debug as a ingrident and the file it self does not exist until after the recipe is cooked. --Aryeh