Clean up doxygen syntax and reword comments to flow better, have a brief
[oota-llvm.git] / lib / Analysis / Makefile
index 2a8d34ea726d6036a3c508c3ccc6c3716dce71e7..4af6d350a6456b71f154019d6bef61b798a645db 100644 (file)
@@ -1,15 +1,15 @@
 ##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-LIBRARYNAME = analysis
-PARALLEL_DIRS = IPA DataStructure
+LIBRARYNAME = LLVMAnalysis
+DIRS = IPA
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common