]> rtime.felk.cvut.cz Git - omk.git/blob - snippets/localeval.omk
9cf7e5e8c2cf4da147528c2c4e6c1c81a9d4d76b
[omk.git] / snippets / localeval.omk
1 # local_EVALUATE   .. Makefile hook, which is executed at the end of
2 #                     the Makefile.rules. Used only for dirty hacks.
3
4 ifneq ($(local_EVALUATE),)
5 #$(warning $(local_EVALUATE))
6 $(eval $(local_EVALUATE))
7 endif
8
9 # Local Variables:
10 # mode:makefile
11 # End: