2 # target.mk project stub
5 # We need to set TOP to be the TOP that the next level up expects!
6 # The TOP variable is reset after the inclusion of the fptools
7 # boilerplate, so we stash TOP away first:
11 # When booting from .hc files, remove the suffix rule for
12 # .l?hs -> .o, so that the .hc -> .o is used instead.
13 # Also disable the generation of the .hc files, even if
14 # the .l?hs files are newer than the .hc ones.
15 ifeq "$(GhcWithHscBuiltViaC)" "YES"
22 include $(TOP)/mk/target.mk