a6106ac4d2c9d2ed1b9b08146c664a36eb2c3465
[oota-llvm.git] / projects / sample / tools / sample / Makefile
1 #
2 # Indicate where we are relative to the top of the source tree.
3 #
4 LEVEL=../..
5
6 #
7 # Give the name of the tool.
8 #
9 TOOLNAME=sample
10
11 #
12 # List libraries that we'll need
13 #
14 USEDLIBS=sample
15
16 #
17 # Include Makefile.common so we know what to do.
18 #
19 include $(LEVEL)/Makefile.common
20