87be93dc79
This fixes build with ld.bfd as the linker (e.g. on powerpc). This corrects a bug in D24103. Sponsored by: DARPA
23 lines
382 B
Makefile
23 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
KYUA_LIB= engine
|
|
LIBADD= lutok kyua_utils
|
|
CFLAGS= -DKYUA_ARCHITECTURE=\"${MACHINE_ARCH}\" \
|
|
-DKYUA_PLATFORM=\"${MACHINE}\"
|
|
|
|
SRCS= atf.cpp \
|
|
atf_list.cpp \
|
|
atf_result.cpp \
|
|
config.cpp \
|
|
exceptions.cpp \
|
|
filters.cpp \
|
|
kyuafile.cpp \
|
|
plain.cpp \
|
|
requirements.cpp \
|
|
scanner.cpp \
|
|
tap.cpp \
|
|
tap_parser.cpp \
|
|
scheduler.cpp
|
|
|
|
.include <bsd.lib.mk>
|