Changeset View
Changeset View
Standalone View
Standalone View
lib/kyua/cli/Makefile
- This file was added.
| # $FreeBSD$ | |||||
| KYUA_LIB= cli | |||||
| INTERNALLIB= | |||||
| CFLAGS+= -DKYUA_CONFDIR=\"${KYUA_CONFDIR}\" \ | |||||
| -DKYUA_DOCDIR=\"${KYUA_CONFDIR}\" \ | |||||
| -DKYUA_MISCDIR=\"${KYUA_MISCDIR}\" \ | |||||
| -DPACKAGE=\"kyua\" \ | |||||
| -DPACKAGE_NAME=\"Kyua\" \ | |||||
| -DPACKAGE_VERSION=\"${KYUA_VERSION}\" \ | |||||
| -DVERSION=\"${KYUA_VERSION}\" | |||||
| SRCS= cmd_about.cpp \ | |||||
| cmd_config.cpp \ | |||||
| cmd_db_exec.cpp \ | |||||
| cmd_db_migrate.cpp \ | |||||
| cmd_debug.cpp \ | |||||
| cmd_help.cpp \ | |||||
| cmd_list.cpp \ | |||||
| cmd_report.cpp \ | |||||
| cmd_report_html.cpp \ | |||||
| cmd_report_junit.cpp \ | |||||
| cmd_test.cpp \ | |||||
| common.cpp \ | |||||
| config.cpp \ | |||||
| main.cpp | |||||
| .include <bsd.lib.mk> | |||||