# Makefile for exampleabsc++

COMPONENT = exampleabsc++

# This bit of magic tells the shared makefiles to change the link rules it
# uses to suit the C++ system
LINK_TYPE = C++

include CApp

# Dynamic dependencies:
