Add a uniqueID field to the FileStatus structure for Paths. This will map
[oota-llvm.git] / lib / System / Makefile
index 7272d922a71678cd3efc7055d1f9b458ac91418d..85de7369fc4f21f874de6140f01c7fbab73fd126 100644 (file)
@@ -6,8 +6,14 @@
 # University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-LIBRARYNAME = LLVMsystem
+LIBRARYNAME = LLVMSystem
 BUILD_ARCHIVE = 1
 
+EXTRA_DIST = Unix Win32 README.txt
+
 include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))