1##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
2
3#
4# Indicate where we are relative to the top of the source tree.
5#
6LEVEL=../..
7
8#
9# Give the name of a library.  This will build a dynamic version.
10#
11LIBRARYNAME=sample
12
13#
14# Include Makefile.common so we know what to do.
15#
16include $(LEVEL)/Makefile.common
17