6b1ea05361b641d6f7f8adca180801626b59ccce
[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 SHARED_LIBRARY=1
13 LOADABLE_MODULE=1
14 #DONT_BUILD_RELINKED=1
15 #ARCHIVE_LIBRARY=1
16
17 #
18 # Include Makefile.common so we know what to do.
19 #
20 include $(LEVEL)/Makefile.common
21
22 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
23 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))