llvm-mirror/projects/sample/lib/Makefile
John Criswell 3b7ab965aa Adding in sample project tree.
llvm-svn: 7018
2003-06-30 22:13:48 +00:00

12 lines
166 B
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