Standardize the makefiles with space around = to match the rest of LLVM.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:58:09 +0000 (09:58 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:58:09 +0000 (09:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18429 91177308-0d34-0410-b5e6-96231b3b80d8

17 files changed:
runtime/GC/SemiSpace/Makefile
runtime/GCCLibraries/Makefile
runtime/GCCLibraries/crtend/Makefile
runtime/GCCLibraries/libc/Makefile
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/libdummy/Makefile
runtime/libprofile/Makefile
runtime/libtrace/Makefile

index 53526aab98c2a120f6704a12266dc24f5f1a10c4..9f233af5ac5307083e925387bde5297435e92d91 100644 (file)
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-BYTECODE_LIBRARY=1
-LIBRARYNAME=gcsemispace
+BYTECODE_LIBRARY = 1
+LIBRARYNAME = gcsemispace
 
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
 
index 90826aa0a390b426300a59f612408ef378c9aa53..e770428fbd2064445802f3d53dac286d5d35d765 100644 (file)
@@ -7,13 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
+LEVEL := ../..
 PARALLEL_DIRS := crtend libc libcurses libg libgcc libgdbm libm libmalloc \
                  libtermcap libucb libutempter libutil
 include $(LEVEL)/Makefile.common
-
-# Install target for libraries: copy bytecode files to $LLVMGCCDIR/bytecode-libs
-#
-install::
-
-clean::
index 0d42fa242d56d623c107ca38376fd4e687a18164..4c71d50a9ee5902f58bcdb5600aa89577fc4761c 100644 (file)
 #
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-DONT_BUILD_RELINKED=1
-BYTECODE_LIBRARY=1
-LIBRARYNAME=crtend
+LEVEL = ../../..
+DONT_BUILD_RELINKED = 1
+BYTECODE_LIBRARY = 1
+LIBRARYNAME = crtend
 
 # Note: We're fooling Makefile.rules here. The sources listed don't exist but
 # it doesn't matter. Makefile.rules just uses $(SOURCES) to generate the set of
 # object files to put in the library. Since we've specified BYTECODE_LIBRARY
 # above, it changes the .c suffix to .bc suffix. Below are rules to build 
 # each of those bytecode objects from the sources we do have in this directory.
-SOURCES=comp_main.c comp_genericeh.c comp_sjljeh.c
+SOURCES = comp_main.c comp_genericeh.c comp_sjljeh.c
 
 EXTRA_DIST   := comp_main.lst comp_genericeh.lst comp_sjljeh.lst
 
index 297d420908da0ff8b3df2987c3288abffb12d5b0..4df154eb6fb7774a13026e4cfe8efdb39210a5d0 100644 (file)
@@ -8,9 +8,9 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=c
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = c
 
 include $(LEVEL)/Makefile.common
 
index 09807c4a708258a20ee84ec9632a9f54d0fcf9ac..fd9c98856fb6f7a507b409951d54a34fdb38c49f 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=curses
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = curses
 
 include $(LEVEL)/Makefile.common
index 4a7c58203b1024c6bf6cd7d62703832050781921..f56b058703407df39fab7cd23fdb922f7217d105 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=gcc
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = gcc
 
 include $(LEVEL)/Makefile.common
index 67a931d9fae3c7ac7188e29a759c7b07363fc934..ddcbdb98f08b536a1c22b27cb4aaf94b0954d21e 100644 (file)
@@ -7,10 +7,10 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-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 2305db496496e4972faa4ece18aeebc992c9b0f0..02807e982462705c8f4237945dcf02d2a33f44e5 100644 (file)
@@ -7,10 +7,10 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-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 4a06f390f386a51dd39e52580d91ae48ba6238c2..c2cfb84dc5903910d5f9b20d60c80e5bb6ad9021 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=malloc
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = malloc
 
 include $(LEVEL)/Makefile.common
index 3371da668f451878e98088564f1e153ebf118278..69979028b170fc131578f54a3c45fb9f0fd6d45e 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=pthread
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = pthread
 
 include $(LEVEL)/Makefile.common
index bf696b62c51fa73ca21ef040c073a53ce8ffdf45..b834052243afcda2c4aec2212042b15eb543dd58 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=termcap
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = termcap
 
 include $(LEVEL)/Makefile.common
index 2686bd7534168840fd6b2b9a344a363c222d8624..685944ebac42f7f14cda7bff19af31fbe64396e3 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=ucb
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = ucb
 
 include $(LEVEL)/Makefile.common
index b1a733d0b1fedb8a7e5ff358d1f8b300f625a6cc..f804a25b9822b7a37c0076eaea3cca7a0901dbad 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=utempter
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = utempter
 
 include $(LEVEL)/Makefile.common
index e4baf8aeb8f574cd2d1219ec0d6bbfb4d8f6b344..16d7549237f4e61062bd8b0650ba90bf7691aafc 100644 (file)
@@ -7,9 +7,9 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL=../../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=util
+LEVEL = ../../..
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = util
 
 include $(LEVEL)/Makefile.common
index e992eaa9be0ae1f63b6643dcd8f868233da12856..a0737699e52b06f971d862d9df9a374d07ce0d25 100644 (file)
@@ -1,4 +1,4 @@
-##===- runtime/libdummy/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/libdummy/Makefile ---------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,9 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-BYTECODE_LIBRARY=1
-DONT_BUILD_RELINKED=1
-LIBRARYNAME=dummy
+BYTECODE_LIBRARY = 1
+DONT_BUILD_RELINKED = 1
+LIBRARYNAME = dummy
 
 include $(LEVEL)/Makefile.common
index 83cf35b40b492795539c249cb094c809f4a0e3fa..add0b25b22f51f825aa1c198edb2a7761b57f595 100644 (file)
@@ -8,9 +8,9 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-BYTECODE_LIBRARY=1
-SHARED_LIBRARY=1
-LIBRARYNAME=profile_rt
+BYTECODE_LIBRARY = 1
+SHARED_LIBRARY = 1
+LIBRARYNAME = profile_rt
 EXTRA_DIST = exported_symbols.lst
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
 
index da1f8d6301533498d4fd57622777057c6c55b05c..9c8811a2b2c9ee68f0342036b4c4d0f329c641ac 100644 (file)
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-BYTECODE_LIBRARY=1
-LIBRARYNAME=trace
+BYTECODE_LIBRARY = 1
+LIBRARYNAME = trace
 
 include $(LEVEL)/Makefile.common