mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Standardize the makefiles with space around = to match the rest of LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
be0b356593
commit
010834654a
@ -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
|
||||
|
||||
|
@ -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::
|
||||
|
@ -15,17 +15,17 @@
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ../..
|
||||
BYTECODE_LIBRARY=1
|
||||
LIBRARYNAME=trace
|
||||
BYTECODE_LIBRARY = 1
|
||||
LIBRARYNAME = trace
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user