17 lines
161 B
Makefile
17 lines
161 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
runlib.c \
|
|
|
|
LIB=runner
|
|
|
|
DIRS=\
|
|
stdalone \
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|