# Makefile for examplemodasm

COMPONENT = examplemodasm

# By default, the shared makefiles do a lot of the work of installing a
# Messages file in ResourceFS. This is how to override it:
CUSTOMRES = no

# By default, the shared makefiles assume you want to use CMHG to create
# your module header. This is how to override it:
CMHGFILE =

# CModule is equally useful for assembler modules. Its advantages over the
# AAsmModule makefile are that you can use multiple source files (permitting
# more encapsulation, which is good programming practice) and it allows you
# to use non-position-independent code, provided you do BL __RelocCode early
# in module initialisation.
include CModule

# Dynamic dependencies:
