# Makefile fragment for defining standard rules for various tools# when building RAM applicationsINCLUDED_APPSTDRULE = YES# Get the generic rules firstifeq ("${INCLUDED_STDRULES}","")include StdRulesendif# No further application specific standard rules# EOF