blob: 00ff52b42cfaf45d67197607de1cf458c7b655f9 [file] [log] [blame]
John Criswelle26ba9f2003-10-20 22:28:01 +00001##===- projects/sample/tools/Makefile ----------------------*- Makefile -*-===##
John Criswell79395972003-10-21 15:33:12 +00002
John Criswell723ccd62003-06-30 22:13:48 +00003#
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