summaryrefslogtreecommitdiff
path: root/projects/sample/lib/sample/Makefile
blob: 5569afbdda763dfdcae7406e84df5fc191d71d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Indicate where we are relative to the top of the source tree.
#
LEVEL=../..

#
# Give the name of a library.  This will build a dynamic version.
#
SHARED_LIBRARY=1
LIBRARYNAME=sample

#
# Include Makefile.common so we know what to do.
#
include $(LEVEL)/Makefile.common