summaryrefslogtreecommitdiff
path: root/projects/sample/tools/sample/Makefile
blob: 656ae6290821bdd46b02d6c7e5071f1b9c464732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Indicate where we are relative to the top of the source tree.
#
LEVEL=../..

#
# Give the name of the tool.
#
TOOLNAME=sample

#
# List libraries that we'll need
# We use LIBS because sample is a dynamic library.
#
LIBS+=-lsample

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