Changeset View
Changeset View
Standalone View
Standalone View
lib/kyua/engine/Makefile
- This file was added.
| # $FreeBSD$ | |||||
| KYUA_LIB= engine | |||||
| 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> | |||||