blob: 959038b7f9b4d1d72994045fd8252afe5cd95e87 [file] [log] [blame]
John Criswelle26ba9f2003-10-20 22:28:01 +00001##===- projects/sample/lib/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#
Andrew Lenharth30273212005-07-05 16:36:18 +000011DIRS=sample
John Criswell723ccd62003-06-30 22:13:48 +000012
13include $(LEVEL)/Makefile.common