Changeset View
Changeset View
Standalone View
Standalone View
devel/cunit/Makefile
Show All 34 Lines | |||||
DATADIR= ${PREFIX}/share/CUnit | DATADIR= ${PREFIX}/share/CUnit | ||||
DOCSDIR= ${PREFIX}/share/doc/CUnit | DOCSDIR= ${PREFIX}/share/doc/CUnit | ||||
EXAMPLESDIR= ${PREFIX}/share/examples/CUnit | EXAMPLESDIR= ${PREFIX}/share/examples/CUnit | ||||
PORTDATA= * | PORTDATA= * | ||||
PORTDOCS= * | PORTDOCS= * | ||||
PORTEXAMPLES= * | PORTEXAMPLES= * | ||||
PATHFIX_MAKEFILEIN= Makefile.am | |||||
AUTOMATED_CONFIGURE_ENABLE= automated | AUTOMATED_CONFIGURE_ENABLE= automated | ||||
BASIC_CONFIGURE_ENABLE= basic | BASIC_CONFIGURE_ENABLE= basic | ||||
CONSOLE_CONFIGURE_ENABLE= console | CONSOLE_CONFIGURE_ENABLE= console | ||||
CURSES_CONFIGURE_ENABLE=curses | CURSES_CONFIGURE_ENABLE=curses | ||||
CURSES_LDFLAGS= -lncurses | CURSES_LDFLAGS= -lncurses | ||||
CURSES_USES= ncurses | CURSES_USES= ncurses | ||||
DEBUG_CONFIGURE_ENABLE= debug | DEBUG_CONFIGURE_ENABLE= debug | ||||
EXAMPLES_CONFIGURE_ENABLE= examples | EXAMPLES_CONFIGURE_ENABLE= examples | ||||
Show All 10 Lines |