Use one file per line in SRCS= definition, to make insertions and

deletions easier, and sort the file list.
This commit is contained in:
Dimitry Andric 2010-10-21 20:20:33 +00:00
parent 8f4c1b2c16
commit 8114428ba2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/binutils-2.17/; revision=214172

View File

@ -5,9 +5,23 @@
.PATH: ${SRCDIR}/binutils
LIB= binutils
SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
wrstabs.c version.c binemul.c budemang.c emul_vanilla.c
SRCS+= arlex.l \
arparse.y \
arsup.c \
binemul.c \
bucomm.c \
budemang.c \
debug.c \
emul_vanilla.c \
filemode.c \
ieee.c \
rdcoff.c \
rddbg.c \
rename.c \
stabs.c \
unwind-ia64.c \
version.c \
wrstabs.c
WARNS?= 0
CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"