#!/bin/sh
grep '^# *ifdef' *.f *.h | awk '{print $NF}' | sort | uniq 
