mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Standardize the format of the runtime libraries makefiles.
* 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
This commit is contained in:
parent
f5b709854f
commit
8aa9a8ca98
@ -1,4 +1,4 @@
|
|||||||
##===- runtime/GCCLibraries/libcurses/Makefile ------------------------------*- Makefile -*-===##
|
##===- runtime/GCCLibraries/libcurses/Makefile -------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=curses
|
LIBRARYNAME=curses
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=gcc
|
LIBRARYNAME=gcc
|
||||||
|
@ -6,10 +6,11 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
BYTECODE_LIBRARY = 1
|
LEVEL=../../..
|
||||||
DONT_BUILD_RELINKED = 1
|
BYTECODE_LIBRARY=1
|
||||||
LIBRARYNAME = gdbm
|
DONT_BUILD_RELINKED=1
|
||||||
|
LIBRARYNAME=gdbm
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -6,10 +6,11 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
BYTECODE_LIBRARY = 1
|
LEVEL=../../..
|
||||||
DONT_BUILD_RELINKED = 1
|
BYTECODE_LIBRARY=1
|
||||||
LIBRARYNAME = m
|
DONT_BUILD_RELINKED=1
|
||||||
|
LIBRARYNAME=m
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- runtime/GCCLibraries/libmalloc/Makefile ------------------------------*- Makefile -*-===##
|
##===- runtime/GCCLibraries/libmalloc/Makefile -------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=malloc
|
LIBRARYNAME=malloc
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=pthread
|
LIBRARYNAME=pthread
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- runtime/GCCLibraries/libtermcap/Makefile ------------------------------*- Makefile -*-===##
|
##===- runtime/GCCLibraries/libtermcap/Makefile ------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=termcap
|
LIBRARYNAME=termcap
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=ucb
|
LIBRARYNAME=ucb
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=utempter
|
LIBRARYNAME=utempter
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- runtime/GCCLibraries/libutil/Makefile ------------------------------*- Makefile -*-===##
|
##===- runtime/GCCLibraries/libutil/Makefile ---------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL=../../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
DONT_BUILD_RELINKED=1
|
DONT_BUILD_RELINKED=1
|
||||||
LIBRARYNAME=util
|
LIBRARYNAME=util
|
||||||
|
@ -6,13 +6,12 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
SHARED_LIBRARY=1
|
SHARED_LIBRARY=1
|
||||||
#DONT_BUILD_RELINKED=1
|
|
||||||
LIBRARYNAME=profile_rt
|
LIBRARYNAME=profile_rt
|
||||||
EXTRA_DIST = exported_symbols.lst
|
EXTRA_DIST = exported_symbols.lst
|
||||||
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
|
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
BYTECODE_LIBRARY=1
|
BYTECODE_LIBRARY=1
|
||||||
#DONT_BUILD_RELINKED=1
|
|
||||||
LIBRARYNAME=trace
|
LIBRARYNAME=trace
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
Reference in New Issue
Block a user