# Makefile for examplelib

COMPONENT = examplelib

# This is a list of source/object files for the library, only 1 in this simple example
OBJS = examplesrc

include CLibrary

# Dynamic dependencies:
