blob: 959038b7f9b4d1d72994045fd8252afe5cd95e87 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===##
2
3#
4# Relative path to the top of the source tree.
5#
6LEVEL=..
7
8#
9# List all of the subdirectories that we will compile.
10#
11DIRS=sample
12
13include $(LEVEL)/Makefile.common