summaryrefslogtreecommitdiff
path: root/projects/sample/lib/Makefile
blob: 959038b7f9b4d1d72994045fd8252afe5cd95e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===##

#
# Relative path to the top of the source tree.
#
LEVEL=..

#
# List all of the subdirectories that we will compile.
#
DIRS=sample

include $(LEVEL)/Makefile.common