c85ae1a711cf9997d322cb3834ce8834041d380e
[oota-llvm.git] / projects / sample / lib / sample / Makefile
1 ##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
2
3 #
4 # Indicate where we are relative to the top of the source tree.
5 #
6 LEVEL=../..
7
8 #
9 # Give the name of a library.  This will build a dynamic version.
10 #
11 LIBRARYNAME=sample
12 DONT_BUILD_RELINKED=1
13 BUILD_ARCHIVE=1
14
15 #
16 # Include Makefile.common so we know what to do.
17 #
18 include $(LEVEL)/Makefile.common
19
20 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
21 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))