Reorganize the SRCS lists as one file per line, and then alphabetize them.

No functional changes.
This commit is contained in:
ian 2019-07-10 19:32:50 +00:00
parent 084f697eff
commit f78e4baf1e

View File

@ -1,13 +1,31 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
SRCS+= _ctx_start.S _setjmp.S _set_tp.c alloca.S fabs.c \
infinity.c ldexp.c makecontext.c \
__aeabi_read_tp.S setjmp.S signalcontext.c sigsetjmp.S flt_rounds.c \
SRCS+= \
__aeabi_read_tp.S \
_ctx_start.S \
_set_tp.c \
_setjmp.S \
alloca.S \
arm_initfini.c \
getcontextx.c
fabs.c \
flt_rounds.c \
getcontextx.c \
infinity.c \
ldexp.c \
makecontext.c \
setjmp.S \
signalcontext.c \
sigsetjmp.S \
.if ${MACHINE_ARCH:Marmv[67]*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
SRCS+= fpgetmask_vfp.c fpgetround_vfp.c fpgetsticky_vfp.c fpsetmask_vfp.c \
fpsetround_vfp.c fpsetsticky_vfp.c
SRCS+= \
fpgetmask_vfp.c \
fpgetround_vfp.c \
fpgetsticky_vfp.c \
fpsetmask_vfp.c \
fpsetround_vfp.c \
fpsetsticky_vfp.c \
.endif