Added llvmgcc version to allow tests to be xfailed by frontend version.
[llvm-complete.git] / projects / sample / Makefile
blobf96f1aba2ed3c990d3953e2d2a7ac519895cf758
1 ##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
3 # This is a sample Makefile for a project that uses LLVM.
5 ##===----------------------------------------------------------------------===##
8 # Indicates our relative path to the top of the project's root directory.
10 LEVEL = .
11 DIRS = lib tools
12 EXTRA_DIST = include
15 # Include the Master Makefile that knows how to build all.
17 include $(LEVEL)/Makefile.common