# Makefile for CModule

COMPONENT   = cmodule
OBJS        = CModule
CMHGDEPENDS = CModule
CUSTOMRES   = no

include CModule

# This example has no 'h' directory, but one needs to be created to hold
# the header file generated by CMHG.
${DIRS} ::
	${MKDIR} h

# Clean should remove the 'h' directory created above.
clean ::
	${WIPE} h ${WFLAGS}

# Dynamic dependencies:
