Standardize the format of the runtime libraries makefiles.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:31:40 +0000 (09:31 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:31:40 +0000 (09:31 +0000)
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18427 91177308-0d34-0410-b5e6-96231b3b80d8

12 files changed:
runtime/GCCLibraries/libcurses/Makefile
runtime/GCCLibraries/libgcc/Makefile
runtime/GCCLibraries/libgdbm/Makefile
runtime/GCCLibraries/libm/Makefile
runtime/GCCLibraries/libmalloc/Makefile
runtime/GCCLibraries/libpthread/Makefile
runtime/GCCLibraries/libtermcap/Makefile
runtime/GCCLibraries/libucb/Makefile
runtime/GCCLibraries/libutempter/Makefile
runtime/GCCLibraries/libutil/Makefile
runtime/libprofile/Makefile
runtime/libtrace/Makefile

index ff519aa8bf9a42e6d3781129141b4c517057e04b..09807c4a708258a20ee84ec9632a9f54d0fcf9ac 100644 (file)
@@ -1,4 +1,4 @@
-##===- runtime/GCCLibraries/libcurses/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/GCCLibraries/libcurses/Makefile -------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=curses
index b2e569ea250a354ef53f35751bb199fc65a64934..4a7c58203b1024c6bf6cd7d62703832050781921 100644 (file)
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=gcc
index aed3d449c3e83815afadf663fc56cf4af55a18bb..67a931d9fae3c7ac7188e29a759c7b07363fc934 100644 (file)
@@ -6,10 +6,11 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL               = ../../..
-BYTECODE_LIBRARY    = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME         = gdbm
+
+LEVEL=../../..
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=gdbm
 
 include $(LEVEL)/Makefile.common
 
index 7c61cf6d60e94d0724c06b80df06536570fac079..2305db496496e4972faa4ece18aeebc992c9b0f0 100644 (file)
@@ -6,10 +6,11 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL               = ../../..
-BYTECODE_LIBRARY    = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME         = m
+
+LEVEL=../../..
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=m
 
 include $(LEVEL)/Makefile.common
 
index 8a57de683e30a1eea9af924d0f8246787db94e3a..4a06f390f386a51dd39e52580d91ae48ba6238c2 100644 (file)
@@ -1,4 +1,4 @@
-##===- runtime/GCCLibraries/libmalloc/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/GCCLibraries/libmalloc/Makefile -------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=malloc
index b3de428407653d042379b89d48383462923d443a..3371da668f451878e98088564f1e153ebf118278 100644 (file)
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=pthread
index 5d160a1191d64281eec3560237f1b3d8603c6452..bf696b62c51fa73ca21ef040c073a53ce8ffdf45 100644 (file)
@@ -1,4 +1,4 @@
-##===- runtime/GCCLibraries/libtermcap/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/GCCLibraries/libtermcap/Makefile ------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=termcap
index 045750b89495624a5cad543ec6d5196a03cfd12d..2686bd7534168840fd6b2b9a344a363c222d8624 100644 (file)
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=ucb
index affe772ba242ffc458bfbbe1349929f0588adbea..b1a733d0b1fedb8a7e5ff358d1f8b300f625a6cc 100644 (file)
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=utempter
index 81f57ab6a9ca287b397a2e778b05a88d2efc63d0..e4baf8aeb8f574cd2d1219ec0d6bbfb4d8f6b344 100644 (file)
@@ -1,4 +1,4 @@
-##===- runtime/GCCLibraries/libutil/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/GCCLibraries/libutil/Makefile ---------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=util
index d496168c2c78160d5d1bbc91f4452742efc84b14..83cf35b40b492795539c249cb094c809f4a0e3fa 100644 (file)
@@ -6,13 +6,12 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 BYTECODE_LIBRARY=1
 SHARED_LIBRARY=1
-#DONT_BUILD_RELINKED=1
 LIBRARYNAME=profile_rt
 EXTRA_DIST = exported_symbols.lst
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
 
 include $(LEVEL)/Makefile.common
-
index 846bd3172ed9c300302f6a9681fb851c8b59b95f..da1f8d6301533498d4fd57622777057c6c55b05c 100644 (file)
@@ -6,9 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 BYTECODE_LIBRARY=1
-#DONT_BUILD_RELINKED=1
 LIBRARYNAME=trace
 
 include $(LEVEL)/Makefile.common